Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
Hi,
Disabling the fitvids functionality in the options should return the same result.
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 mastermindHi,
The slider/banner feature is only available on the homepage. The rest of the site sections have the regular header which displays the appropriate section title, meta information (if it exists and is enabled) overlaid over the regular header 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.ZedCryout Creations mastermindHi,
You can disable the full-screen header image option for 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 mastermindHi,
Blocks are not currently styled with the theme’s built-in design as their markup can still suffer changes between WordPress releases, which would require us to redo this styling every time that happens.
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 mastermindHi,
The markup for the widgets containers (including the
widget-title
class) is generated by WordPress directly as the theme does not override it.Is this markup perhaps getting manipulated through filters by something else 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 mastermindHi,
That’s usually an indication of JavaScript failure. Use the browser’s developer tools to pinpoint the file(s)/code responsible (if any).
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 mastermindHi @garyc,
Yes, our Plus themes come with example content which can be imported to recreate our demo sites.
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 mastermindHi,
For best visibility and searchability, all sites (regardless of theme used) should use some form of SEO optimization – either using a plugin or done manually. The themes are only responsible for the visual side of things, not the content.
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.December 9th, 2022 at 23:47 in reply to: Warning: Trying to access array offset on value of type bool in #134795ZedCryout Creations mastermindThe line of code where the messages are displayed indicates that you are displaying posts without featured images assigned in the columns (which require images).
The next theme update will include an additional check to avoid the warning in such cases, but using posts-generated columns without images is still an unsupported scenario.
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 mastermindHi,
The header titles on your site are hidden through 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.ZedCryout Creations mastermindHi,
Please check our landing page tutorial to find out how this theme feature works and how it can be configured.
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 mastermindHi,
Parabola does not include sticky/fixed menu functionality.
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.December 9th, 2022 at 23:25 in reply to: Possible to have twitter feed in a “Featured Icon Block” on presentation page? #134791ZedCryout Creations mastermindOur themes do not include any social networks specific functionality. This can be added using other plugins.
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 mastermindHi,
It would be a better idea to not customize the landing page file at all and simply make use of the existing filter to override the query arguments, for example:
function child_boxes_override( $args, $section_status, $section_id ) { // apply for second boxes section only if ( $section_id == 2 ) { // do you want to include both the custom post type and regular posts? $args['post_type'] = array( 'servizi', 'post' ); } return $args; } apply_filters( 'roseta_boxes_query_args', 'child_boxes_override', 10, 3 );
All arguments used in this filter are passed to the posts query.
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 changing the CSS to:
.site-header-bottom:not(.header-fixed) img.custom-logo { max-height: 98px; }
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 9th, 2022 at 15:51 in reply to: Warning: Trying to access array offset on value of type bool in #131833ZedCryout Creations mastermindHi,
Could you include the whole message? (as they usually reference filenames and locations in files – you can censor out anything in the file paths before WordPress’ root folder)
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 mastermindHi,
The simplest solution there would be to include the logo itself in the header image that’s used on the site.
Alternatively, you could add your logo image to the theme’s header widget area, but some styling may be needed to arrange that properly.
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 turning off Jetpack’s image optimization feature and check if that has any effect.
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 mastermindCustom styling can be used either in a child theme’s style.css file (if a custom child theme is used), WordPress’ dedicated Additional CSS field or a custom CSS 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.ZedCryout Creations mastermindHi,
Based on the error message it sounds like your child theme is not actually a child theme as it doesn’t load the parent theme’s functionality (or some of it).
Double check that your child theme’s style.css file has the necessary header, specifically the
template:
reference.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’m not sure where how you’ve reached those identifiers, since most of those classnames are not used in the theme.
Try this:
body.septera-over-menu #site-header-main.header-fixed { background: transparent; }
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 mastermindHi,
In Bravada the header menu is a secondary menu location and is not designed to be visible on the (smaller) mobile devices. Mobile devices display the restyled primary navigation.
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 important is not necessary as that styling is already more specific than what’s present in 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.ZedCryout Creations mastermindHi,
The fixed menu functionality is controlled through Septera’s options:
https://www.cryoutcreations.eu/docs/themes/options/header/menu/?theme=septera#fixed-menuIf 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 mastermindHi,
You can usually use the browser developer tools to inspect the site markup and view applied styling (and also try out and test customizations).
To make the sticky menu semi-transparent you’ll need to tweak the background colors on multiple elements that make up that bar.
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 mastermindHi,
Which elements are you looking to customize, as Verbosa doesn’t have a header per se?
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 mastermindHi,
The featured boxes sections automatically pick up and use the posts’ featured images, when these are assigned to the source posts.
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 mastermindHi,
Hello Word is WordPress’ sample post which can be replaced with your own or deleted if you don’t intend to use posts.
I’m not sure what you mean by search box, the theme’s search fields are controllable through the available options (and only the header one is enabled by default).
If you’re referring to a search form displayed in the content itself, that’s placed there by WordPress because your site has no other content on the section where it is located. Add some content or reconfigure the section to display something else (like a static page) and the search form will go away.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 mastermindHi,
The logo is limited to the available menu bar height by default, but can be made to overflow its limits using custom styling, for example:
body img.custom-logo { max-height: 200px; }
Adjust the value as needed for your site.
The means for adding the logo to the footer differs depending on where exactly you want it placed (in the footer widgets, in the footer text fields, in a custom 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 mastermindHi,
Did you make any changes to the theme code/functionality or using a plugin related to images handling?
For some reason the featured boxes don’t include the markup for the <img> tags but only the images URLs as plain text.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