Forum Replies Created
-
in reply to: Set up default page menu
Hello,
You have to set the font color into Specular > Header Options > Default Page Header > Change font color https://imgur.com/S03US84 set it white.
Also edit the file header.php file and replace this codes:
if(isset($page_header_menu_color) && !empty($page_header_menu_color)) $bgCheck = ($page_header_menu_color =='auto') ? '' : 'background--'.$page_header_menu_color; else $bgCheck = 'background--light'; }replace with:
if(isset($page_header_menu_color) && !empty($page_header_menu_color)) $bgCheck = ($page_header_menu_color =='auto') ? '' : 'background--dark'; else $bgCheck = 'background--dark'; }Save the file and replace any time if you will get a new update or create a child theme.
Let us know.
Regards!
in reply to: mobile version problemsHello,
Please can you share with us your ftp credentials so i can login and fix all the issue you have on responsive.
Let us know.
Regards!
in reply to: WPBakery Visual Composer – cannot updateThis reply has been marked as private.in reply to: Add cart button does not loadThis reply has been marked as private.in reply to: change Reservation link / remove search toolHello,
Thank you very much.
It means a lot for us.
Regards!
in reply to: Sticky header not workingHello,
Please can you take a look now? I have deactivated your cache plugin.
Regards!
in reply to: June theme Search your Style placeholderHello,
We glad to help you, please can you rate our theme with 5 stars. That is very kind of you.
Regards!
Hello,
You can’t add the footer to any slide. The footer will appear only at after the last slider.
If you like this solution you have only to switch on the option on Customizer> Footer > Show Footer > Switch On.
Let us know.
Regards!
in reply to: Chrome and Firefox ErrorsHello,
This varies on the post styles on the post blog. Check the post blog styles by editing the post style: https://imgur.com/ozHVofs
Let us know.
Regards!
in reply to: menu bar height in desktop and mobileHello,
Please can you clear your cache and check the header again.
I think now its ok.
Let us know.
Regards!
in reply to: admin author in blogHello,
You can download the Envato Market plugin here to make the update. If you want we check your issue again. Please share you wp credentials and your online link.
Let us know.
Regards!
in reply to: Specular Theme – JavaScript not workingHello,
Yes in the next update this changes will be overwritten.
You have to use a child theme to resolve this issue.
Let us know.
Regards!
This reply has been marked as private.in reply to: June theme Search your Style placeholderHello,
The place holder can be changed with translating the pot file.
If you want to make this manually please go to: wp-content/themes/june/includes/codeless_builder/header_elements/cl_header_tools.php and replace :
<input type="search" id="<?php echo esc_attr( $unique_id ); ?>" class="search-field input-search-field" <?php $this->generateStyle( '.search-element .input-search-field', true ); ?> placeholder="<?php echo esc_attr__( 'Search Your Style', 'june' ); ?>" autocomplete="off" value="<?php echo esc_attr(get_search_query()); ?>" name="s" />You have also to change the file: wp-content/themes/june/includes/codeless_builder/header_elements/cl_header_search.php
<div class="search-input"> <input type="search" id="<?php echo esc_attr( $unique_id ); ?>" class="search-field input-search-field" <?php $this->generateStyle( '.search-element .input-search-field', true ); ?> placeholder="<?php echo esc_attr__( 'Search Your Style', 'june' ); ?>" autocomplete="off" value="<?php echo esc_attr(get_search_query()); ?>" name="s" /> <i class="cl-icon-magnify"></i>Let us know.
Regards!
This reply has been marked as private.