Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermind@ailsaforlenza, you’re using a caching plugin on your site. Make sure to clear the cache after making changes to the site if you want to see them instantly (cache expires by itself after a while so the changes will take effect eventually).
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 mastermindNirvana applies a background colour style to the active (currently clicked) link. This looks good on most links, but can sometimes cause confusion.
You can disable this effect on the site header with CSS:
body a#linky:active { 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.Zed
Cryout Creations mastermindWe’d need to be able to take a look at your dashboard to investigate further. You can use the customization or contact forms on our site to contact us privately.
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 you test that with any of our other themes (Parabola/Nirvana)? It should indicate whether there’s a limit to the number of variables that can be saved (or a general form POST-ing issue) or something in theme’s settings that’s causing the problem.
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 3rd, 2017 at 15:08 in reply to: Illegal string offset 'width' in wp-content/themes/parabola/attachment.php #56850Zed
Cryout Creations mastermindThanks for lettings us know about this.
Sounds like the code is trying to retrieve information for invalid (broken?) images.
We’ll add a check to silence the warnings, but that doesn’t resolve WordPress’ wp_get_attachment_metadata() failing for specific files 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.Zed
Cryout Creations mastermindUnfortunately, we were not allowed to include import/export functionality in our themes since Verbosa by the WordPress.org theme repository review team. Fluida is our last theme including 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 mastermindThe text areas are designed to support one (larger) image, which get special position styling (you can see this on the demo in the first text area).
Use this custom CSS to disable the positioning:
body .main .lp-text-content img:first-of-type { bottom: 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 mastermindBrowsers don’t take fixed elements (like the menu) when performing in-page scrolling to target anchors. This is a limitation we are aware of and are looking for a solution (one that doesn’t requiring including a couple of books-worth of JS into 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 mastermindEverything in the top area (main navigation, logo, socials, header image) is part of the header.
A different header image or different header image behaviour can be achieved with custom styling, but I’d need to see the site and the desired alternative header image for more details.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 slider behaves as it was designed to (since the 1.0 update) – it attempts to display the slides at their maximum height (while cropping the sides) to avoid the images becoming unreadable short slices on the narrowest of screens.
If you want to return to the previous behaviour you can use this bit of custom styling:
body .seriousslider-inner > .item img.item-image { max-width: 100%; }
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 mastermindSeptera does not include any page templates. What are you looking to do?
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 Jetpack’s Mobile Theme feature activated (which entirely replaces the selected theme on mobile devices).
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 mastermindSet the desired site-wide layout in the theme’s options and assign a different layout page template on the needed pages.
If you also need different sidebar widgets between sections using the same sidebar(s), you can do this with plugins (even Jetpack has widget visibility 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 mastermindYour site seems to consist mostly of pages – these don’t (normally) have the author displayed/listed anywhere and Google shouldn’t complain about such information missing. We’ll look into it.
I’m not sure if the ‘updated’ value should be available (included in the code) for pages or not. Again, this is meta information (like the author) and pages don’t normally display metas.
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 mastermindThanks for pointing this out. We’ll look into 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.November 25th, 2017 at 15:03 in reply to: How may I prevent a duplicate of title and motto on the header's image? #56650Zed
Cryout Creations mastermindThe text over the static image is configurable in the theme’s Landing Page 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.November 25th, 2017 at 14:55 in reply to: Can't get Static Page option to recognise Home Page #56649Zed
Cryout Creations mastermind@skpManiac, there is no error in my reply. With the current theme functionality there is no way to use both the landing page feature and create a “blog” page on the site.
We used to include a “blog” page template with our themes (all our older ones have it) but we were asked to remove it during the theme’s review for approval in the repository (the reviewers didn’t see its purpose). Also, repository themes are not allowed to include shortcode functionality.
This is why in all our newer themes we’ve reversed the behaviour of the landing page (making it activate when a static page IS set) – and we will be doing this switch in Fluida as well, in a future bigger update.The site linked in the initial topic is currently running Septera.
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 “Additional CSS” field in the customizer is designed exactly for such small/simple tweaks.
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.November 25th, 2017 at 14:46 in reply to: Search icon turning white-on-white while hovering with the mouse #56647Zed
Cryout Creations mastermindThat’s a hiccup due to some styling changes in the last update, which we’ll fix as soon as possible.
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’re referring to the posts list at the bottom of the presentation page, that’s an exact duplicate of WordPress’ default homepage posts list. There are a couple of plugins in the repository which you can use to filter homepage posts based on specific properties.
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.November 25th, 2017 at 14:37 in reply to: BuddyPress groups not displaying properly in Parabola #56644Zed
Cryout Creations mastermindThen you need to remember what the purpose of that custom styling is and correct it or remove it to stop affecting the layout 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 mastermindSince you did not provide a link I’m only guessing, but if you’re referring to the menu’s content (menu items), these can be thoroughly administered using a custom menu.
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 most likely come from an additional plugin you have installed and active. Try to temporarily disable all your plugins (one by one) to pinpoint the cause.
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 mastermindWe can help you with this customization through our customization 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 mastermindIs the site using any of our themes or 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 mastermindThat is part of the theme’s Header Titles functionality. Moving it would require using custom CSS and it can easily be turned off from the theme’s options (Customize > Post Information > Header Tites).
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 entire site uses the general (sidebars) layout as configured in the theme options, except individual (static) pages which have a different layout page template assigned to them.
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 try regenerating your featured images after activating the theme (or changing featured boxes size 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 mastermindIn the customizer panels WordPress only displays the currently visible widget areas. You need to navigate around on the site to discover the additional widget areas.
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 could hide it with CSS:
@media (max-width: 800px) { header#masthead { 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. -
AuthorPosts