Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
I can’t find the store/order section of your site to do a test run of how the widget behaves, but if the plugin is really hiding its widget when the cart is empty (not even the widget title or a simple placeholder “nothing in cart” text are left), then I assume you’re seeing an empty sidebar.
The theme’s sidebar(s) visibility is controlled by the theme settings and it is not dependent on the presence (or lack) of widgets in the sidebar.
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 would need to be able to browse your site to investigate 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.ZedCryout Creations mastermindTempera does not include any WooCommerce specific templates (beside the base woocommerce.php file, which is used to apply to correct layout on WC’s sections).
Which template files is WooCommerce indicating to be out of date on your site?
https://docs.woocommerce.com/document/fix-outdated-templates-woocommerce/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 mastermindDepending on which files the child theme includes, those files are used instead of the parent theme’s. So modifying those files (and making errors in them) will have direct effect on what happens on the site.
Search all your child theme files for "<? " (including the trailing space)
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 general layout is configurable in the theme’s options:
https://www.cryoutcreations.eu/docs/themes/options/layout/general/
(The plus edition has several additional layout options for specific section types)Individual layouts can be assigned for pages (in both free and Plus) through the meta options (present in the editor screen):
https://www.cryoutcreations.eu/docs/themes/meta-layouts/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@sya1130, try this CSS:
.entry-content blockquote::before, .entry-content blockquote::after { display: none; }
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 want to apply styling only on the homepage, you can make the identifiers more specific:
.home #header-widget-area { ... }
You can also use widgets visibility plugins to hide widgets entirely on specific sections of 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.ZedCryout Creations mastermindMeta links use a slightly adjusted color based on the general text color option.
However the theme uses an overlay on top of the featured images which is doubled under the mates to make them readable. This overlay is disabled on your 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.ZedCryout Creations mastermindWhere should the slider appear?
At 4), you’re indicating selecting the slider in the theme’s landing page options, however the landing page feature is not enabled on your 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.ZedCryout Creations mastermind@Firesmith, your site is using Mantra. In Mantra the header height is configurable in the theme settings:
https://www.cryoutcreations.eu/docs/themes-legacy/settings/header/#header-heightIf 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 indicated URL has no site on it at this time.
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 mastermindNeither the free nor the plus editions provide layout controls on this level.
The free edition provides individual layout control for static pages, while the plus edition adds this for posts as well. However the rest of the site sections follow the generally configured layout (except the landing page, which is a special case and has only one layout).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 header markup on your site is broken (by having the opening tags twice):
<!DOCTYPE html> <html lang="fr-FR"> <!DOCTYPE html> <html lang="fr-FR">
There is also an (obsolete) opening tag before the slider’s script code:
<? <script type="text/javascript">
If you’ve manually edited any theme files, revert the changes or restore the original files from a theme zip file.
Otherwise, try disabling any active plugins to see if any of them is causing that.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 mastermindThere is no general “read more” button for the entire section.
You could re-create such a button by using the theme’s text area located below that particular featured boxes section to display the button in it (while leaving it title-less).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 are not planning a Plus edition for Verbosa at this time.
- Headings formats can be adjusted with extra CSS (none of the existing Plus editions provide such options).
- Sticky posts already have a slightly distinctive styling (the pin icon) – how would you want to make them more obvious?
Note that sticky posts are only relevant on the homepage (they are neither sticky nor distinct on other site sections). - The theme is already translatable (see tutorial on this matter) however some strings visible on the frontend may not come from the theme (some may be part of WordPress, other from plugins).
The text you are pointing out is part of the theme however, although it may not show up in the solution you are using for translating because the .pot file is not up to date. Rescan the theme files and update the .pot then it should become visible.
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 believe we’ve figured this out through the support service to be from caching.
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.October 25th, 2019 at 19:27 in reply to: How To set de sizes of the verbosa headings h1 – h6? #94206ZedCryout Creations mastermindContent headings are controlled by the theme’s Headings typography options.
I was not able to see the H2 being larger than the site title on your 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.October 25th, 2019 at 19:22 in reply to: Removing "Subscribe to our newsletter" button on checkout page? #94205ZedCryout Creations mastermindSuch a checkbox is part of neither WordPress nor the theme. It is either part of WooCommerce or another plugin which adds additional functionality to WooCommerce.
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 mastermindImproving compatibility with the (continuously changing) Gutenberg blocks is on our to-do list. We already did it once but then WordPress updates adjusted the HTML markup for caption blocks.
Classic captions should continue to appear the same as before – I see you have a mix of both on the indicated 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 mastermindYou can turn off the excerpts on the featured boxes by setting the excerpt length to zero words in the theme’s options – https://www.cryoutcreations.eu/docs/themes/options/landing-page/featured-boxes/
You can also disable the excerpts on specific posts by entering empty content (spaces) in the manual excerpt fields for those specific posts.
I am not sure what you mean by ‘previewing the font’. In Roseta the caption title inherits its font options from the Headings typography option – https://www.cryoutcreations.eu/docs/themes/options/typography/content/#headings
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 mastermindMantra 1.9.9.3 is a very old release. We implemented multiple design and layout tweaks and changes in both the 2.0 and newer 3.0 release. We did these changes to optimize the functionality and structure of the theme, to bring it up to date with browser supports, HTML 5 markup and also some current design trends.
These changes are part of the theme and will slightly change the appearance (mostly concerning font sizes and spaces/paddings) of your site after performing the update – there’s no way to avoid them except to undo them all manually (by customizing a lot of the styling).
Beyond these changes (font sizes and spacings) nothing else should change due to the update. What other changes did you notice?
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 mastermindTo adjust the menu structure/appearance further than what’s available you might want to search for and use a mega-menu plugin.
The search functionality is the standard functionality provided by WordPress. If you need it to behave differently like provide search suggestions you may need to use some search-related enhancer plugin; or to change how results are displayed you will need to tweak and customize the theme’s search results template (search.php).
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 can apply custom styling to
body .nivo-caption { /* to tweak the background and padding of the caption box */ } body .nivo-caption h2 { /* to tweak the caption title */ } body .nivo-caption .slide-text { /* to tweak the caption text */ }
to customize the appearance of the slider caption box.
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 terribly sorry, but some of your emails ended up being flagged as spam and never reached out ticketing system. I unblocked them now.
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 mastermindWhat child theme are you using for Verbosa?
I don’t believe we are using @import in Verbosa itself (there would be no reason for that since there are only 2 style files which get enqueued by the code).
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 mastermindUse the theme’s settingsto control what is displayed in the header:
https://www.cryoutcreations.eu/docs/themes-legacy/settings/header/#site-headerIf 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 mastermindSomething that you modified last before the issue appeared may have some weird/unexpected content that is causing trouble.
Try remembering what the latest changes were and reverting them to see if the customizer returns to functional order.
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.October 25th, 2019 at 18:32 in reply to: Presentation Page Padding Between Extra Text and Columns with Cryout Widgets #94195ZedCryout Creations mastermindTry the following CSS:
body #front-columns { margin-top: 0; } body #front-text1 { padding-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 mastermindDid you manage to resolve this in the meantime?
The posts in the featured boxes now appear sorted in the same order as the standard posts 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.October 25th, 2019 at 18:29 in reply to: Featured Content on Landing Page: Items "slipping" into each other #94193ZedCryout Creations mastermindPlease disable the images lazyload functionality and the posts should arrange themselves correctly.
The code stacking the posts needs to calculate their height. Since the images are not present at that moment, the space they should occupy is not included in the calculations, and when they pop-up later, they make things overlap.
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