paul
Forum Replies Created
-
Hi, Thank you.
I can login successfully when the plugin is disabled. I deactivated all plugins except “Flexible SSL for CloudFlare” which is necessary for my site to work over cloudflare flexible ssl. Also, the problem occurs with any other active theme.
Thank you. I checked the keys. I removed and generated new keys and updated the plugin settings page. Anyway it does not change. The plugin is not working in all of my three websites. Recaptcha box works like before and the green checkmark appears. but the Test Verification shows error.
Thank you.
Now this option appeared again. I think it is because of caching again ?? everything work normally. Thank you for your response.
Yes, I saw it and it was not checked. After new update to 8.0.1 this option is disappeared.
May be occurred because of cloudflare caching system? I thought this because it gone OK after few hours.
I did nothing. But the problem goes away. I don’t know what’s happened. Thanks anyway.
It tries to redirect https.
Forum: Themes and Templates
In reply to: [ColorMag] Problem in style-rtl.css after updatealso, there is another problem. the scroll up button take all the width. add this to remove right :
a#scroll-up{
right:initial;
}No problem with my different desktop browsers. I checked with Edge, Chrome and Firefox on my desktop.
Now, I switched to another plugin. I will check it again soon.Yes, I used Site Kit to insert code snippet
Glad to hear that ??
You can add them in the “Additional CSS” section available when customizing your theme. I think that’s better if you don’t have expertise in coding.
I solved the problem after some try. Add the following CSS rules to your child theme.
.main-navigation ul li:hover ul{
display: block;
}.main-navigation ul li ul{
display: none;
}That will show sub-menus only when required and avoid showing that scrollbar. I think that’s great enough until they provide the new update.
Don’t forget to make it resolved.- This reply was modified 4 years, 9 months ago by paul.