Forum Replies Created
-
AuthorPosts
-
February 27th, 2018 at 19:14 in reply to: header-fixed class is not applied properly on mobile devices #60282
Zed
Cryout Creations mastermindThe fixed menu feature does not apply on the smaller mobile devices. This is intended behaviour (to avoid wasting screen 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.Zed
Cryout Creations mastermindLinks are not part of Septera. And which plugins are you referring to?
All the links which are displayed in content are part of the content added to the site (menu, widgets, pages/posts) so they are under your control.
Those used by WordPress (for the styles, scripts, some media, so on) are dependent on the URL you installed WordPress at and can be updated to use HTTPS if needed.
You can find information for this procedure in the official WordPress.org forums and the documentation:
https://make.wordpress.org/support/user-manual/web-publishing/https-for-wordpress/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 mastermindThat is configurable in the theme’s options.
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 mastermindUse a custom menu, add a custom menu item to it and leave the URL field empty for that menu item.
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 “best-fit” size for the static slider image would be that of the site width (as configured in the theme options) and the desired height (depending on how much screen space you want the static slider to use).
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 header widget area is displayed on top of the header image and requires the header image to be used and visible to activate.
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 mastermindDue 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.Zed
Cryout 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 #60273Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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 #60260Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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 #60003Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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. -
AuthorPosts