togoruu
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Language switcher disappears when viewed in firefoxI found that the Firefox browser plugin AdBlockPlus is causing the language switcher to disappear. It appears to be because the language switcher widget is formatted as an advertisement div. I’ve alerted AdBlockPlus. Please consider making a change to the code in plugin updates.
Forum: Themes and Templates
In reply to: [ColorNews] Widget disappeared when viewed from Firefox onlyI found that the Firefox browser plugin AdBlockPlus is causing the language switcher to disappear. It appears to be because the language switcher widget is formatted as an advertisement div. I’ve alerted AdBlockPlus. Any suggestions on how to format the widget differently to avoid this problem are appreciated.
Forum: Fixing WordPress
In reply to: Your site has updated to WordPress 5.5.3-alpha-49449I have the same problem.
My sites automatically updated to 5.5.2 on Oct 29.
On Oct 30 I received a message that they have updated to WordPress 5.5.3-alpha-49449.
I have never installed a beta testing plugin1) I do not want to be part of alpha or beta testing and I do not want to receive alpha/beta updates. How do I unsubscribe
2) Do I need to re-install 5.5.1 (which is an option on my dashboard)? What about the update to 5.5.2 that happened on Oct 29?
Thanks, I re-transferred the files and that seems to have resolved the problem. The update is now working on our main site.
Finally got it working – thanks!
I deleted the folder and have been attempting to reinstall the plugin. However, I am repeatedly getting the error message:
“Installation failed: <!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”> 503 Service Unavailable Service Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.”I deleted the .maintenance file as well. However, I still get the error message.
Hi, thanks for your reply. I can access FTP, but what folder specifically should I remove. Is it htdocs/wp-content/plugins/ml-slider?
If I remove the entire ml-slider folder will I lose the slider content we created?Thanks for the suggestion. The Text Widget is working.
The built-in metaslider widget looks like it would work, too.
Glad it was an easy fix to a weird problem!Thanks for looking into this.
I just went through and deactivated each plugin INDIVIDUALLY, then reloaded the test page. The MetaSlider slideshow is only replaced by a shortcode when Soliloquy is disabled.
Then I went through and disabled ALL plugins at once, except MetaSlider. The MetaSlider slideshow is still replaced by a shortcode.
However, if I reactivate Soliloquy, the MetaSlider slideshow reappears, even when all ~10 other plugins are disabled.Other notes:
It is only the MetaSlider slideshow on the home page that is affected. A MetaSlider slideshow on a content page persists when Soliloquy is disabled.As you noted, meta_gallery_sliders on home pages of other language versions of the site (that we are replacing with MetaSliders) are also affected and show only shortcodes when Soliloquy is disabled.
Thanks for the suggestions. To answer your questions:
-Yes, the slideshow works from the preview area in the dashboard.
-If I insert the slider into the body of a non-home page it works.
It seems to just be the slider area of the home page that does not work, in that case it shows the shortcode instead.I tested re-typing the HTML and short code manually. The result is the same, only the short code displays on the home page.
The short code worked in the widget area until I deactivated the soliloquy plugin. After I deactivated soliloquy, the metaslider slideshow stops displaying. When I re-activate the soliloquy plugin, the metaslider gallery displays again.
Hello, I think you ended up on a non-english version of our page. Take a look at the English language version of the link for “page I need help with”, the code is [metaslider id=”4840″]. Thank you
Thank you for your guidance, it is now working ??
Have a great day!It is indeed .metaslider .caption-wrap. I have this working:
.metaslider .caption-wrap { background: transparent!important; }
How do I specify that the transparency is only for mobiles, and desktop will continue to see a black caption-wrap?
Thank you!I was wondering about that. I’ve found a different spot to tuck the code in.
I now have the code and slider set up on the home page of my live site. The desktop version is showing the captions, and the mobile version is not. (Exactly as I wanted!) However, on the mobile version, the thin grey strip at the bottom of the image that would display the caption is still showing, it’s just empty. How could I remove that, too?
Many thanks!Many thanks – I moved the code to assets>metaslider>public.css and now it’s working! ??
Our site is in multiple languages. Would it be possible to use a similar method to detect the language being viewed by the user and show only the caption in the corresponding language? I appreciate any pointers/code you can provide to setup such a system. It will save me from creating and maintaining separate sliders for each language.