Home › Forums › Space themes support forum › reversal of tabs
reversal of tabs
- This topic has 7 replies, 2 voices, and was last updated 6 months, 2 weeks ago by Luke Nielsen.
-
AuthorPosts
-
July 2, 2024 at 10:01 am #576934
clientiParticipanthi! 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.July 2, 2024 at 10:57 am #576984
Luke NielsenKeymasterHello,
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
July 3, 2024 at 9:56 am #577289
clientiParticipantThank 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?
July 3, 2024 at 10:39 am #577336
Luke NielsenKeymasterHello,
Yep, the link for installation can be found here – https://xtemos.com/docs-topic/setup-child-theme/
Thank you for your time.
Kind Regards
July 5, 2024 at 10:30 am #581135
clientiParticipanthi!
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.July 8, 2024 at 3:27 pm #581801
Luke NielsenKeymasterHello,
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.July 9, 2024 at 9:26 am #581965
clientiParticipantThank 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.July 10, 2024 at 10:09 am #582300
Luke NielsenKeymasterHello,
$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
-
AuthorPosts
- You must be logged in to create new topics. Login / Register