Home Forums Space themes support forum reversal of tabs

reversal of tabs

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #576934

    clienti
    Participant

    hi! I would need to reverse these tabs in the product sheet
    It’s possible?

    the correct order must be “Descrizione”, “applicazioni principali” e “condizioni di noleggio”

    Attachments:
    You must be logged in to view attached files.
    #576984

    Luke Nielsen
    Keymaster

    Hello,

    Check the article below for help:

    https://woocommerce.com/document/editing-product-data-tabs/#section-3

    Let me know if you have any additional questions.

    Kind Regards

    #577289

    clienti
    Participant

    Thank you! But among the files downloadable from themeforest I can’t find the child theme. Do you have the installable file to share with me?

    #577336

    Luke Nielsen
    Keymaster

    Hello,

    Yep, the link for installation can be found here – https://xtemos.com/docs-topic/setup-child-theme/

    Thank you for your time.

    Kind Regards

    #581135

    clienti
    Participant

    hi!

    In the link I only found the link to the child WoodMart theme and the explanation links for creating the child theme via ftp. Do you actually have a link to the tethys child theme?

    I ask you for two more pieces of information

    1)In the blog it shows me some parts of the code instead of a preview of the content (image -> blog)

    2)How can I create more space between the logo and the top bar and the slide? If I increase the space of the main header the logo also increases, not giving enough space (img -> header)

    Attachments:
    You must be logged in to view attached files.
    #581801

    Luke Nielsen
    Keymaster

    Hello,

    1. The child theme is in the attachments. Upload it via Appearance -> Themes -> Add new.

    2. The problem is that you use standard WordPress text – https://prnt.sc/8W2yLBliFgsO, we recommend using Text editor/Title elements.

    3. The size of the picture is larger than the size of the row, it is necessary to reduce the size of the picture or increase the row. https://prnt.sc/dYxQxGwF0Le8 https://prnt.sc/rQ6sU9NeeF0b

    The size of the logo depends on three factors:

    1) The maximum specified width in the “Logo width” option (https://prnt.sc/23pdtty). The logo cannot be wider than the “Logo width” value.

    2) The height of the row in which this logo is located (https://prnt.sc/23pdvit). The logo cannot be higher than the row of the header in which it is located.

    3) The dimensions of the logo image and its aspect ratio (https://prnt.sc/23pemgh). The logo cannot become larger than its physical dimensions.

    The “Logo width” option only sets the maximum width of the logo. For example, if its physical image size is 280px (https://prnt.sc/23pf0iz), then with this option you can set the size from 10px to 280px. In this case, any other value higher than 280 px will not do because for this you need to increase the physical size of the image in the image editor.

    Kind Regards

    Attachments:
    You must be logged in to view attached files.
    #581965

    clienti
    Participant

    Thank you!
    I installed the child theme and went into its functions.php to change the tab order. I copied and pasted the code found at this link (https://woocommerce.com/document/editing-product-data-tabs/#section-3) but it doesn’t work, I guess it’s due to the name of the tabs?

    Attachments:
    You must be logged in to view attached files.
    #582300

    Luke Nielsen
    Keymaster

    Hello,

    $tabs['description']['priority'] – default description
    $tabs['xts_additional_tab']['priority']– additional tab from Theme Settings.
    $tabs['xts_custom_additional_tab']['priority']– tab from the product settings.

    At the moment, you do not have the “Review” and “Additional information” tabs so when you enable them, you can use these [reviews], [additional_information] keywords.

    Thank you for your time.

    Kind Regards

Viewing 8 posts - 1 through 8 (of 8 total)