-
AuthorSearch Results
-
July 14th, 2015 at 15:53 #32332
In reply to: Stop Animation on Column Widgets
Zed
Cryout Creations mastermindWhat you are describing is controlled by the Photo Frames option (also present in the presentation page settings, after the one you’ve already tried out).
The Column Display option controls how the column content is displayed only, does not apply to the frames/skews.
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.July 12th, 2015 at 23:30 #32325In reply to: Custom css doesn't overwrites defaul
Zed
Cryout Creations mastermindCustom CSS sometimes needs to be more specific (because of the order different styles are applied). When a rule doesn’t work, add body in front of the selector. If even that fails, try adding !important to the rule (but try not to overuse !important).
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.July 12th, 2015 at 23:11 #32317In reply to: Nirvana Theme is incompatible with OptimizePress
Zed
Cryout Creations mastermindOptimizePress is a paid/subscription plugin.
We cannot purchase all plugins out there just to run tests with them.If the OptimizePress team identified the conflict and is willing to give us information about it, we’ll try to fix this even if we cannot test the fix.
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.July 11th, 2015 at 10:08 #32295In reply to: WooCommerce: Wrong breadcrumbs displayed
Pauli
After reading your post @karl, I tried, but this wasn’t working for me. I bought the Perfectseourl plugin two days ago hoping its all okay, and yesss it works! Haha.. Can’t explain how happy we are with our shop now! It wasn’t cheap, but seems like the best solution we tried the last months.. Even after updating, to the latest version 2.3.13 all perfect!
July 9th, 2015 at 05:52 #32284In reply to: Slider Issues- Not Showing Up
Nancy Gargan
So I have an update. I kept playing trying to do anything to get sliders to work. I think I may have found the problem. On the presentation page I had set the ‘show posts on presentation page’ to 10 and when I added my posts it made my total number of posts more then 10. When I changed this to 14 wahlaaa! the sliders and posts show up. I did notice when it was not working at the bottom of the posts was a page 1 page 2 block set. When I tried clicking on them yesterday it went nowhere. Today with the higher post number it is gone.
So I think my question for help now revolves around “Why will it not just use the 10 most recent posts on the presentation page, and keep the slider intact and working? I don’t necessarily want every post I ever create on the presentation page.”
Thus, Can someone please offer some advice and help I would greatly appreciate it?
Thanks!July 7th, 2015 at 20:23 #32275In reply to: Increase maximum number of Social Media Icons/Links
SK
Because there are 3 inquiries here with no response, I think I might be wasting my time asking about it yet again … but I would like to add some items that are NOT in your list. How do I do that? I can find their little icons, but I find no way of implementing them.
For the most part, this theme is excellent, but there are some slightly minor issues that make it a real pain sometimes. The selection of available social media is one of them.
Thanks for your attention to this question and for letting us ALL know how to move forward with our social media links using your theme(s).
July 3rd, 2015 at 22:32 #32258In reply to: Nirvana mobile CSS skipping the 1280px step
Erin
Sorry if this is a duplicate post. I just tried adding to my most from earlier and I think the forums choked on it, which is good because i royally botched the code blocks. Here it is again, and if this one sticks and I botch them again, i apologize.
As a quick follow up, i think i found the problem. You do not need to be calling the @media for all three of the tests. I think (and you should do your own research as well) that by doing so you have malformed the the OR list.
Right now you have this written:
@media (max-width: 1280px) and (min-resolution: 1ddpx), @media (max-width: 1280px) and (min-resolution: 96dpi), @media (max-width: 1280px) and (-webkit-min-device-pixel-ration: 1) {And I think the proper way to form the intended query is like this:
@media (max-width: 1280px) and (min-resolution: 1ddpx), (max-width: 1280px) and (min-resolution: 96dpi), (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1) {I hope this helps
July 3rd, 2015 at 22:28 #32257In reply to: Nirvana mobile CSS skipping the 1280px step
Erin
Sorry if this is a duplicate post. I just tried adding to my most from earlier and I think the forums choked on it, which is good because i royally botched the code blocks. Here it is again, and if this one sticks and I botch them again, i apologize.
As a quick follow up, i think i found the problem. You do not need to be calling the @media for all three of the tests. I think (and you should do your own research as well) that by doing so you have malformed the the OR list.
Right now you have this written:
@media (max-width: 1280px) and (min-resolution: 1ddpx), @media (max-width: 1280px) and (min-resolution: 96dpi), @media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1) {And I think the proper way to form the intended query is like this:
@media (max-width: 1280px) and (min-resolution: 1ddpx), (max-width: 1280px) and (min-resolution: 96dpi), (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1) {I hope this helps
June 29th, 2015 at 03:51 #32227In reply to: theme unresponsive on mobile
Thomas
Further research into this and here is what you need to do….
You can in fact use CSS minification but to keep Tempera behaving on mobile without getting crushed as in my above instance, your CSS minifier plugin must have a option to allow you to specify which CSS files to NOT minify. If it does, put the following in that option list….
http://YOURDOMAIN/wp-content/themes/tempera/styles/style-mobile.css
Replace YOURDOMAIN with your website domain. Then Tempera will behave as it was designed on different devices but you will also get the benefits of CSS minification of the other Tempera CSS files.
The style-mobile.css file is Tempera’s handling of responding to different devices. Though not a true mobile layout it still presents well. I personally use a mobile theme plugin on my site but also wish to allow visitors to see the desktop version.
This is for those that have advanced knowledge of web publishing and SEO.
June 27th, 2015 at 21:57 #32217In reply to: Read More Link in slider
Wendy
Hi,
I seem to be having a problem similar to the one described by the OP, which was supposedly fixed awhile back. The “read more” button does not appear for the first slide in the slider, and the dimensions of the slider are also much shorter for that slide. The other four slides look fine. I thought perhaps it was because the photo was the wrong size, but I have tried setting different photos as the featured image and get the same result. Any ideas?June 25th, 2015 at 12:33 #32206Val
Strange. I have the same problem. And I tried to do the same like you several times – no result.
June 19th, 2015 at 11:28 #32178sara
Hi,
I have the same problem, I need to understand what to modify to make the Read more button appear on my 5 slides. They have to be visible from the computer, but also from tablet and smart phone.I would prefer to use 1200×400 px size, because otherwise the images are too big.
I tried to simply resize my photos to that size, but it doesn’t work on the computer screen. I have no problem with tablet and smartphone, but the 78% of my readers are from the computer!!What else can I do? Please help me!
June 16th, 2015 at 03:07 #32159In reply to: Can't Remove Featured Image
Charles McCandless
Tried various css codes, none worked. Used FileZilla to delete Nirvana Child Theme, created a new version with Child Theme Configurator, got rid of the problem and it saved almost all of my original settings. No idea why it was impossible to delete Featured Image. Maybe this can help someone else someday.
June 15th, 2015 at 15:26 #32156In reply to: Read More Link in slider
Shereen
I think I’m experiencing the same issue as Katja. I need to link the ‘Read More’ button on the slider to other pages but can’t seem to find where to do this. Any help would be gratefully appreciated.
Thank you!
June 14th, 2015 at 10:52 #32147In reply to: How to get attribute description on shop page?
RemcoV81
Anybody?
For example on this page:
http://vakantie-cruise.nl/cruises/vaargebied/midden-oosten/
– I got the attriubute results on this page (check!)
– I got the title showing on top of the page (check!)
– But, the entered text description in WooCommerce is missing below the title…How do I change this? For SEO reasons I want to have text on this page.
Thanks already for your effort!June 11th, 2015 at 12:04 #32123In reply to: How to reduce footer's height (Nirvana)
MikevZ
AFAIK the footer height dynamically changes based on its content. If there’s only 1 line of text, the footer area uses ~75px I’d say. If that’s still too much, a custom CSS plugin or Nirvana’s CSS editor is your friend. The used div’s in its CSS are footer2, footer2-inside and/or site-copyright and add
height=EnterAmountOfPixelsYouDesire.DISCLAIMER: I’m no CSS expert, so fiddle on your own risk 😉
June 11th, 2015 at 11:53 #32122In reply to: Presentation instead of traditional homepage?
MikevZ
I believe the presentation page will actually boost your site’s Google ranking due to its dynamic character if you regularly post.
You could use a SEO plugin like Yoast to configure how your homepage and other pages display in Google’s results.
June 11th, 2015 at 11:48 #32121In reply to: Related Posts Thumbs not showing
MikevZ
Have you tried/enabled Related Posts in WordPress’ Jetpack plugin?
Basically do the reversed as I’ve described in this thread for someone who actually wanted to remove those related posts.
Cheers Mike
June 10th, 2015 at 07:03 #32110In reply to: Nirvana Theme is incompatible with OptimizePress
Rosemary B.
Hi Zed – I saw your nov post about bugs and issues – all of those remedies have been done and it is identified that the nirvana theme has a conflict with OptimizePress causing the live editor not to work. You cant add or edit page elements. It has been tested by the Optimizepress support team with another theme and is working fine. Any chance you can look into this theme conflict so I don’t have to change themes – thanks Rosemary
June 6th, 2015 at 09:14 #32077In reply to: Cryout colomns will not link
Zed
Cryout Creations mastermindConnie, you’re not using the Cryout Columns. You have Text widgets set up in the columns.
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.June 6th, 2015 at 09:12 #32076In reply to: Spacing On Website Front Page
Zed
Cryout Creations mastermindYou are setting up the site to be way too wide. You should limit it to somewhere around 1000-1200px.
Then adjust the content to fit that width so that it no longer jumps around so much when being viewed on narrower screens.
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.June 6th, 2015 at 09:09 #32074In reply to: Mobile Chrome responsive
Zed
Cryout Creations mastermindMelanie, I’d need a site link to check the issue.
JoAnn, I am not seeing this issue on your site in Chrome. Are you using the desktop Chrome or the mobile one? (and if mobile, on which Android version).
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.June 4th, 2015 at 19:50 #32051In reply to: Impossible to modify Tempera
cafi
Same here!
My web page is totally fall to pieces. I was resetted, reinstalled the theme, deactivated the plugins etc. etc. nothing helped so far.I can’t save Tempera settings !! (???)
Im going crazy, please someone help!
June 4th, 2015 at 19:38 #32050In reply to: Cryout colomns will not link
Connie
I put a link in the cryout column link field but there is not link displayed on the page so it’s not showing up at all.
June 3rd, 2015 at 11:20 #32042In reply to: Non-clickable Menu-Items
Louis
I found out by accident:
Create a menu item “Links” with a dumm url, then edit that menu item and remove everything in the URL field.
Voila.June 2nd, 2015 at 13:54 #32038Samantha
Hi!
I have also a problem with the slide at the presentation page (not after update but from the start)
I have used 2 pictures for the slide but after that 2 there is a white picture fore some moments! Even if I use 5 pictures than than the 6th is again white!
The trouble is together with this plugin:
Huge IT Video Gallery
Video Gallery plugin was created and specifically designed to show your video files in unusual splendid ways.
Versie: 1.2.2 | Door http://huge-it.com/Hope you can fix??
Cheers, Sam
June 1st, 2015 at 20:20 #32024In reply to: Animation issue on home page slider
Hannah
I am using custom slides and I am still experiencing this problem.
June 1st, 2015 at 01:36 #32018In reply to: Increase maximum number of Social Media Icons/Links
melanie
I would love to be able to use more social media links too – and I would also love for there to be a way to add custom icons (through the gui) if there wasn’t already a suitable one there (ie, just click to add a new icon).
May 31st, 2015 at 20:45 #32016In reply to: Animation issue on home page slider
Tim Henderson
I have a similar problem. The slider works perfectly on a desktop browser but on my phone it during the transition loads each image twice, one stretched to twice the height and one correctly displayed on top of it. This is causing the other content to be pushed down. I have tried using both chrome and Firefox on android and the same thing is happening. I have cropped all of the images to the same size as the slider.I used this theme on a previous website and this was the only issue I had with it. I ended up not using presentation page in the end which was a shame as I quite like it.
May 30th, 2015 at 15:54 #32002In reply to: Impossible to modify Tempera
salen555
Try to disable all plugins.
I had the same problem when I disabled all plugins everything worked.
The only thing I have not solved is that I can not save changes.
when I try to save changes or reset to defaults page redirects to www…./options.php(google chrom, firefox)
or shows an error 406 message (ie) -
AuthorSearch Results