Hello @raphaelbarboza,
Please try to activate theme now.
Regards
Hello @raphaelbarboza,
Please try to activate theme now.
Regards
Hello,
You’re welcome!
Regards
Hello @JGDesignCaribbean,
The content of top bar area can be changed in Appearance > Widgets. Please read our documentation – https://www.8theme.com/documentation/xstore/support/widgets-custom-widget-areas/
Let us know if you need any further assistance.
Regards
Please check if this works in the same way with the default WC theme (Storefront).
Let us know.
Regards
Hello,
You’re welcome.
Regards
You’re welcome.
I would recommend you to contact woocommerce support.
Regards
Yes, but I can’t access Pages, Plugins, Themes or Woocommerce > Status sections. Please check.
Regards
You need to copy related.php file (xstore/woocommerce/single-product folder) to xstore-child/woocommerce/single-product folder and add this code
'meta_query' => array( array ( 'key' => '_stock_status', 'value' => 'instock', 'compare' => '=' ))
https://prnt.sc/jhpa6w
Also, edit xstore-child/woocommerce/single-product/up-sells.php file https://prnt.sc/jhpb65 > https://prnt.sc/jhpc25
$meta_query = array( array ( 'key' => '_stock_status', 'value' => 'instock', 'compare' => '=' ));
Let us know result.
Regards
You’re welcome!
Regards
Hello,
1. Please read this article https://docs.woocommerce.com/document/woocommerce-pages/
Or provide me full admin access so I can check your pages and settings.
2. You can add [share] shortcode in Header custom HTML (for 6, 7, 13, 14, 18 headers).
Regards
Hello,
Please provide us with temporary wp-admin and FTP access in the Private Content area, so we can take a closer look.
Thanks in advance.
Regards
You can add custom css code in 2 ways: style.css file of the child theme and Custom css area (Theme Options). To make custom code works from Theme Options, in child theme should be created the empty dynamic.css file and in functions.php of child theme should be added this code:
wp_enqueue_style( 'dynamic-css', get_stylesheet_directory_uri() . '/dynamic.css' );
Regards
You need to set margin-bottom 0px for rows which are hidden on mobile.
Regards
We’ve sent the slider to your registration email.
Regards
Hello,
Unfortunately, this is not possible to hide “out of stock” products from these sections.
Regards
How to create custom.css you can watch in this tutorial – https://www.youtube.com/watch?v=Qok2zRedRMY.
use this code in custom.css file:
@media only screen and (max-width: 480px) {
.test .wpb_content_element {min-height: 38px !important;}
}
Regards
Hello,
Thanks for the topic.
Please post different questions in different topics. Thanks in advance.
1. Please try to add this code in custom css:
.post-type-archive-product .main-products-loop {
width: 100%;
left: 0;
}
.post-type-archive-product .sidebar {
display: none;
}
2. The sidebar can be disabled via Theme Options > Products Page Layout > Layout.
“Products per page” you can change via Customize > WooCommerce > Product Catalog.
Also, you use the latest version of WC plugin, so I would recommend you to update theme https://www.8theme.com/demo/docs/royal/#!/installation_upgrade
If you made changes in the parent theme files, then you’ll lose them after theme update. That’s why you need move all modifications to child theme https://www.8theme.com/download-plugins/ (Royal Child Theme). Please read WordPress Codex https://codex.wordpress.org/Child_Themes how to make changes in the child theme.
Before uploading theme files delete “woocommerce” folder, which is located in wp-content/themes/royal/ to avoid problems with old files (it’ll be reuploaded from a new theme package).
Don’t forget to create backup of your files and database before starting update process! Your theme options could be exported in a file (Theme Options > Import/Export > Options > Export Options) to be able to restore the site to the previous state if something goes wrong. Also, check the widgets and make sure that you know where every widget is placed because they could be messed up after the update.
You need to enter your purchase code to activate our new theme version and skip Setup Wizard.
Please, re-save your Royal options after upgrading the theme. Navigate to admin panel > Theme Options and hit Save changes.
3. “Show Filter” can be disabled via Theme Options > Products Page Layout > Hidden sidebar.
To change content of all sidebars go to Appearance > Widgets.
Default sortings can be changed via Customizer because this relates to default WC functionality.
4. To remove share icons go to Theme Options > Single Product Page and set “Show share buttons” to “Off”. There are no options to change these links.
5. Please read this article https://docs.woocommerce.com/document/editing-product-data-tabs/ (add code in functions.php file of child theme).
Product reviews you can disable in Woocommerce > Settings > Products > General > Reviews.
6. Likely the problem relates to incompatible WC and theme versions you use. Please update the theme and read this article https://docs.woocommerce.com/document/fixing-blurry-product-images/
Image size can be changed via Customize > Wocommerce > Product Images.
Before 3.3 version WooCommerce had options for every type of image – single product, catalog and gallery image. In version 3.3 WC developers changed options and moved them to the Customizer. In version 3.3.3 they removed image settings at all even from customizer. We keep the previous version of their settings http://prntscr.com/ik093w But 8theme product widgets and gallery images use WP thumbnails size (Settings > Media) because WC customizer does not have the individual settings for this because of 3.3 update. So, if you don’t want to crop thumbnails images disable crop in WP settings and regenerate thumbnails.
7, 8. Please provide screenshots.
Regards
1) Please try this solution https://www.8theme.com/topic/modify-single-product-content/ Let me know.
2)
.single-product .tabs .wc-tabs {
text-align: left;
}
3) Do you mean something like – http://prntscr.com/jhnvsq ? Please describe the desired result in details.
4) Settings > General > Membership > Anyone can register + Theme Options > General > Header Settings > Sign In link position.
Regards
It depends on your content structure, so you can change it or add a custom class for row + custom css code in Theme Options > Custom css > Custom css for mobile, for example, http://prntscr.com/jhns7y + https://prnt.sc/jhnsh2
.test .wpb_content_element {min-height: 38px !important;}
Also, do not forget about image alignment settings – http://prntscr.com/jhnpzf
Regards
You’re welcome!
Regards
Regards
Oh I see, please add this code in child-theme/functions.php file:
add_filter( 'woocommerce_product_single_add_to_cart_text', 'et_add_to_cart_text' );
function et_add_to_cart_text() {
return __( 'Buy now', 'xstore' );
}
Regards
Hello,
Is your problem solved? If not, provide us with your site URL so we can take a closer look.
Regards
Hello,
Please provide us with site URL.
Regards
My pleasure 🙂
Thanks for using our theme and pleasant feedback.
Regards
Please check Design Options for columns.
Regards
Hello,
1. The problem is caused by this code:
.row {
margin-top: 3px;
}
http://prntscr.com/jhls02 https://prnt.sc/jhltis
2. This style comes from css hero http://prntscr.com/jhltfw also.
3. We’ve added this code https://prnt.sc/jhlyj7 as a temporary fix. Please remove it after next theme update.
Regards
Please follow this screenshot – https://prnt.sc/jhlww8
Regards
function et_insert_fb_in_head() {
global $post;
$og_tags = etheme_get_option('disable_og_tags');
if ( !is_singular() || $og_tags[0] == 1) //if it is not a post or a page
return;
$description = et_excerpt( $post->post_content, $post->post_excerpt );
$description = strip_tags($description);
$description = str_replace("\"", "'", $description);
echo '<meta property="og:title" content="' . get_the_title() . '"/>';
echo '<meta property="og:type" content="article"/>';
echo '<meta property="og:description" content="' . $description . '"/>';
echo '<meta property="og:url" content="' . get_permalink() . '"/>';
echo '<meta property="og:site_name" content="'. get_bloginfo('name') .'"/>';
if(!has_post_thumbnail( $post->ID )) {
$default_image = get_stylesheet_directory_uri() . '/images/facebook-default.jpg';
echo '<meta property="og:image" content="' . $default_image . '"/>';
} else {
$thumbnail_src = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'large' );
echo '<meta property="og:image" content="' . esc_attr( $thumbnail_src[0] ) . '"/>';
}
echo "";
}
Regards
I am glad that you sorted out.
Regards