Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
The theme is able to use the post’s/page’s featured image as header image if the featured image is large enough (75% of the configured header sizes) and the appropriate theme option (under Featured Image) is enabled.
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.ZedCryout Creations mastermindhttps://docs.woocommerce.com/document/template-structure/
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.ZedCryout Creations mastermindIf you’re referring to the bottom-right notice about cookies displayed by our site, that’s custom made code that hasn’t quite made it into a full-fledged plugin (yet).
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.May 20th, 2018 at 20:56 in reply to: Zero Space between Content and Menu for Landing Page only #63910ZedCryout Creations mastermindYou can directly replace the theme’s recommended slider (or static image) with a slider of your choice, and it will be displayed the same way (and in the same location).
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.May 20th, 2018 at 20:51 in reply to: Impossible to have mailpoet subscribe newsletter checkbox on comments #63908ZedCryout Creations mastermindThere doesn’t seems to be anything wrong with that code.
Switch the theme’s option to use form labels instead of placeholders if you’re adding extra fields to the comment form.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.ZedCryout Creations mastermindMake sure the theme’s left/right padding option is not set to a value that’s too high.
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.ZedCryout Creations mastermindDue to mobile Safari’s inability to correctly displays background images that are both fixed an cover-sized (resulting in a weird zoom quirk), the fixed positioning is disabled there.
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.ZedCryout Creations mastermindI am not aware of any plugin which provides the ability to displays a posts list with the theme’s visual grid style inside a 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.May 20th, 2018 at 20:40 in reply to: Presentation page: Slider title hard to read, change border or add partially BG #63901ZedCryout Creations mastermind@Prellyan: editing theme files is generally a bad idea (and any changes are lost on the next update).
You can accomplish the same with just CSS:body .nivo-caption .inline-slide-text { background-color: rgba( your, color, here, opacity); }
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.ZedCryout Creations mastermindThe settings plugin requires at least Nirvana 1.2 to work (due to self-protection code integrated in Nirvana itself, the plugin cannot override some functionality to restore the settings page).
I suggest comparing the installed copy of the theme with the vanilla version to check for any changes, and if no file changes have been performed to the theme, then it is mostly safe to update.
I recommend updating to 1.2.0 for the least risk of trouble (there have been quite some changes since then until the latest 1.4.4, some of which may require your intervention or change things on the site).However, you should always create backups before important changes.
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.ZedCryout Creations mastermindWe will need to update the theme for the recent GDPR-related changes to the comments form to work.
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.ZedCryout Creations mastermindThose styles seem to be saved in a weird location:
<style id="tt-easy-google-font-styles" type="text/css">p { font-family: 'Montserrat'; font-size: 16px; font-style: normal; font-weight: 400; } [...] .entry-title { color: #dd9933!important; font-family: 'Acme'!important; font-size: 37px!important; font-style: normal!important; font-weight: 400!important; } [...] </style>
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.ZedCryout Creations mastermindThe slider images need to be all of the same sizes (or at least same aspect ratio) to avoid weird transition effects.
Nirvana registers the needed image size for WordPress to crop featured images as required.
If the posts’ featured images were uploaded before the theme was installed/activated on the site or the slider size options were changed after the featured images were uploaded, the crops may not exist or may be the incorrect size. In this case try regenerating the thumbnails.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.ZedCryout Creations mastermindTry this CSS:
body #front-columns { margin-top: 0; margin-bottom: 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.ZedCryout Creations mastermindThe email address used on the site account and on the Gravatar account need to match (you can associate multiple emails with a single account on Gravatar) and the appropriate option needs to be enabled in WordPress’s settings as well for the pictures to be displayed.
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.ZedCryout Creations mastermindThe edit button is outputted by tempera_meta_after() in includes/theme-loop.php, which you’d need to edit.
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.ZedCryout Creations mastermindCheck the theme’s options under its Post Information settings.
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.ZedCryout Creations mastermindPlease remove that CSS and use this instead:
#access ul ul.sub-menu li a { background: #002F00; }
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.ZedCryout Creations mastermindYou shouldn’t use H1 headings in your content, as that tag is used for the site title and having two in the same page will result in a duplicate H1 heading issue with most search engines/indexers.
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.ZedCryout Creations mastermindCheck that the logo is also enabled in the theme’s options (under Header).
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.ZedCryout Creations mastermindWhich browser did it fail to work 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.ZedCryout Creations mastermindA plugin should be able to do this (if it filters the default WordPress title functionality), however additional styling may be required to make the subtitle 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.ZedCryout Creations mastermindIn which section of the landing page are you adding the image?
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.May 6th, 2018 at 14:13 in reply to: How i set a tag instead of a category to list posts under a featured boxes top? #63369ZedCryout Creations mastermindYou can use plugins to filter the posts list normally displayed on the homepage (which is included at the bottom of the landing 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.ZedCryout Creations mastermind@simpson1331 are you sure your ‘kahuna-child’ folder contains a child theme for Kahuna width just the customizations and necessary files and not a duplicate (edited) copy of the entire theme folder?
The style.css file at least is a complete copy (perhaps customized) of Kahuna’s own style.
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.ZedCryout Creations mastermindThat string is translatable and can be removed using a customized translation. See this tutorial:
https://www.cryoutcreations.eu/wordpress-tutorials/editing-theme-strings-translationsIf 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.ZedCryout Creations mastermindTry this CSS:
.single-product button.single_add_to_cart_button { width: 80%; /* quantity input takes up the rest of the width */ }
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.ZedCryout Creations mastermindThe theme does not display featured images on the single article view. For that section the image can be inserted directly in the content (at the desired location).
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.ZedCryout Creations mastermindIf the option is enabled, check that the featured images are at least 75% of the configured site width and header height.
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.ZedCryout Creations mastermindSet the featured image height option to 0 to disable cropping/resizing.
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