Title: Geoffray's Replies | WordPress.org

---

# Geoffray

  [  ](https://wordpress.org/support/users/geoffray/)

 *   [Profile](https://wordpress.org/support/users/geoffray/)
 *   [Topics Started](https://wordpress.org/support/users/geoffray/topics/)
 *   [Replies Created](https://wordpress.org/support/users/geoffray/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/geoffray/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/geoffray/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/geoffray/engagements/)
 *   [Favorites](https://wordpress.org/support/users/geoffray/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Problem with og:image when publishing on FB](https://wordpress.org/support/topic/problem-with-ogimage-when-publishing-on-fb/)
 *  Thread Starter [Geoffray](https://wordpress.org/support/users/geoffray/)
 * (@geoffray)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/problem-with-ogimage-when-publishing-on-fb/#post-5289471)
 * I just erase the lines above. That was lines wrote by Frontage extensions and
   make me those 403 errors. After editing the main .htaccess and removing the _vti
   folder, it was ok, and still ok now 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Problem with og:image when publishing on FB](https://wordpress.org/support/topic/problem-with-ogimage-when-publishing-on-fb/)
 *  Thread Starter [Geoffray](https://wordpress.org/support/users/geoffray/)
 * (@geoffray)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/problem-with-ogimage-when-publishing-on-fb/#post-5289296)
 * Seems to be the Frontpage extension of my VPS server that write this in all my.
   htaccess files and make the problem… now solved! 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Problem with og:image when publishing on FB](https://wordpress.org/support/topic/problem-with-ogimage-when-publishing-on-fb/)
 *  Thread Starter [Geoffray](https://wordpress.org/support/users/geoffray/)
 * (@geoffray)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/problem-with-ogimage-when-publishing-on-fb/#post-5289242)
 * Problem solved for my main domain, i had some strange URL rewritting in my .htaccess
   file, at the end.
 * I don’t know wich plugin can edit this, perhaps Apache when rebuilding in a new
   version?
 *     ```
       RewriteCond %{HTTP_REFERER} !^http://1max2peche.com/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://1max2peche.com$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://1max2peche.info/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://1max2peche.info$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://annonces.1max2peche.com/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://annonces.1max2peche.com$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://annuaire.1max2peche.com/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://annuaire.1max2peche.com$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://beaujolais.1max2peche.com/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://beaujolais.1max2peche.com$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://forum.1max2peche.com/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://forum.1max2peche.com$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://galerie.1max2peche.com/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://galerie.1max2peche.com$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://jeu.1max2peche.com/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://jeu.1max2peche.com$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://mozzo.1max2peche.com/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://mozzo.1max2peche.com$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://netdna.1max2peche.com/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://netdna.1max2peche.com$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://social.1max2peche.com/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://social.1max2peche.com$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://spots.1max2peche.com/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://spots.1max2peche.com$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.1max2peche.com/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.1max2peche.com$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.1max2peche.info/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.1max2peche.info$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.annonces.1max2peche.com/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.annonces.1max2peche.com$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.annuaire.1max2peche.com/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.annuaire.1max2peche.com$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.beaujolais.1max2peche.com/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.beaujolais.1max2peche.com$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.forum.1max2peche.com/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.forum.1max2peche.com$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.galerie.1max2peche.com/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.galerie.1max2peche.com$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.jeu.1max2peche.com/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.jeu.1max2peche.com$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.mozzo.1max2peche.com/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.mozzo.1max2peche.com$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.netdna.1max2peche.com/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.netdna.1max2peche.com$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.social.1max2peche.com/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.social.1max2peche.com$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.spots.1max2peche.com/.*$      [NC]
       RewriteCond %{HTTP_REFERER} !^http://www.spots.1max2peche.com$      [NC]
       RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://www.1max2peche.com [R,NC]
   
       AuthName 1max2peche.com
       IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Problem with widget Visibility with tags](https://wordpress.org/support/topic/problem-with-widget-visibility-with-tags/)
 *  Thread Starter [Geoffray](https://wordpress.org/support/users/geoffray/)
 * (@geoffray)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/problem-with-widget-visibility-with-tags/#post-4177038)
 * Jeremy helps me to find an issue… i’ve asked the theme author too and no solution!
   The only think i had from theme author (MVP Theme) is :
 * > “Hey, the only thing I can suggest is that you might want to try using Section
   > Widget: [http://wordpress.org/plugins/section-widget/&#8221](http://wordpress.org/plugins/section-widget/&#8221);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Problem with widget Visibility with tags](https://wordpress.org/support/topic/problem-with-widget-visibility-with-tags/)
 *  Thread Starter [Geoffray](https://wordpress.org/support/users/geoffray/)
 * (@geoffray)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/problem-with-widget-visibility-with-tags/#post-4177020)
 * I just tried now to disable all other plugins : same problem. Do you want an 
   access on my website to try to search?
 * Is that a theme problem? I don’t think so, it’s a premium theme Max Mag).
 * Thanks a lot to trying to help me.
    Regards Geoffray
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Problem with widget Visibility with tags](https://wordpress.org/support/topic/problem-with-widget-visibility-with-tags/)
 *  Thread Starter [Geoffray](https://wordpress.org/support/users/geoffray/)
 * (@geoffray)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/problem-with-widget-visibility-with-tags/#post-4177016)
 * Yes, i just tried with the ad displayed in screenshots. When i use visibility
   and i put tag = carnassier…. nothing appear. But when i edit the article, i can
   see the good tag in my post….
 * I use WordPress SEO by YOAST, is there a problem with this plugin? Because when
   i go on “All posts” i have a new column “Main Tag” and nothing appear in that
   column… but everything is ok under tag column.
 * [SEO](http://www.1max2peche.com/CaptureSEO.JPG)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Problem with widget Visibility with tags](https://wordpress.org/support/topic/problem-with-widget-visibility-with-tags/)
 *  Thread Starter [Geoffray](https://wordpress.org/support/users/geoffray/)
 * (@geoffray)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/problem-with-widget-visibility-with-tags/#post-4177014)
 * You can find screenshots to see how it’s set up… and how it doesn’t work 😉
 * [Tag](http://www.1max2peche.com/CaptureTag.JPG)
 * [Visibility](http://www.1max2peche.com/CaptureVisibility.JPG)
 * [Result](http://www.1max2peche.com/CaptureRendu.JPG)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Problem with widget Visibility with tags](https://wordpress.org/support/topic/problem-with-widget-visibility-with-tags/)
 *  Thread Starter [Geoffray](https://wordpress.org/support/users/geoffray/)
 * (@geoffray)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/problem-with-widget-visibility-with-tags/#post-4177010)
 * I did…. but it doesn’t work for posts! That’s why i think there is a problem.
   Do you want some screenshots?
 * Where the tags are set? In a post, right? I can use multiple tags?
 * I don’t understand why it’s not working….
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Problem with widget Visibility with tags](https://wordpress.org/support/topic/problem-with-widget-visibility-with-tags/)
 *  Thread Starter [Geoffray](https://wordpress.org/support/users/geoffray/)
 * (@geoffray)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/problem-with-widget-visibility-with-tags/#post-4177002)
 * Thanks a lot! But i have another question, it can help me…
 * If i work with tags on my posts, any chance to make it works? I just want something
   to use a tag, and if the post have the special tag, it can show the special widget…
   it would be helpfull, i think it can works but it seems to don’t work like this.
   I’m wrong?
 * Regards
    Geoffray
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Problem with widget Visibility with tags](https://wordpress.org/support/topic/problem-with-widget-visibility-with-tags/)
 *  Thread Starter [Geoffray](https://wordpress.org/support/users/geoffray/)
 * (@geoffray)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/problem-with-widget-visibility-with-tags/#post-4176997)
 * Hello, thanks for your answer but it doesn’t work. Here is some more details :
 * I want to show an ad in my sidebar. There is a default ad, and some specific 
   ads that will show when articles are post in a specific category or with a specific
   tag.
 * Exemple :
    4 categories or tags possible : carpe, carnassier, mer, coup. On all
   website article, there is a default ad, and if i use a specific tag or post the
   article on a specific category above, it will show the specific ad.
 * I think the problem is the OR condition. If i do the tag=carnassier and page=
   article, it will show on all my articles… and if i do only tag=carnassier, it
   doesn’t work! And if i do page=article and category=carnassier, it’s showing 
   on all articles…
 * Any possibility to change the OR condition with a AND condition? Or a solution
   for my case?
 * Thanks a lot
    Regards Geoffray

Viewing 10 replies - 1 through 10 (of 10 total)