Forum Replies Created
-
AuthorPosts
-
Hi again.
To add the topbar menu to topbar, you need to add the menu widget to the topbar right menu.
We have checked and added that menu to your right topbar.
Please check it again.
Thanks.
Hi.
Thank you for contacting us.
We have checked and fixed that issue on your site.
On that updated version, we have removed the required plugin "Metabox and redux framework". After deactivated two plugins. Your site works fine.
Please check it again.
Thanks.
Hi.
Thank you for contacting us.
We have checked two domains, but we can't access this page sunwestgaragedoors.com.
On this page https://aaronoverheaddoors.com/projects/ we don't see the post with the title "Sun west garage door..".
Can you give us your site admin account and the link of this project "Sun west..."? We will help you check it again.
Thanks.
Yes, you can edit the source code at this file: wp-content/themes/yolo-sofani/templates/archive.php
and add the source code:
<?php echo do_shortcode( '[rev_slider slidertitle="Home 81" alias="home-81-1" offset=""]' ); ?>
this code to display revolution slider "Home 81", change to another slide if you want, please change another alias name.
Please check it again.
Thanks.
Hi again.
I have checked your site, everything is fine. Maybe you have fix that issue.
Please check it and let us know again.
Thanks.
Hi.
Thank you for contacting us.
To add mailto to email address on the contact box, we have added the custom HTML mailto to content title field:
<a href="mailto:[email protected]">[email protected]</a>Now it can link your email to mailto email.
Please check it again.
Thanks.
Hi again.
The guide is the blog archive page, it can't add revolution slider via the config.
If you want, you can change the source code to add the revolution slider.
Thanks.
Hi again.
I have added this custom CSS to help you show whole the background picture.
.page-title-wrap-bg {
background-size: contain;
background-position: top;
}
Please check it again.
Thanks.
As I see, the issue from the custom page title of the page, please go to edit the page/ page options/ page title/ and remove all the info on the page title style field and save your page again. It will help you fix that issue.
Or, please give us your site URL, admin account, we will help you check that issue soon.
Thanks.
Thanks.
Hi.
Thank you for contacting us.
Yes, we have checked and added boo service button to your menu, please check it again.
Thanks.
Hi again.
I mean the theme, not the plugin.
Please check it again.
Thanks.
Yes, we have added the custom CSS to help you show the whole picture on the mobile.
As you know this is the background image, so it can't fit with all your image.
Please check it and let us know again.
Thanks.
Yes, please check it again.
Thanks.
Okay, I have added this function to child theme to help you get the Marca field above the product title:
if (!function_exists('yolo_woocommerce_template_loop_product_title')) { function yolo_woocommerce_template_loop_product_title() { $marca = get_field( 'marca', get_the_ID() ); echo '<div class="marca">'.$marca.'</div>'; echo '<a href="'. get_the_permalink() .'" ><h3>' . get_the_title() . '</h3></a>'; } }Please check it again.
Thanks.
-
AuthorPosts
