Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermindWe’ve never been able to replicate this issue before since it only appears to manifest on oddly configured servers (either older setups or very limited/controlled environments).
Did anything change related to your hosting between when it used to work and now when it no longer works? Did you substantially increase the amount of custom text/content defined in the settings page?
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.Zed
Cryout Creations mastermindThe slider captions are designed to overlap the slider images in Parabola (and they jump below the slide images on small mobile devices).
You are using a particular slider image size / slider size configuration to make the captions appear below the image, but depending on the size of the screen being viewed on, the captions may or may not still overlap the slider images.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.Zed
Cryout Creations mastermindAre you using some kind of plugin to remove the “category” placeholder from the URL?
Most of them have issues with pagination links when the placeholder is removed.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.Zed
Cryout Creations mastermind1. The option that exists in the theme is to add extra left margin to the title/logo, not center it. If you add too much left margin then the title/logo will go off-screen on smaller devices.
Custom CSS can be used to center the title/logo which will also work for mobile devices.2. Due to the selected colours, the submenus are white text on white background on mobiles. If you cannot reconfigure colours to make them visible, use this custom CSS instead:
body #access ul ul li a { color: #181818; }
3. Make the slider text shorter or the slide images taller for everything to fit in.
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.Zed
Cryout Creations mastermindWolfineer, Greener did you try to temporarily disable all plugins to check if this still happens?
We’ve never encountered this issue in our tests so it may be caused by interference from a plugin.
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.Zed
Cryout Creations mastermindActivating a different theme should not affect content in any way.
Were your comments in WordPress or are you using a dedicated comments plugin? Do the comments return if you temporarily switch to a different theme?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.Zed
Cryout Creations mastermindCould you post a link to your site?
Does the tag widget work correctly on a different theme?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.Zed
Cryout Creations mastermindUnfortunately with site-wide issues the problem needs to be fixed before the next update can be installed when it becomes available.
I recommend completely deleting the theme folder (using the hosting account’s file manager or a FTP client) – wp-content/themes/tempera then manually installing the previous theme version with https://downloads.wordpress.org/theme/tempera.1.2.6.zip
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.Zed
Cryout Creations mastermindSorry about this issue which only manifests itself on older PHP version (before 5.3). We’ve already submitted the fix with a new update, now it’s up to WordPress to approve it and make it live.
Another workaround until then if you’re not into file editing is to delete the theme folder completely (using a file manager or via FTP) and manually install an older theme version:
https://downloads.wordpress.org/theme/tempera.1.2.6.zipIf 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.Zed
Cryout Creations mastermindYou are using HTML on your column titles which causes code markup errors with the latest update (in which the image alt attribute displays the column title for SEO/accessibility purposes).
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.August 7th, 2015 at 16:27 in reply to: Text Presentation Page columns disappeared after update #32481Zed
Cryout Creations mastermindI see the columns display the read more buttons at this moment while using the latest theme update.
Did you solve this?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.Zed
Cryout Creations mastermindWe’ll look into this.
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.August 7th, 2015 at 16:23 in reply to: How to put "alt text" into sliders images and presentation page columns images? #32479Zed
Cryout Creations mastermindThe alt attribute displays the slide title starting with 1.3.0
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.Zed
Cryout Creations mastermindYou are most likely seeing interference from a plugin, which causes an issue with WordPress’ JavaScript functionality.
You need to investigate which plugin is causing this by temporarily cycling them all off.
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.Zed
Cryout Creations mastermindThere is an issue due to some new code added to both Nirvana and Tempera which only works on PHP 5.3 and newer. For servers running older PHP, this solution works.
We’ll get this fixed as soon as possible.
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.Zed
Cryout Creations mastermindYes, there is indeed a PHP version limitation due to some new code we’ve added to both Tempera and Nirvana which only works on PHP 5.3 and newer. For servers running older PHP, this solution is good (for both themes, although line numbers may differ).
We’ll get this fixed as soon as possible.
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.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.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.Zed
Cryout Creations mastermindThis custom CSS (placed in theme settings) will also work:
@media (max-width: 1680px) body .nivo-caption h2 { font-size: 48px; }
We’ll improve presentation page configuration options in future versions.
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.Zed
Cryout Creations mastermindYou may be missing some theme files. Try to remove and reinstall the theme.
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.Zed
Cryout Creations mastermindThe presentation page content is not yet entirely covered by the options. We’ll improve this in future updates.
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.Zed
Cryout Creations mastermindPeter, you are using W3 Total Cache.
If you have CSS minification enabled, try to disable it or add the theme’s style-mobile.css file to the exclusion list.
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.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.Zed
Cryout Creations mastermindMenu colours need to be kept in sync (since they are used in various combinations). Some combinations will have undesirable effects, like what you are seeing.
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.Zed
Cryout Creations mastermindWithout being able to browse the site I cannot give you any helpful information.
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.Zed
Cryout Creations mastermindCheck if you’re using a caching plugin. Clear cache or disable plugin while setting up the site.
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.Zed
Cryout Creations mastermindDoes adding media work correctly if you temporarily switch to a different theme?
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.Zed
Cryout Creations mastermindThe theme’s fonts are located on a different domain than the main site. This causes issues with some browsers (which block cross-domain resource loading for security reasons).
Please see:
http://en.wikipedia.org/wiki/Cross-origin_resource_sharing
https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORSIf 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.Zed
Cryout Creations mastermindSarah, I am not seeing any issues with the text icons.
As for the Archives in the header, go to Appearance > Widgets and remove the Archives widget from the Header Widget Area.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 22:41 in reply to: How to put "alt text" into sliders images and presentation page columns images? #32309Zed
Cryout Creations mastermindWe’ll try to improve this in a future update (by inserting the slide title – if set – in the alt attribute)
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. -
AuthorPosts