-
AuthorSearch Results
-
April 28th, 2016 at 22:48 #36570
In reply to: Presentation Page Position
Hector
I found the file.
But I can only do it using a Child theme? There’s no other way?
April 24th, 2016 at 23:43 #36550In reply to: What kind of help can I get for donating?
Michael Matthews
I found the file, but I’m unfamiliar with php. I have some html and css knowlege though. I’d probably need to know what line to edit and how to write the line. I sent an email on this so we can continue here or there if you want, either is fine with me if you don’t want to have two conversations. 😛
Thanks for the info so far.
April 16th, 2016 at 10:01 #36431In reply to: Can't write articles in visual edit mode
Bob
Found the issue. It’s a Plugin for Amazon.
April 2nd, 2016 at 19:35 #36286In reply to: Tempera 1.4.1
Zed
Cryout Creations mastermindWe sometimes lag behind on update announcements:
http://www.cryoutcreations.eu/wordpress-themes/tempera/tempera-1-4-1-runs-out-of-ideasThe changelog is now also included in the theme’s readme.txt file (found in the theme archive).
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.April 1st, 2016 at 12:15 #36273In reply to: Adding icons to main menu
unicrypt
Thanks. I actually found this solution: http://chrislema.com/using-icons-in-your-wordpress-menu/ to work with tempera. It is pretty easy way to make the menu look better.
March 23rd, 2016 at 00:26 #36175Adventure Travel
Perfect, found the glitch. Thanks so much Zed – I just uninstalled the plugin and will find another.
March 22nd, 2016 at 16:23 #36172In reply to: font size site title bigger
vj_dobermann
found it, juste add
#site-title span a { font-size: 150px; }
in custom CSS in Nirvana Settings
March 18th, 2016 at 13:43 #36110In reply to: How to give rounded style to the menu buttons
Thanasis
Please close the thread. I have found the code to add to the custom CSS of the theme options.
I leave it in case anyone has the same idea:#access a, #access ul ul a {
border-radius:0.8em;
}adding to the above this:
#access ul ul
will also add rounding to the menu shadow, but if you have more than one subitem it doesn’t look so good.March 10th, 2016 at 21:54 #36062In reply to: How to change header url
Michelle
NVM – I found instructions elsewhere in the forum.
March 9th, 2016 at 23:09 #36056In reply to: Increas left margin on page/post (Nirvana)
Stephanie
Oh, how embarrassing. I decided to keep looking after I posted this, and found it right away. Sorry!
March 7th, 2016 at 14:37 #36012In reply to: Featured images – browser compatibility
Jenny
Please ignore the second part of the question – I found the option to disable “Featured Images in Header” (in Customise, Post Information for others who might be looking).
Thanks!
March 4th, 2016 at 18:06 #35999In reply to: title & site description on 2 lines
leslie
Found the answer farther down in this forum:
http://www.cryoutcreations.eu/forums/t/how-to-place-tagline-below-title
That works perfectly!February 29th, 2016 at 06:24 #35968In reply to: Turning off shadow & scroll w/images
Jordan
Oh! I just found that feature and it’s the “Responsiveness” feature. Now perhaps we would like to make the featured image size a bit smaller in general (not height really) is that something on our end that we need to fix when uploading the featured image or how does that work?
February 24th, 2016 at 17:47 #35757In reply to: post thumbnails not working after update
AC Waterston
Sorry, wrong update! Found it, fixed it. Sorry for the previous post, you can delete it if you like.
February 24th, 2016 at 00:34 #35750In reply to: I lost some feature in home page after update
Andy
Had the same problem. Found the answer here.
February 11th, 2016 at 21:53 #35565In reply to: Theme configuration options
Lynn
I have this same issue. My site has existed for several years & now I am missing my mantra settings. The page still appears but there are no options, just as you have demonstrated in your “New” screen shot. If resolution is found, please inform.
February 7th, 2016 at 22:42 #35507In reply to: Primary Menu No Longer Centered
Richard
Since there is no official response on this, I used the following code to fix the centering problem:
/* Menu Hack */
#prime_nav {
clear:left;
float:left;
list-style:none;
margin:0;
padding:0;
position:relative;
left:50%;
text-align:center;
}
#prime_nav li {
display:block;
float:left;
list-style:none;
margin:0;
padding:0;
position:relative;
right:50%;
}Place it at the end of your CSS file and you should be fine. Here’s an explanation of what the code does: http://matthewjamestaylor.com/blog/beautiful-css-centered-menus-no-hacks-full-cross-browser-support
You’ll also need to put this in the custom CSS area found in Tempera Settings > Miscellaneous Settings, or any dropdown ul’s box shadow will extend beyond the ul:
#access ul ul{box-shadow:none}
I don’t know if this problem was caused by me running a child theme, but I highly doubt that because my menu styling was untouched except for color mods and mobile fixes.
Hope that helps you out, Jamal (and anyone else having this problem).
P.S. I meant this problem also affected the latest version of Nirvana in my first post. XP
February 5th, 2016 at 14:47 #35499In reply to: layout settings will not display
Jeannie
Found now that if I repeat the process enough times to cycle through all the Dashboard notices, the layout section finally appears. Never had this issue before, though.
February 2nd, 2016 at 18:24 #35463In reply to: Comment Subscriptions Plugins don't work
KingWm
Found it! It doesn’t go in a php file, but it goes in “Custom CSS” in the Tempera Settings page, under Miscellaneous Settings. I was looking through the theme files looking for a place to put the code, and eventually wound up looking in the style.css file and the note near the top of the file gave me a clue.
January 27th, 2016 at 12:36 #35349In reply to: Previewing Presentation Page
Brian Moore
Very much liked the Parabola template. Made a start but found a problem – see earlier posts. Flagged the problem up on the forum but no response, so decided to sign up for the $25 contribution to get Premium Support. Sent the query to Premium Support who suggested a possible solution which I immediately tried but sadly, it didn’t work, so I replied a few minutes after the initial email from Premium Support explaining it hadn’t resolved things and I attached screen shots showing that I’d carried out the suggestions but to no avail. Since then, a period of over 36 hours, I’ve heard nothing.
In many ways, it is good to discover early that this would be a bad choice for me as a template for my business as I can’t be going days without resolving issues. So, despite how much I liked the template and despite the modest $25 investment, I’ll be using a template from elsewhere. It seems many others are also unable to get a response which is a real shame.
January 19th, 2016 at 04:06 #35270In reply to: Wont show the slider
Marko
Update:
Found solution at:
http://www.cryoutcreations.eu/forums/t/presentaion-page-and-slideshow-missing-after-update#post-35269January 13th, 2016 at 05:49 #35157In reply to: parabola setting missing…
Chris
I found this solution. They created a plugin to fix the problem.
– Navigate to Plugins in your dashboard and click the Add New button.
– Type in “Cryout Theme Settings” in the search box on the right and press Enter, then click the – Install button next to the plugin title.
– After installation Activate the plugin, then navigate to Appearance > [Theme] Settings to access the restored theme settings page.https://wordpress.org/plugins/cryout-theme-settings/installation/
January 11th, 2016 at 20:49 #35117In reply to: How to make blog single column?
Rory
OK, i found that you can change this if you go into the template settings, under layout.
January 8th, 2016 at 17:39 #35086In reply to: How to Add SEO to Presentation Page
Rick
I see in other posts that you recommend Yoast SEO but can you please extend a basic walkthrough of how to get SEO data into the Presentation Page.
I found the ‘Yoast/Titles and Meta/Homepage’ but at a loss as to what to enter in here. Thanks.
December 17th, 2015 at 02:55 #34861In reply to: Nirvana setting missing after WP 4.4 update?
Peter
I found that the Nirvana settings page does not work in Chrome, switched to IE11 (on a PC) and it now works. Am running latest WP, Nirvana, plug in and Java.
December 16th, 2015 at 22:15 #34847Zed
Cryout Creations mastermindOkay, I now see you are in fact using the presentation page, but it is missing half of its content.
For the slider, you’ve left the images on the old URL: http://localhost:8888/
The columns (if you previously defined them) are nowhere to be found.Make sure you properly update the URL after moving WordPress.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.December 10th, 2015 at 12:46 #34384In reply to: Menu colour hover issue
Mauro
Hi,
the menu color issue is present in Nirvana demo installation too. The issue is related to Microsoft Edge in Windows 10. If you don’t hover slowly on the main menu the fade does not complete and the original color is not restored, so the menu item often is left dark gray.
I’ve found a similar issue in Parabola demo using Edge, IE works fine.
I’m noticing a growing number of visitors using MS Edge on my web sites, this could be a relevant issue in you great themes.December 4th, 2015 at 03:04 #34324In reply to: Google font for chinese words
Wox
Hi
I have found out that the font i type in wasn’t supported. Now using SimHei thanks for the support
November 30th, 2015 at 13:25 #34295In reply to: Post preview image alignment in presentation page
Sara
Hi,
I was just wondering if you had found a work around for this. I am having the same issue and just can’t seem to fix it…
Thanks
SaraNovember 16th, 2015 at 02:17 #34180In reply to: translate read more
Mark
Over the weekend, when I tried several times to download the 1.5.1 zip file it failed on loading in WordPress with the following message:
Unpacking the package…
Installing the plugin…
The package could not be installed. No valid plugins were found.
Plugin install failed.
Regards,
Mark -
AuthorSearch Results