hanuta1998
Forum Replies Created
-
I fixed it with css, you can delete this post, thanks.
Forum: Themes and Templates
In reply to: [YITH Proteo] Site logo disappearedThere was a similar problem check this (answer from yith support from this post:
https://ww.wp.xz.cn/support/topic/logo-disappeared-6/ )”
Hello there,
can you please check the state of this option:
Customize -> Site Identity -> Display Site Title and Tagline”
“- This reply was modified 5 years, 5 months ago by hanuta1998.
Houston, we don’t have a problem.
I left the user account icon on instead of using the header sidebar, which resulted into my first attempt to fail. Now it’s working. What a day, thanks so much for helping me, yith team and saturn.
May we go to mars, Merry Christmas.
- This reply was modified 5 years, 5 months ago by hanuta1998.
- This reply was modified 5 years, 5 months ago by hanuta1998.
- This reply was modified 5 years, 5 months ago by hanuta1998.
I checked nearly every code line of both the child and main theme and did a malware scan and nothing unusual there. And as mentioned above I disabled all plug ins and no change there either. It is only when I turn the child theme on, that the issue persists.
This is the only thing inside the functions.php of the child theme.
function yithproteo_child_enqueue_styles() { wp_enqueue_style( 'yith-proteo-style' , get_template_directory_uri() . '/style.css', array('select2') ); wp_enqueue_style( 'yith-proteo-child-style', get_stylesheet_directory_uri() . '/style.css', array( 'yith-proteo-style' ), wp_get_theme()->get('Version') ); } add_action( 'wp_enqueue_scripts', 'yithproteo_child_enqueue_styles' );Hi Yith Team,
thanks alot responding to me even on this holiday. I have tried customizing the URL, but no matter what it redirects to /wp-login.php.
It only works as it should when I disable the child theme and use the main parent theme or another, so the error must stem from the child theme somehow. Any Idea how to fix it?
Thanks a lot in advance!
Forum: Themes and Templates
In reply to: [YITH Proteo] Cart Icon wont show on Mobile viewThanks
Forum: Themes and Templates
In reply to: [YITH Proteo] Cart Icon wont show on Mobile viewUpdate: I fixed it by turning the side bar on. turns out the icons are not stacked in the mobile view of a phone, unlike in the mobile editing view in the editor.
Forum: Themes and Templates
In reply to: [YITH Proteo] Cart Icon wont show on Mobile viewHello Yith Team,
@yithemes thank you so much for responding fast, with that detailed help instruction, even with screenshot. I apreciate that however I had it turned on on there too and it’s still not working, as to be seen here:
https://postimg.cc/DWYM48TqThe only way to see the cart icon or any icon is by turning the sidebar on but it looks messy and not clean, as shown here:
https://postimg.cc/mPhbv189A possible alternative to have the cart shown is by having the topbar on however doing so I came across two issues:
1. Turning it on only for mobile and off for web view is not possible
2. The Topbar can’t be setted underneth the menu bar
as shown here:
https://postimg.cc/9RWvZvRhI very much hope this an issue, I only have as it gets frustrating having little things not work. I think I will reinstall the theme and it’s respective plugins and see if it then works. I will update the process here.
Thank you very much in advance.
- This reply was modified 5 years, 6 months ago by hanuta1998.