Armando
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [YITH Proteo] Problem with main menu after theme updateDo you have a link to the test domain?
Forum: Themes and Templates
In reply to: [YITH Proteo] Update the link for My Account iconHi, you could add such a snippet of code in code snippet plugin or in your child theme functions.php file
if ( ! function_exists( 'yith_proteo_account_widget_url_custom' ) ) { add_filter( 'yith_proteo_account_widget_url', 'yith_proteo_account_widget_url_custom', 10, 2 ); function yith_proteo_account_widget_url_custom( $url, $i ) { return wc_get_page_permalink( 'myaccount' ); } }
Forum: Themes and Templates
In reply to: [YITH Proteo] Cart Icon is missingHi the theme has no native cart widget, it uses the woocomerce cart widget, so basically it is the same as the one you add. Check here
Forum: Themes and Templates
In reply to: [YITH Proteo] “H1” title for blog post HeadingHi, I cannot access your links. The post title size can be changed in Customizer > Blog > General Settings maybe you are checking it in Customizer > Typography?
Forum: Themes and Templates
In reply to: [YITH Proteo] Problem with main menu after theme updateHi, I see it in one line https://prnt.sc/E5KvnA0j-xmY, have you managed to solve?
Forum: Themes and Templates
In reply to: [YITH Proteo] Widget doesn’t workHi, which widget you added? or this happens with all widgets?
Forum: Themes and Templates
In reply to: [YITH Proteo] Cart Icon is missingHi, I see the cart icon, so I suppose you solved it.
- This reply was modified 1 year, 11 months ago by Armando.
Forum: Themes and Templates
In reply to: [YITH Proteo] One year without updatesHi,
a new update will be published in next days
Forum: Themes and Templates
In reply to: [YITH Proteo] carousel adjustmentHi, if you are referring to the product slider, it will automatically show 4 items on desktop view, 2 in tablet horizontal and 1 in mobile.
Forum: Themes and Templates
In reply to: [YITH Proteo] Error al editar sidebarHola, ?que versión de WordPress estás usando?
Forum: Themes and Templates
In reply to: [YITH Proteo] “H1” title for blog post HeadingHi there, as you can see here https://proteo.yithemes.com/classic-shop/blog/markup-image-alignment/ the title of post is H1 and I also see the title is h1 on your link, check this screenshot https://prnt.sc/tTU5y3jDk7KC
Forum: Themes and Templates
In reply to: [YITH Proteo] Yith ajax-navigation-filters blockHi, I still cannot replicate the error, are you using the default preset or a specific preset? can you provide the settings for your preset?
Forum: Themes and Templates
In reply to: [YITH Proteo] align header links with right side cartHi, try to add this css in Custom Css
@media only screen and (min-width : 1024px) { .center_logo_navigation_below #site-navigation.main-navigation { max-width: 80%; float: left; clear: left; } .center_logo_navigation_below .header-sidebar { max-width: 20%; float: right; clear: right; } }
Forum: Themes and Templates
In reply to: [YITH Proteo] Yith ajax-navigation-filters blockHi, I cannot replicate the issue. Do you see it in appearance > widgets page? are you using the YITH Ajax Product Filter or YITH Ajax Filter Preset?
Forum: Themes and Templates
In reply to: [YITH Proteo] Proteo Theme 1.9.1 compatibility with PHP 8.1Hi, at the moment the theme does not support php 8.1