Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)
  • Thread Starter molliejtk

    (@molliejtk)

    I see… Thank you so very much for taking sometime to support on this!
    I’ll try finding anyone working on this. Thank a lot.

    Thread Starter molliejtk

    (@molliejtk)

    Thank you for your reply.

    The breadcrumbs on top would definitely be helpful, but could we also set any custom code or function to add something like — a button for returning back to only prior-level of that product category as well?

    Thread Starter molliejtk

    (@molliejtk)

    Thank you !!!!
    I’m looking forward to seeing any related solutions !

    Thread Starter molliejtk

    (@molliejtk)

    Oh I see …

    Is the feature gonna be available in the near future updates? or is there any ways we could do on backend code to solving this?

    Thread Starter molliejtk

    (@molliejtk)

    Thank for your reply !!

    I’ve tried that but then the homepage is not directed to https:// anymore…
    Plus, it broken some of my theme & plugin applied like Slider Revolution banner disappeared ,also the font style and FontAwesome have gone.

    As in picture here : https://prntscr.com/hq4v9z

    Do you have any suggestion on solving this ??

    Thread Starter molliejtk

    (@molliejtk)

    My .htaccess Look like below when plugin activated …

    # BEGIN WpFastestCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP_HOST} ^triodecor.com
    RewriteRule ^(.*)$ http\:\/\/www\.triodecor\.com\/$1 [R=301,L]
    # Start WPFC Exclude
    # End WPFC Exclude
    # Start_WPFC_Exclude_Admin_Cookie
    RewriteCond %{HTTP:Cookie} !wordpress_logged_in_[^\=]+\=TrioDecor|TrioDecor_admin|TrioDecor_aon
    # End_WPFC_Exclude_Admin_Cookie
    RewriteCond %{HTTP_HOST} ^www.triodecor.com
    RewriteCond %{HTTP_USER_AGENT} !(facebookexternalhit|WhatsApp|Mediatoolkitbot)
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{HTTPS} !=on
    RewriteCond %{REQUEST_URI} !(\/){2}$
    RewriteCond %{REQUEST_URI} \/$
    RewriteCond %{QUERY_STRING} !.+
    RewriteCond %{HTTP:Cookie} !comment_author_
    RewriteCond %{HTTP:Cookie} !wp_woocommerce_session
    RewriteCond %{HTTP:Cookie} !safirmobilswitcher=mobil
    RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/all/$1/index.html -f [or]
    RewriteCond /home/triodeco/domains/triodecor.com/public_html/wp-content/cache/all/$1/index.html -f
    RewriteRule ^(.*) “/wp-content/cache/all/$1/index.html” [L]
    </IfModule>
    <FilesMatch “index\.(html|htm)$”>
    AddDefaultCharset UTF-8
    <ifModule mod_headers.c>
    FileETag None
    Header unset ETag
    Header set Cache-Control “max-age=0, no-cache, no-store, must-revalidate”
    Header set Pragma “no-cache”
    Header set Expires “Mon, 29 Oct 1923 20:30:00 GMT”
    </ifModule>
    </FilesMatch>
    # END WpFastestCache
    # BEGIN GzipWpFastestCache
    <IfModule mod_deflate.c>
    AddType x-font/woff .woff
    AddType x-font/ttf .ttf
    AddOutputFilterByType DEFLATE image/svg+xml
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE text/javascript
    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-font-ttf
    AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
    AddOutputFilterByType DEFLATE font/opentype font/ttf font/eot font/otf
    </IfModule>
    # END GzipWpFastestCache
    # BEGIN LBCWpFastestCache
    <FilesMatch “\.(ico|pdf|flv|jpg|jpeg|png|gif|webp|js|css|swf|x-html|css|xml|js|woff|woff2|ttf|svg|eot)(\.gz)?$”>
    <IfModule mod_expires.c>
    AddType application/font-woff2 .woff2
    ExpiresActive On
    ExpiresDefault A0
    ExpiresByType image/webp A2592000
    ExpiresByType image/gif A2592000
    ExpiresByType image/png A2592000
    ExpiresByType image/jpg A2592000
    ExpiresByType image/jpeg A2592000
    ExpiresByType image/ico A2592000
    ExpiresByType image/svg+xml A2592000
    ExpiresByType text/css A2592000
    ExpiresByType text/javascript A2592000
    ExpiresByType application/javascript A2592000
    ExpiresByType application/x-javascript A2592000
    ExpiresByType application/font-woff2 A2592000
    </IfModule>
    <IfModule mod_headers.c>
    Header set Expires “max-age=2592000, public”
    Header unset ETag
    Header set Connection keep-alive
    FileETag None
    </IfModule>
    </FilesMatch>
    # END LBCWpFastestCache

    php_flag opcache.enable Off

    # BEGIN Force http to https
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
    # END Force http to https

    php_value memory_limit 256M
    php_value max_execution_time 450
    php_value post_max_size 32M
    php_value upload_max_filesize 32M

    # BEGIN WPSuperCache
    # END WPSuperCache
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Thread Starter molliejtk

    (@molliejtk)

    Thank you so much for your kindly help !

    Thread Starter molliejtk

    (@molliejtk)

    Hello,

    Thank you a lot ! it does work but could we set it not to function only on the quickview since it slower loading time quite significantly to load the content and get display : none from CSS.

    Thank you a lot !

    Thread Starter molliejtk

    (@molliejtk)

    Hello,

    Thank you so much for yr reply ! I’ve tried the CSS thing, it does work as a good looking layout, But could I set it not to show on Quickview? It seems a bit confused displaying Related Product on the popup.

    Thank you a lot !!! appreciated yr help!

    Thread Starter molliejtk

    (@molliejtk)

    Hello,

    Thank you for getting back, I’d activated the plugin and put the according code to function.php but that did not work so I’ve deactivated the plugin already.
    Not sure whether I did it right, but if you’d like me to activate the plugin column again please tell I’d definitely got that.

    I am looking forward to yr reply, Thank you a lot !!!

    Hello,

    Do you have in-detail step solution for this ? I’d like to set Related Product for 4 column just like here, but following the link you recommended I could not make any changes for my site. I’m not sure whether I did it wrongly.

    Appreciate your sharing and great plugin , looking forward to hearing from you.

    Thread Starter molliejtk

    (@molliejtk)

    Thank you so much for your kindly support!
    I am looking forward to your next updated version and thanks for developed such a great plugin !!!

    Thread Starter molliejtk

    (@molliejtk)

    Hello,

    Thank you so much for suggestion ! It’s not shown the error message now.
    But can I ask for one more thing? is there any setting to let it show on specific area?
    Like when I tried activating it , on mobile layout it appear at the last bottom on page I’d just like it somewhere above before that. Do you have any suggestion on this ??

    Thank you so much ! I’m appreciated for your help !

    Thread Starter molliejtk

    (@molliejtk)

    Hello,

    I’d still like to have your assistant, thank you for getting back !
    How could I solve the issue or what’s the info I have to provide, appreciate for your support

    Thank you in advance,
    Best Regard

    Thread Starter molliejtk

    (@molliejtk)

    Hi there,

    Edited problem issue : actually they are appear on page only when we are logging into the account, otherwise they are not there. How could I do some setting for this ?

    Thank you in advance for yr support !

Viewing 15 replies - 1 through 15 (of 20 total)