Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermind@natergray, just because some things are similar, doesn’t mean they are the same.
Version 1.2.8 did fix the colophon (footer widget areas) margins on left layouts which was the issue reported by @joekob.However, as you did not specify a link I cannot take a look at your site to see what’s wrong.
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 mastermindDisable the posts section from the landing page’s general 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 mastermindThe blog page will use the theme’s configured general layout.
WordPress overrides any static page functionality when it is assigned as the Blog 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 mastermind1.3.2 changes the difference in size between post titles in single views and post titles in lists from a fixed number to a percentage so now the difference is relative to the font size used (and no longer causes issues with small font sizes).
Sorry we didn’t notice this initially.
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 mastermindTry to temporarily disable all your plugins to investigate if one of them is creating this issue.
Fluida does not call or use any Jetpack 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 mastermindAs you are using the featured images in a very special way (which we didn’t really intend to be used in the theme), I recommend you update to the 1.3.2 release and add this line of code in your child theme’s functions.php file to disable the newly added srcset functionality:
add_filter( "fluida_featured_srcset", __return_false );
This should restore the images to the old behaviour.
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 are using the featured images in a way that we did not intend for them to be used in the theme. If you have updated to the 1.3.2 update, I recommend using the newly added filter to disable srcset functionality (so that images return to their old behaviour on your site). To do that, add this line to your child theme’s functions.php file:
add_filter( "fluida_featured_srcset", __return_false );
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 mastermindWordPress’ menu widget only has vertical menu functionality. If you want an additional horizontal menu, you’ll need to look for an alternative menu widget 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.Zed
Cryout Creations mastermindAs announced here, the 1.5.0 update includes some cosmetic and appearance changes. One of these changes is the menu padding which does make the menu no longer fit in one line if it was borderline fitting before.
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 don’t quite understand what you are trying to do, but the theme’s top bar (which includes the top menu) that appears at the top of the site, above the site title / header image / header content, can be enabled/disabled from the theme’s options (under Graphics 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 mastermindThe indicated search page is part of bbPress (the forums plugin we use on the site).
As @glarobats mentioned, you can replicate it by using the search form (via a widget or shortcode) inside any static 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 theme is not designed to have its header replaced (with custom content). To do such a change you’ll need to customize at least header.php and write custom code to remove (unhook) several theme functions that add functionality and content to the header.
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 and pages have the same comments controls (in their editing interface).
The “No comments label” indicated that those posts have comments enabled on them, but nobody commented on them (yet). The comment form should be visible in the single post view, at the end of the post.
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@webdev-tory, make sure the images are the same size between them (and preferably the same size as the slider is configured) to avoid animation distortions.
You can also replace the built-in slider with a different one that may handle differently-sized images in another way.
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 can translate theme configurable texts through Polylang’s Strings feature.
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 see the custom style eventually worked 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 mastermindTry
#nav-below { display: none; }
-
This reply was modified 8 years ago by
Zed.
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 possible with existing theme 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 mastermindThe featured boxes require featured images set for these to be displayed.
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 21st, 2017 at 18:23 in reply to: Hide nav menu from sidebar or show different menu on mobile #44193Zed
Cryout Creations mastermindThe sidebar menu can be disabled (globally) by creating and assigning an empty custom menu to the theme’s main navigation.
I could not recommend you a particular plugin for getting different menus between desktop and 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 mastermindThe theme has the ability to display a header image for all pages (or posts) that have featured images set. This is controlled from the theme’s Featured Image 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 mastermindTry
#access ul li a { line-height: 2; }
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 Fluida icon blocks display individual pages while featured boxes display posts (all or from a specific category).
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 featured boxes don’t have a background color – they are transparent (except the images) to the body background.
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 mastermindTry
#site-header-main.header-fixed { opacity: 0.9; }
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 theme already has options for this in its options interface in the customizer.
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 comes with a three fixed color themes (light, dark and clean) over which the theme options do not apply and one that attempts to inherit the theme’s color options. This is configurable in the slider add/edit interface.
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 mastermindStarting with the last update, the theme also supports easily replacing the built-in slider (which is limited to 5 custom slides) with any shortcode-callable slider 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.Zed
Cryout Creations mastermindSorry, there was a discrepancy in my previous answer. The example code uses a classname while the styling uses an ID.
Modify the code to also use ID:
<h3 id="custom-title">Sample title</h3>
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 presentation page needs to be activated in the theme’s settings (under Presentation Page Settings).
However, setting a static homepage will disable this theme feature, so leave your WordPress homepage to latest 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. -
This reply was modified 8 years ago by
-
AuthorPosts