Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
Hi,
There are some things that can be tweaked around the site title/logo to make them fit better on various screen sizes, but the exact CSS needed for this is dependent on your current site’s configuration.
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 caption element covers the entire image while obscuring its (container) link. The following CSS changes this:
#content .wp-caption .wp-caption-text { pointer-events: 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 mastermindHi,
As that functionality isn’t already in the theme it will require some custom code to create 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 mastermindHi,
Since that functionality does not exist in the theme, it would need to be added in using some custom 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 mastermindHi,
The animation effect is configurable through the options: https://www.cryoutcreations.eu/docs/themes/options/header/content/?theme=bravada#header-title-animation
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,
If you’re referring to hiding the post publish date on single post sections, that can only be done with CSS:
.single-post .entry-meta .date { 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 mastermindHi,
You can try the following CSS:
body .hamburger { width: 50px; } body .hamburger::after { content: "A to Z"; font-weight: bold; } body .hamburger span { display: none; }
but I’m not sure how you expect this tweak to look.
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,
Due to core jQuery changes brought by WordPress 5.7, the theme’s autoscroll functionality is currently broken and will require an update to correct.
Until then you should disable this functionality to avoid JS issues such as anchor links behaving incorrectly.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,
Applying that padding to the
#content
container instead of.entry-content
should avoid having elements that remain uncovered.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 theme controls the posts layout through its configuration options – you’d need to override the configured value for specific sections by filtering the theme’s options. Something along the lines of:
function child_custom_posts_layouts( $options = array(), $option_name = '' ){ /* possible posts layout values are: 1, 2 or 3 */ if ( is_category( 123 ) ) $options['fluida_magazinelayout'] = 3; return $options; } add_filter( 'option_fluida_settings', 'child_custom_posts_layouts', 11, 2 );
Note that this code is not tested.
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 mastermind3. That would be tricky to do with just CSS.
4. Customizing the menu items is described in the theme documentation:
https://www.cryoutcreations.eu/docs/themes-legacy/faqs/mantra/#where-are-the-menu-fontcolour-options
To tweak just one menu item you’ll need to include its unique classname in the 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 mastermindHi,
In Bravada, the header titles are covered by the Single Post Titles typography options. Are these the ones you’re using?
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 Julia,
To ensure the menus don’t overflow the screen you’ll need to either re-organize them or force the problematic ones to open their submenus to the opposite side:
#access ul li.menu-item-3639 .sub-menu { left: auto; right: calc(100% + 10px); }
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 mastermindFor that change the CSS identifier to:
body:not(.home) #content { ...
There will still be some space left under the banner/slider for which you’ll need to add an additional bit of styling:
.lp-slider { line-height: 0; }
We’ll sort this part out in the next theme update.
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,
We don’t have blank child themes for our free themes (Plus theme purchases do come with example blank child themes).
However, you don’t need a child theme for just that line of code – you can include it in a minimal 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,
Your site appears to have structural markup errors which can prevent it from rendering correctly on some or all browsers:
https://validator.w3.org/nu/?doc=http%3A%2F%2Fianchadwick.com%2Fblog%2F
Check the errors starting at #5 referring to unexpected opened or closed tags.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 see this topic on the same subject:
https://www.cryoutcreations.eu/forums/t/kahuna-editor-styles-dont-match-theme#post-115966If 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,
If you’ve moved the site to a different URL (or simply updated URLs from a development one to the final one) you need to ensure all database records are correctly updated to reference the new URL.
How to do this is covered in WordPress.org’s Moving WordPress tutorial.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,
If you’re receiving the 403 Forbidden error message during the update process, that indicates that either you have not configured the license key in the theme’s management page, or you do not have an active license for Fluida Plus.
Access to new updates and to accompanying priority support service is only available with an active subscription.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,
Regular captioned images and block images with captions use different markup and as a result they don’t have the same styling applied. This will make them appear differently.
In the topic’s title you mention captions not displaying at all – can you provide a link for where this 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,
Tempera supports both auto-generated columns (from posts) or manually configured columns using widgets.
The widgets method is covered in a specific tutorial: https://www.cryoutcreations.eu/wordpress-tutorials/how-to-use-the-new-tempera-presentation-page-columnsIf 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 should be able to remove that grey area with the following custom CSS:
.lp-slider { line-height: 0; }
We’ll add a correction for this in the next update.
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 2nd, 2021 at 17:17 in reply to: How to use a Youtube video as featured image on blog posts? #117348ZedCryout Creations mastermindHi,
I think that tutorial addresses to a specific theme which is indicated in the tutorial itself.
Bravada has its own layouts for post formats and that particular configuration mix would not have the same effect on Bravada’s header, but would simply display the video at the beginning of the post content (as expected).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,
Such functionality does not readily exist in either WordPress itself or the theme, but can be added using plugins:
https://wordpress.org/plugins/tags/background-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.April 5th, 2021 at 22:50 in reply to: How best to specify two-column layout for posts page, one-column for others? #116329ZedCryout Creations mastermindHi,
Mantra does not have built-in support for custom layouts for posts – this functionality only exists for pages using the available page templates.
Adding custom layouts for posts (all posts or individual posts) would require custom code to detect the site section and override the theme’s computed layout.
The code responsible for layout decisions is located in
includes/custom-styles.php
andsidebar.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 mastermindCould you provide a screenshot at least?
All of the theme’s colors are configurable, making it difficult for me to guess the exact elements that would need manual adjusting for your specific colors combination.
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 should be able to add a separation space above and below the main content:
#content { padding-top: 5px; padding-bottom: 5px; }
Adjust the values 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 mastermindHi,
Could you include a link to 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,
The theme’s screenshot (and demo site) use the the theme’s landing page feature, which includes a dedicated slider section.
On (static) pages (and posts for that matter) the inner content is always limited to the configurable confines of the theme’s layout and content cannot overflow/expand beyond those limits without additional 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 mastermindHi,
1. The header height has always been and still is configurable through the theme’s settings.
2. I would need to see the site to identify the element you’re referring to, as there is no such stripe/spacing in the default theme configuration.
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