-
AuthorSearch Results
-
Sorry if my question was confusing, I’ll comment back in my process so you can see how to best help me. My first step was adding the following function to my functions.php of my Basel Child Theme to allow this Page Setting (custom metabox from theme) to show.
/** * Add metaboxesto pages and posts * uses CMB plugins * */ /* to fix image uploads for taxonomies add to file CMB2hookup.php line 197 if ( in_array( $hook, array( 'edit-tags.php', 'post.php', 'post-new.php', 'page-new.php', 'page.php' ), true ) ) { */ class BASEL_Metaboxes { /** * Options slug for Redux Framework * @var string */ private $opt_name = "basel_options"; /** * Add actions * */ public function __construct() { //add_action( 'init', array( $this, 'load_cmb_plugin' ), 199 ); add_action( 'cmb2_init', array( $this, 'load_cmb_plugin' ), 199 ); add_action( 'cmb2_init', array( $this, 'pages_metaboxes' ), 5000 ); add_action( 'cmb2_init', array( $this, 'product_metaboxes' ), 6000 ); add_action( 'cmb2_init', array( $this, 'product_categories' ), 7000 ); add_action( 'cmb2_init', array( $this, 'posts_categories' ), 8000 ); add_action("redux/metaboxes/{$this->opt_name}/boxes", array( $this, 'metaboxes' ) ); } /** * Require CMB plugin files * */ public function load_cmb_plugin() { // Deprecated from BASEL 3.0 if ( ! basel_new_meta() && function_exists( 'new_cmb2_box' ) ) { require_once( apply_filters('basel_require', BASEL_3D . '/Taxonomy_MetaData/Taxonomy_MetaData_CMB2.php' ) ); } } /** * Register all custom metaboxes with CMB2 API */ public function pages_metaboxes() { global $basel_transfer_options, $basel_prefix; // Start with an underscore to hide fields from custom fields list $basel_prefix = '_basel_'; $basel_metaboxes = new_cmb2_box( array( // 'cmb_styles' => false, // false to disable the CMB stylesheet // 'closed' => true, // true to keep the metabox closed by default 'id' => 'page_metabox', 'title' => 'Page Setting (custom metabox from theme)', 'object_types' => array('page', 'post', 'portfolio', 'tribe_events'), // post type 'context' => 'normal', 'priority' => 'high', 'show_names' => true, // Show field names on the left ) ); $basel_metaboxes->add_field( array( 'name' => 'Custom sidebar for this page', 'id' => $basel_prefix . 'custom_sidebar', 'type' => 'select', 'options' => basel_get_sidebars_array() ) ); $basel_transfer_options = array( 'main_layout', 'sidebar_width', 'header', 'header-overlap', 'header_color_scheme', 'page-title-size', ); foreach ($basel_transfer_options as $field) { $cmb_field = $this->redux2cmb_field( $field ); $basel_metaboxes->add_field( $cmb_field ); } $basel_metaboxes->add_field( array( 'name' => 'Disable Page title', 'desc' => 'You can hide page heading for this page', 'id' => $basel_prefix . 'title_off', 'type' => 'checkbox', ) ); $basel_metaboxes->add_field( array( 'name' => 'Image for page heading', 'desc' => 'Upload an image', 'id' => $basel_prefix . 'title_image', 'type' => 'file', 'allow' => array( 'url', 'attachment' ) // limit to just attachments with array( 'attachment' ) ) ); $basel_metaboxes->add_field( array( 'name' => 'Page heading background color', 'desc' => 'Upload an image', 'id' => $basel_prefix . 'title_bg_color', 'type' => 'colorpicker', ) ); $basel_metaboxes->add_field( array( 'name' => 'Text color for heading', 'id' => $basel_prefix . 'title_color', 'type' => 'radio_inline', 'options' => array( 'default' => __( 'Inherit', 'basel' ), 'light' => 'Light', 'dark' => 'Dark', ), 'default' => 'default' ) ); $basel_metaboxes->add_field( array( 'name' => 'Open categories menu', 'desc' => 'Always shows categories navigation on this page', 'id' => $basel_prefix . 'open_categories', 'type' => 'checkbox', ) ); } /** * Metaboxes for products */ public function product_metaboxes() { global $basel_prefix, $basel_transfer_options; // Start with an underscore to hide fields from custom fields list $basel_prefix = '_basel_'; $taxonomies_list = array( '' => 'Select' ); $taxonomies = get_taxonomies(); foreach ( $taxonomies as $taxonomy ) { $taxonomies_list[$taxonomy] = $taxonomy; } $basel_metaboxes = new_cmb2_box( array( // 'cmb_styles' => false, // false to disable the CMB stylesheet // 'closed' => true, // true to keep the metabox closed by default 'id' => 'product_metabox', 'title' => 'Product Setting (custom metabox from theme)', 'object_types' => array('product'), // post type 'context' => 'normal', 'priority' => 'high', 'show_names' => true, // Show field names on the left ) ); $basel_metaboxes->add_field( array( 'name' => esc_html__('Add "New" label', 'basel'), 'desc' => 'You can add "New" label to this product', 'id' => $basel_prefix . 'new_label', 'type' => 'checkbox', ) ); $basel_metaboxes->add_field( array( 'name' => 'Hide related products', 'desc' => 'You can hide related products on this page', 'id' => $basel_prefix . 'related_off', 'type' => 'checkbox', ) ); $basel_metaboxes->add_field( array( 'name' => __('Hide tabs headings', 'basel'), 'desc' => 'Description and Additional information', 'id' => $basel_prefix . 'hide_tabs_titles', 'type' => 'checkbox', ) ); $basel_metaboxes->add_field( array( 'name' => __('Grid swatch attribute to display', 'basel'), 'desc' => __('Choose attribute that will be shown on products grid for this particular product', 'basel'), 'id' => $basel_prefix . 'swatches_attribute', 'type' => 'select', 'options' => $taxonomies_list ) ); $basel_metaboxes->add_field( array( 'name' => __('Product video URL', 'basel'), 'desc' => 'Vimeo or YouTube video url. For example: https://www.youtube.com/watch?v=1zPYW6Ipgok', 'id' => $basel_prefix . 'product_video', 'type' => 'text', ) ); $basel_metaboxes->add_field( array( 'name' => __('Instagram product hashtag', 'basel'), 'desc' => 'Insert tag that will be used to display images from instagram from your customers. For example: <strong>#nike_rush_run</strong>', 'id' => $basel_prefix . 'product_hashtag', 'type' => 'text', ) ); $basel_metaboxes->add_field( array( 'name' => __('Product background', 'basel'), 'id' => $basel_prefix . 'product-background', 'type' => 'colorpicker', ) ); $basel_local_transfer_options = array( 'single_product_style', 'product_design', 'main_layout', 'sidebar_width', ); foreach ($basel_local_transfer_options as $field) { $cmb_field = $this->redux2cmb_field( $field ); $basel_metaboxes->add_field( $cmb_field ); } $basel_metaboxes->add_field( array( 'name' => 'Custom sidebar for this product', 'id' => $basel_prefix . 'custom_sidebar', 'type' => 'select', 'options' => basel_get_sidebars_array() ) ); $blocks = array_flip(basel_get_static_blocks_array()); $blocks = (array)'None' + $blocks; $basel_metaboxes->add_field( array( 'name' => 'Extra content block', 'desc' => 'You can create some extra content with Visual Composer (in Admin panel / HTML Blocks / Add new) and add it to this product', 'id' => $basel_prefix . 'extra_content', 'type' => 'select', 'options' => $blocks ) ); $basel_metaboxes->add_field( array( 'name' => 'Extra content position', 'id' => $basel_prefix . 'extra_position', 'type' => 'radio_inline', 'options' => array( 'after' => __( 'After content', 'basel' ), 'before' => __( 'Before content', 'basel' ), 'prefooter' => __( 'Prefooter', 'basel' ), ), 'default' => 'after' ) ); $basel_transfer_options = array_merge( $basel_transfer_options, $basel_local_transfer_options ); } public function posts_categories() { $blog_design_field = $this->redux2cmb_field( 'blog_design' ); $blog_design_field['name'] .= ' for this category'; if( basel_new_meta() ) { $cmb_term = cmb2_get_metabox( array( 'id' => 'cat_options', 'object_types' => array( 'term' ), 'taxonomies' => array( 'category' ), 'new_term_section' => true, // Will display in the "Add New Category" section ), basel_get_current_term_id(), 'term' ); $cmb_term->add_field($blog_design_field); } else { $posts_cat_metaboxes = array( 'id' => 'cat_options', // 'key' and 'value' should be exactly as follows 'show_on' => array( 'key' => 'options-page', 'value' => array( 'unknown', ), ), 'show_names' => true, // Show field names on the left 'fields' => array( $blog_design_field ) ); /** * Instantiate our taxonomy meta class */ $cats = new Taxonomy_MetaData_CMB2( 'category', $posts_cat_metaboxes, __( 'Category Settings', 'taxonomy-metadata' ) ); } } public function product_categories() { $field = array( 'name' => 'Image for category heading', 'desc' => 'Upload an image', 'id' => 'title_image', 'type' => 'file', 'allow' => array( 'url', 'attachment' ) // limit to just attachments with array( 'attachment' ) ); if( basel_new_meta() ) { $cmb_term = cmb2_get_metabox( array( 'id' => 'product_cat_options', 'object_types' => array( 'term' ), 'taxonomies' => array( 'product_cat' ), 'new_term_section' => true, // Will display in the "Add New Category" section ), basel_get_current_term_id(), 'term' ); $cmb_term->add_field($field); } else { $product_cat_metaboxes = array( 'id' => 'cat_options', // 'key' and 'value' should be exactly as follows 'show_on' => array( 'key' => 'options-page', 'value' => array( 'unknown', ), ), 'show_names' => true, // Show field names on the left 'fields' => array( $field ) ); /** * Instantiate our taxonomy meta class */ $cats = new Taxonomy_MetaData_CMB2( 'product_cat', $product_cat_metaboxes, __( 'Category Settings', 'taxonomy-metadata' ) ); } } /** * Transfer function from redux to CMB2 * @param string $field field slug in Redux options * @return array $cmb_field CMB compatible field config array */ public function redux2cmb_field( $field ) { if( ! class_exists('Redux') ) return array( 'id' => '', 'type' => '', 'name' => '', 'options' => '', 'default' => 'default' , ); $prefix = '_basel_'; $field = Redux::getField($this->opt_name, $field); $options = array(); switch ($field['type']) { case 'image_select': $type = 'select'; $options = ( ! empty( $field['options'] ) ) ? array_merge( array('default' => array('title' => 'Inherit') ), $field['options'] ) : array(); foreach ($options as $key => $option) { $options[$key] = ( isset( $options[$key]['alt'] ) ) ? $options[$key]['alt'] : $options[$key]['title']; } break; case 'button_set': $type = 'radio_inline'; $options['default'] = 'Inherit'; foreach ($field['options'] as $key => $value) { $options[$key] = $value; } break; case 'select': $type = 'select'; $options['inherit'] = 'Inherit'; foreach ($field['options'] as $key => $value) { $options[$key] = $value; } break; case 'switch': $type = 'checkbox'; break; default: $type = $field['type']; break; } $cmb_field = array( 'id' => $prefix . $field['id'], 'type' => $type, 'name' => $field['title'], 'options' => $options, ); return $cmb_field; } public function metaboxes($metaboxes) { // Declare your sections $boxSections = array(); $boxSections[] = array( 'title' => 'Performance', 'id' => 'performance', 'icon' => 'el-icon-cog', 'fields' => array ( array ( 'id' => 'product-background', 'type' => 'background', 'title' => __('Product background', 'basel'), 'subtitle' => __('Set background for your products page. You can also specify different background for particular products while editing it.', 'basel'), 'output' => array('.single-product-content') ), ), ); // Declare your metaboxes $metaboxes = array(); $metaboxes[] = array( 'id' => 'sidebar', 'title' => __( 'Sidebar', 'basel' ), 'post_types' => array( 'product' ), //'page_template' => array('page-test.php'), // Visibility of box based on page template selector //'post_format' => array('image'), // Visibility of box based on post format 'position' => 'normal', // normal, advanced, side 'priority' => 'high', // high, core, default, low - Priorities of placement 'sections' => $boxSections, ); return $metaboxes; } }In reply to: many issues relating basel theme
Hi
I still faced those issues:
1- Translation issue: please try as an example to add 2 products to the cart then delete one of theme from within the cart widget so you will see how the Arabic translation will disappears and many strings will return to the English default , also the same thing in the quick view modal.2- please to help with the css code to make the shop filter widget aria view 5 widget coloumns in the row instead of 4.
3- I have installed WooCommerce Additional Variation Images plugin and follow its documentation to add compatibility with basel theme because it is not following the default WooCommerce lightbox implementation as they said.
making that by adding the provided codes to theme child functions.php and create a new js file also in the theme root : https://docs.woocommerce.com/document/woocommerce-additional-variation-images/?_ga=2.224429788.756682670.1503855993-1106244229.1500319547#section-7
but the product image gallery thumbs loaded when the page loads:
screen shot: https://prnt.sc/ge4i5g
but disappeared after that when the page finish loading .
you can try in this product: /shop/بلوز-طويل-2
please to help
thanks.the admin login and ftp information attached.
Topic: Product Link Issue
in forum Basel support forumMuscleSport
ParticipantMay 31, 2017 at 8:37 pm #14593Hello,
This is completely random and at first I thought it was a browser cache issue but when you click on certain products, it will link to a different product page but not fully. The product image and name will be different but the price will be the correct price and all “additional information” will be correct. This doesn’t happen every time but about 80% of the time and I tested this on multiple computers in our office that have never visited the site before. We wanted to go live Friday but this is a HUGE issue.
Topic: Several questions
in forum Basel support forum1. About the product page, can the “additional information” be removed?
And can the “reviews” part and “size&measurements” part be switched? I mean the 2 position take each other’s position.
Please see the picture followed:
https://gyazo.com/6a84a6342855c3e0c94d3fc955e9b7b2
2. When I set theme options, social, I put the pinterst URL, but when I check it, it doesn’t go to the pinterest link I set, but the link is changed like this: edresshop.cn/www.pinterest.com/etsy.
And when I go to other pages, and click the pinterest button at the foot of the page, the pinterest link then changes to this page URL/www.pinterest.com/etsy, no matter which page, it shows like this.
Here is the link of the backstage:
https://gyazo.com/5c800e31101dc395780c822c76ded3db3. I found that it can only search the title of the product, but can’t search SKU, How can I set to let it can search SKU of the product? (if I don’t want to write the SKU in the product title)
4. The URL now is : http://edresshop.cn/product-category/bridesmaid-dresses/
And the next category is like this: http://edresshop.cn/product-category/bridesmaid-dresses/modest-bridesmaid-dresses/
Can it be set so that it can look like this?
1st Category: http://edresshop.cn/bridesmaid-dresses/
2nd Category: http://edresshop.cn/2017-bridesmaid-dresses/5. About the shop page widget area, I set the recent reviews, it is the recent reviews that customers left, yes? I set it, but on the website, this block doesn’t show.
https://gyazo.com/6eaab1274dfa44e8d141a54aa8828b6a
https://gyazo.com/2b798cd40e939270897623be8641d14b6. About the shop page, about how the products are sorted, can I decide which product come first and which next and next by myself? Not default sorting. I just want the best product to show at the best prosition, so I want to decide the sort order myself.
7. How can I set the rich pin code? I have asked the question previously, you said that whenever I want to set it, I should ask you and you will help.
https://gyazo.com/abf1770030b621aea22b40d892a3f813
And this is the document of pinterest:
https://developers.pinterest.com/docs/rich-pins/products/?
And I want to add it into each product page.Thank you!
In reply to: SEO
Section title can be used multiple times per page to separate some sections of the page like products, blog or any other information. If we put H1 tag there it would be a problem. Anyway, we will think about this improvements and maybe introduce an option to add some heading tag to this element so a user can decide which one to use there. At the moment you can easily add H tag with “Custom Heading” Visual Composer element. Did you try it?
Our theme keeps all the requirements to make your website good for SEO: valid HTML markup, headings, ALT & TITLE attributes for images, Schema.org integrated and of course compatible with all popular SEO plugins like YOAST. If you have any additional notes to our theme SEO integration we would be glad to hear them.
Kind Regards
XtemosTopic: Different Image sizes on 2 product pages
in forum Basel support forumHi guys,
first, thanks a lot for building this amazing theme! I think it’s one of the best things that happened to our shop in the last year 🙂
I have a couple of questions:
1. I want to set the product image size (Theme Settings > Product page > Product image size) of one particular product to “large” but have all the other products set to “medium”. Is this possible?
2. How can I change the position of the tabs (description, additional information etc.) on product page? I’m using the “default” setting and would like to have them right under the “Add to cart” button on the right side. Similar to the “compact” page design, but without the accordeon/scrolling elements.
Thanks a lot in advance!
Ilya
In reply to: Custom Fields, Brand | Year/Season | Gender
Thanks, that will hopefully work!
But Is is possible to control the display of each attribute?
Now everything is listed under Additional Information
I find that this is coming from
“<?php $product->list_attributes(); ?>” in additional-information.php
But can I make a selection here instead of showing all Attributes?
For example, “Season” attribute is only for us internally. This is not something we would like to show as a “tag” on the product page or selectable sort value in the shop listings. But just for us to be able to make selections to show these products as a group or slide.
Example that we wish to have a page with last Seasons products. Then use the selection Attribute “last year” for a special page. But we don’t want to show everywhere that some products are last years.
Also, I would like to be able to control how to display the information from the Attribute “Brand”.
In our case, I would like to show the value from the Attribute “Brand” on top of Product Title.
(See example: https://dl.dropboxusercontent.com/u/297430/Screenshot-2016-09-02-07_57_43.png )
Many thanks
Ola
In reply to: Disable ecommerce
Thank you! Sorry, I have a new question haha. It is that as the project progresses, I have some new questions .
On the page of each product, I can create custom tabs? In shaping the theme , I saw that there is the option of adding an additional tab , but it is the same information for all products…
I need to add different information to each product in a separate tab of the description. This is possible?In reply to: Theme options doesn't update
Sure, here you have options JSON. Go to Theme Settings -> Import / Export and click “Import from file”
{"last_tab":"1","favicon":{"url":"","id":"","height":"","width":"","thumbnail":""},"favicon_retina":{"url":"","id":"","height":"","width":"","thumbnail":""},"admin_bar":"","page_comments":"1","google_map_api_key":"","search_post_type":"product","site_width":"full-width","main_layout":"sidebar-right","sidebar_width":"3","body-background":{"background-color":"","background-repeat":"","background-size":"","background-attachment":"","background-position":"","background-image":"","media":{"id":"","height":"","width":"","thumbnail":""}},"page-title-design":"centered","breadcrumbs":"1","title-background":{"background-color":"#212121","background-repeat":"","background-size":"","background-attachment":"","background-position":"","background-image":"","media":{"id":"","height":"","width":"","thumbnail":""}},"page-title-size":"small","page-title-color":"light","logo":{"url":"","id":"","height":"","width":"","thumbnail":""},"logo-white":{"url":"","id":"","height":"","width":"","thumbnail":""},"logo_width":"20","logo_img_width":"250","top-bar":"1","top-bar-color":"light","top-bar-bg":{"background-color":"#339059","background-repeat":"","background-size":"","background-attachment":"","background-position":"","background-image":"","media":{"id":"","height":"","width":"","thumbnail":""}},"header_text":"FREE STANDARD SHIPPING ON ALL ORDERS ABOVE £40","header_full_width":"0","sticky_header":"1","header":"categories","header-overlap":"0","right_column_width":"272","cart_position":"side","shopping_cart":"1","shopping_icon_alt":"0","header_color_scheme":"dark","header_background":{"background-color":"","background-repeat":"","background-size":"","background-attachment":"","background-position":"","background-image":"","media":{"id":"","height":"","width":"","thumbnail":""}},"header-border":{"border-top":"","border-right":"","border-bottom":"","border-left":"","border-style":"solid","border-color":""},"icons_design":"line","menu_align":"center","categories-menu":"","header_area":"","header_search":"full-screen","search_ajax":"1","header_wishlist":"1","footer-layout":"12","footer-style":"light","footer-bar-bg":{"background-color":"#000000","background-repeat":"","background-size":"","background-attachment":"","background-position":"","background-image":"","media":{"id":"","height":"","width":"","thumbnail":""}},"copyrights-layout":"centered","copyrights":"","copyrights2":"","prefooter_area":"","text-font":{"font-family":"Karla","font-options":"","google":"true","font-backup":"Arial, Helvetica, sans-serif","subsets":"latin","font-size":"","line-height":"","color":""},"primary-font":{"font-family":"Karla","font-options":"","google":"true","font-backup":"'MS Sans Serif', Geneva, sans-serif","font-weight":"","font-style":"","subsets":"latin","color":""},"post-titles-font":{"font-family":"Lora","font-options":"","google":"true","font-backup":"'MS Sans Serif', Geneva, sans-serif","font-weight":"","font-style":"","subsets":"","color":""},"secondary-font":{"font-family":"Lato","font-options":"","google":"true","font-backup":"'Comic Sans MS', cursive","font-weight":"","font-style":"","subsets":"","color":""},"widget-titles-font":{"font-family":"","font-options":"","google":"1","font-backup":"","font-weight":"","font-style":"","subsets":"","text-align":"","font-size":"","line-height":"","color":""},"navigation-font":{"font-family":"","font-options":"","google":"false","font-backup":"","font-weight":"","font-style":"","subsets":"","font-size":"","color":""},"primary-color":"#339059","secondary-color":"#efe121","blog_layout":"sidebar-right","blog_sidebar_width":"3","blog_design":"default","blog_columns":"3","blog_excerpt":"full","blog_excerpt_length":"15","blog_share":"1","blog_navigation":"1","blog_author_bio":"1","blog_related_posts":"1","portoflio_style":"hover","portfolio_full_width":"","projects_columns":"3","portfolio_spacing":"30","portoflio_per_page":"12","portfolio_nav_background":{"background-color":"","background-repeat":"","background-size":"","background-attachment":"","background-position":"","background-image":"","media":{"id":"","height":"","width":"","thumbnail":""}},"portoflio_filters":"1","portfolio_nav_color_scheme":"dark","shop_per_page":"12","products_columns":"4","shop_filters":"1","products_masonry":"","products_different_sizes":"","products_hover":"alt","ajax_shop":"1","shop_countdown":"1","added_to_cart_popup":"0","quick_view":"1","search_categories":"1","categories_design":"alt","empty_cart_text":"Before proceed to checkout you must add some products to your shopping cart.<br> You will find a lot of interesting products on our \"Shop\" page.","shop_layout":"sidebar-left","shop_sidebar_width":"3","shop_title":"","shop_categories":"1","shop_categories_ancestors":"0","grid_swatches_attribute":"pa_color","swatches_use_variation_images":"","swatches_2_0":"1","login_tabs":"1","reg_text":"Registering for this site allows you to access your order status and history. Just fill in the fields below, and we’ll get a new account set up for you in no time. We will only ask you for information necessary to make the purchase process faster and easier.","login_links":"1","catalog_mode":"","cookies_info":"1","cookies_text":"We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies.","cookies_policy_page":"","promo_popup":"1","popup_text":"<div class=\"vc_row\">\r\n<div class=\"vc_column_container vc_col-sm-6\">\r\n<div class=\"vc_column-inner \"><figure style=\"margin: -20px;\"><img src=\"http://placehold.it/760x800\" /></figure></div>\r\n</div>\r\n<div class=\"vc_column_container vc_col-sm-6\">\r\n<div style=\"padding: 70px 25px 70px 40px;\">\r\n<h1 style=\"margin-bottom: 0px; text-align: center;\"><strong>HELLO USER, JOIN OUR</strong></h1>\r\n<h1 style=\"text-align: center;\"><strong>NEWSLETTER<span style=\"color: #0f8a7e;\"> BASEL & CO.</span></strong></h1>\r\n<p style=\"text-align: center; font-size: 16px;\">Be the first to learn about our latest trends and get exclusive offers.</p>\r\n[mc4wp_form]\r\n\r\n</div>\r\n</div>\r\n</div>","promo_timeout":"2000","popup-background":{"background-color":"","background-repeat":"","background-size":"","background-attachment":"","background-position":"","background-image":"","media":{"id":"","height":"","width":"","thumbnail":""}},"promo_popup_hide_mobile":"1","single_product_layout":"full-width","single_sidebar_width":"3","product_design":"compact","force_header_full_width":"","single_product_style":"2","thums_position":"left","product-background":{"background-color":"","background-repeat":"","background-size":"","background-attachment":"","background-position":"","background-image":"","media":{"id":"","height":"","width":"","thumbnail":""}},"product_share":"1","product_countdown":"1","related_products":"1","hide_tabs_titles":"","additional_tab_title":"Shipping & Delivery","additional_tab_text":"<img src=\"http://placehold.it/250x200\" class=\"alignleft\" /> <p>Vestibulum curae torquent diam diam commodo parturient penatibus nunc dui adipiscing convallis bulum parturient suspendisse parturient a.Parturient in parturient scelerisque nibh lectus quam a natoque adipiscing a vestibulum hendrerit et pharetra fames.Consequat net</p>\r\n\r\n<p>Vestibulum parturient suspendisse parturient a.Parturient in parturient scelerisque nibh lectus quam a natoque adipiscing a vestibulum hendrerit et pharetra fames.Consequat netus.</p>\r\n\r\n<p>Scelerisque adipiscing bibendum sem vestibulum et in a a a purus lectus faucibus lobortis tincidunt purus lectus nisl class eros.Condimentum a et ullamcorper dictumst mus et tristique elementum nam inceptos hac vestibulum amet elit</p>\r\n\r\n<div class=\"clearfix\"></div>","custom_css":"","css_desktop":"","css_tablet":"","css_wide_mobile":"","css_mobile":"","custom_js":"","js_ready":"","fb_link":"#","twitter_link":"#","google_link":"#","social_email":"[email protected]","isntagram_link":"#","pinterest_link":"#","youtube_link":"#","minified_css":"0","minified_js":"0","dummy_import":"1","maintenance_mode":"","redux-backup":1}In reply to: Catalog Widgets Not Working
Hi,
1. Currently you are using share buttons shortcode that don’t link to your social networks pages. As we already said you can use “follow” shortcode to remove links you don’t need.
[social_buttons type="follow"]. You can change this in Appearance -> Widgets -> Footer Column 1. We did this for you.2. All widgets work correct now. Did you add some brands to your products? Since any products are not associated with any brands you can see filter by brand and of course you will not see “Active filters” widget. This information is not presented in our theme documentation since it is WooCommerce functionality. We have added some brands, colors and sizes to your product attributes and now you can see these filters http://www.coiffafrica.com/product-category/butters-oils
You can find some usefull documentation about product attributes and filters here
https://docs.woothemes.com/document/variable-product/
https://docs.woothemes.com/document/woocommerce-widgets/3. In the shop filter area “Sort by” widget is showing by default, just additional widgets you need. We have added one for example.
5. Yes we did, it wasn’t checked before. Now product categories are displayed, please check this screenshot https://gyazo.com/e98a41091e79b850b5e7be2a73136a98
Unfortuantely we can’t provide support through the Skype, there are a lot of support requests that we are answering in order queue. It is not necessary to duplicate topic text in item’s comments on themeforest 🙂
Hope this help and thank you for understanding.
-
AuthorSearch Results
-
Search Results
-
Topic: Product Link Issue
Topic: Several questions