Hello,
Could you please clarify with more details what exactly you mean and show us screenshots?
Regards,
Robert Hall.
Hello,
Could you please clarify with more details what exactly you mean and show us screenshots?
Regards,
Robert Hall.
I’ve imported slider and banner images. Please check it.
And just another question i’ve this message:
OptionTree has outdated data that should be removed. Please go to OptionTree Cleanup for more information.
what should I do??
You can ignore this message.
Regards,
Robert Hall.
You can change the links in \themes\royal\framework\shortcodes.php file.
Find // ! Share This Product section and you’ll see code for social icons there.
Then look at the following code and edit href="" attribute with your link.
<a href="https://twitter.com/share?url='.$permalink.'&text='.$post_title.'" class="'.$tooltip_class.'" title="'.__('Twitter', ET_DOMAIN).'" target="_blank">
.
Regards,
Robert Hall.
I’ve fixed the fonts on that page. Please check.
Regards,
Robert Hall.
You’re welcome!
We’ve taken your request into our account.
Regards,
Robert Hall.
Hello,
Sorry for a delay.
I’ve added the following code in Theme Options->Custom CSS->Global Custom CSS. Please check.
body,
.page-heading a,
.page-heading #breadcrumb {
font-family: 'Open Sans' !important;
}
.menu > li a,
.wpb_column h4,
.wpb_column p,
.wpb_column a,
.main-footer .widget-title{
font-family: 'Roboto' !important;
}
.page-heading .title{
font-family: 'Tahoma' !important;
}
Regards,
Robert Hall.
Hello,
I’ve added this code in Global Custom CSS.
.recentCarousel .slide-item .caption h3 a{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
Please check the titles now.
Regards,
Robert Hall.
What template version exactly do you want to use?
There is a bug with automatic images import and we can upload them manually for you.
Sorry for inconvenience.
Regards,
Robert Hall.
Hello,
Sorry for a delay.
As I see you’re already added the social icons to the top bar.
Regards,
Robert Hall.
You’re welcome!
Regards,
Robert Hall.
I’ve fixed this issue. Please check.
Regards,
Robert Hall.
Hello,
I’ve added the following code in Global Custom CSS. Please check the footer now.
.container-transparent .main-footer{
background-color: #183242 !important;
}
Regards,
Robert Hall.
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall.
Hello,
I’ve created the Child Theme and added code above. Also added CSS style for brand name.
.custom-product-brands{
margin-bottom:15px;
font-family:Arial;
font-size: 14px;
}
.custom-product-brands a{
color: red;
}
This isn’t a custom field. The brand name comes from product settings->brands. See screenshot: http://prntscr.com/9xk333
Regards,
Robert Hall.
Hello,
Yes, you can update theme to the latest version (2.8).
Please provide us with wp-admin and FTP credentials in Private Content to check theme options more deeply.
Regards,
Robert Hall.
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
You’re welcome!
Regards,
Robert Hall.
Hello,
This question is a bit unclear for us. Could you please clarify us with more details?
Maybe provide screenshot for our better understanding and highlight what exactly you want.
Regards,
Robert Hall.
You’re welcome!
Regards,
Robert Hall.
I’ve made changes in custom.css file. Please check it now.
Regards,
Robert Hall.
Hello,
I’ve updated theme for you. Please check it.
Regards,
Robert Hall.
Please provide us with wp-admin access for http://www.justlovestyle.com in Private Content.
Regards,
Robert Hall.
Yes, correct. If you’ll have the problems with adding code in content-product.php file then provide us with FTP credentials in Private Content and we’ll help you to add this code.
To display a brand name below the price you need add our code below the following part of code.
<?php
/**
* woocommerce_after_shop_loop_item_title hook
*
* @hooked woocommerce_template_loop_rating - 5
* @hooked woocommerce_template_loop_price - 10
*/
if (etheme_get_option('product_page_price')) {
do_action( 'woocommerce_after_shop_loop_item_title' );
}
?>
See here: http://prntscr.com/9wcfhc
Regards,
Robert Hall.
Please show screenshot for our better understanding how it should be.
Regards,
Robert Hall.
Hello @kkszeto8,
I’ve answered you in this topic:
https://www.8theme.com/topic/add-custom-field-in-category-page/#post-110731
Regards,
Robert Hall.
Hello,
Please try to use this code in custom.css
.header7 .logo {
text-align: left;
}
.header-wrapper .search{
width: 284px;
}
Regards,
Robert Hall.
You’re welcome!
Regards,
Robert Hall.
You can try to add the following code in \wp-content\themes\woopress\woocommerce\content-product.php file on line 150
<?php
$terms = wp_get_post_terms( $post->ID, 'brand' );
if(count($terms)>0) {
?>
<div class="custom-product-brands">
<?php foreach($terms as $brand) { ?>
<a href="<?php echo get_term_link($brand); ?>">
<?php
echo $brand->name;
?>
</a>
<?php } ?>
</div>
<?php
}
?>
after this code
<?php if (etheme_get_option('product_page_productname')): ?>
<div class="product-title">
<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
</div>
<?php endif ?>
Please see screenshot how it should be http://prntscr.com/9wbin9
Also we recommended to do it in the Child Theme.
We have already created and included child theme in theme package. You just need to find woopress-child folder in theme package and upload it to /wp-content/themes/ folder of your server.
Please copy content-product.php file into it saving folder structure like:
wp-content/themes/woopress_child/woocommerce/content-product.php and make changes there.
Regards,
Robert Hall.
If you want to display it like here http://prntscr.com/9wb5r2 use the following code in custom.css file. Otherwise provide us with screenshot how it should be.
Menu background:
.main-nav .double-border {
background: grey;
}
Background image under logo:
.header{
width: 100%;
height: 100%;
background-image: url("http://justlovestyle.com/wp-content/uploads/2016/01/header-1.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 30px 0px;
margin: 0;
}
Regards,
Robert Hall.
Hello,
Maybe you deleted all of them?
In this case you need to recreate post items in Dashboard->Posts and portfolio items in Dashboard->Portfolio.
Regards,
Robert Hall.