Dantes100
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Reading Progress] Bar below header on mobile AND desktop?Thank you so much for your fast response and your willingness to help.
Inspired by your suggestion, I tried to find a common selector for both headers, and low and behold, there is one:
.inside-navigation
It now works on mobile and desktop as intended.
Thanks again so much,
EddieForum: Plugins
In reply to: [FV Flowplayer Video Player] Error on iOS: “html5: video file not found”Problem solved.
Forum: Plugins
In reply to: [Autoptimize] Entering CDN breaks siteThank you, it was a problem with the site’s setup.
Forum: Plugins
In reply to: [Autoptimize] Clicky Analytics tracking code blockedFrank, thank you for the fast help, it worked!
Eddie
Forum: Plugins
In reply to: [Autoptimize] Entering CDN breaks siteThe 2nd link, the CDN’ed version does NOT work (page not found).
What does that mean?
Thanks,
EddieThank you!
Thank you.
So all I have to do is uncheck this setting and 2FA is optional for admins?
https://share.getcloudapp.com/9ZuWAb0D
- This reply was modified 5 years, 1 month ago by Dantes100.
Forum: Plugins
In reply to: [Redirection] redirect for url and url/ ?That’s the point, it‘s the SAME domain, only two different pages.
The problem is the slash, and no slash of the source url.
- This reply was modified 5 years, 12 months ago by Dantes100.
Forum: Plugins
In reply to: [Redirection] redirect for url and url/ ?Ah sorry, my fault. What I wanted to do was redirect:
mypage.com/1 AND mypage.com/1/
to
mypage.com/2/
Forum: Plugins
In reply to: [Redirection] redirect for url and url/ ?I’d like to achieve this with this “Redirection” plugin.
Forum: Plugins
In reply to: [Yoast SEO] Switched to https, but links inside sitemap still httpNevermind, suddenly the sitemap shows the https version.
Forum: Plugins
In reply to: [Contextual Related Posts] Broken Links: On some articles https linksNo, it’s not on https, and sadly disabling cache is not an option.
I wonder why this only happens in certain cases and not all?
Forum: Plugins
In reply to: [Selection Sharer by Hans van Gent] Style the flyout on mobile?Yes, thank you… but I can’t figure it out though.
I want to style the mobile-selection that it looks like the desktop-selection: flat and black, but I can’t figure out where the information is stored…
It’s in the selection-sharer.css obviously, but where is the info for the gray bar and the dark-gray border for example:
If you could just point me in the right direction?
Thanks,
Eddie- This reply was modified 7 years, 10 months ago by Dantes100.
Forum: Plugins
In reply to: How remove flare_get_counts from WordPress site/DBI found a solution to this problem.
I’ve put this is my .htaccess and all the URLs with “flare_get_counts” in it will be redirected to the homepage.
RewriteEngine On RewriteCond %{QUERY_STRING} action=flare_get_counts&url=.+ RewriteRule wp-admin/admin-ajax.php /? [R=301,L]
This is of course a work-around, as the code of this crappy plugin is still present all over the database and needs to be removed.
Please tell me if it worked for you!
Eddie
Forum: Plugins
In reply to: [Flare] Google indexes strange pages created by FlareI found a solution to this problem.
I’ve put this is my .htaccess and all the URLs with “flare_get_counts” in it will be redirected to the homepage.
RewriteEngine On RewriteCond %{QUERY_STRING} action=flare_get_counts&url=.+ RewriteRule wp-admin/admin-ajax.php /? [R=301,L]
This is of course a work-around, as the code of this crappy plugin is still present all over the database and needs to be removed.
Please tell me if it worked for you!
Eddie