-
AuthorSearch Results
-
January 18th, 2015 at 05:27 #29166
Switchlit80
Sorry to switch usernames on you. It is Michael here. Yes it appears that the number of widgets I tried were all incompatible…..the standards work however and I have found an alternative that works. Sorry about the trouble.
Thanks for the response!
January 16th, 2015 at 13:51 #29151In reply to: Bug in version 1.0.3
Antoine
The only way I found for disable menu is to create a new menu, empty. So no menu appears but I don’t get menu on footer.
So I made one as sticky post… 🙁January 16th, 2015 at 13:50 #29150erik (WP-novice)
Sorry for the spamming. Problem solved.
I found the place where to re-insert the margins. Funny they went missing during the update, though.January 15th, 2015 at 20:47 #29135In reply to: WooCommerce | Tempera
Brenda
WooCommerce is a big deal— is the shopping plugin available to use with Tempera?
I also found that below the gallery it lists all the page names for the site—how do I remove this?
I looking to update my present website and am thinking about using Tempera but I must be able to have a reliable store plugin to sell my books… is WooCommerce or another easily available?
January 15th, 2015 at 12:43 #29130Alpha
Nevermind – Found the answer:
There’s an option to hide them in the theme settings > Graphics Settings section.
January 15th, 2015 at 01:53 #29126In reply to: Presentation slider text in mobile too light
Ross Willits
You can change the weight of the font using the Custom CSS box under Miscellaneous Settings.
Add this:
.inline-slide-text {font-weight: 600 !important;}
You’ll get a medium bold weight. You can change the 600 to another value that’s supported by your font. I think you can also use font-weight: bold.
I found that you have to use the !important designation for this to work right.
Good luck!
January 13th, 2015 at 07:23 #29098In reply to: Slider issues on mobile devices
Lachlan
After some more searching I found this response that seems to have solved it for me too. Thanks so much to the original poster.
http://www.cryoutcreations.eu/forums/t/slider-images-on-mobile-distorted/#post-27869
January 12th, 2015 at 01:11 #29066In reply to: Bug in version 1.0.3
Niffy
I have tried all these suggestions and I, too, cannot get the nirvana settings drop downs to work. This is quite upsetting as finally, after years, I found a theme I LOVED!
Any other suggestions?
January 10th, 2015 at 01:36 #29033In reply to: How to edit default text on slider and columns
Russell
I found it, minutes after posting this.
January 9th, 2015 at 19:50 #29018In reply to: bbPress hyperlinks are moved and right justified
Pilxy
We already discussed problems with BBpress before. Not just links, also your avatars are broken from the second post down. What I found so far is, that there is a conflict with .reply a somewhere within the theme. Not just in parabola, it’s present in all of the cryoutcreations themes.
Unfortunately it looks like nobody really cares about it, altought they obviously have the solution, as bbpress works normaly here as their support forum.
January 6th, 2015 at 23:57 #28978In reply to: Columns not displaying in replicated blog posts page
Tracy
I understand this has something to do with float and that it is not applying to my custom post types for some reason. I assume this is because posts are renamed at somepoint in the tempera code but I can not find the location to add my custom post type to whatever loop has been engineered here. If anyone has some ideas on a quick work around to get the float to apply it would really make my day!!
I have changed my page template, it now is a direct reflection of the blog template, minus the get_option and $paged which seems to draw out the regular posts and none of the custom posts.
Here is my current page template.
<?php /*
Template Name: Boat Show
*/ ?>
<?php get_header(); ?>
<section id=”container” class=”<?php echo tempera_get_layout_class(); ?>”>
<div id=”content” role=”main”>
<?php cryout_before_content_hook(); ?>
<div class=”container”>
<?php
$paged = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
$the_query = new WP_Query( array( ‘post_type’ => ‘bs_posts’) );?>
<?php if ( $the_query->have_posts() ) :
/* Start the Loop */
while ( $the_query->have_posts() ) : $the_query->the_post();
global $more; $more=0;
get_template_part( ‘content/content’, get_post_format() );
endwhile;
if($tempera_pagination==”Enable”) tempera_pagination($the_query->max_num_pages); else tempera_content_nav( ‘nav-below’ );
else : ?>
</div><!–container –>
<article id=”post-0″ class=”post no-results not-found”>
<header class=”entry-header”>
<h1 class=”entry-title”><?php _e( ‘Nothing Found’, ‘tempera’ ); ?></h1>
</header><!– .entry-header –>
<div class=”entry-content”>
<p><?php _e( ‘Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.’, ‘tempera’ ); ?></p>
<?php get_search_form(); ?>
</div><!– .entry-content –>
</article><!– #post-0 –>
<?php endif; ?>
<?php cryout_after_content_hook(); ?>
</div><!– #content –>
<?php tempera_get_sidebar(); ?>
</section><!– #container –>
<?php get_footer(); ?>
I have tried putting div class containers around code. Because I see the post meta is spanning the page and perhaps because this is not in the container is why the float is not working properly.
Obviously this did not work.
Can anyone PLEASE suggest a work around to get the float to work properly and the posts to display 2 across as they should.
Please.January 4th, 2015 at 09:19 #28943Merilyn
In case anyone else has this issue I found a solution that is working for me. I’ve installed the Dynamic Widgets plugin which enables me to choose what widgets show on what page.
December 31st, 2014 at 23:26 #28883In reply to: Nirvana settings
Matt G
Found the 1.01 upgrade but still cannot access the advanced settings for any of your Theme’s.
Here’s the steps Ive taken,
Focused on using three internet browsers to test each theme
1. Internet Explorer, Chrome, FireFox
2. Disabled all plug-ins on each Browser
3. Disabled all word-press plug-ins
4. Inspected Elements of each them in each Browser
5. Received the same error and recommendations in each
A. Consider using ‘dppx’ units, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi)B. Failed to load resource: the server responded with a status of 404 (Not Found)
in reference to (customize.php) then images then nirvana_thumbnailAnd the additional details of the 404 errors in the get section are;
ous function)load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:3 m.fn.extend.domManipload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:3 m.fn.extend.appendload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:1108 api.HeaderTool.ChoiceListView.wp.Backbone.View.extend.addOneload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:1 x.each.x.forEachload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:70 o.(anonymous function)load-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:1100 api.HeaderTool.ChoiceListView.wp.Backbone.View.extend.renderload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:1095 api.HeaderTool.ChoiceListView.wp.Backbone.View.extend.initializeload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:70 b.Viewload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:72 wp.Backbone.View.Backbone.View.extend.constructorload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:70 dload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:3 e.HeaderControl.e.Control.extend.readyload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:3 (anonymous function)load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:2 jload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:2 k.addload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:3 e.Control.e.Class.extend.initializeload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:2 e.Classload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:2 fload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:2 fload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:3 (anonymous function)load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:2 m.extend.eachload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:3 (anonymous function)load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:2 jload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:2 k.fireWithload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:2 m.extend.readyload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:2 J
December 31st, 2014 at 06:57 #28868In reply to: Nirvana settings
Matt G
Error I’m receiving;
nirvana_thumbnail.png/wp-content/themes/nirvana/images/headers
GET 404NotFound text/html
load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:3
Script
8.9 KB
32.5 KB
715 ms
616 msDecember 25th, 2014 at 14:54 #28828In reply to: errors found for Parabola.
Walt
This used to be a good theme like a year ago. Unfortunately, with all the updates to WP, the theme itself lacks sufficient updates to keep it up to date and compatible.
I have also found that if you actually pay for a theme (like on Themeforest or Elegant Themes) there is a LOT more functionality, compatibility, and it’s virtually limitless to what you are able to do. Plus, paid themes generally come with top notch support, as opposed to this set of themes where the author only drops by about once a month to answer a few questions.
(Not knockin you or your products Zed, just calling it how I see it)
December 19th, 2014 at 14:27 #28744In reply to: 3 widgets beside
Walt
I can answer your second question, Those are PRESENTATION PAGE COLUMNS. They are found right below where you edit your slides.
December 19th, 2014 at 13:20 #28743akis_man
The arrows can be found in: http://www.utf8icons.com/
December 19th, 2014 at 13:18 #28742akis_man
I solve the problem by changing in style.css this:
#access > .menu > ul > li > a:not(:only-child) span:after { font-family:"Open Sans"; content: '\25be'; /*this one was the old one --> \e80a';*/ position: absolute; right: 5px; top: 10px;
After that my site looks like that:
The arrows is a bit different, but they work.
The arrows can be found in:December 16th, 2014 at 21:57 #28709In reply to: Presentation Page columns not working
Kat
As I continued reading through the forum, I found the solution:
The widget appearance differs depending on whether or not responsiveness is triggered.
When site fits on screen, the columns behave normally (with hover effects and all); when responsiveness kicks in because the site no longer fits the screen, the theme considers this to be a mobile device (hence no mouse to hover with) so it replaces hovering effects with static elements with texts under the images.So, just enlarge your browser and Ta-Da! It works! 😉
December 16th, 2014 at 16:34 #28706In reply to: Slider only showing a loading symbol
Jan
I have found a solution. The Reason was a plugin…
ThanksDecember 9th, 2014 at 00:54 #28574Robert O’Leary
Hi Again, I deactivated all plugin and tried other themes and still I have the same issues. I have an option with one of the plug-ins to have a desktop and mobile version. With the mobile version toggled, I just get a “404 Not Found Screen”. Help!
RobertDecember 6th, 2014 at 09:03 #28534In reply to: space between header and top menu in Tempera
Troy
I did something like this in the custom css. I found this issue in another post.
#access { margin-top: 0px; }December 5th, 2014 at 20:43 #28527In reply to: create a side bar on the presentation page
deblis
Hi,
I had the same problem and found a solution in the frontpage.php product that is within themes / tempera put this<div class = “col-md-3”>
<? php include_once (‘sidebar-right.php’); ?>
</ div>December 4th, 2014 at 21:50 #28504In reply to: Responsiveness/mobile feature doesn't work
Debbie
I’m using the Tempera theme (which I love and use a lot) and everything works fine for this site except on iPhones the header area takes up all the room on the screen so when someone goes to the site all they see is blank turquoise space, everything is there, but they have to scroll down to see it. I found that not allowing zoom has fixed other issues with this theme on iPhone, but I’ve already disabled zoom for this one and it doesn’t seem to fix the issue. What else can I do?
Thanks!
December 4th, 2014 at 17:45 #28503In reply to: How to remove "Continue Reading"
Vanna
And of course, immediately afterwords I found a relevant option in the theme settings…
December 3rd, 2014 at 22:36 #28493In reply to: Bug in presentation page?
Shahinur
Hi all,
what we are experiencing in the slider, I just found a solution which is work for me. I thought this would be a temporary solution for all of us.
1. Go NIRVANA settings> Presentation page> Slides
2. Now from the Slides content: drop-down, select Custom slides
3. Here you can add upto 5 slides or if you need less( assuming 3 slides) than just remove all the text and links along with the # sign in link textbox. they will appear only 3 slides.
4. now in Slide 1 section for Image, select the image file by clicking select/upload
5. for Title , just copy paste the post tile
6. for Text , copy paste the words (like 30 or 50 words) from your targeted post which will show as excerpt.
7. for Link (link will use as read more) , remove the (#) sign and paste the targetted post page link from the browser address bar.
8. and save and you are done!Thanks all !!
November 28th, 2014 at 18:50 #28430In reply to: How to create custom sidebar for each single page?
Zhivko
Nevermind, I found a plug in. 🙂
November 27th, 2014 at 09:06 #28411In reply to: Pagination on Presentation Page Broken
Onkel Heini
Hi,
Read More works for me, but the pagination code is still genrated with class=”inactive”. This causes the google crawler to “file not found” errors.
Maybe you should remove it completly.
November 26th, 2014 at 23:36 #28404In reply to: Nirvana, how to remove topbar
Marc
Ok, my bad… I found it under the graffic settings…
November 24th, 2014 at 01:44 #28369In reply to: Where are the built-in color schemes?
Lisa Nicholas
Alright, I found them under Miscellaneous Settings > Import/Export Setting > Color Schemes. Maybe this should be a little easier to find? Perhaps, say, under the Color Settings tab, to give the option of either a pre-configured color scheme or customized one element at a time.
-
AuthorSearch Results