nvlctur
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] Mobile menu not working properlyYou are the man, thanks that worked!
Forum: Plugins
In reply to: [Max Mega Menu] Mobile menu not working properlyUpdate – this seems to only happen on my homepage – if I open the contact page for instance, then from there the mobile menu works.
The only thing different about the home page is that there is a Slider on the home page which is hidden on mobile…but this should have no effect on the menu, whether I overlay it or not.
Hi there – we have another problem. If you open the website on your phone or tablet, and click on the button it opens a default popup, not ours ??
On PC it works fine.
https://drive.google.com/file/d/1TodGd_2dgNz1cz3y0uZ5LnY1RROKRvW_/view?usp=sharing
Forum: Themes and Templates
In reply to: [Mucha] Change header logo linkHi there
Thanks so much, applied this new code and it works perfectly – client is super happy.
Hi there
Thanks, it works in the editor and preview…but:
You mention removing all the content – is this why its not working on my side? I selected all the text and applied the bullet. It applies in the editor and in the preview window but when I look at the finished product, its still not showing (it has paragraphed text but still no bullets)
https://drive.google.com/file/d/1wV5PztAdbU_D2y2L3isYa31tWUFp00Xo/view?usp=sharing
Forum: Themes and Templates
In reply to: [Mucha] Change header logo linkHi thanks
I tried applying it like this:
if ( !function_exists( 'chld_thm_cfg_parent_css' ) ):
function real_estater_child_custom_logo() {
$custom_logo_id = get_theme_mod( 'custom_logo' );
$html = sprintf( '%2$s',
esc_url( 'www.autoglaze.co.za/services' ),
wp_get_attachment_image( $custom_logo_id, 'full', false, array(
'class' => 'custom-logo',
) )
);
return $html;
}
endif;
add_filter( 'get_custom_logo', 'real_estater_child_custom_logo' );It doesnt work, gives me this error: https://drive.google.com/file/d/15tGe-dTl-xhor57L6rzm7zfFfWZRr1j3/view?usp=sharing
I replied to the email in gmail – i forgot that I had enabled coming soon mode on the site.
Here is a screenshot of the issue: https://drive.google.com/file/d/1ZlA2UvT0oHfBxuSBQqXAz8FajYAuMUW4/view?usp=sharing
Forum: Themes and Templates
In reply to: [Minamaze] Remove page titlesThanks so much Manoj!
Looks like you know this well – I have another topic where I asked about the mobile menu not changing colour. I managed to edit the style.css and made the hover colour the colour I want.
This has not applied to the mobile menu though – it still hovers to the red colour. How can I fix this?
Forum: Themes and Templates
In reply to: [Minamaze] Change Read More Button ColourNevermind – it seems the page was loading a cached one – it has now changed the red to the colour I wanted
Forum: Themes and Templates
In reply to: [Minamaze] Change Read More Button ColourThank you
Can I not change the theme colour in the stylesheet somewhere? Or with custom CSS? I tried – I went through the style.css sheet and changed everywhere I found the red colour code to the one I want, I updated the file but nothing changed.
Forum: Themes and Templates
In reply to: [Minamaze] Change Read More Button ColourAnyone?
Forum: Themes and Templates
In reply to: [Minamaze] Change Read More Button ColourAnother thing I need to change – its the colour of the theme, the red…I need to change that. It shows in the footer as well as the menu’s at the top…its black but when you select a menu item or hover over it, it changes to red.
I need to change all these…how can I do it?
Forum: Fixing WordPress
In reply to: Cannot remove background image!Ok found it when I look at the page’s source html from my browser but how do I edit this in wordpress?
Forum: Fixing WordPress
In reply to: Cannot remove background image!Where will I find the .vc_custom_1560776853793 rule?
Forum: Fixing WordPress
In reply to: Cannot remove background image!Hi so I tried it but its still there ??
I binned the custom CSS (plugin) and added it to the site customizer CSS, removed !important where I saw it.