Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermindTry this CSS:
.single .entry-meta.aftertitle-meta a, .single .entry-meta.aftertitle-meta time { color: #fff; }
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:
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 mastermindUse this CSS:
body .entry-content, body .entry-summary { padding-top: 2em; }
The default value is 2em, you can adjust it as desired.
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 menu content needs to fit in the available space on the target screen sizes (or the mobile menu needs to be customized to activate earlier – at the point the configured menu no longer fits).
This limit is configurable through the options in the Plus edition.
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 mastermindYour site is accessible via multiple URLs (with the hosting account not being configured to accept this scenario).
Please see https://www.cryoutcreations.eu/forums/search/CORS
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 mastermindWhich one of the images on the indicated URL are you seeing blurry, for example?
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 mastermindCan we see 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 mastermindAs an additional bit of information, only standard posts follow the excerpt options in Nirvana. Post formats are always displayed in full (since they are intended to be used in specific instances).
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 mastermindBased on that image the styling on the site looks broken or doesn’t load at all.
The lack of text wrapping and the visibility of the ‘skip to content’ link shouldn’t be the only visible issues.If you’re using a child theme, make sure you correctly load the styles for both the parent theme and the child theme (in this order).
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 mastermindMake it a bit more specific:
@media (max-width: 1024px) { body .nivo-caption { top: auto; } }
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 presence of space between structural elements is a feature of the theme’s design (Parabola is intended to look blocky).
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 have set the theme’s header height to zero. This means neither of the header content (logo/title AND header image) will be visible regardless of how they are set.
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@heinenmja: Apply this CSS to remove the space between the header image and your custom menu:
body #access { margin-top: 0; }
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 theme settings (including the Custom CSS and Custom JS fields) are kept over updates. For extra safety you can also perform a theme settings export from the theme’s settings 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 mastermindThe ‘font-display’ attribute is part of the CSS 4 working draft.
Validators and optimizer should test for currently approved standards, not proposed/unstable ones.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 mastermindThis is not a change that’s built into or supported by 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.Zed
Cryout Creations mastermindFeatured images do not appear inside published content (posts or pages). Featured images are displayed in the header of the site (unless the option is disabled) for single post/page sections or together with the post/page title and intro where these are displayed in a list (blog, category, search results).
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 social links functionality is included in both free and Plus editions of the theme.
Using the social icons is covered in the documentation and the dedicated socials tutorial.If you’re looking for social sharing (or ‘like’-style) buttons for your content, those are usually provided by additional 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.Zed
Cryout Creations mastermindDid you ‘save’ the customizations? Are you perhaps using a caching plugin? (which prevents the changes from happening instantly on the frontend – although it shouldn’t apply in the customize screen)
Also, a link to the site could prove useful.
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 mastermindPosts content images appear to work fine on my device (at this time).
Are you still having this issue? What device(s)/browser(s) are you testing with?
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 video feature is core WordPress functionality and as far as I know is not intended for mobile browsers:
For instance, it might be desirable to test the user agent to prevent videos from loading on mobile devices that don’t support autoplay. As browsers introduce bandwidth APIs, it may also be worthwhile to disable video on devices with limited bandwidth.
https://make.wordpress.org/core/2016/11/26/video-headers-in-4-7/
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 mastermindLogic dictates that using a couple of the same paragraphs of text in two distinct locations (a single page or post and also part of a bigger thing) should not be the same as the exact same context (text) and structural markup be present at two different URLs.
After all, the internet is built on top of (some) content duplication.
However, mysterious are Google’s ways, so we’ll never know for certain how it treats this case.
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.March 24th, 2019 at 14:37 in reply to: Content Length of zero doesn't work for Featured Boxes 2 #75998Zed
Cryout Creations mastermindWe’d rather not apply the excerpt length option to manual excerpts because this creates the need for even more conditional checks:
– disable manual excerpt if value is 0
– skip trimming if value is non zero (to avoid breaking use of HTML in manual excerpts)
beyond what’s already present in the code:
– detect and use manual excerpt if it exists (check for both manual excerpt field and the use of <!–more–> or <!–next-page–>)
– use automatic excerpt if manual doesn’t exist (and trim it to the configured value)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 mastermindFluida uses a fluid-design (hence its name) meaning that it adapts to the screen width. To do this, its width is configured by default to a maximum value of 1920px (and its elements rearrange to fit on narrower screens).
This behaviour is similar to responsiveness, but differs in that it applies to large screen/devices too.
While some of its elements can expand beyond its layout (namely the menu/header background, footer background and some landing page sections backgrounds), most of the structures cannot expand beyond the configured site width.
While assigning a header image you have the option to skip cropping it, resulting in the ability to use an image of any size (width) in the header area.
Featured images used automatically in the header by the theme do not skip this cropping and are automatically cropped to the configured screen width and header image height values.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 believe we’ve discussed about this through our support service.
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 our themes support and work with the latest WordPress releases.
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@NoPlaceLikeOutside, category filtering is not currently supported for the featured boxes sections with Polylang or WPML. We are working on a way to implement this, but the theme filters the posts using the category slug, and neither plugin provides an easy way of ‘translating’ this slug.
@Teele, if you mean the text which appears under the site’s title, that tagline is a core WordPress thing and not handled by the theme.
If, instead, you refer to the theme’s landing page slider caption text (which is a copy of the tagline by default), that is also translate-able through the strings feature, but is part of the theme’s strings, not 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 mastermindThe read more buttons in the excerpts link to the full post page, not to a particular section (or area) in that full post page. I am not aware of WordPress having such functionality built-in.
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 dropdown appears to work fine now (at least for me) so I assume you solved this.
If you didn’t then it’s most likely caused by a JavaScript error on the particular page(s) it occurs on.
I see your contact page has quite a few content sections handled by plugins (including a shortcode that’s no longer active).
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 mastermindNone of our free themes and plugins collect any kind of personal (or even site-related) information.
The SysInfo plugin does gather site-related information and displays it in its dashboard page (as this is what it is designed to do), but you decide how to use the information displayed there (the plugin does not record or transmit it anywhere).
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