Support Forum
Hey hey. Please help me fix my issue with the simple press plug in.
I have a Woocommerce plug in. There is a mini cart in the upper right corner. When you hover your mouse, a menu appears. Unlike in all other pages, the behaviour of the menu is different in the Forum page (https://www.stockswechart.com/rally/) -- it disappears too quickly when you move your mouse pointer from the minicart button to the item in the menu it, making it difficult to click the item. I noticed that the menu disappears as soon as your mouse pointer touches the black background of the "view your shopping cart" tooltip. This tooltip has a white background in all the other pages on my site, except the forum page.
See these screenshots:
https://www.screencast.com/t/4eslaKda
https://www.screencast.com/t/d.....drMbbHUKIz
To replicate the issue:
1) Go to my site, https://www.stockswechart.com/, click Account menu then register.
2) Go to Market and add an order. The minicart only appears when it is not empty.
3) Compre the behaviour of the minicart in the blog page (https://www.stockswechart.com/blog/) versus the forum page (https://www.stockswechart.com/rally/).
When I deactivate the simple press plug in, the behaviour of the minicart becomes exactly like its behaviour anywhere else on my site so I know that the strange behaviour has something to do with the simple press plug in. When simple press plug in is deactivated, the "view your shopping cart" tool tip has a white background.
Please help me fix this so that the hover menu is easy to use -- that it does not disappear too quickly. I don't really care whether we remove the tooltip or not -- I just want the hover menu to be usable. Thank you.
sounds like some tooltip javascript conflict between the two - though not been reported between the two previously... as you mention, would just try disabling the forum tooltips...
to do this, first create a child theme... you can get a reboot child theme starter for free in our store...
Then create an empty spFunctions.php file and add the following line:
if (!defined('SP_TOOLTIPS')) define('SP_TOOLTIPS', false);
that should disable the forum tooltips...
Visit Cruise Talk Central and Mr Papa's World
After putting if (!defined('SP_TOOLTIPS')) define('SP_TOOLTIPS', false); in the empty spFunctions.php in the Reboot child theme, nothing happened. The tooltip with the black backgroujd is still there and the behaviour of the hover menu is the same.
I think this did not work because the tooltip we are trying to disable is not the tooltip of Simple Press but the tooltip of Woocommerce minicart. Would you have another solution?
We will need to take a look at the site. I am guessing it will be some sort of CSS issue or a script conflict.
However - as a matter of policy we do not register on users sites but ask you to create an account and set up the necessary data so we can come in and see what is what.
So could you please create an account and expose the cart so that we can log in and see the forum behaviour. Please send a PM to both myself (Yellow Swordfish) and Mr Papa.
It helps if you can include links to not just your forum but also to this topic so we can get to it quickly to re-read what has been said. A brief reminder of the problem is also very helpful.
YELLOW
SWORDFISH
|
Actually I don't have much of a problem maintaining the drop down. But you do need to slide the mouse cursor to the side of the tooltip. So - did you change the tooltip setting in SP because they are still being used on your site at the moment. Can you turn them off and then I can take another look.
YELLOW
SWORDFISH
|
I put back the code to turn off the tooltip. See screenshot: https://www.screencast.com/t/q.....9g6pppWhk5.
I put this in this file: public_html/wp-content/sp-resources/forum-themes/reboot-child/templates/spFunctions.php
If you look above your line you will see that that code was already in place. Only it is setting it ti true. You should delete your line and just change the true to false in the first line.
And then - just check that you have switched your SP theme from Reboot to the Reboot child theme.
YELLOW
SWORDFISH
|
1 Guest(s)