vladff
Forum Replies Created
-
All you need to do is to add this to your child theme:
.site-logo { max-width: 430px !important; }This will force the 430px max width you’ve set instead of the 100% that woocommerce sets.
Your site is under maintenance.
The logo size is set from Customize > Header Area > Site branding. Post a link to your page please, I’m not sure what you mean by product page.
Forum: Themes and Templates
In reply to: [Sydney] Messy services blockHi,
Assign the Front Page template please. Docs
Forum: Themes and Templates
In reply to: [Sydney] Slider text not showing on mobileIn a child theme or in a custom CSS plugin.
Forum: Themes and Templates
In reply to: [Sydney] Slider text not showing on mobileYou can add this and adjust as needed:
.page-wrap { padding-top: 40px; }Forum: Themes and Templates
In reply to: [Sydney] Slider text not showing on mobilePost a link please so I can see exactly what you mean.
Forum: Themes and Templates
In reply to: [Sydney] Slider text not showing on mobile@savariavehicles: You can see all the changes here. Take some time to do a child theme though, it’s worth it.
Try setting a bigger height for your header image, I assume you’ve set a very small height and the button goes outside of your image. Post a link if not.
There are two ways you can do this. Either either the dates of the service to make them show in the order you want or re-arrange them with this plugin: https://wordpress.org/plugins/post-types-order/
Forum: Themes and Templates
In reply to: [Sydney] menu barI’m seeing a green bar and it appears you’re using the Megamenu plugin at the moment.
Forum: Themes and Templates
In reply to: [Sydney] Slider text not showing on mobileHi,
Don’t really know what code you’ve added but please wait 1-2 days until the next version goes live and the text slider will be displayed on mobiles 🙂
Forum: Themes and Templates
In reply to: [Sydney] menu barThe menu bar is default to the theme, as you can see on our demo site or here in the preview. Post a link to your site please.
Forum: Themes and Templates
In reply to: [Sydney] menu barWhat resolution are you using? The mobile menu toggle shows up at screens smaller than 1024px. Other than that it shows the regular menu.
Forum: Themes and Templates
In reply to: [Amadeus] How to Allow comments on posts?Hi,
You probably have them disabled on single posts. Edit one of your posts, click Screen Options from the top-right side and check Discussion. See if they’re enabled in the metabox that shows up below the post editor.
Forum: Themes and Templates
In reply to: [Oblique] WP-PageNavi – not compatible?I haven’t tested it but I see no reason for it not to work. You need to add the code for Pagenavi in archive.php instead of
<?php the_posts_navigation(); ?>. This should be done from a child theme to be update-proof.