Forum Replies Created

Viewing 15 replies - 1 through 15 (of 92 total)
  • Thread Starter betumayo

    (@betumayo)

    thank you i tried that but didnt work for me.
    i have no idea how to fix all my cache problems and cloudflare configuration since i am not a developer this has exceed my poor knowledge. i have no idea what are page rules either or how to fix them or why cloudflare dont cach all my site or this headers thing max age i fell like every thing i do i mess things. i feel so frustrated maby i should get a developer expert to have a look if you can recommend someone to pay and fix all the mess

    i still get this:

    Date: Fri, 30 Apr 2021 05:26:52 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: keep-alive
    Set-Cookie: __cfduid=d44532f144daa4e2b488a64264860eca41619760412; expires=Sun, 30-May-21 05:26:52 GMT; path=/; domain=.ponponi.co.il; HttpOnly; SameSite=Lax
    CF-Ray: 647e5b90ad6e07a6-LHR
    Cache-Control: max-age=0, public
    Expires: Fri, 30 Apr 2021 05:26:52 GMT
    Vary: Accept-Encoding
    CF-Cache-Status: DYNAMIC
    cf-request-id: 09c2d78e6c000007a6389d7000000001
    Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
    Host-Header: 6b7412fb82ca5edfd0917e3957f05d89
    SG-Optimizer-Worker-Status: miss
    X-Httpd: 1
    X-Powered-By: WP Rocket/3.8.8
    X-Proxy-Cache: MISS
    X-Proxy-Cache-Info: 0 NC:000000 UP:SKIP_CACHE_MAX_AGE_ZERO
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report?s=HD3bpsbPWCbcM6sAh27%2FYZil2984BetG%2FRTpz01%2BQ5ou%2BdMYOnPWCeZo5RbMWppOF8NoFURKHQct%2Bb0cvpxgpJ7x%2BeN8QToimJeTZ84YfysDmQ%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"max_age":604800,"report_to":"cf-nel"}
    Server: cloudflare
    alt-svc: h3-27=":443"; ma=86400, h3-28=":443"; ma=86400, h3-29=":443"; ma=86400
    Thread Starter betumayo

    (@betumayo)

    – Hi thank for your answere i will paste down here my htaccess i dont really know how to read it do you see nay line i can change manually?
    also when tryin to test if the url is cached in the SG optimizer section test it ives me “The URL is not cached”

    – i added the wp rocket after i saw that sg optimizer and cloudflare where not givinf me muhc speed after adding wp rocket it helped pushing the speed. but stll feeling its not enough

    – <<When using our Cloudflare Full Page Caching when reaching the limit, the requests will just be sent to the origin server.>> about this if i have paid for the workers to reach no limit then why anywahy half of the request are from origin?

    HTACCESS

    # BEGIN WP Rocket v3.8.8
    # Use UTF-8 encoding for anything served text/plain or text/html
    AddDefaultCharset UTF-8
    # Force UTF-8 for a number of file formats
    <IfModule mod_mime.c>
    AddCharset UTF-8 .atom .css .js .json .rss .vtt .xml
    </IfModule>
    
    # FileETag None is not enough for every server.
    <IfModule mod_headers.c>
    Header unset ETag
    </IfModule>
    
    # Since we’re sending far-future expires, we don’t need ETags for static content.
    # developer.yahoo.com/performance/rules.html#etags
    FileETag None
    
    <IfModule mod_alias.c>
    <FilesMatch "\.(html|htm|rtf|rtx|txt|xsd|xsl|xml)$">
    <IfModule mod_headers.c>
    Header set X-Powered-By "WP Rocket/3.8.8"
    Header unset Pragma
    Header append Cache-Control "public"
    Header unset Last-Modified
    </IfModule>
    </FilesMatch>
    
    <FilesMatch "\.(css|htc|js|asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|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|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip)$">
    <IfModule mod_headers.c>
    Header unset Pragma
    Header append Cache-Control "public"
    </IfModule>
    </FilesMatch>
    </IfModule>
    
    # Expires headers (for better cache control)
    <IfModule mod_expires.c>
    	ExpiresActive on
    	ExpiresDefault                              "access plus 1 month"
    	# cache.appcache needs re-requests in FF 3.6 (thanks Remy ~Introducing HTML5)
    	ExpiresByType text/cache-manifest           "access plus 0 seconds"
    	# Your document html
    	ExpiresByType text/html                     "access plus 0 seconds"
    	# Data
    	ExpiresByType text/xml                      "access plus 0 seconds"
    	ExpiresByType application/xml               "access plus 0 seconds"
    	ExpiresByType application/json              "access plus 0 seconds"
    	# Feed
    	ExpiresByType application/rss+xml           "access plus 1 hour"
    	ExpiresByType application/atom+xml          "access plus 1 hour"
    	# Favicon (cannot be renamed)
    	ExpiresByType image/x-icon                  "access plus 1 week"
    	# Media: images, video, audio
    	ExpiresByType image/gif                     "access plus 4 months"
    	ExpiresByType image/png                     "access plus 4 months"
    	ExpiresByType image/jpeg                    "access plus 4 months"
    	ExpiresByType image/webp                    "access plus 4 months"
    	ExpiresByType video/ogg                     "access plus 4 months"
    	ExpiresByType audio/ogg                     "access plus 4 months"
    	ExpiresByType video/mp4                     "access plus 4 months"
    	ExpiresByType video/webm                    "access plus 4 months"
    	# HTC files  (css3pie)
    	ExpiresByType text/x-component              "access plus 1 month"
    	# Webfonts
    	ExpiresByType font/ttf                      "access plus 4 months"
    	ExpiresByType font/otf                      "access plus 4 months"
    	ExpiresByType font/woff                     "access plus 4 months"
    	ExpiresByType font/woff2                    "access plus 4 months"
    	ExpiresByType image/svg+xml                 "access plus 1 month"
    	ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
    	# CSS and JavaScript
    	ExpiresByType text/css                      "access plus 1 year"
    	ExpiresByType application/javascript        "access plus 1 year"
    </IfModule>
    # Gzip compression
    <IfModule mod_deflate.c>
    # Active compression
    SetOutputFilter DEFLATE
    # Force deflate for mangled headers
    <IfModule mod_setenvif.c>
    <IfModule mod_headers.c>
    SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding
    RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding
    # Don’t compress images and other uncompressible content
    SetEnvIfNoCase Request_URI \
    \.(?:gif|jpe?g|png|rar|zip|exe|flv|mov|wma|mp3|avi|swf|mp?g|mp4|webm|webp|pdf)$ no-gzip dont-vary
    </IfModule>
    </IfModule>
    
    # Compress all output labeled with one of the following MIME-types
    <IfModule mod_filter.c>
    AddOutputFilterByType DEFLATE application/atom+xml \
    		                          application/javascript \
    		                          application/json \
    		                          application/rss+xml \
    		                          application/vnd.ms-fontobject \
    		                          application/x-font-ttf \
    		                          application/xhtml+xml \
    		                          application/xml \
    		                          font/opentype \
    		                          image/svg+xml \
    		                          image/x-icon \
    		                          text/css \
    		                          text/html \
    		                          text/plain \
    		                          text/x-component \
    		                          text/xml
    </IfModule>
    <IfModule mod_headers.c>
    Header append Vary: Accept-Encoding
    </IfModule>
    </IfModule>
    
    <IfModule mod_mime.c>
    AddType text/html .html_gzip
    AddEncoding gzip .html_gzip
    </IfModule>
    <IfModule mod_setenvif.c>
    SetEnvIfNoCase Request_URI \.html_gzip$ no-gzip
    </IfModule>
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTPS} on [OR]
    RewriteCond %{SERVER_PORT} ^443$ [OR]
    RewriteCond %{HTTP:X-Forwarded-Proto} https
    RewriteRule .* - [E=WPR_SSL:-https]
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteRule .* - [E=WPR_ENC:_gzip]
    RewriteCond %{REQUEST_METHOD} GET
    RewriteCond %{QUERY_STRING} =""
    RewriteCond %{HTTP:Cookie} !(wordpress_logged_in_.+|wp-postpass_|wptouch_switch_toggle|comment_author_|comment_author_email_) [NC]
    RewriteCond %{REQUEST_URI} !^(/(.+/)?feed/?.+/?|/(?:.+/)?embed/|/checkout/(.*)|/cart/|/my-account-2/(.*)|/wc-api/v(.*)|/(index\.php/)?wp\-json(/.*|$))$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !^(facebookexternalhit).* [NC]
    RewriteCond "%{DOCUMENT_ROOT}/wp-content/cache/wp-rocket/%{HTTP_HOST}%{REQUEST_URI}/index%{ENV:WPR_SSL}%{ENV:WPR_WEBP}.html%{ENV:WPR_ENC}" -f
    RewriteRule .* "/wp-content/cache/wp-rocket/%{HTTP_HOST}%{REQUEST_URI}/index%{ENV:WPR_SSL}%{ENV:WPR_WEBP}.html%{ENV:WPR_ENC}" [L]
    </IfModule>
    # END WP Rocket
    
    SetEnv PHPRC /home/customer/www/ponponi.co.il/public_html/php.ini
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]]
    
    # BEGIN WordPress
    # ??????? (?????) ??? "BEGIN WordPress" ???? "END WordPress" ??
    # ???? ????? ?????, ??? ????? ???? ?? ??????? ??????? ?? ???????.
    # ?? ????? ??????? ??? ?????? ??? ????.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    #SetEnv MAGICK_THREAD_LIMIT 1.
    
    ## ENABLE GZIP COMPRESSION ##
    
    ## ENABLE GZIP COMPRESSION ##
    
    ## LEVERAGE BROWSER CACHING ##
    
    ## LEVERAGE BROWSER CACHING ##
    AddHandler application/x-httpd-php72 .php .php5 .php4 .php3
    
    # SGO Unset Vary
      Header unset Vary
    # SGO Unset Vary END
    • This reply was modified 3 years, 11 months ago by betumayo.
    Thread Starter betumayo

    (@betumayo)

    the thing is after trying in a staging copy my site load much much faste with wp rocket than only SG optimizer. like all the minifications doing in wp rocket JS defere
    and leaving only image ptimization in Sg optmmizer seems to make my site faster!i

    hi @jetxpert i am using the SG optimizer and the cloudfare full page caching option. and upgraded the workers to let it work without reaching the limits.
    i still want to make my site faster spetially product pages have not experience a faster loading. do you think using WP rocket is a good idea?
    what kind of setting do i need for WP rocket when using CF full page caching and sg optimize so they dont overlap with wprocket

    you mean you donloaded the cloudfare plgin to your wordpress and purchased the Automatic Platform Optimization for WordPress in cloudfare right?

    SG Optimizer plugin admin, I activated cloudflare there.>> eith this you mean gouing to the last tab and enabling “Cloudflare Full Page Caching” ?

    hi i am experiencing some caching problems too! also using SG optimizer and Cloudfare at same time and my site is loading very very slow! i am pretty sure i a having caching problems but i can’t find help i tried with cloudfare support i will try here. i think there might be a conflict.
    i have made a staging copy of my site the only difference between the staging copy and the live site is that cloudfare is not activated in the subdomain staging copy and suddenly the staging coppy is loading much better than the live site.
    please help me solve this. i dont want to deactivate cloudfare since DNS spreading and time down of the site but i must have some conflict and i need someone who understands to have a look.
    mi live site is: https://ponponi.co.il
    my staging copy: https://www.staging2.ponponi.co.il/
    i see this problem specialy in chrome in android devices if you have never enter the site or you clear browser cache you will se how bad it loads
    i hope somone can help me solve this issue

    Thread Starter betumayo

    (@betumayo)

    i have tryed disabling the plugin just to check but i still see the all the Js google tags loading why is that?
    https://www.ponponi.co.il

    Thread Starter betumayo

    (@betumayo)

    hi i uploaded 2 images one with the black background behind the text an one with the real live view
    [url=https://postimg.cc/06Kss0Hn][img]https://i.postimg.cc/06Kss0Hn/Captura-de-pantalla-2019-04-27-a-la-s-0-36-55.png[/img][/url]

    [url=https://postimg.cc/KkXyv362][img]https://i.postimg.cc/KkXyv362/Captura-de-pantalla-2019-04-27-a-la-s-0-37-08.png[/img][/url]

    Also text color is not applying in real view. and i cant use the title option properly as well….i think something might be interferieng but how can i discover what exactly?

    this is my site link https://www.ponponi.co.il

    i would really like to use elementor but cant seem to make it work fine hoope someone can help me find out where is the problem

    Thread Starter betumayo

    (@betumayo)

    i have solved it out looking in google sorry ?? you can delete this question

    Thread Starter betumayo

    (@betumayo)

    i dont see a “product feed” tab in my dashboard side bar…i think something is missing

    Thread Starter betumayo

    (@betumayo)

    i dont know where to find feed url or parameters or where to add these or what id is each category. i just downloaded the plugin and setted the feed fileds to enable. then the feed was automatically generated. please guide me…
    i saw this in the documentation but have no idea how to do that:


    Creating a feed for specific categories
    You can generate a feed for a specific category, or specific categories by adding the category IDs to the feed URL in the gpf_categories parameter, e.g.

    For a single category:
    https://www.example.com/?woocommerce_gpf=google&gpf_categories=44

    For multiple categories, you can add them as comma separated, e.g.
    https://www.example.com/?woocommerce_gpf=google&gpf_categories=44,26

    Thread Starter betumayo

    (@betumayo)

    what is the category mapping tool? where can i find that?

    • This reply was modified 6 years ago by betumayo.
    Thread Starter betumayo

    (@betumayo)

    but that is no the problem. the problem is that it was quite in order before now it jumps in hundreds so the question is if something is failing how can i detect whre the problem is because definitely i did not make 200 posts or changes between every order. so how did this got out of control? is there a place where i can check evrything that woocommerce is saving as posts?

    Thread Starter betumayo

    (@betumayo)

    Hi! i have sent what you asked for do you see anything wrong? i tried now upgrading to newer version of woocommerce but nothing has changes still order numbers are jumping. waiting for your respones thank you!!

    Thread Starter betumayo

    (@betumayo)

    
    ### WordPress Environment ###
    
    Home URL: https://www.ponponi.co.il
    Site URL: https://www.ponponi.co.il
    WC Version: 3.5.3
    Log Directory Writable: ?
    WP Version: 5.0.3
    WP Multisite: –
    WP Memory Limit: 1 GB
    WP Debug Mode: –
    WP Cron: ?
    Language: he_IL
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: 7.1.25 - ????? ??????? ?????? ?-PHP ???? 7.2 ????? ????? ????? ????????. ???? ????? ?? ????? ?-PHP ???????
    PHP Post Max Size: 128 MB
    PHP Time Limit: 120
    PHP Max Input Vars: 4000
    cURL Version: 7.59.0
    OpenSSL/1.0.2q
    
    SUHOSIN Installed: –
    MySQL Version: 5.6.40-84.0-log
    Max Upload Size: 128 MB
    Default Timezone is UTC: ?
    fsockopen/cURL: ?
    SoapClient: ?
    DOMDocument: ?
    GZip: ?
    Multibyte String: ?
    Remote Post: ?
    Remote Get: ?
    
    ### Database ###
    
    WC Database Version: 3.5.3
    WC Database Prefix: wp_sdxb_
    MaxMind GeoIP Database: ?
    ????? ????? ?? ???? ???????: 41.53MB
    ???? ??????? ?? ???? ???????: 30.32MB
    ???? ??????? ?? ???? ???????: 11.21MB
    wp_sdxb_woocommerce_sessions: ??????: 0.71MB + ??????: 0.02MB
    wp_sdxb_woocommerce_api_keys: ??????: 0.00MB + ??????: 0.00MB
    wp_sdxb_woocommerce_attribute_taxonomies: ??????: 0.00MB + ??????: 0.01MB
    wp_sdxb_woocommerce_downloadable_product_permissions: ??????: 0.00MB + ??????: 0.00MB
    wp_sdxb_woocommerce_order_items: ??????: 0.49MB + ??????: 0.21MB
    wp_sdxb_woocommerce_order_itemmeta: ??????: 4.03MB + ??????: 2.01MB
    wp_sdxb_woocommerce_tax_rates: ??????: 0.00MB + ??????: 0.01MB
    wp_sdxb_woocommerce_tax_rate_locations: ??????: 0.00MB + ??????: 0.00MB
    wp_sdxb_woocommerce_shipping_zones: ??????: 0.00MB + ??????: 0.00MB
    wp_sdxb_woocommerce_shipping_zone_locations: ??????: 0.00MB + ??????: 0.00MB
    wp_sdxb_woocommerce_shipping_zone_methods: ??????: 0.00MB + ??????: 0.00MB
    wp_sdxb_woocommerce_payment_tokens: ??????: 0.00MB + ??????: 0.00MB
    wp_sdxb_woocommerce_payment_tokenmeta: ??????: 0.00MB + ??????: 0.00MB
    wp_sdxb_woocommerce_log: ??????: 0.00MB + ??????: 0.00MB
    wp_sdxb_aepc_custom_audiences: ??????: 0.00MB + ??????: 0.00MB
    wp_sdxb_aepc_logs: ??????: 3.90MB + ??????: 0.00MB
    wp_sdxb_commentmeta: ??????: 0.02MB + ??????: 0.02MB
    wp_sdxb_comments: ??????: 0.78MB + ??????: 0.42MB
    wp_sdxb_ksp_layers: ??????: 0.02MB + ??????: 0.00MB
    wp_sdxb_ksp_sliders: ??????: 0.02MB + ??????: 0.00MB
    wp_sdxb_ksp_slides: ??????: 0.02MB + ??????: 0.00MB
    wp_sdxb_links: ??????: 0.00MB + ??????: 0.00MB
    wp_sdxb_options: ??????: 5.44MB + ??????: 0.12MB
    wp_sdxb_postmeta: ??????: 12.29MB + ??????: 7.10MB
    wp_sdxb_posts: ??????: 2.38MB + ??????: 0.99MB
    wp_sdxb_termmeta: ??????: 0.02MB + ??????: 0.03MB
    wp_sdxb_terms: ??????: 0.04MB + ??????: 0.07MB
    wp_sdxb_term_relationships: ??????: 0.06MB + ??????: 0.14MB
    wp_sdxb_term_taxonomy: ??????: 0.02MB + ??????: 0.03MB
    wp_sdxb_usermeta: ??????: 0.03MB + ??????: 0.01MB
    wp_sdxb_users: ??????: 0.00MB + ??????: 0.01MB
    wp_sdxb_wc_download_log: ??????: 0.00MB + ??????: 0.00MB
    wp_sdxb_wc_webhooks: ??????: 0.00MB + ??????: 0.00MB
    wp_sdxb_yith_wapo_groups: ??????: 0.00MB + ??????: 0.00MB
    wp_sdxb_yith_wapo_types: ??????: 0.03MB + ??????: 0.00MB
    wp_sdxb_yith_wccl_meta: ??????: 0.00MB + ??????: 0.00MB
    wp_sdxb_yoast_seo_links: ??????: 0.01MB + ??????: 0.00MB
    wp_sdxb_yoast_seo_meta: ??????: 0.01MB + ??????: 0.01MB
    
    ### Post Type Counts ###
    
    attachment: 652
    nav_menu_item: 28
    page: 8
    post: 7028
    product: 181
    product_variation: 216
    revision: 85
    sg_optimizer_job: 2
    shop_coupon: 15
    shop_order: 3019
    shop_order_refund: 9
    wcccf: 3
    wccpf: 2
    woo_discount: 3
    woo_discount_cart: 2
    yith-wcbm-badge: 2
    
    ### Security ###
    
    Secure connection (HTTPS): ?
    Hide errors from visitors: ?
    
    ### Active Plugins (22) ###
    
    Woocommerce Tranzila Payment Gateway: ??? 10Bit – 1.7.03 – ????? ?? ???? ?? ???? ????? ?? WooCommerce
    10bit Woocommerce Greeninvoice: ??? 10Bit – 2.0.2
    ????'? TinyMCE ??? Black Studio: ??? Black Studio – 2.6.5
    Block Specific Plugin Updates: ??? Dinesh Karki – 2.2
    ???????: ??? Elementor.com – 2.3.8
    Facebook for WooCommerce: ??? Facebook – 1.9.5 – ????? ?? ???? ?? ???? ????? ?? WooCommerce
    Facebook Reviews Pro: ??? RichPlugins  – 1.4.2
    Google Analytics Dashboard for WP (GADWP): ??? ExactMetrics – 5.3.7
    Kadence Blocks - Gutenberg Page Builder Toolkit: ??? Kadence Themes – 1.2.0
    Kadence Slider: ??? Kadence Themes – 2.2.9
    MOJO Marketplace: ??? Mike Hansen – 1.4.4
    Quick Page/Post Redirect Plugin: ??? anadnet – 5.1.8
    SG Optimizer: ??? SiteGround – 5.0.12
    Page Builder by SiteOrigin: ??? SiteOrigin – 2.9.7
    WC Fields Factory: ??? Saravana Kumar K – 3.0.1 – ????? ?? ???? ?? ???? ????? ?? WooCommerce
    Woo Discount Rules: ??? Flycart Technologies LLP – 1.7.4
    WooCommerce Conditional Shipping and Payments: ??? SomewhereWarm – 1.5.0
    ???????: ??? ???? ???????? – 3.5.3
    Yoast SEO: ??? Team Yoast – 9.4
    WP Database Backup: ??? Prashant Walke – 4.6.5
    YITH WooCommerce Product Add-ons Premium: ??? YITH – 1.5.15
    YITH WooCommerce Badge Management: ??? YITH – 1.3.13
    
    ### Settings ###
    
    API Enabled: ?
    Force SSL: –
    Currency: ILS (?)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 0
    Taxonomies: Product Types: external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)
    
    Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
    exclude-from-search (exclude-from-search)
    featured (featured)
    outofstock (outofstock)
    outofstock (outofstock-2)
    rated-1 (rated-1)
    rated-2 (rated-2)
    rated-2 (rated-2-2)
    rated-3 (rated-3)
    rated-4 (rated-4)
    rated-5 (rated-5)
    
    ### WC Pages ###
    
    ???? ????: #29 - /shop/
    ???? ?????: #30 - /cart/
    ?????: #31 - /checkout/
    ?????? ???: #7 - /my-account-2/
    ????? ???????: ? ?? ?? ?????
    
    ### Theme ###
    
    Name: Virtue – Premium Child
    Version: 1.0.0
    Author URL: https://www.kadencethemes.com/
    Child Theme: ?
    Parent Theme Name: Virtue - Premium
    Parent Theme Version: 4.8.8
    Parent Theme Author URL: https://www.kadencethemes.com/
    WooCommerce Support: ?
    
    ### Templates ###
    
    Overrides: virtue_premium/woocommerce/archive-product.php
    virtue_premium/woocommerce/content-product.php
    virtue_premium/woocommerce/content-product_cat.php
    virtue_premium/woocommerce/content-single-product.php
    virtue_premium/woocommerce/loop/loop-end.php
    virtue_premium/woocommerce/loop/loop-start.php
    virtue_premium/woocommerce/loop/rating.php
    virtue_premium/woocommerce/loop/sale-flash.php
    virtue_premium/product-searchform.php
    virtue_premium/woocommerce/single-product/add-to-cart/external.php
    virtue_premium/woocommerce/single-product/add-to-cart/grouped.php
    virtue_premium/woocommerce/single-product/add-to-cart/simple.php
    virtue_premium/woocommerce/single-product/add-to-cart/variable.php
    virtue_premium/woocommerce/single-product/product-image.php
    virtue_premium/woocommerce/single-product/product-thumbnails.php
    virtue_premium/woocommerce/single-product/related.php
    virtue_premium/woocommerce/single-product/sale-flash.php
    virtue_premium/woocommerce/single-product/up-sells.php
    virtue_premium/woocommerce/single-product.php
    virtue_premium/woocommerce/taxonomy-product_cat.php
    virtue_premium/woocommerce/taxonomy-product_tag.php
    
    
Viewing 15 replies - 1 through 15 (of 92 total)