Forum Replies Created
-
AuthorPosts
-
… by the way, to stop the enfold logo appearing over the top of the background I have added a transparent png to the Theme Options – Logo. This is probably not the way to do it and might alter your solution.
Hi Guenni007
I don’t need it fixed or to shrink. The mobile menu would just be a small logo (340px * 156px) and burger menu like if I’d set up Enfold normally.
ThanksYour a star Rikard.
It was that piece of code causing the problems.
Many thanks
You can close this ticketSorry forgot to mention. All plugins are disabled except Woocommerce.
Hi Rikard,
I have tried restoring but I get critical errors. The host 123-reg say the problem is with the child theme I created for Enfold. Please can you look at my child theme functions,php code and see if it has errors. Apparently it is line 23. My child theme is called Orion I.T. Theme:
<?php/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/
//set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}/* Add Custom class to all ALB elements */
add_theme_support(‘avia_template_builder_custom_css’);/*
Woocommerce 3.0.0 Compatibility Fix
Remove Enfold’s custom functions that conflict with the new image display in WooCommerce 3.0.0
*/
global $woocommerce;
if( version_compare( $woocommerce->version, ‘3.0.0’, “>=” ) ) {
function avia_woocommerce_gallery_thumbnail_description($img, $attachment_id, $post_id, $image_class ) {
return $img;
}
function avia_woocommerce_post_thumbnail_description($img, $post_id){
return $img;
}
}add_action( ‘woocommerce_single_product_summary’, function() {
echo ” – FREE SHIPPING IN THE UK!”;
}, 10);It is there try following this link to a product page. Might need a refresh. I could do with your insight.
Please close it thanks
That works great thanks Rikard
Sorry you need to view a couple of products to see recently viewed
Thanks Rikard
In the sidebar here:
https://edwardmarnier.com/product-category/rugs/Thanks but you can close it. I found the problem in a Woocommerce plugin.
Thanks Rikard I’ll perform some more checks.
Excellent thanks Victoria. You can now close the ticket. Sorry to be a pain.
RobI want the current-menu-item state of the sub menu to work the same as the main menu. At the moment only the line underneath changes colour. The font should also change colour (#fff)
ThanksIs this ticket closed? Just need the font colour change as well. Thanks
Sorry the font needs to be the same colour as the bar too. Like the main navigation. I can’t get it to work.
Perfect!
Many thanks VictoriaMany thanks Victoria that works perfectly.
I have another problem I can’t fix on the site. The full width sub menu font size is too small. I need it to be about 17px.
Also the sub menu does not highlight the page you are on like the main menu. Is this possible to fix?
Thanks
RobThis reply has been marked as private.No thanks. I’ll raise another query if I have problems.
Thanks Rikard I will take a look at widget areas.
RobThanks Jordan interesting solution. Unfortunately it looks awful on smaller screens. Is there no other way of doing it?
RobDon’t worry I have found a solution using alternative content
Many thanks
RobThat’s great thanks Rikard. I’ll wait for the update.
Hi Rikard,
No look at the third column of the footer they are still missing. They are present in the firste column???
Thanks
Strangely they just re-appeared on the first site after I added this CSS
/* hide footer contact */ .page-id-100 #footer { display: none !important; }
There is no contact page on the other site
Thanks 007. Useful tips.
-
AuthorPosts