Tags in footer - by theromaan - on WordPress WooCommerce support

This topic has 20 replies, 3 voices, and was last updated 8 years ago ago by Eva Kemp

  • Avatar: theromaan
    theromaan
    Participant
    March 24, 2016 at 16:22

    Hi I am using the royal theme on my domain Simkings.com , my problem is that I add alot of tags to the products and because I have my footer showing tags it is stretching out the footer alot.

    Here is a screenshot of what I mean:
    http://puu.sh/nShCi/0fdd081741.png

    How can I cut down the amount of tags in the footer or choose what tags I want in the footer?

    Thanks

    Please, contact administrator
    for this information.
    19 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    March 24, 2016 at 16:58

    Hello,

    Please refer to this article:
    https://www.wphub.com/how-to-customize-the-wordpress-tag-cloud/

    Regards,
    Eva Kemp.

    Avatar: theromaan
    theromaan
    Participant
    March 28, 2016 at 22:18

    Hi I have a few more questions

    1) How do I shift the main menu more to the right as it makes the space on the right look very empty, here is what I mean : http://puu.sh/nXnl0/81b303cbc5.jpg

    2) In all of the products here is one for example – https://simkings.com/product/ee-network-sim-card-get-50-minutes-50-texts-1gb-of-data-for-10-to-use-within-30-days/ , to the right of the picture and above the price there is a line that says product description with a arrow that takes the user to the previous or next page. How can I disable this line in all of my products , here is a picture of what I mean – http://puu.sh/nXnIF/ce11fbf546.jpg

    3) In the products, in the additional information tab how can I delete the preset additional information and add actual information I want to share that does not have a place in the description ? Screenshot: http://puu.sh/nXnUL/46ffbfc21e.jpg

    Thanks

    Avatar: theromaan
    theromaan
    Participant
    March 28, 2016 at 22:20

    4) I cannot seem to right click on my site simkings.com and I have checked and the right click disable option in themeoptions is not enabled and I do not have a plugin that disables right click. Please fix this

    Thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    March 29, 2016 at 08:27

    Hello,

    1. Sorry, but this is the container width and as you’re viewing site on large screen there will be empty space, if you check on desktop screen there won’t be odd space.

    2. To remove “Product Description” line add this code in Theme Options > Custom CSS > Global Custom CSS:

    .product-navigation {
       display: none;
    }

    3. You can remove “Additional Information” tab https://docs.woothemes.com/document/editing-product-data-tabs/ and add custom tab in the product editor.

    4. You have the plugin “Right Click Disable Orignal” enabled. Disable it and check right click then.

    Regards,
    Eva Kemp.

    Avatar: theromaan
    theromaan
    Participant
    March 29, 2016 at 15:13

    Hi thanks for the reply,

    going back to question 3 you gave me that link to delete the additional information tab.

    Can you check if this code is correct to delete the tab please
    #############################################################################################

    add_filter( ‘woocommerce_product_tabs’, ‘woo_remove_product_tabs’, 98 );

    function woo_remove_product_tabs( $tabs ) {

    unset( $tabs[‘additional_information’] ); // Remove the additional information tab

    return $tabs;

    }

    ##################################################################################################

    Also I’m abit unsure where to actually place this code to delete the tab?

    Thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    March 29, 2016 at 15:23

    Hello,

    Yes, the code is correct. You need place it in the file functions.php in wp-content/themes/royal directory.

    Regards,
    Eva Kemp.

    Avatar: theromaan
    theromaan
    Participant
    March 29, 2016 at 15:58

    Hi thanks for confirming

    I have another question, when I scroll down the menu comes down with it which I like however the menu is doubeled for some reason, (eg it has home twice and contact us twice). Can you tell me how to stop it from doubling the menu here is a screenshot of what I mean.

    http://puu.sh/nYfBk/e51c37f44f.jpg

    Thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    March 29, 2016 at 16:14

    Hello,

    Go to Appearance > Menus > Manage Locations tab > Main menu (right), and remove the menu from this section.

    Regards,
    Eva Kemp.

    Avatar: theromaan
    theromaan
    Participant
    March 29, 2016 at 23:55

    Hi

    Another problem I have is that when a user adds any product to the basket/cart in the cart it shows the variation options that they have picked and my variations for products are quite long so it makes the cart look very messy, can you tell me how to delete the variation part in the recently added items cart so it only shows the product title with the image. here is a screenshot of what I mean.

    http://puu.sh/nYLnN/b1567adebd.jpg

    Thanks

    Avatar: stan
    Stan Russell
    Participant
    March 30, 2016 at 07:18

    Hello theromaan,

    please use following css code:

    .cart-popup .variation{
    display:none
    }

    Regards,
    Stan Russell.

    Avatar: theromaan
    theromaan
    Participant
    March 31, 2016 at 23:15

    Hi I have another problem.

    I have added a gallery picture to the product and I have realised that the gallery picture is getting stuck underneath the main featured picture which it should not be and this is really ugly and cluttered. Here is a screenshot of what I mean – https://puu.sh/nZY59/1772f2a2e7.jpg

    Here is what it looks like from the back end – https://puu.sh/nZY7Y/9c1d7a8db3.jpg

    Please help me fix this

    Thanks

    Please, contact administrator
    for this information.
    Avatar: theromaan
    theromaan
    Participant
    March 31, 2016 at 23:27

    Hi I have a couple of questions now

    2) How can I get rid of this banner on my main shop page – simkings.com/shop – Screenshot:http://puu.sh/o1gxs/cd7daa1356.jpg

    2) How can I make sure that certain products do not show up at all in the shop page, as you can see from this screenshot: http://puu.sh/o1gxs/cd7daa1356.jpg – there are products that are private visibility and I dont want them to be shown to the user.

    3) On this page – https://simkings.com/product-category/lebara-network/ which is the category Lebara I have around 33 products, is there a way where I can make all the products show on the same page in stead of there being 3 pages of products are having a button where the user can have the option to say eg show 12 or all products.

    4) On this page for three network ( https://simkings.com/product-category/three-network/ )I have 6 products, but it is aligned in the way of 4 products in 1 row and 2 products in the second row , is there a way where I can set products to be in rows of 3 instead of 4 ?

    Thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    April 1, 2016 at 08:37

    Hello,

    1. Sorry, but there is no feature to move gallery images.

    2. Go to Theme Options > Shop > Product Page Banner and remove the content.

    3. Try to set Catalog Visibility to “Hidden” http://storage8.static.itmages.com/i/16/0401/h_1459495972_3584711_608ba321e0.png .

    4. To change products number on a page go to Theme Options > Products Page Layout > Products per page and set the number.

    5. Change the value in Theme Options > Products Page Layout > Products per row.

    Regards,
    Eva Kemp.

    Avatar: theromaan
    theromaan
    Participant
    April 1, 2016 at 15:53

    Hi regarding the gallery picturse problem are you sure there is nothing we can do because I need this issue to be fixed, I have multiple wordpress sites and none of them have this problem here is an example of what it looks like on another of my sites – https://www.shishavibe.com/product/sapphire-shisha-pens/

    At the moment the gallery picture looks very stupid as its stuck right next to the featured picture and looks as if it is joined together like 2 in 1.

    Please fix this

    Thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    April 1, 2016 at 18:11

    Hello,

    You need enable the option “Enable slider for gallery images” in Theme Options > Single Product Page and check gallery after that.

    Regards,
    Eva Kemp.

    Avatar: theromaan
    theromaan
    Participant
    April 1, 2016 at 22:46

    Hi I have another problem that I have had ever since I bought the theme

    When I have a window open of any page of Simkings.com which is running off royal theme if the window is smaller then its full size then I maximise the screen, the screen goes white and to be able to go back to the page I have to refresh it, how can I stop this from happening ? Here is what I mean – http://puu.sh/o2yTy/c9ff1ad9f3.png

    Thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    April 4, 2016 at 08:34

    Hello,

    This is not the bug, but theme functionality. If you resize browser window you have to reload a page. Check your site on different devices without resizing the browser.

    Regards,
    Eva Kemp.

    Avatar: theromaan
    theromaan
    Participant
    April 13, 2016 at 22:24

    Hi I have another 2 questions,

    Do you know how many boxes/menu items I can fit in the main menu on the site Simkings.com

    Also at the top right hand corner where it says log in is there a way for me to put a box similar to the log in box but for it to say “Contact us”

    Thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    April 14, 2016 at 09:58

    Hello,

    You can add number of menu items that you need.

    Do you mean you want to add “Contact Us” link to the section where “Sign In” link is?

    Regards,
    Eva Kemp.

  • Viewing 20 results - 1 through 20 (of 20 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.