Forum Replies Created

Viewing 15 replies - 121 through 135 (of 173 total)
  • Forum: Plugins
    In reply to: [LiteSpeed Cache] Crawling
    Thread Starter mohdaljaraba

    (@mohdaljaraba)

    HI, @qtwrk

    I have created one thank you , I have a question about Crawling its like prebuild ? itll be improved the page speed after Crawling the page ?

    Thread Starter mohdaljaraba

    (@mohdaljaraba)

    HI @qtwrk

    I disabel generate critical css in background and enable Load CSS Asynchronously and the same ,
    btw if Load CSS Asynchronously disabled its working Normal even if generate critical css in background in enable but page speed is very slow specially mobile

    Forum: Plugins
    In reply to: [LiteSpeed Cache] Crawling
    Thread Starter mohdaljaraba

    (@mohdaljaraba)

    Hi @qtwrk

    I did and i did it before keep making this https://prnt.sc/s8tk0y and on [2] Map all pages 1 with Gray

    Thread Starter mohdaljaraba

    (@mohdaljaraba)

    Hi @qtwrk

    heres the opting which i have https://prnt.sc/s8tgvr , https://prnt.sc/s8thbq https://prnt.sc/s8thk0 i disable Load CSS Asynchronously at the moment until i found a sollution what do you mean to enabel CCSS where could i found it if not on the settings which i enable it !

    Best regards

    Forum: Plugins
    In reply to: [LiteSpeed Cache] Crawling
    Thread Starter mohdaljaraba

    (@mohdaljaraba)

    Hi @qtwrk

    Its generated https://prnt.sc/s8sw2c https://prnt.sc/s8swj2 https://prnt.sc/s8swwo but its not Crawling .

    • This reply was modified 4 years, 10 months ago by mohdaljaraba.
    Forum: Fixing WordPress
    In reply to: Redirects
    Thread Starter mohdaljaraba

    (@mohdaljaraba)

    @joyously any advice where could be the wrong im not developer so i should do it by me self

    Forum: Fixing WordPress
    In reply to: Redirects
    Thread Starter mohdaljaraba

    (@mohdaljaraba)

    @joyously I made it like this :

    ###BEGIN Swift Performance###
    # Redirect non-www to (ssl) www
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^example\.com [OR]
    RewriteCond %{HTTP_HOST} ^www.example\.com [NC]
    RewriteRule ^(.*)$ https://www.example/$1 [L,R=301]
    # ------------------------------------------------------------------------------
    # | Compression                                                                |
    # ------------------------------------------------------------------------------
    <IfModule mod_deflate.c>
    
        # Force compression for mangled headers.
        # https://developer.yahoo.com/blogs/ydn/posts/2010/12/pushing-beyond-gzipping
        <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
            </IfModule>
        </IfModule>
    
        # Compress all output labeled with one of the following MIME-types
        # (for Apache versions below 2.3.7, you don't need to enable <code>mod_filter</code>
        #  and can remove the <code><IfModule mod_filter.c></code> and <code></IfModule></code> lines
        #  as <code>AddOutputFilterByType</code> is still in the core directives).
        <IfModule mod_filter.c>
           AddOutputFilterByType DEFLATE "application/atom+xml" \
                                      "application/javascript" \
                                      "application/json" \
                                      "application/ld+json" \
                                      "application/manifest+json" \
                                      "application/rdf+xml" \
                                      "application/rss+xml" \
                                      "application/schema+json" \
                                      "application/vnd.geo+json" \
                                      "application/vnd.ms-fontobject" \
                                      "application/x-font-ttf" \
                                      "application/x-javascript" \
                                      "application/x-web-app-manifest+json" \
                                      "application/xhtml+xml" \
                                      "application/xml" \
                                      "font/eot" \
                                      "font/opentype" \
                                      "image/bmp" \
                                      "image/svg+xml" \
                                      "image/vnd.microsoft.icon" \
                                      "image/x-icon" \
                                      "text/cache-manifest" \
                                      "text/css" \
                                      "text/html" \
                                      "text/javascript" \
                                      "text/plain" \
                                      "text/vcard" \
                                      "text/vnd.rim.location.xloc" \
                                      "text/vtt" \
                                      "text/x-component" \
                                      "text/x-cross-domain-policy" \
                                      "text/xml"
        </IfModule>
    
    </IfModule>
    
    # ------------------------------------------------------------------------------
    # | Expires headers (for better cache control)                                 |
    # ------------------------------------------------------------------------------
    <IfModule mod_expires.c>
        ExpiresActive on
        ExpiresDefault                                      "access plus 1 month"
    
      # CSS
        ExpiresByType text/css                              "access plus 1 year"
    
      # Data interchange
        ExpiresByType application/json                      "access plus 0 seconds"
        ExpiresByType application/xml                       "access plus 0 seconds"
        ExpiresByType text/xml                              "access plus 0 seconds"
    
      # Favicon (cannot be renamed!)
        ExpiresByType image/x-icon                          "access plus 1 week"
    
      # HTML components (HTCs)
        ExpiresByType text/x-component                      "access plus 1 month"
    
      # HTML
        ExpiresByType text/html                             "access plus 0 seconds"
    
      # JavaScript
        ExpiresByType application/javascript                "access plus 1 year"
    
      # Manifest files
        ExpiresByType application/x-web-app-manifest+json   "access plus 0 seconds"
        ExpiresByType text/cache-manifest                   "access plus 0 seconds"
    
      # Media
        ExpiresByType audio/ogg                             "access plus 1 month"
        ExpiresByType image/gif                             "access plus 1 month"
        ExpiresByType image/jpeg                            "access plus 1 month"
        ExpiresByType image/png                             "access plus 1 month"
        ExpiresByType image/webp                            "access plus 1 month"
        ExpiresByType video/mp4                             "access plus 1 month"
        ExpiresByType video/ogg                             "access plus 1 month"
        ExpiresByType video/webm                            "access plus 1 month"
    
      # Web feeds
        ExpiresByType application/atom+xml                  "access plus 1 hour"
        ExpiresByType application/rss+xml                   "access plus 1 hour"
    
      # Web fonts
        ExpiresByType application/font-woff                 "access plus 1 month"
        ExpiresByType application/font-woff2                "access plus 1 month"
        ExpiresByType application/vnd.ms-fontobject         "access plus 1 month"
        ExpiresByType application/x-font-ttf                "access plus 1 month"
        ExpiresByType font/opentype                         "access plus 1 month"
        ExpiresByType image/svg+xml                         "access plus 1 month"
    
    </IfModule>
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} ^$
    RewriteCond %{HTTP:Cookie} !^.*(wordpress_logged_in).*$
    RewriteCond %{REQUEST_URI} !^/wp-content/cache/swift-performance/([^/]*)/assetproxy
    RewriteCond /home/bsecrets/public_html/wp-content/cache/swift-performance/%{HTTP_HOST}%{REQUEST_URI}/desktop/unauthenticated/index.html -f
    RewriteRule (.*) wp-content/cache/swift-performance/%{HTTP_HOST}%{REQUEST_URI}/desktop/unauthenticated/index.html [L]
    
    </IfModule>
    
    # ----------------------------------------------------------------------
    # CORS-enabled images (@crossorigin)
    # ----------------------------------------------------------------------
    # Send CORS headers if browsers request them; enabled by default for images.
    # developer.mozilla.org/en/CORS_Enabled_Image
    # blog.chromium.org/2011/07/using-cross-domain-images-in-webgl-and.html
    # hacks.mozilla.org/2011/11/using-cors-to-load-webgl-textures-from-cross-domain-images/
    # wiki.mozilla.org/Security/Reviews/crossoriginAttribute
    <IfModule mod_setenvif.c>
      <IfModule mod_headers.c>
        # mod_headers, y u no match by Content-Type?!
        <FilesMatch "\.(gif|png|jpe?g|svg|svgz|ico|webp)$">
          SetEnvIf Origin ":" IS_CORS
          Header set Access-Control-Allow-Origin "*" env=IS_CORS
        </FilesMatch>
      </IfModule>
    </IfModule>
    # ----------------------------------------------------------------------
    # Webfont access
    # ----------------------------------------------------------------------
    # Allow access from all domains for webfonts.
    # Alternatively you could only whitelist your
    # subdomains like "subdomain.example.com".
    <IfModule mod_headers.c>
      <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$">
        Header set Access-Control-Allow-Origin "*"
      </FilesMatch>
    </IfModule>
    
    ###END Swift Performance###
    
    # Wordfence WAF
    <IfModule LiteSpeed>
    php_value auto_prepend_file '/home/bsecrets/public_html/wordfence-waf.php'
    </IfModule>
    <IfModule lsapi_module>
    php_value auto_prepend_file '/home/bsecrets/public_html/wordfence-waf.php'
    </IfModule>
    <Files ".user.ini">
    <IfModule mod_authz_core.c>
    	Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    	Order deny,allow
    	Deny from all
    </IfModule>
    </Files>
    
    # END Wordfence WAF
    
    # BEGIN cPanel-generated php ini directives, do not edit
    # Manual editing of this file may result in unexpected behavior.
    # To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
    # For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
    <IfModule php7_module>
       php_flag display_errors Off
       php_value max_execution_time 900
       php_value max_input_time 900
       php_value max_input_vars 10000
       php_value memory_limit 512M
       php_value post_max_size 256M
       php_value session.gc_maxlifetime 1440
       php_value session.save_path "/var/cpanel/php/sessions/ea-php72"
       php_value upload_max_filesize 64M
       php_flag zlib.output_compression Off
    </IfModule>
    <IfModule lsapi_module>
       php_flag display_errors Off
       php_value max_execution_time 900
       php_value max_input_time 900
       php_value max_input_vars 10000
       php_value memory_limit 512M
       php_value post_max_size 256M
       php_value session.gc_maxlifetime 1440
       php_value session.save_path "/var/cpanel/php/sessions/ea-php72"
       php_value upload_max_filesize 64M
       php_flag zlib.output_compression Off
    </IfModule>
    # END cPanel-generated php ini directives, do not edit
    
    # php -- BEGIN cPanel-generated handler, do not edit
    # Set the “ea-php73” package as the default “PHP” programming language.
    <IfModule mime_module>
      AddHandler application/x-httpd-ea-php73 .php .php7 .phtml
    </IfModule>
    # php -- END cPanel-generated handler, do not edit
    
    # BEGIN WordPress
    # The directives (lines) between 'BEGIN WordPress' and 'END WordPress' are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <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

    and the same things all page redirects to 404.shtml only home page works fine

    • This reply was modified 4 years, 10 months ago by mohdaljaraba.
    Forum: Fixing WordPress
    In reply to: Redirects
    Thread Starter mohdaljaraba

    (@mohdaljaraba)

    @joyously what do you mean the last this is my htaccess :

    ###BEGIN Swift Performance###
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # Redirect non-www to (ssl) www
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^example\.com [OR]
    RewriteCond %{HTTP_HOST} ^www.example\.com [NC]
    RewriteRule ^(.*)$ https://www.example.com/$1 [L,R=301]
    # ------------------------------------------------------------------------------
    # | Compression                                                                |
    # ------------------------------------------------------------------------------
    <IfModule mod_deflate.c>
    
        # Force compression for mangled headers.
        # https://developer.yahoo.com/blogs/ydn/posts/2010/12/pushing-beyond-gzipping
        <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
            </IfModule>
        </IfModule>
    
        # Compress all output labeled with one of the following MIME-types
        # (for Apache versions below 2.3.7, you don't need to enable <code>mod_filter</code>
        #  and can remove the <code><IfModule mod_filter.c></code> and <code></IfModule></code> lines
        #  as <code>AddOutputFilterByType</code> is still in the core directives).
        <IfModule mod_filter.c>
           AddOutputFilterByType DEFLATE "application/atom+xml" \
                                      "application/javascript" \
                                      "application/json" \
                                      "application/ld+json" \
                                      "application/manifest+json" \
                                      "application/rdf+xml" \
                                      "application/rss+xml" \
                                      "application/schema+json" \
                                      "application/vnd.geo+json" \
                                      "application/vnd.ms-fontobject" \
                                      "application/x-font-ttf" \
                                      "application/x-javascript" \
                                      "application/x-web-app-manifest+json" \
                                      "application/xhtml+xml" \
                                      "application/xml" \
                                      "font/eot" \
                                      "font/opentype" \
                                      "image/bmp" \
                                      "image/svg+xml" \
                                      "image/vnd.microsoft.icon" \
                                      "image/x-icon" \
                                      "text/cache-manifest" \
                                      "text/css" \
                                      "text/html" \
                                      "text/javascript" \
                                      "text/plain" \
                                      "text/vcard" \
                                      "text/vnd.rim.location.xloc" \
                                      "text/vtt" \
                                      "text/x-component" \
                                      "text/x-cross-domain-policy" \
                                      "text/xml"
        </IfModule>
    
    </IfModule>
    
    # ------------------------------------------------------------------------------
    # | Expires headers (for better cache control)                                 |
    # ------------------------------------------------------------------------------
    <IfModule mod_expires.c>
        ExpiresActive on
        ExpiresDefault                                      "access plus 1 month"
    
      # CSS
        ExpiresByType text/css                              "access plus 1 year"
    
      # Data interchange
        ExpiresByType application/json                      "access plus 0 seconds"
        ExpiresByType application/xml                       "access plus 0 seconds"
        ExpiresByType text/xml                              "access plus 0 seconds"
    
      # Favicon (cannot be renamed!)
        ExpiresByType image/x-icon                          "access plus 1 week"
    
      # HTML components (HTCs)
        ExpiresByType text/x-component                      "access plus 1 month"
    
      # HTML
        ExpiresByType text/html                             "access plus 0 seconds"
    
      # JavaScript
        ExpiresByType application/javascript                "access plus 1 year"
    
      # Manifest files
        ExpiresByType application/x-web-app-manifest+json   "access plus 0 seconds"
        ExpiresByType text/cache-manifest                   "access plus 0 seconds"
    
      # Media
        ExpiresByType audio/ogg                             "access plus 1 month"
        ExpiresByType image/gif                             "access plus 1 month"
        ExpiresByType image/jpeg                            "access plus 1 month"
        ExpiresByType image/png                             "access plus 1 month"
        ExpiresByType image/webp                            "access plus 1 month"
        ExpiresByType video/mp4                             "access plus 1 month"
        ExpiresByType video/ogg                             "access plus 1 month"
        ExpiresByType video/webm                            "access plus 1 month"
    
      # Web feeds
        ExpiresByType application/atom+xml                  "access plus 1 hour"
        ExpiresByType application/rss+xml                   "access plus 1 hour"
    
      # Web fonts
        ExpiresByType application/font-woff                 "access plus 1 month"
        ExpiresByType application/font-woff2                "access plus 1 month"
        ExpiresByType application/vnd.ms-fontobject         "access plus 1 month"
        ExpiresByType application/x-font-ttf                "access plus 1 month"
        ExpiresByType font/opentype                         "access plus 1 month"
        ExpiresByType image/svg+xml                         "access plus 1 month"
    
    </IfModule>
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} ^$
    RewriteCond %{HTTP:Cookie} !^.*(wordpress_logged_in).*$
    RewriteCond %{REQUEST_URI} !^/wp-content/cache/swift-performance/([^/]*)/assetproxy
    RewriteCond /home/bsecrets/public_html/wp-content/cache/swift-performance/%{HTTP_HOST}%{REQUEST_URI}/desktop/unauthenticated/index.html -f
    RewriteRule (.*) wp-content/cache/swift-performance/%{HTTP_HOST}%{REQUEST_URI}/desktop/unauthenticated/index.html [L]
    
    </IfModule>
    
    # ----------------------------------------------------------------------
    # CORS-enabled images (@crossorigin)
    # ----------------------------------------------------------------------
    # Send CORS headers if browsers request them; enabled by default for images.
    # developer.mozilla.org/en/CORS_Enabled_Image
    # blog.chromium.org/2011/07/using-cross-domain-images-in-webgl-and.html
    # hacks.mozilla.org/2011/11/using-cors-to-load-webgl-textures-from-cross-domain-images/
    # wiki.mozilla.org/Security/Reviews/crossoriginAttribute
    <IfModule mod_setenvif.c>
      <IfModule mod_headers.c>
        # mod_headers, y u no match by Content-Type?!
        <FilesMatch "\.(gif|png|jpe?g|svg|svgz|ico|webp)$">
          SetEnvIf Origin ":" IS_CORS
          Header set Access-Control-Allow-Origin "*" env=IS_CORS
        </FilesMatch>
      </IfModule>
    </IfModule>
    # ----------------------------------------------------------------------
    # Webfont access
    # ----------------------------------------------------------------------
    # Allow access from all domains for webfonts.
    # Alternatively you could only whitelist your
    # subdomains like "subdomain.example.com".
    <IfModule mod_headers.c>
      <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$">
        Header set Access-Control-Allow-Origin "*"
      </FilesMatch>
    </IfModule>
    
    ###END Swift Performance###
    
    # Wordfence WAF
    <IfModule LiteSpeed>
    php_value auto_prepend_file '/home/bsecrets/public_html/wordfence-waf.php'
    </IfModule>
    <IfModule lsapi_module>
    php_value auto_prepend_file '/home/bsecrets/public_html/wordfence-waf.php'
    </IfModule>
    <Files ".user.ini">
    <IfModule mod_authz_core.c>
    	Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    	Order deny,allow
    	Deny from all
    </IfModule>
    </Files>
    
    # END Wordfence WAF
    
    # BEGIN cPanel-generated php ini directives, do not edit
    # Manual editing of this file may result in unexpected behavior.
    # To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
    # For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
    <IfModule php7_module>
       php_flag display_errors Off
       php_value max_execution_time 900
       php_value max_input_time 900
       php_value max_input_vars 10000
       php_value memory_limit 512M
       php_value post_max_size 256M
       php_value session.gc_maxlifetime 1440
       php_value session.save_path "/var/cpanel/php/sessions/ea-php72"
       php_value upload_max_filesize 64M
       php_flag zlib.output_compression Off
    </IfModule>
    <IfModule lsapi_module>
       php_flag display_errors Off
       php_value max_execution_time 900
       php_value max_input_time 900
       php_value max_input_vars 10000
       php_value memory_limit 512M
       php_value post_max_size 256M
       php_value session.gc_maxlifetime 1440
       php_value session.save_path "/var/cpanel/php/sessions/ea-php72"
       php_value upload_max_filesize 64M
       php_flag zlib.output_compression Off
    </IfModule>
    # END cPanel-generated php ini directives, do not edit
    
    # php -- BEGIN cPanel-generated handler, do not edit
    # Set the “ea-php73” package as the default “PHP” programming language.
    <IfModule mime_module>
      AddHandler application/x-httpd-ea-php73 .php .php7 .phtml
    </IfModule>
    # php -- END cPanel-generated handler, do not edit
    • This reply was modified 4 years, 10 months ago by mohdaljaraba.
    Thread Starter mohdaljaraba

    (@mohdaljaraba)

    @gappiah .ro which is the main and hu has better score

    Thread Starter mohdaljaraba

    (@mohdaljaraba)

    @gappiah website https://www.beautysecrets.hu other one .ro instated of .hu

    • This reply was modified 4 years, 10 months ago by mohdaljaraba.
    Thread Starter mohdaljaraba

    (@mohdaljaraba)

    my website

    and i added these cods :

    .woocommerce span.ribbon.onsale { background-color: #c2b084;}

    .woocommerce ul.products li.product .star-rating {display: block}

    .woocommerce ul.products li.product h3 + .star-rating {display: none}

    @media (max-width: 1760px) and (min-width: 1201px){
    .woocommerce.shop-full-width.sidebar-content.shop-view-grid ul.products li.product.fd-col-4, .woocommerce.shop-full-width.content-sidebar.shop-view-grid ul.products li.product.fd-col-4 { width: 25%; }

    .woocommerce.shop-full-width.sidebar-content.shop-view-grid ul.products li.product.fd-col-4.first, .woocommerce.shop-full-width.content-sidebar.shop-view-grid ul.products li.product.fd-col-4.first { clear: both; }

    .woocommerce.shop-full-width.sidebar-content.shop-view-grid ul.products li.product.fd-col-4:nth-child(3n+1), .woocommerce.shop-full-width.content-sidebar.shop-view-grid ul.products li.product.fd-col-4:nth-child(3n+1) { clear: none; }

    }

    @media (max-width: 767px) {.single-product .primary-sidebar, .single-product .content-area {width: 100%}
    .product-page-layout-8 .site-banner {
    padding-top:0 !important;
    padding-bottom:0 !important;
    }
    }

    @media (max-width: 600px) { .product-page-mobile-2-columns div.product form.cart .button { margin-top: 0!important; } }

    @media (max-width: 991px) {.woocommerce .upsell-products ul.products li.product, .woocommerce .related-products ul.products li.product { margin-bottom: 0!important; } }

    .woocommerce ul.products.slick-slider {margin-left: 0; margin-right: 0;}

    @media (max-width: 320px) { .product-page-mobile-2-columns div.product form.cart .button { margin-top: 20px !important; } }

    @media (max-width: 767px) { .topbar.hide-on-mobile { display: block !important; } }

    .chaty-widget.desktop_active { bottom: 100px !important;}

    .product-page-layout-1 .site-content {padding-top: 0}

    .product-page-layout-1 .site-banner {padding-bottom: 50px}

    .site-banner { padding: 60px 0;}

    div.mr-promotion-medium .promotion-content { background-position: center;}

    .page-header-product-layout-1 .site-banner{padding-top: 5px;}

    .page-header-product-layout-1 .site-banner{padding-bottom: 25px;}

    .mrbara-products-picks ul.products li.product h3 { min-height: 60px;}

    @media (max-width: 767px) { .product-item-layout-8 ul.products li.product .product-inner .footer-product { position: static; } }

    .woocommerce.products-carousel-2 ul.products li.product h3 {height: 40px; overflow: hidden; margin-bottom: 20px; padding-bottom: 0;}

    .woocommerce ul.products li.product h3 {height: 40px; overflow: hidden; margin-bottom: 20px; padding-bottom: 0;}

    .woocommerce.shop-view-list ul.products li.product h3 { height: auto;}

    @media (max-width: 364px) {
    .product-page-mobile-2-columns div.product form.cart .button {
    margin-top: 20px !important;
    } .woocommerce div.product .yith-wcwl-add-to-wishlist {
    margin-top: 0 !important;
    }}

    .woocommerce.woocommerce-wishlist .wishlist_table tbody td.product-add-to-cart .button { padding: 0 40px !important;white-space: nowrap;}

    #billing_country_field {
    display: none;
    }

    @media (max-width: 1024px) { .header-top-style-9 .site-header .menu-sidebar .menu-sideextra .menu-item-cart .cart-contents .mini-cart-counter { display: block; } }

    a.button.checkout.wc-forward {
    display: none;
    }

    @media (max-width: 767px) {.woocommerce div.product .product-details .entry-summary { margin-top: 30px; } }

    .mini-cart.woocommerce .buttons a.checkout {
    display: none; !important;}
    }

    Thread Starter mohdaljaraba

    (@mohdaljaraba)

    I did that but not worked all and now i put them back to custom css and also not working there i cleared cache and same issue !

    Thread Starter mohdaljaraba

    (@mohdaljaraba)

    @sterndata i actually copy these codes

    Thread Starter mohdaljaraba

    (@mohdaljaraba)

    @sterndata I cut and paste them all the codes on sytle.css but not working did i made something wrong that didnt work

    Thread Starter mohdaljaraba

    (@mohdaljaraba)

    @joyously @sterndata I mean ]\normally i added them here its better if i copy them all and paste them on child theme’s style sheet here what itll change something, do i save size ?

Viewing 15 replies - 121 through 135 (of 173 total)