Forum Replies Created
-
AuthorPosts
-
Acme Themes
KeymasterHello 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 hereAppearance => 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 ThemesJuly 5, 2018 at 4:26 am in reply to: Adjust size and position of the featured image on a page #31859Acme Themes
KeymasterHello 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 ThemesAcme Themes
KeymasterCan you please try the following custom CSS:
.wc-cat-feature .cat-details { display: none; }
Best Regards!
Acme Themes
KeymasterGreat to know your problem solved.
Best Regards!
Acme Themes
KeymasterDid 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!
July 1, 2018 at 4:16 am in reply to: Header image appears cropped and blurry when in mobile view #31742Acme Themes
KeymasterNow image is in inside
img
tag, it is not possible parallax scrolling effect.June 27, 2018 at 9:09 am in reply to: Header image appears cropped and blurry when in mobile view #31609Acme Themes
KeymasterHello,
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!
Acme Themes
KeymasterHello 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 SettingIf you want to enable Special Menu on Inner pages like you want it needs customization of the theme.
Best Regards!
Acme Themes
KeymasterHello,
This should fix this issue
If this doesnot fix , we recommended you to contact hosting expert.
Thanks
June 18, 2018 at 11:23 am in reply to: Text cut off posts. No thumbail or title when post shared. #31306Acme Themes
KeymasterHello,
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!
Acme Themes
KeymasterHello 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!
Acme Themes
KeymasterHello Farren,
We would like to suggest you to contact your hosting provider for this issues.
Best Regards!
Acme Themes
KeymasterHello ,
If you can provide us your site url, we will observe and can provide you possible solutions.
Thanks
Acme Themes
KeymasterCan 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!
Acme Themes
KeymasterHello 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 fromwp.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 -
AuthorPosts