riseagainst
Forum Replies Created
-
Yes, so that would not work. If you are interested in gaining access to investigate the issue, let me know how we can contact one another.
Thank you.That does solve the issue, the correct 404 is displayed on all sites.
It seems the pass through changes the url, is that correct? Is that why this setting is not recommended? How are things affected? I couldn’t find info.
Also, it shows a nochache=1 and the end of the URL, what’s this?
Thank you for the reply @mateuszgbiorczyk although, I’m not sure you followed what I said there.
It only happens when the plugin is active, and I only mentioned the .htaccess to say that I didn’t see any redirections to a custom 404 url.
Also, somebody has to be the first one with an issue…Forum: Plugins
In reply to: [Asgaros Forum] Insert adsense code in forumPerfect!
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] data-fancybox=”” and data-caption=”” don’t workWhat is it supposed to be now? I have a static html website, and on my wordpress website I manually called the galleries, the same way I do on my static site, for example:
<a href="www.a.com/a.jpg" data-fancybox="group1" data-caption="a"><img src="www.a.com/a.jpg" alt="a" /></a>
And I would call all the other images, within a hidden div to be part of the same gallery via
data-fancybox="group1"
.Thanks for making the plugin, by the way.
- This reply was modified 6 years, 8 months ago by riseagainst.
- This reply was modified 6 years, 8 months ago by riseagainst.
Forum: Plugins
In reply to: [WP Rollback - Rollback Plugins and Themes] List with versions not showingYes, it stopped working for me as well.
Forum: Plugins
In reply to: [Asgaros Forum] Insert adsense code in forumHello @asgaros. I’ve added the code as suggested, however, for me, the ad only seems to display on the forum’s index page. Any ideas?
function my_custom_content() { ?> // Your adsense code/logic ... <?php } add_action('asgarosforum_overview_custom_content_top', 'my_custom_content');
- This reply was modified 6 years, 8 months ago by riseagainst.