Forum Replies Created
-
AuthorPosts
-
acmethemesKeymaster
Hello dario80,
Thank you for using our theme SuperMag.
You can use the follow CSS in the custom CSS of the theme ( https://doc.acmethemes.com/supermag/#HowtoaddcustomCSS ).content-wrapper { padding-top: 30px; }
You can change 30px above whatever value you like.
Best Regards,
AcmeThemesacmethemesKeymasterHello mstudio,
In our theme SuperMag the metadata like category, date and author can be disable using child theme or some Custom CSS. You can try it by creating Child Theme https://codex.wordpress.org/Child_Themes.
If you are interested in premium theme, it has one click option to enable/disable each and every metadata like date, author, category etc. You can check our pro theme here http://www.acmethemes.com/themes/supermagpro/
Best Regards,
AcmeThemesFebruary 28, 2016 at 3:55 am in reply to: Cant cope with short words at the start of first paragraph #5468acmethemesKeymasterHello thaigerweb,
Yes we understand your issue, Please add following CSS in Custom CSS :
@media (max-width: 1229px) { .single .single-feat { float: none; padding: 0; text-align: center; width: 100%; } }
Let us know if this solve your problem.
Best Regards
AcmeThemesacmethemesKeymasterHello,
Thank you so much for using our theme SuperMag. Breadcrumb display the post title there. Would you please confirm that you are writing the post title on the HTML format. Please check once the post title of the post where breadcrumb is appearing not correct.
If not work, let us know.Best Regards,
Acme SupportsacmethemesKeymasterHello djordje,
Thank your for your feedback.
Please follow the instruction given in below link:
Hope this will help you.
Best Regards,
AcmeThemesacmethemesKeymasterHello nicolecoscio,
Its good to know your previous issues solved.
This plugin do not mess up your image, its only work is to crop images to predefined sizes http://i2.wp.com/www.doc.acmethemes.com/wp-content/uploads/2016/01/media.png.
If you afraid to do that in live site, you can try in local or dev site.Best Regards
AcmeThemesacmethemesKeymasterThank you for your feedback. If you want to know anything more please let us know.
Best Regards,
AcmeThemesacmethemesKeymasterHello klatzer,
Through the custom CSS only you cannot change google fonts. For changing google fonts you need to first enqueue google fonts, then you need to add CSS to use that google fonts.
First crate child theme https://codex.wordpress.org/Child_Themes and enqueue google fonts by following code in functions.php. (Please enqueue google fonts of your choice )/** * Enqueue google fonts */ function supermag_scripts() { /*google font*/ wp_enqueue_style( 'supermag-googleapis', '//fonts.googleapis.com/css?family=Oswald:300,400,700|Roboto:300italic,400,500,700', array(), '1.0.1' ); } add_action( 'wp_enqueue_scripts', 'supermag_scripts' );
now in style.css add following code:
body { font-family: 'Roboto', sans-serif; }
Please replace example google font with google font of your choice.
We hope this will solve your problem.If you are interested in premium theme, it has one click option to change google fonts and there are 100+ google fonts
Best Regards,
AcmeThemesacmethemesKeymasterHello Karl,
Thank you for your feedback.
We believe that Twitter, Facebook and YouTube are most popular social networks now, so we provided these three social links in our free theme.
Instagram and other social links are in pro theme http://www.acmethemes.com/themes/supermagpro/.Best regards,
AcmeThemesacmethemesKeymasterHello Karl,
In the free theme there is no google fonts options. You can change fonts either by Custom CSS or by using child theme.
Pro theme have 100 + google fonts you can choose.Best Regards,
AcmeThemesacmethemesKeymasterHello nicolecoscio,
Thank you for using our theme.
Here are answers of your queries:- The first post is sticky post, you can create sticky post by clicking Quick Edit and check Make this post sticky in post list at backend or while adding/editing post from the Publish box at the top right
- Please view the docs here https://doc.acmethemes.com/supermag/#SinglePostOptions, we think you are talking about Breadcrumb
We hope this will solve your problems.
Best Regards
AcmeThemesFebruary 24, 2016 at 3:46 am in reply to: Featured Slider vanishes unless page is Static; Main area widgets don't work #5480acmethemesKeymasterHello flavorfulworld,
Your query is long but we have read it thoroughly. Actually we find 2 queries, which we try to answer in following points:
- In “Featured Slider Options”, free theme only let you choose category, In pro theme “category”, “page”, “Custom” or “Recent Posts” option available.
- We are following WordPress Theme Standard guide “Front page vs Home guidelines”, if theme user choose latest post, latest post should be display there, nothing other is allowed in there
Both our premium theme and free theme follow WordPress theme guidelines and coding-standard. We can proudly say our coding standard is one of the best.
Please feel free to ask any further query if We have missed.Best Regards,
AcmeThemesFebruary 24, 2016 at 3:26 am in reply to: Do theme updates disrupt custom CSS added in the theme customization section? #5477acmethemesKeymasterTheme don’t delete or disrupt anything adding in Custom CSS or other customizer option while updating or upgrading from free to pro.
Also while upgrading from free to pro, you just need to adjust some of the widget setting only, other setting are automatically migrated including Custom CSS.
The main advantage of using SuperMagPro is there available more setting and controls in the theme, 12+ custom widgets( Free only 2), Video Support, Advanced Related Post options etc, We will list soon and keep them in our website :).
A lot of the features different you can see in the demo too:
SuperMagPro Demo : https://demo.acmethemes.com/supermagpro/
SuperMag Demo : https://demo.acmethemes.com/supermag/
also definitely we provide more priority support for our premium theme user.
You can buy SuperMagPro theme from here http://www.acmethemes.com/themes/supermagpro/If you have further any queries please feel free to ask.
Best Regards,
AcmeThemesFebruary 24, 2016 at 3:02 am in reply to: Do theme updates disrupt custom CSS added in the theme customization section? #5478acmethemesKeymasterHello hollywoodmetal,
Thank you for using our theme SuperMag.
If you need to change the main theme any file, please do not do that. We strongly recommend to use child theme for that.
But for adding only CSS you can use theme customizer options:
Appearance=> Customize => Layout/Design Option => Custom CSS and use Custom CSS
Please never change the parent ( Main ) theme itself.acmethemesKeymasterYou are most welcome 🙂
-
AuthorPosts