Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter iliyan

    (@iliyan)

    You are very kind and I really appreciate your time spent trying to help me.
    Your way won’t work because Mailchimp for WordPress is also using the FNAME tag.

    It would work if I wasn’t using Mailchimp for WP.

    Anyway, I believe I found where the problem is.

    In Mailchimp-for-woocomerce->includes->process->class-mailchimp-woocommerce-user-submit.php I have edited field 86

    From $fn = trim($user->first_name); to $fn = $user->display_name; https://prntscr.com/feyva5

    When you load up the user in line 47 with the code $user = new WP_User($this->user_id); the variable $user is now connected to wp_users table in my wordpress Database.

    In my WordPress Database in table wp_users I have listed only ID, user_login, user_pass, user_nicename, user_email, user_url, user_registered, user_activation_key, user_status, display_name.

    As you can see there isn’t “first_name” anywhere, but there is display_name which actually is the first_name.

    From my tests so far it seems like it’s working but we will see. I will get back after few days when more users subscribe.

    Thread Starter iliyan

    (@iliyan)

    Unfortunately, they told me that the both Plugins are conflicting each other.
    I don’t believe this is normal as they do different things.

    Mailchimo for WordPress is opting-in my users from the Buddypress register form and the Mailchimp for Woocomerce is updating information every time a user purchases.

    Could you tell me where in the code I can change it to stop the Mailchimp for Woocomerce syncing First and Last name?

    I was searching for this peace of code but it was hard for me to find it.

    One more screenshot of the problem since my last post: https://prntscr.com/fe40iw

    • This reply was modified 7 years, 6 months ago by iliyan.
    Thread Starter iliyan

    (@iliyan)

    Thank you for the great answer. I have checked and the settings were set correctly to FNAME https://prntscr.com/fdtczs

    I believe the Mailchimp for Woocommerce plugin is causing the issue because the name of the store is entered only in the Mailchimp for Woocomerce plugin. And only with source of the store name is making the problems. I used to have only Mailchimp for WordPress in the beginning and there weren’t any problems since I installed Mailchimp for Woocomerce.

    I will reach out to Mailchimp support team and will let you know their answer.

    Cheers

    Thread Starter iliyan

    (@iliyan)

    Last question, why w3 total cache doesn’t want to create a cache for most of my pages like this one for example: https://www.arbitrageguides.com/suggested-bookmakers-for-beginners-sports-arbitrage/ or this one https://www.arbitrageguides.com/back-lay-surebets-sports-arbitrage/ or this one https://www.arbitrageguides.com/forum/

    For most of the pages and blog posts it creates the cached version but for these and some other it don’t.

    • This reply was modified 7 years, 9 months ago by iliyan.
    Thread Starter iliyan

    (@iliyan)

    grrr actually it isn’t working. It worked just for a while and then stopped without doing anything. It seems like sometimes it works and sometimes it doesn’t. Any ideas?

    UPDATE

    I forgot to enable browser cache in the general settings. Now it works. I hope it will continue working in future. Thank you very much Kimberly. You saved my customers experience and this way my bankroll.

    • This reply was modified 7 years, 10 months ago by iliyan.
    • This reply was modified 7 years, 10 months ago by iliyan.
    Thread Starter iliyan

    (@iliyan)

    Thank you for the support. When I have disabled at all browser cache everything works great. Now I will investigate where exactly is the problem in the browser cache options.

    • This reply was modified 7 years, 10 months ago by iliyan.
    Thread Starter iliyan

    (@iliyan)

    I have just messed up something with my htaccess file… and that’s why you can’t navigate. Now I get this error: https://prntscr.com/e1clbe

    Thread Starter iliyan

    (@iliyan)

    htaccess info:

    AddHandler x-httpd-php56 .php
    
    <ifModule mod_headers.c>
        Header set Connection keep-alive
    </ifModule>
    
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^\*\.arbitrageguides\.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.\*\.arbitrageguides\.com$
    RewriteRule ^/?$ "http\:\/\/www\.arbitrageguides\.com" [R=301,L]
    
    # Get 404 error page
    
    ErrorDocument 404 /wp-content/themes/wplms/index.php?error=404
    
    # BEGIN s2Member GZIP exclusions
    <IfModule rewrite_module>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{QUERY_STRING} (^|\?|&)s2member_file_download\=.+ [OR]
    RewriteCond %{QUERY_STRING} (^|\?|&)no-gzip\=1
    RewriteRule .* - [E=no-gzip:1]
    </IfModule>
    # END s2Member GZIP exclusions
    
    <IfModule mod_deflate.c>
    # compress text, html, javascript, css, xml:
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
    AddOutputFilterByType DEFLATE application/x-httpd-php
    AddOutputFilterByType DEFLATE application/x-httpd-fastphp
    AddOutputFilterByType DEFLATE image/svg+xml
    AddType x-font/otf .otf
    AddType x-font/ttf .ttf
    AddType x-font/eot .eot
    AddType x-font/woff .woff
    AddType image/x-icon .ico
    AddType image/png .png
    
    # Drop problematic browsers
    BrowserMatch ^Mozilla/4 gzip-only-text/html
    BrowserMatch ^Mozilla/4\.0[678] no-gzip
    BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
    
    # Make sure proxies don't deliver the wrong content
    Header append Vary User-Agent env=!dont-vary
    </IfModule>
    
    Header unset Pragma
    FileETag None
    Header unset ETag
    
    ## EXPIRES CACHING ##
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/jpg "access 1 week"
    ExpiresByType image/jpeg "access 1 week"
    ExpiresByType image/gif "access 1 week"
    ExpiresByType image/png "access 1 week"
    ExpiresByType text/css "access 1 week"
    ExpiresByType application/x-javascript "access 1 week"
    ExpiresByType text/x-javascript "access 1 week"
    ExpiresByType application/javascript "access 1 year"
    ExpiresByType text/javascript "access 1 week"
    
    </IfModule>
    ## EXPIRES CACHING ##
    
    Redirect 301 /what-is-sports-arbitrage/ https://www.arbitrageguides.com/sports-arbitrage/
    
    ## REDIRECT BOOKMAkERS##
    
    Redirect 301 /oddstorm/ https://www.oddstorm.com/surebet/?a_aid=arbitrageguides
    Redirect 301 /oddstorm-sportsarbitrage/ https://www.oddstorm.com/surebet/?a_aid=arbitrageguides&chan=sportsarbitrage
    Redirect 301 /oddstorm-logo/ https://www.oddstorm.com/surebet/?a_aid=arbitrageguides&chan=logo
    Redirect 301 /oddstorm-forum/ https://www.oddstorm.com/surebet/?a_aid=arbitrageguides&chan=forum
    Redirect 301 /oddstorm-units/ https://www.oddstorm.com/surebet/?a_aid=arbitrageguides&chan=units
    
    Redirect 301 /10bet/ https://partners.10bet.com/processing/clickthrgh.asp?btag=a_39441b_317&aid=
    Redirect 301 /12bet/ https://www.12bet.com/
    Redirect 301 /188bet/ https://wl188Bet.adsrv.eacdn.com/C.ashx?btag=a_6398b_62c_&affid=4064&siteid=6398&adid=62&c=
    Redirect 301 /1xbet/ https://1xspoort.com/?btag=x_5388y_711c_&affid=4659&siteid=5388&adid=711&=
    Redirect 301 /5dimes/ https://affiliates.5dimes.com/tracking/Affiliate.asp?AffID=AF0006173&mediaTypeID=220&AffUrlID=7374
    Redirect 301 /admiralbet/ https://www.admiralbet.com
    Redirect 301 /bet365/ https://www.bet365.com/
    Redirect 301 /bet8/ https://www.bet8.gr/
    Redirect 301 /betathome/ https://affiliates.bet-at-home.com/processing/clickthrgh.asp?btag=a_84953b_33578&aid=
    Redirect 301 /betclic/ https://en.betclic.com
    Redirect 301 /betcris/ https://www.betcris.com/
    Redirect 301 /betfair/ https://ads.betfair.com/redirect.aspx?pid=2506797&bid=8799
    Redirect 301 /betfred/ https://www.betfred.com/
    Redirect 301 /betgun/ https://www.betgun.com/en/index.php?ref_id=52639
    Redirect 301 /betin/ https://www.betin.com
    Redirect 301 /betonline/ https://partners.commission.bz/processing/clickthrgh.asp?btag=a_40538b_1322
    Redirect 301 /betsafe/ https://www.betsafe.com
    Redirect 301 /betsson/ https://www.betsson.com
    Redirect 301 /betvictor/ https://www.betvictor.com/
    Redirect 301 /boylesports/ https://www.boylesports.com/
    Redirect 301 /bwin/ https://sports.bwin.com/en/sports?wm=4474986&zoneId=1713598
    Redirect 301 /cashpoint/ https://www.cashpoint.com
    Redirect 301 /centrebet/ https://centrebet.com/
    Redirect 301 /championsbet/ https://www.championsbet.net/
    Redirect 301 /coral/ https://www.coral.co.uk/
    Redirect 301 /dafabet/ https://sportsbook.dafabet.com/
    Redirect 301 /digibet/ https://www.digibet.com
    Redirect 301 /doxxbet/ https://www.doxxbet.com/
    Redirect 301 /eurofootball/ https://www.eurofootball.bg/
    Redirect 301 /fonbet/ https://www.fonbet.com/
    Redirect 301 /intertops/ https://sports.intertops.eu/
    Redirect 301 /interwetten/ https://www.interwetten.com/
    Redirect 301 /ladbrokes/ https://online.ladbrokes.com/promoRedirect?key=ej0xMzkzNDg5OSZsPTE2ODI0ODk1JnA9NjkwNTQ0
    Redirect 301 /marathonbet/ https://www.marathonbet.com
    Redirect 301 /matchbook/ https://affiliate.matchbook.com/processing/clickthrgh.asp?btag=a_2217b_433&aid=
    Redirect 301 /nikesk/ https://www.nike.sk
    Redirect 301 /novibet/ https://www.novibet.com/
    Redirect 301 /noxwin/ https://tracker-pm2.noxaffiliates.com/link?btag=342982_11798
    Redirect 301 /paddypower/ https://www.paddypower.com/
    Redirect 301 /pinnacle/ https://wlpinnacle.adsrv.eacdn.com/C.ashx?btag=a_14840b_14968c_&affid=15291&siteid=14840&adid=14968&c=
    Redirect 301 /sbobet/ https://www.sbobet.com/
    Redirect 301 /smarkets/ https://smarkets.com
    Redirect 301 /sportingbet/ https://www.sportingbet.com/
    Redirect 301 /sportsbet/ https://www.sportsbet.com.au/
    Redirect 301 /stanjames/ https://www.stanjames.com/
    Redirect 301 /stoiximan/ https://www.stoiximan.com/
    Redirect 301 /svenskaspel/ https://www.svenskaspel.se/
    Redirect 301 /tempobet/ https://tempobet.org/
    Redirect 301 /thebetarena/ https://www.thebetarena.com/
    Redirect 301 /thegreek/ https://www.thegreek.com/
    Redirect 301 /tipico/ https://www.tipico.com
    Redirect 301 /titanbet/ https://online.titanbet.com/promoRedirect?key=ej0yMTk1MjQ0NjkzJmw9MjE5NTI0NDIyMiZwPTEwNTE0MTA%3D==
    Redirect 301 /tonybet/ https://tonybet.com/
    Redirect 301 /trbet/ https://www.trbet33.com
    Redirect 301 /unibet/ https://www.unibet.co.uk
    Redirect 301 /williamhill/ https://ads2.williamhill.com/redirect.aspx?pid=191299400&bid=1487413507&lpid=13510190
    
    Redirect 301 /course-curriculum/ https://www.arbitrageguides.com/course/complete-arbitrage-guides/?action=curriculum
    Redirect 301 /cyberghost/ https://store.cyberghostvpn.com/848/cookie?affiliate=40364&redirectto=http%3A%2F%2Fwww.cyberghostvpn.com%2Fen%3F%23buy&redirecthash=477615BAEF0478F934DBA05A95EE789A
    
    Redirect 301 /purchase-complete-course/ https://www.arbitrageguides.com/shop/complete-sports-arbitrage-guides/?redirect
    
    Redirect 301 /bg/arbitrage-guides-surebets-training-courses/ https://www.arbitrageguides.com/bg/
    
    # BEGIN W3TC Browser Cache
    <IfModule mod_mime.c>
        AddType text/css .css
        AddType text/x-component .htc
        AddType application/x-javascript .js
        AddType application/javascript .js2
        AddType text/javascript .js3
        AddType text/x-js .js4
        AddType text/html .html .htm
        AddType text/richtext .rtf .rtx
        AddType image/svg+xml .svg
        AddType text/plain .txt
        AddType text/xsd .xsd
        AddType text/xsl .xsl
        AddType text/xml .xml
        AddType video/asf .asf .asx .wax .wmv .wmx
        AddType video/avi .avi
        AddType image/bmp .bmp
        AddType application/java .class
        AddType video/divx .divx
        AddType application/msword .doc .docx
        AddType application/vnd.ms-fontobject .eot
        AddType application/x-msdownload .exe
        AddType image/gif .gif
        AddType application/x-gzip .gz .gzip
        AddType image/x-icon .ico
        AddType image/jpeg .jpg .jpeg .jpe
        AddType image/webp .webp
        AddType application/json .json
        AddType application/vnd.ms-access .mdb
        AddType audio/midi .mid .midi
        AddType video/quicktime .mov .qt
        AddType audio/mpeg .mp3 .m4a
        AddType video/mp4 .mp4 .m4v
        AddType video/mpeg .mpeg .mpg .mpe
        AddType application/vnd.ms-project .mpp
        AddType application/x-font-otf .otf
        AddType application/vnd.ms-opentype ._otf
        AddType application/vnd.oasis.opendocument.database .odb
        AddType application/vnd.oasis.opendocument.chart .odc
        AddType application/vnd.oasis.opendocument.formula .odf
        AddType application/vnd.oasis.opendocument.graphics .odg
        AddType application/vnd.oasis.opendocument.presentation .odp
        AddType application/vnd.oasis.opendocument.spreadsheet .ods
        AddType application/vnd.oasis.opendocument.text .odt
        AddType audio/ogg .ogg
        AddType application/pdf .pdf
        AddType image/png .png
        AddType application/vnd.ms-powerpoint .pot .pps .ppt .pptx
        AddType audio/x-realaudio .ra .ram
        AddType image/svg+xml .svg .svgz
        AddType application/x-shockwave-flash .swf
        AddType application/x-tar .tar
        AddType image/tiff .tif .tiff
        AddType application/x-font-ttf .ttf .ttc
        AddType application/vnd.ms-opentype ._ttf
        AddType audio/wav .wav
        AddType audio/wma .wma
        AddType application/vnd.ms-write .wri
        AddType application/font-woff .woff
        AddType application/font-woff2 .woff2
        AddType application/vnd.ms-excel .xla .xls .xlsx .xlt .xlw
        AddType application/zip .zip
    </IfModule>
    <IfModule mod_expires.c>
        ExpiresActive On
        ExpiresByType text/css A31536000
        ExpiresByType text/x-component A31536000
        ExpiresByType application/x-javascript A31536000
        ExpiresByType application/javascript A31536000
        ExpiresByType text/javascript A31536000
        ExpiresByType text/x-js A31536000
        ExpiresByType text/html A3600
        ExpiresByType text/richtext A3600
        ExpiresByType image/svg+xml A3600
        ExpiresByType text/plain A3600
        ExpiresByType text/xsd A3600
        ExpiresByType text/xsl A3600
        ExpiresByType text/xml A3600
        ExpiresByType video/asf A31536000
        ExpiresByType video/avi A31536000
        ExpiresByType image/bmp A31536000
        ExpiresByType application/java A31536000
        ExpiresByType video/divx A31536000
        ExpiresByType application/msword A31536000
        ExpiresByType application/vnd.ms-fontobject A31536000
        ExpiresByType application/x-msdownload A31536000
        ExpiresByType image/gif A31536000
        ExpiresByType application/x-gzip A31536000
        ExpiresByType image/x-icon A31536000
        ExpiresByType image/jpeg A31536000
        ExpiresByType image/webp A31536000
        ExpiresByType application/json A31536000
        ExpiresByType application/vnd.ms-access A31536000
        ExpiresByType audio/midi A31536000
        ExpiresByType video/quicktime A31536000
        ExpiresByType audio/mpeg A31536000
        ExpiresByType video/mp4 A31536000
        ExpiresByType video/mpeg A31536000
        ExpiresByType application/vnd.ms-project A31536000
        ExpiresByType application/x-font-otf A31536000
        ExpiresByType application/vnd.ms-opentype A31536000
        ExpiresByType application/vnd.oasis.opendocument.database A31536000
        ExpiresByType application/vnd.oasis.opendocument.chart A31536000
        ExpiresByType application/vnd.oasis.opendocument.formula A31536000
        ExpiresByType application/vnd.oasis.opendocument.graphics A31536000
        ExpiresByType application/vnd.oasis.opendocument.presentation A31536000
        ExpiresByType application/vnd.oasis.opendocument.spreadsheet A31536000
        ExpiresByType application/vnd.oasis.opendocument.text A31536000
        ExpiresByType audio/ogg A31536000
        ExpiresByType application/pdf A31536000
        ExpiresByType image/png A31536000
        ExpiresByType application/vnd.ms-powerpoint A31536000
        ExpiresByType audio/x-realaudio A31536000
        ExpiresByType image/svg+xml A31536000
        ExpiresByType application/x-shockwave-flash A31536000
        ExpiresByType application/x-tar A31536000
        ExpiresByType image/tiff A31536000
        ExpiresByType application/x-font-ttf A31536000
        ExpiresByType application/vnd.ms-opentype A31536000
        ExpiresByType audio/wav A31536000
        ExpiresByType audio/wma A31536000
        ExpiresByType application/vnd.ms-write A31536000
        ExpiresByType application/font-woff A31536000
        ExpiresByType application/font-woff2 A31536000
        ExpiresByType application/vnd.ms-excel A31536000
        ExpiresByType application/zip A31536000
    </IfModule>
    <IfModule mod_deflate.c>
        <IfModule mod_setenvif.c>
            BrowserMatch ^Mozilla/4 gzip-only-text/html
            BrowserMatch ^Mozilla/4\.0[678] no-gzip
            BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
            BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
        </IfModule>
            AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/bmp application/java application/msword application/vnd.ms-fontobject application/x-msdownload image/x-icon image/webp application/json application/vnd.ms-access application/vnd.ms-project application/x-font-otf application/vnd.ms-opentype application/vnd.oasis.opendocument.database application/vnd.oasis.opendocument.chart application/vnd.oasis.opendocument.formula application/vnd.oasis.opendocument.graphics application/vnd.oasis.opendocument.presentation application/vnd.oasis.opendocument.spreadsheet application/vnd.oasis.opendocument.text audio/ogg application/pdf application/vnd.ms-powerpoint image/svg+xml application/x-shockwave-flash image/tiff application/x-font-ttf application/vnd.ms-opentype audio/wav application/vnd.ms-write application/font-woff application/font-woff2 application/vnd.ms-excel
        <IfModule mod_mime.c>
            # DEFLATE by extension
            AddOutputFilter DEFLATE js css htm html xml
        </IfModule>
    </IfModule>
    <FilesMatch "\.(css|htc|less|js|js2|js3|js4|CSS|HTC|LESS|JS|JS2|JS3|JS4)$">
        FileETag MTime Size
        <IfModule mod_headers.c>
            Header set Pragma "public"
            Header append Cache-Control "public"
             Header set X-Powered-By "W3 Total Cache/0.9.5.2"
        </IfModule>
    </FilesMatch>
    <FilesMatch "\.(html|htm|rtf|rtx|svg|txt|xsd|xsl|xml|HTML|HTM|RTF|RTX|SVG|TXT|XSD|XSL|XML)$">
        FileETag MTime Size
        <IfModule mod_headers.c>
            Header append Vary User-Agent env=!dont-vary
            Header set Pragma "public"
            Header append Cache-Control "public"
             Header set X-Powered-By "W3 Total Cache/0.9.5.2"
        </IfModule>
    </FilesMatch>
    <FilesMatch "\.(asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|webp|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|otf|_otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|_ttf|wav|wma|wri|woff|woff2|xla|xls|xlsx|xlt|xlw|zip|ASF|ASX|WAX|WMV|WMX|AVI|BMP|CLASS|DIVX|DOC|DOCX|EOT|EXE|GIF|GZ|GZIP|ICO|JPG|JPEG|JPE|WEBP|JSON|MDB|MID|MIDI|MOV|QT|MP3|M4A|MP4|M4V|MPEG|MPG|MPE|MPP|OTF|_OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|PNG|POT|PPS|PPT|PPTX|RA|RAM|SVG|SVGZ|SWF|TAR|TIF|TIFF|TTF|TTC|_TTF|WAV|WMA|WRI|WOFF|WOFF2|XLA|XLS|XLSX|XLT|XLW|ZIP)$">
        FileETag MTime Size
        <IfModule mod_headers.c>
            Header set Pragma "public"
            Header append Cache-Control "public"
             Header set X-Powered-By "W3 Total Cache/0.9.5.2"
        </IfModule>
    </FilesMatch>
    <FilesMatch "\.(bmp|class|doc|docx|eot|exe|ico|webp|json|mdb|mpp|otf|_otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|pot|pps|ppt|pptx|svg|svgz|swf|tif|tiff|ttf|ttc|_ttf|wav|wri|woff|woff2|xla|xls|xlsx|xlt|xlw|BMP|CLASS|DOC|DOCX|EOT|EXE|ICO|WEBP|JSON|MDB|MPP|OTF|_OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|POT|PPS|PPT|PPTX|SVG|SVGZ|SWF|TIF|TIFF|TTF|TTC|_TTF|WAV|WRI|WOFF|WOFF2|XLA|XLS|XLSX|XLT|XLW)$">
        FileETag None
        <IfModule mod_headers.c>
             Header unset ETag
             Header unset Last-Modified
        </IfModule>
    </FilesMatch>
    # END W3TC Browser Cache
    # BEGIN W3TC Page Cache core
    <IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteBase /
        RewriteRule ^(.*\/)?w3tc_rewrite_test([0-9]+)/?$ $1?w3tc_rewrite_test=1 [L]
        RewriteCond %{HTTP:Accept-Encoding} gzip
        RewriteRule .* - [E=W3TC_ENC:_gzip]
        RewriteCond %{HTTP_COOKIE} w3tc_preview [NC]
        RewriteRule .* - [E=W3TC_PREVIEW:_preview]
        RewriteCond %{REQUEST_METHOD} !=POST
        RewriteCond %{QUERY_STRING} =""
        RewriteCond %{REQUEST_URI} \/$
        RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|w3tc_logged_out|wordpress_logged_in|wptouch_switch_toggle) [NC]
        RewriteCond %{HTTP_USER_AGENT} !(W3\ Total\ Cache) [NC]
        RewriteCond "%{DOCUMENT_ROOT}/wp-content/cache/page_enhanced/%{HTTP_HOST
    Thread Starter iliyan

    (@iliyan)

    I don’t use Varnish.
    My host is superhosting.

    Here are login details to check:

    [moderator note – please do not post login details]

    I sent you all the settings in screenshots in my first post.

    Thank you!

    • This reply was modified 7 years, 10 months ago by stephencottontail. Reason: removed login details
    Thread Starter iliyan

    (@iliyan)

    Thanks for the support. It makes sense but it doesn’t work or I am doing something wrong: https://prntscr.com/e1cb21 Check what I have set to reject but it still not working.

    • This reply was modified 7 years, 10 months ago by iliyan.

    I am having the same problem. Please help!

    Thread Starter iliyan

    (@iliyan)

    Thank you! The problem is solved. I just have to add the shortcodes into “Mail”

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