Page 4 – Acme Themes

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 490 total)
  • Author
    Posts
  • in reply to: header picture not responsive in mobile #31924
    Acme Themes
    Keymaster

    Hello Siegmar Franke ,

    Since The header image in theme is used as Background Image on fixed size, it is normal to show like this.
    The header Height here Appearance => Customize => Header Options => Header Image used for all devices. If you want to decrease the height on the mobile, you can use following custom CSS:

    @media only screen and (max-width: 767px){
    	.inner-main-title {
                height: 200px;
            }
    }

    Best Regards!
    Acme Themes

    Acme Themes
    Keymaster

    Hello jewelsdesignworks,

    By default Feature Image cannot be adjusted like your requirements. It need to customize the theme for that.
    Instead we recommend you to remove feature image and adjust image position/alignment from Content.

    Best Regards!
    Acme Themes

    in reply to: How to remove to Category name and products number #31824
    Acme Themes
    Keymaster

    Can you please try the following custom CSS:

    .wc-cat-feature .cat-details {
        display: none;
    }

    Best Regards!

    in reply to: Graphics missing on some browsers #31814
    Acme Themes
    Keymaster

    Great to know your problem solved.

    Best Regards!

    in reply to: Graphics missing on some browsers #31751
    Acme Themes
    Keymaster

    Did you added this code on your .htaccess file.

    # Allow access from all domains for webfonts.
    # Alternatively you could only whitelist your
    # subdomains like “subdomain.example.com”.


    Header set Access-Control-Allow-Origin “*”

    You can find similar query on searching Eample https://stackoverflow.com/questions/11616306/css-font-face-absolute-url-from-external-domain-fonts-not-loading-in-firefox

    Best Regards!

    Acme Themes
    Keymaster

    Now image is in inside img tag, it is not possible parallax scrolling effect.

    Acme Themes
    Keymaster

    Hello,

    We dont have changes anything related to header image on last updates.

    Please go to Appearance => Customize => Header Options and set the header Image. options

    Best Regards!

    in reply to: special menu only shows when clicked #31516
    Acme Themes
    Keymaster

    Hello Doug,

    Special Menu is designed full on Home Page only when there is Feature Section Enable like the demo .
    Please follow the documentation,
    1. Select Home page and Post page ( https://doc.acmethemes.com/online-shop-pro/#StaticFrontPage(HomepageSetting) )
    2. From Appearance => Customize, add Feature Section and Setting

    If you want to enable Special Menu on Inner pages like you want it needs customization of the theme.

    Best Regards!

    in reply to: Graphics missing on some browsers #31330
    Acme Themes
    Keymaster

    Hello,

    This should fix this issue

    Graphics missing on some browsers

    If this doesnot fix , we recommended you to contact hosting expert.

    Thanks

    Acme Themes
    Keymaster

    Hello,

    1. Please use the following custom CSS

    article.post .entry-content {
        word-wrap: break-word;
    }

    2. Use any SEO plugin and set Image for Social Medias

    Best Regards!

    in reply to: CSS edit #31267
    Acme Themes
    Keymaster

    Hello esquit,

    It needs extensive time and also need customization of the theme.
    We recommended you to hire developer for this or you can contact us for customization of the theme.

    Best Regards!

    in reply to: Graphics missing on some browsers #31221
    Acme Themes
    Keymaster

    Hello Farren,

    We would like to suggest you to contact your hosting provider for this issues.

    Best Regards!

    in reply to: CSS edit #31207
    Acme Themes
    Keymaster

    Hello ,

    If you can provide us your site url, we will observe and can provide you possible solutions.

    Thanks

    in reply to: Graphics missing on some browsers #31121
    Acme Themes
    Keymaster

    Can you add this on your .htaccess file

    # 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|font.css|css)$">
        Header set Access-Control-Allow-Origin "*"
      </FilesMatch>
    </IfModule>

    Thanks!

    in reply to: Graphics missing on some browsers #31108
    Acme Themes
    Keymaster

    Hello shanson,

    In you site, we found following console warning, which is preventing to load fonts:

    Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://wp.alteca.com/wp-content/themes/medical-circle-pro/assets/library/Font-Awesome/fonts/fontawesome-webfont.woff2?v=4.7.0. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
    Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://wp.alteca.com/wp-content/themes/medical-circle-pro/assets/library/Font-Awesome/fonts/fontawesome-webfont.woff?v=4.7.0. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
    Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://wp.alteca.com/wp-content/themes/medical-circle-pro/assets/library/Font-Awesome/fonts/fontawesome-webfont.ttf?v=4.7.0. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).

    That is actually server issue.
    We wonder if you have just migrate the site from wp.alteca.com

    We have collected some information for you
    http://stackoverflow.com/questions/26125030/font-awesome-icons-not-showing-in-chrome-a-maxcdn-related-cross-origin-resource
    https://www.prestashop.com/forums/topic/345555-solved-glyphicons-font-awesome-not-correctly-displayed-in-firefox/

    We hope it will help you.

    Best Regards,
    AcmeThemes

Viewing 15 posts - 46 through 60 (of 490 total)