Simkings.com - by theromaan - on WordPress WooCommerce support

This topic has 11 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Jack Richardson

  • Avatar: theromaan
    theromaan
    Participant
    May 2, 2016 at 18:32

    Hi

    I have a few more questions

    1) How can I move the logo of my site all the way to the left to give more space for the menu items as now it has gone into 2 lines when I want it to be all in 1, I really like the header options as it already is. Screenshot: http://puu.sh/oDME6/414ac59406.jpg

    2) Going back to the menu points, is there a way instead of having a menu item iwth 2 words, eg “coverage checker” in one line is there a way to have that in 2 lines so it would be
    coverage
    checker ?
    Screenshot:

    3) If you look at this product I have a compare plugin that shows all of that information in the description, https://simkings.com/product/ee-network-sim-card-get-2000-minutes-unlimited-texts-6gb-of-data-for-35-to-use-within-30-days/ – under the compare table u can see that there is a table that says additional information, how can i make a custom tab that would go here http://puu.sh/oDNwp/724c35f391.png, I would want this custom tab to say “More Information” then I want to add that table into that tab how can I do that ? So I want to add custom tabs and then be able to add information to that and I want to put this on all my products

    Thanks

    10 Answers
    Avatar: theromaan
    theromaan
    Participant
    May 2, 2016 at 22:19

    A few more qusetions sorry

    4) carrying on from the menu I want to fit atleast 11 menu items (in total including the oens already there) so is that possible, while having them all in 1 line

    5) I want to create pages where I have custom fields that the user enters information into, which will then be saved into the backend wordpress database, I know what I want to do but I dont know how to? Can you offer me some help on how I would achieve this.

    Thank you

    Avatar: Eva
    Eva Kemp
    Support staff
    May 3, 2016 at 10:11

    Hello,

    1. Add this code in Theme Options > Custom CSS > Custom CSS for desktop:

    .header-type-12 .navbar-collapse .menu > li > a {
       font-size: 12px !important;
    }
    .header-logo img {
        max-width: 200px;
        margin-left: -100px;
    }

    2. Sorry but there is no such option.

    3. Please read in Woocommerce documentation how to create custom tab https://docs.woothemes.com/document/editing-product-data-tabs/ .

    4. It can be done making font size of menu items smaller.

    5. You have to search for some 3rd-party plugin as the theme doesn’t have such feature.

    Regards,
    Eva Kemp.

    Avatar: theromaan
    theromaan
    Participant
    May 9, 2016 at 18:55

    Hi regarding 3, is there a way for me to make the custom tab dynamic as from what I am reading the tab informatin/description will always stay the same for every product but I want there to be different additional information custom tabs for different products.

    Thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    May 10, 2016 at 08:21

    Hello,

    3. In this case you can custom tab section for each product in the editor in Products > edit a product.

    Regards,
    Eva Kemp.

    Avatar: theromaan
    theromaan
    Participant
    May 10, 2016 at 20:20

    hi but if i make a custom tab section for each different category wouldnt this mean there would be numerous different tabs, I would only want the customer to see , relevant tab, description, & reviews. So is this possible?

    Thanks

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 11, 2016 at 10:19

    Hello,

    You can only create custom tab as described in the Woocommerce documentation or use default theme custom tab in product editor:
    http://storage2.static.itmages.com/i/16/0511/h_1462958365_1633515_ac877fe4cf.jpeg

    Best regards,
    Jack Richardson.

    Avatar: theromaan
    theromaan
    Participant
    May 11, 2016 at 20:45

    Hi

    I have used the following code to change my default description custom tab to be called Additional Information

    
    add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 );
    function woo_rename_tabs( $tabs ) {
    
    	$tabs['description']['title'] = __( 'Additional Information' );		// Rename the description tab
    
    	return $tabs;
    
    }
    

    https://simkings.com/product/ee-network-sim-card-get-2000-minutes-unlimited-texts-6gb-of-data-for-35-to-use-within-30-days/

    On a product that has a description I can see that the tab name has been changed however I can see there is a error in the description page that says : Warning: call_user_func() expects parameter 1 to be a valid callback, no array or string given in /home/simkings/public_html/wp-content/themes/royal/woocommerce/single-product/tabs/tabs.php on line 47

    Here is a screenshot : http://puu.sh/oOm7i/1f87e2d7a1.png

    Thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    May 12, 2016 at 08:34

    Hello,

    Please provide correct FTP credentials.

    Regards,
    Eva Kemp.

    Avatar: theromaan
    theromaan
    Participant
    May 12, 2016 at 20:50

    thanks

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 13, 2016 at 08:58

    Hello,

    I don’t see any warnings now http://storage9.static.itmages.com/i/16/0513/h_1463126309_4454036_5192787149.jpeg .
    Have you resolved the issue?

    Best regards,
    Jack Richardson.

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

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

Helpful Topics

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