Forum replies created
Hi,
For your first issue, Sorry, I need more information, please post me url to the two different pages.
For the second issue. Sorry, we do not provide custom code, you can contact us for a quotation on our service page.
https://theme4press.com/services/
Thanks!
Denzel
Hi,
In your Theme Options -> Custom CSS
Please add the following codes.
.archive .odd0{
clear:both !important;
}
This will line up the post properly in your archive page.
Thanks!
Denzel
Hi,
I am able to see your mobile menu using my iPhone. Works properly on mobile.
http://prntscr.com/7u6ugb
http://prntscr.com/7u6uj8
This is your sticky menu.
http://prntscr.com/7u6up5
You probably only need some Custom CSS to fix your sticky menu.
Thanks!
Denzel
Hi,
Thanks. It’s a bug. If you are using Alora version 2.7.0
Please open up dynamic_css.php go to line 1157 to 1167 and find the following codes.
<?php if($smof_data['h2_color']): ?>
.post-content h2,
.t4p-title h2,
.title h2,
.woocommerce-tabs h2,
.search-page-search-form h2,
.cart-empty,
.woocommerce h2,
.woocommerce .checkout h3 {
color:<?php echo $smof_data['h2_color']; ?>;
}
and change to the following codes.
<?php if($smof_data['h2_color']): ?>
.post-content h2,
.post h2,
.t4p-title h2,
.title h2,
.woocommerce-tabs h2,
.search-page-search-form h2,
.cart-empty,
.woocommerce h2,
.woocommerce .checkout h3 {
color:<?php echo $smof_data['h2_color']; ?> !important;
}
Thanks!
Denzel
Hi,
Please try WordPress admin -> Appearance -> Widgets -> Footer Widget 1 to 4
Thanks!
Denzel
You are welcome!
Hi,
First you need to disable the flipping effect in Theme Options -> Header -> Disable main menu Hover Effect
Then in Theme Options -> Custom CSS add the following codes for the Hover Effect (http://wpde.org/)
.menu-item a:hover{
background-color:#054f63 !important;
}
Thanks!
Denzel
Hi,
The only global options are in Theme Options-> General -> Layout Style and Theme Options -> General -> Layout Width
For every page, there is a full-width check box at the end of the editor. This full width is full width of the Layout Width selected in theme options, not 100% span across the browser.
There is no full width template in Evolve Plus theme.
If you require anything that is not available and cannot be done using a few Custom CSS, you can contact as for a quotation for theme customization at our service page. https://theme4press.com/services/
Thanks!
Denzel
Hi,
For your first issue, have you tried finding the strings in Woocommerce plugin?
Some of the store templates are from within the woocommerce plugin.
As for your second issue,
Are you referring to this layout error? http://prntscr.com/7tok46
If yes, please kindly use the following Custom CSS.
.woocommerce address{
clear:both;
}
Result. http://prntscr.com/7tokk0
Thanks!
Denzel
Ok, Thanks!