Menu and few other questions - by ananthambas

This topic has 17 replies, 2 voices, and was last updated 7 years, 5 months ago ago by Olga Barlow

  • Avatar: ananthambas
    ananthambas
    Participant
    October 4, 2016 at 14:12

    1) I’m unable to create a menu similar to your preview https://www.8theme.com/demo/xstore/
    The product categories are not listed in the Menu page so that it can be added.

    2) When I use the social sharing and share in fb from a product page, it only shares the link, and not picking up the photos.

    3) How to add Featured items?

    4) When can I expect image/color swatches?

    16 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 4, 2016 at 20:16

    Hello,

    1) Detailed information about mega menu you can find here https://www.8theme.com/demo/docs/xstore/#menu_62_mega_menu Use Screen Options to enable Product Categories http://prntscr.com/cpu1l2

    2) Use SEO plugin to add more options for FB share, for example, Yoast SEO plugin.

    3) Read here how to mark products as featured http://www.modernmarketingpartners.com/set-featured-products-woocommerce/

    4) We’ll use the additional plugin to add this option and we are waiting for some improvements from woocommerce authors. Once we get the response we’ll be able to give you the answer “when”. At present, we are waiting for feedback. If you don’t want to wait you may use additional plugin, for example, https://codecanyon.net/item/improved-variable-product-attributes-for-woocommerce/9981757

    Regards

    Avatar: ananthambas
    ananthambas
    Participant
    October 4, 2016 at 22:33

    THanks a lot. Most of my issues are addressed/solved except one, the social sharing. Let me explain that

    When I use the share option http://prnt.sc/cpw0jr , it comes as this http://prnt.sc/cpw1qs
    Neither the picture from the product page or the exact title are picked up. Instead it shows the website title with no pictures.

    When I tried to debug this in facebook, this is what I got http://prnt.sc/cpw3bl AS you can see fb throws an error about the image.

    BTW, I did try Yoast SEO and it didnt help.

    Thanks

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 5, 2016 at 13:28

    Hello,

    Could you provide temporary admin panel access to your site? I’ll check why it does not work with Yoast.

    Regards

    Avatar: ananthambas
    ananthambas
    Participant
    October 6, 2016 at 23:30

    Hi,

    I got the social sharing issue resolved. Looks like when I turn off the maintenance mode, it works.

    CAn you help me with the below?

    1) There is a ‘Newsletter’ on the top bar. http://prnt.sc/cqqefu How do I remove that? Unable to find the option.
    2) THe product titles are automatically converted to all caps. How do I disable that? Same with categories too
    3) In the desktop version, there is navigation available from one product to another directly from inside the product page. Is it possible in mobile version too?

    Thanks in advance.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 7, 2016 at 13:41

    Hello,

    1) Go to Theme Options > E-Commerce > Promo Popup > Disable Link in the header.

    2) Add the following code in Theme Options > Styling > Custom CSS:

    .product-title a, .products-page-cats a {
        text-transform: none;
    }

    3) No, only by additional customization.

    Regards

    Avatar: ananthambas
    ananthambas
    Participant
    October 23, 2016 at 14:15

    Thanks for your support. I need few more help

    1) Even after the custom CSS you have provided, the category is coming in caps. I need to disable all caps in the following places
    categories on the left: http://prnt.sc/cxvad4
    mega menu on top: http://prnt.sc/cxvan5
    name & categories below it: http://uploadpie.com/7llqq
    In fact, it would be great if there is a universal option to disable all caps on whole site

    2) The product are automatically cropped to fit. Can this cropping position be changed? For example in http://uploadpie.com/7llqq, I would prefer the head to be not cropped. In fullscreen, it shows proper, http://uploadpie.com/zVf3y
    This should be configurable. How can this be changed. Due to his, my shop page filled with headless models http://prnt.sc/cxvdn3 🙁

    3) Can favicon be uploaded via theme options?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 24, 2016 at 13:46

    Hello,

    1) a), c) Add the following code:

    .widget_product_categories.sidebar-widget ul li > ul.children li > a,
    .wpb_widgetised_column .widget_product_categories ul li > ul.children li > a,
    .product-information .products-page-cats a,
    .product-info-wrapper .products-page-cats a,
    .product-summary-center .products-page-cats a,
    .product-information .title, 
    .product-info-wrapper .title, 
    .product-summary-center .title, 
    .product-information .product_title, 
    .product-info-wrapper .product_title, 
    .product-summary-center .product_title
     {
        text-transform: capitalize;
    }

    b) http://prntscr.com/cy9yks

    2) Unfortunately, WooCommerce doesn’t have such setting. It crops center-center by default. You may look for additional plugins to get advanced image settings. Keep in mind that we don’t guarantee compatibility of our theme with all the third-party plugins.

    3) Use WP Customizer to upload favicon http://prntscr.com/cya3ra

    Regards

    Avatar: ananthambas
    ananthambas
    Participant
    November 6, 2016 at 17:14

    Hi,

    Can you tell me how do I get background images for 8theme categories item?
    http://prnt.sc/d3thih

    thanks

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 7, 2016 at 14:25

    Hello,

    Go to Products > Categories > edit product category and upload category thumbnail.

    Regards

    Avatar: ananthambas
    ananthambas
    Participant
    November 10, 2016 at 18:38

    thanks again. Got one more question :-/

    How do I bulk edit and increase the price of products by percentage. I tried this: http://prnt.sc/d5ly71

    by entering 5%, 5 %, %=5, none seem to work.

    Googling didnt help either.

    thanks

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 11, 2016 at 13:29

    Hello,

    It works on our test installs. But I see that you have some code http://prntscr.com/d5x367

    By default it should be http://prntscr.com/d5x3sc and it works.
    Do you use any third-party plugins for WooCommerce? Thy to disable them and check. Do you have this issue with our theme only or with default theme too?

    Regards

    Avatar: ananthambas
    ananthambas
    Participant
    November 11, 2016 at 20:28

    Thanks for the reply. The error was due to a plugin I had installed for Indian currency symbol. Deactivating that removes the error. However, the problem still exists. I’m not able to bulk edit the price, even “Price: Change to” doesnt seem to work. Can you please check, giving you my login details. Thanks in advance.

    Please, contact administrator
    for this information.
    Avatar: ananthambas
    ananthambas
    Participant
    November 12, 2016 at 10:05

    Just an update. It works for simple product, but doesnt seem to work for variable products i.e. I am unable to bulk edit prices for variable products. Not sure if thats a woocommerce limitation and if so its shitty!! Can you please confirm

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 14, 2016 at 15:54

    Hello,

    I’m afraid that it is WooCommerce limits. You may enable official WooCommerce theme – Storefront – and check.

    Regards

    Avatar: ananthambas
    ananthambas
    Participant
    November 23, 2016 at 18:14

    Hi, Need a simple help. How do I move the name above pictures on a product page in a mobile layout? http://prnt.sc/daw3yr Its fine in the deskto version.

    Thanks in advance

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 25, 2016 at 09:12

    Hello,

    There is no such option in our theme. But if you provide me link to your site I’ll be able to check if it can be done using custom CSS. I need to see what single product page layout you use.

    Regards

  • Viewing 17 results - 1 through 17 (of 17 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.