Forum Replies Created
-
AuthorPosts
-
Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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? #117348Zed
Cryout 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.Zed
Cryout 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? #116329Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout Creations mastermindHi,
That’s happening due to a JS error present on the site which is caused by an issue with our slider plugin.
If you’re not using the slider plugin please disable it until we release an update to correct 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 mastermindHi,
There’s a JS error on the site related to a function that’s part of the slider’s code.
Looking into that it appears that a necessary slider JS file is missing due it being loaded with an incorrect filename – this problem occurs on WordPress versions older than 5.7 (for 5.7 the slider uses a different version of the file).We’ll correct this and release a slider update to fix 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 mastermindHi,
You’ll need to debug what exactly is interfering with the editor functionality. I suggest disabling all active plugins and temporarily switching to one of the default Twenty themes to check if that resolves the issue. If it does, re-activate everything one item at a time to pinpoint which one is actually the source 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 mastermindHi,
You’re not including a site link so I would need to make guesses and assumptions about your site’s current configuration to provide useful information.
Are you using the theme’s landing page feature? If yes, the landing page normally displays the banner image instead in its slider section.
If that is not the case, the theme only displays featured images in the header (I assume this is the image location you’re referring to) only if the theme’s corresponding option is enabled.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 mastermindHi,
The example code is part of the theme and lists the default parameters of the function call retrieving the featured boxes content. To customize the content you’d need to write your own custom function that filters the necessary parameters (not copy that code as-is).
Sticky posts are already ignored in the retrieval query, as dictated by the
ignore_sticky_posts' => 1
parameter. However, this only excludes the sticky posts from being included at the beginning of the list – sticky posts are also regular posts and are included in the results according to their publish date.
To exclude specific posts entirely, you’d need to make use of thepost__not_in
parameter by adding it using the filter.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 mastermindHi,
Those customizations should be possible with CSS, but I’d need to browse your site to figure out the CSS for your specific 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.Zed
Cryout Creations mastermindHi,
You can customize the appearance of the site description by targeting it with custom CSS:
body #site-description { font-weight: bold; font-size: 1em; text-transform: none; }
Its color is directly configurable through the theme’s settings.
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 the desired changes are applied and visible on the site, then the CSS works, so it’s correct.
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 mastermindHi,
I am not sure what you’re seeing on the site and you also didn’t include a link so I cannot check for this myself.
If you’re seeing content (and layout/design) from a previous edition of the site, that may be due to caching.
If you’re seeing existing content from your site but displayed with a (perhaps unexpected) layout that however matches the rest of the theme, perhaps you are misinterpreting the theme’s landing page 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.Zed
Cryout Creations mastermindHi,
The particular colors chosen generally needs to work in the particular combinations they are used in with Roseta. The theme has distinct control options for the menu and submenu items texts (in their normal state) and also for the entire header and submenu backgrounds.
For menu items in hover state the configurable first accent color is used – the two accent colors are used throughout the site so they would need to be compatible with all other colors used, especially the backgrounds of the various sections.
For further tweaks, custom CSS can be applied to specific elements and locations – however I would need to be able to browser your site to identify the needed CSS for the task.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 mastermindHi,
As I have already answered to your support ticket, Bravada doesn’t have the same compatibility issue as described in the post for other themes as we have already updated it with the necessary changes.
The theme does include a scroll wrapper which animates the scroll effect to in-page elements. If something JS-related is failing on the site or some other extension is overriding this functionality, it can misbehave. The animated scroll functionality can however be disabled from the options, leaving the browser to handle jumping to content links.I would need to be able to browse your site to investigate what is happening exactly.
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 mastermindHi,
There is no perfect CSS method of targeting browsers depending on the medium they run on (mobile/table/desktop). Generally, CSS is able to target devices depending on screen size: https://stackoverflow.com/questions/6370690/media-queries-how-to-target-desktop-tablet-and-mobile
Browser detection is usually done with JS or through code, and even then it isn’t perfect since browser useragent strings can be manipulated.For a mobile device in landscape mode you’d want to target a screen size between the largest portrait mode you want the menu to remain visible on and the smallest desktop you’d also want a menu visible one. This approach is bound to overlap some less common situations (like tables in portrait mode or ultra portable laptops).
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 mastermindHi,
Roseta has a built-in option that controls the appearance of tables, including having no background and/or no borders at all.
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 mastermindHi,
I will need to be able to browse the site in question to identify what is happening there.
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 mastermindHi,
Third party service usually have their own algorithms for deciding what image from each section to use (when there are multiple images preset).
To control exactly what’s being picked up by external services I recommend using a plugin that provides control for such properties – personally I suggest using Yoast, but there should be many SEO plugins capable of 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.Zed
Cryout Creations mastermindHi,
The header title’s font size is relative to the configurable general font size. If, however, you want to customize those elements separately you’ll need to apply some custom CSS:
body #header-page-title .entry-title { font-size: 5em; /* failsafe for IE */ font-size: clamp(2.5em, 5vw, 5em ); } body #header-page-title .byline { font-size: 1em; }
These are the default values – adjust them as necessary.
And to remove the italic from the footer text use:
body #site-copyright { font-style: normal; }
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 mastermindHi,
Could you provide a link to the site in question or at least a screenshot?
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 mastermindHi,
Check that you have WordPress set to display the desired number of posts per page from its reading settings (Settings > Reading).
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 mastermindThere is a screen width range at which the buttons don’t fit the available screen and overflow on two lines, before the next level of responsiveness starts to apply. This happens because of buttons text length.
I see you’re already applying CSS to tweak the buttons behaviour. You should extend the range down to 400px to cover the remaining screen width where the buttons still overflow.
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