reivilob
Forum Replies Created
-
OK solved
If your “Event List/Archive” page use the permalink /events/
and you have choosen the “permalink Slug” events for “Events”
it does not work …I set the permalink for “Events” to events ( https://yoursite/events/…. )
and i use the permalink /events-list for the list/Archive pageand all is now working fine !
OB
hmmm
perhaps a good idea but to search for this permalink that could be the problem where to look for ?OB
Forum: Fixing WordPress
In reply to: web site crashedthey don’t know but another one using the same library …
Forum: Fixing WordPress
In reply to: web site crashedI temporary use “WP Super Cache” without problem …
Forum: Fixing WordPress
In reply to: web site crashedOK W3TC say to me that this not related with the XSS vulnerability (solved with the update of yesterday) but a compatibility problem with another plugin and recommend to me to add this in the wp-config.php:
define(‘W3TC_GOOGLE_LIBRARY’, false);
The problem is not here anymore but all the sub pages of the site are 404 in my site ??
Not solved
Forum: Fixing WordPress
In reply to: web site crashedHave you some information about a W3TC plugin problem with the last update?
OlivierForum: Fixing WordPress
In reply to: web site crashedHi same problem after last update
“w3-total-cache/w3-total-cache-api.php on line 143”
And also not possible to access the admin panel !
we remove the plugin in FTP and the site is up again but without the W3TC and so without our CDN that is really urgent !
Olivier
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] PaidMembershipProOk problem solved at PaidMembershipsPro side
We add a hack in their plugin to display the ads only for level 2 or higher
Thanks
OlivierForum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] PaidMembershipProHI
No the logged member with free Membership will have Ads and only paying member (level2) will not have Ads
And both are logged in and both are considered as Subscriber WordPress users.Your options in your commercial version will not solve this…
Olivier
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] PaidMembershipProHi
Probably not working because PaidMembershipPro is not using the native member levels of WordPress but its own levels inside the normal “subscriber” level.This could be a problem because they are the most developed Membership plugin and for us it make sense to be able to remove ads for paying members.
Olivier
Forum: Themes and Templates
In reply to: [MesoColumn] header imageSorry this does not work but the problem was not the body.groups
the solution was found and this is:
body.single-item.groups #custom-img-header { display:none; } body.single-item.groups #siteinfo { display:none; }
We do not found why this is not covered by the global:
#custom-img-header { display:none; }
but is works like this…
Regards
OlivierForum: Themes and Templates
In reply to: [MesoColumn] header imagesorry no change …
https://www.linkedbyroad.com/
-select groupes
— select one group
The header images and siteinfo is here
(nowhere else on the site)really strange
Best regards
OlivierForum: Themes and Templates
In reply to: [MesoColumn] French translationcan you ask WordPress Polyglots team to add me as Theme Translation editor for French on your theme ?
If not all my translation suggestion will stay pending a long timeBest regards
Olivier BourgeoisForum: Themes and Templates
In reply to: [MesoColumn] main-navigation listSorry i found the solution (define the primary menu)
Forum: Themes and Templates
In reply to: [MesoColumn] header imageHello
I discover a very strange problem …this custom modification works fine on all pages of the site except all groups page !
The page that list all the groups is ok, but when i select a group, the image and site title is still there !!! on all groups
any idea ?
my custom CSS:
#custom-img-header {
display:none;
}
body.home #custom-img-header,body.home-page #custom-img-header {
display:block;
}#siteinfo {
display:none;
}
body.home #siteinfo,body.home-page #siteinfo {
display:block;
}