Riversatile
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: .Htaccess within wp-admin folderSure ! Use only your HTACCESS into the WWW folder with this :
# END WordPress Order allow,deny allow from all # Banned IP Addresses w.x.y.z w.x.y.z w.x.y.z w.x.y.z w.x.y.z w.x.y.zw.x.y.z represent the IP Address that are banned on your entire website, including wp-admin folder !
But, from my knowledge, and I use this solution… It’s more secure and more compliant to use the extension called “Bad Behavior” in addition of a solution called “http:BL”, you’ve just to request an Access Key at http://www.projecthoneypot.org, then paste your access Key into the required field into the “Bad Behavior” setting panel π
Forum: Fixing WordPress
In reply to: Missing MenuIf you talk about the Menu :
* Pricing and Memberships
* The Tranquilo Story
* Modalities
* Schedule
* Boutique
* Contact UsI’m seeing them.
It’s strange some people don’t see it, because it’s a native function of WordPress, it’s not a plugin/extension ! StrangeForum: Fixing WordPress
In reply to: floating navigation over headerYou talk about this plug-in in DEMO here ???
http://pixopoint.com/?mln=onForum: Fixing WordPress
In reply to: floating navigation over headerHo… sorry, URL’s in your 1st message
Forum: Fixing WordPress
In reply to: floating navigation over headercould you send the URL of your site ?
It could helpForum: Fixing WordPress
In reply to: Cannot insert media, error messageHi,
Check the file called “wp-admin\includes\post.php”, you must find a line :
function get_post_mime_types()If you don’t find this line, this mean there is no function called “get_post_mime_types” !!! Otherwise, try to overwrite the file “wp-admin\includes\post.php” to solve the issue.
Forum: Fixing WordPress
In reply to: Using my own Design in WordPressHi,
Take an existing wordpress theme over the web, then customize the CSS theme file with the URL of your cropped/photoshoped image π
Forum: Fixing WordPress
In reply to: Disable ‘attachment’ posts without remove the Mediasfrom my understanding, when we add a media, wordpress create automatically an entry into Media Library, the object (direct URL) is linked to itself and linked to a post or ‘attachment page’, it seems it’s impossible to prevent wordpress to create this page and prevent google indexing these attachment page !
Forum: Fixing WordPress
In reply to: Disable ‘attachment’ posts without remove the MediasHere is my gallery :
[gallery link="file" columns="4" orderby="title"]It’s linked to “File”, and not “Attachment page”
And in my gallery advanced configuration, each image is linked to itself complete URL (http://my.site/image.jpg)
So I don’t understand why attachment page exists and are indexed by google…
Forum: Fixing WordPress
In reply to: Disable ‘attachment’ posts without remove the Medias– Each image URL is already set to file URL
– Thumbnail are already linked to image URL, instead of the ‘Page’So there is something wrong somewhere…
Forum: Fixing WordPress
In reply to: Disable ‘attachment’ posts without remove the MediasYes, it’s the case !!! This is why I don’t understand !