benoitroubert
Forum Replies Created
-
Thanks for your answer.
In fact it’s not what we were asking initially (sorry not to have make it clear enough).
What we want is a mean (through an URL in the web browser) to display exactly our job’s listing page (see initial post for URL) with only the choosen post-type checked; for instance something like “/carriere/postes-vacants/?post-type=administration” (just to illustrate the idea) which would display on our job’s listing page, only the jobs of “administration” type, but still on this page, like if we had only checked this job’s type.
Moreover we did what you ask us above, and the Job base doesn’t seem to apply.
You can see on the screenshots (https://wetransfer.com/downloads/a15ff1c26e1c83cd577d92a9c6dd4b7020180426072748/dff8e38294701401f54acc37910b6bc920180426072748/152659 what we did, but the url of the CPT are still /post-type/ and not /carriere/postes-vacants/post-type/ (while /carriere/postes-vacants/ the page configured for job’s list).
Thanks in advance!
Forum: Plugins
In reply to: [W3 Total Cache] Need help with my .htaccess fileMaybe I will be able to help you.
W3 Total Cache write all its instructions at the beginning of .htaccess file.
We had also this kind of problem because our own instructions in .htaccess for the https:// ? https:// redirection appeared after W3 total Cache job.
So pages were constructed with https:// links if the case you asked the page in https:// and not https://; and only after, was switching to https://.
So go see your .htaccess file and put this code below at the beginning of your .htaccess file:
#######################################################
# INFOMANIAK
#######################################################
# REDIRECT HTTP TO HTTPS TO AVOID DUPLICATE CONTENT #
#######################################################RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule (.*) https://www.site.com/$1 [R=301,L]######################################################
Hope it will work for you.
Forum: Plugins
In reply to: [W3 Total Cache] what causes a cached page to go stale?Hello,
We have the exact same issue.
A solution would be greatly appreciated from anyone!!!
How to get rid of this rename cache files function???
Forum: Plugins
In reply to: [W3 Total Cache] W3TC Browser Caching and HTTPSMaybe I will be able to help you.
W3 Total Cache write all its instructions at the beginning of .htaccess file.
We had also this kind of problem because our own instructions in .htaccess for the https:// ? https:// redirection appeared after W3 total Cache job.
So pages were constructed with https:// links if the case you asked the page in https:// and not https://; and only after, was switching to https://.
So go see your .htaccess file and put this code below at the beginning of your .htaccess file:
#######################################################
# INFOMANIAK
#######################################################
# REDIRECT HTTP TO HTTPS TO AVOID DUPLICATE CONTENT #
#######################################################RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule (.*) https://www.site.com/$1 [R=301,L]######################################################
Hope it will work for you.
Forum: Plugins
In reply to: [W3 Total Cache] Google mixed content – https requirementMaybe I will be able to help you.
W3 Total Cache write all its instructions at the beginning of .htaccess file.
We had also this kind of problem because our own instructions in .htaccess for the https:// ? https:// redirection appeared after W3 total Cache job.
So pages were constructed with https:// links if the case you asked the page in https:// and not https://; and only after, was switching to https://.
So go see your .htaccess file and put this code below at the beginning of your .htaccess file:
#######################################################
# INFOMANIAK
#######################################################
# REDIRECT HTTP TO HTTPS TO AVOID DUPLICATE CONTENT #
#######################################################RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule (.*) https://www.site.com/$1 [R=301,L]######################################################
Hope it will work for you.
Forum: Plugins
In reply to: [W3 Total Cache] http to https, cache problemsMaybe I will be able to help you.
W3 Total Cache write all its instructions at the beginning of .htaccess file.
We had also this kind of problem because our own instructions in .htaccess for the https:// ? https:// redirection appeared after W3 total Cache job.
So pages were constructed with https:// links if the case you asked the page in https:// and not https://; and only after, was switching to https://.
So go see your .htaccess file and put this code below at the beginning of your .htaccess file:
#######################################################
# INFOMANIAK
#######################################################
# REDIRECT HTTP TO HTTPS TO AVOID DUPLICATE CONTENT #
#######################################################RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule (.*) https://www.site.com/$1 [R=301,L]######################################################
Hope it will work for you.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Map not showingSorry but concerning us it the map is not showing with version 6.3.20 an pro version 6.07.
Please help us we are really in a hurry