Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
Due to technical (and guidelines) limitations, the landing page’s structural elements cannot currently be used outside 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@ncesareo, that seems to be caused by some styling change in a recent WooCommerce update which combines with the theme’s styling applied on inputs in a bad way.
Use this CSS to reduce the padding on the quantity input:
.woocommerce .quantity .qty { padding: .7em .4em; }
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.February 27th, 2018 at 18:30 in reply to: Home Page Slider Text Not Showing Up When Landing Page Feature Off #60273ZedCryout Creations mastermindThe landing page’s (static) slider image and the header image are two separate images (set to the same graphical content by default). The static slider is part of the landing page feature and only visible on it. The header image does not display a caption.
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@simons, you’re adding inline styling to the images, making them float left (so the text wraps around). This applies to all devices.
You have to disable the floating for mobile devices for the images/text to be better aligned on small screens, for example:
@media (max-width: 640px) { #pp-afterslider .ppbox img { float: none !important; margin: 0 auto; padding: 0 !important; display: block; } }
@Mezzent, same CSS can work for you as well.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 medium thumbnail was set to 300x300px in the WordPress I tested in (the default I think).
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 this CSS:
.woocommerce .quantity .qty { padding: 10px 5px; }
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 layout of the theme is not achieved with tables. The borders you are seeing around the content and sidebars are not table borders (so that option has no effect on them).
Those borders and their color is controlled by the theme’s third accent color option (together with other theme elements).
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 HTML did you attempt to use in the slides caption?
If you use the visual editor to define the content then WordPress will sanitize and clean up any errors on save. If you use the text (source) editor, then that markup will be used exactly how you define it and any errors there will be present on the frontend on 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 mastermindDisable CSS minifying in your caching plugin and check if that changes anything.
Are you using a child theme? (the caching plugin prevents me from finding this out).
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 do not see any unnecessary white space below content. Could you post an example URL with a post/page exhibiting this or create a screenshot of the issue?
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 see you are using a child theme since 1.9.9.2. If your child theme is customizing and theme files (other than styling and functions.php) you need to update them to make sure they are using code synchronized with the 3.0 release.
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@Amirasu, I see the social icons are visible on the site 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.February 27th, 2018 at 13:58 in reply to: After Mantra V3.0.4 upgrade Events Calendaris no longer displayed #60260ZedCryout Creations mastermindYou can return to any older version of Mantra using the WP Rollback plugin.
You can also find all previous versions in our releases archives.
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 font sizes come from bbPress’ own styling. Try this CSS:
#bbpress-forums, #bbpress-forums * { font-size: 14px; }
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 mastermindAll landing page sections can be independently configured (and disabled) from the theme’s options:
https://www.cryoutcreations.eu/wordpress-tutorials/how-to-use-landing-page-featureIf 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 is expected behaviour – the sidebars are displayed under the content on narrower screens (mobile devices) for improved content readability.
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 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.February 18th, 2018 at 19:23 in reply to: "Featured Static Page/ Latest Posts" Section Not Displaying #60003ZedCryout Creations mastermindPlease see our landing page tutorial:
https://www.cryoutcreations.eu/wordpress-tutorials/how-to-use-landing-page-featureAll sections can be controlled independently.
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 mastermindAre you looking for the featured image while the post is listed in a posts list or on the single posts section?
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 can most likely be done with custom styling.
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 elements are not independently configurable, but mostly anything can be customized with CSS.
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 probably have enabled the general header image and also selected to display random images from the theme’s suggested list. You can select or disable the header image from WordPress Site Identity > Header Image panel (in the customizer).
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 see our landing page tutorial concerning the functionality of the landing page sections:
https://www.cryoutcreations.eu/wordpress-tutorials/how-to-use-landing-page-featureThe logo is configurable, but not movable. Where are you looking to reposition it?
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 mastermindLet us know how the 1.2.0 update works for your site concerning featured 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.February 18th, 2018 at 17:50 in reply to: Just started using this theme and have a few questions. #59992ZedCryout Creations mastermind1. WordPress displays a specific number of posts on the homepage – by default 10 (this number is configurable in WordPress’ Reading settings).
2. The height of the post blocks depends on the actual post content/excerpt (which would need to match in height).
3. The theme does not (and cannot, per the guidelines) provide such functionality. You’ll most likely need to look for a plugin to do this.
4. The theme is already optimized for this. However, repository themes are not allowed to include direct SEO functionality – you’ll need to use a plugin for this job as well.
5. The customizer preview does not switch between device layouts, it just emulates how your site would fit on a certain screen size.
The theme features multiple widget areas in its sidebar, some of which are always displayed before the content, some after the content and some not at all on mobile devices. Place your widgets as needed.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 mastermindDoes the same form work correctly in the same browser with one of the default Twenty themes?
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 mastermindBeing in such proximity to the site title and logo, the header image is not designed to link to the homepage.
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 landing page feature of the theme is not designed to display sidebars.
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 image sizes registered by the theme are not directly controllable, but they can be disabled by commending out/removing the appropriate code in the theme’s includes/setup.php file.
Keep in mind that the theme will most likely display the wrong size images in all locations after doing 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 mastermindIf Masonry is enabled under Miscellaneous then it should just work. We would need to see your site to provide further insight.
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