Forum Replies Created
- AuthorPosts
acmesupports
ModeratorHello Kellie K,
The problem is already solved on our updates. would you please provide the link of your site with that issue so that it help us to understand your problem more easier.Best Regards,
Acme Supportsacmesupports
ModeratorHello, thank you so much for using our theme SuperMag.
After choosing the Static home page, you have to add the “AT Post Column” widget on “Home Main Content Area”.
Please follow this instruction to make it. https://doc.acmethemes.com/supermag/#HowtomanageHomePagecontents
Please try once, hope it will work for you.
If any problem is arise, please feel free to ask.
Best Regards,
Acme SupportsMarch 10, 2016 at 4:49 am in reply to: Adding space between the category description and the first post #5428acmesupports
ModeratorHello,
Thank you so much for using our theme SuperMag. Please add the below CSS on Custom CSS section at customizer. https://doc.acmethemes.com/supermag/#HowtoaddcustomCSS.page-header h1.page-title { margin-bottom: 59px !important; }
If more gap is needed, please increase the pixel size.
Best Regards,
Acme Supportsacmesupports
ModeratorPlease use the below CSS
#site-navigation { display: none; }
Let us know if worked.
acmesupports
ModeratorHello,
There is no any option for removing the menu. You can use CSS for hide that section. https://doc.acmethemes.com/acmeblog/#WhereandhowtoaddcustomCSSBest Regards
Acme Supportsacmesupports
ModeratorHello thaigerweb,
You have to write the custom css for this. Please write the custom css here. https://doc.acmethemes.com/supermag/#HowtoaddcustomCSS
You can use the child theme approach for customizing theme too. https://codex.wordpress.org/Child_ThemesIn our premium version of theme, you can change the color of link so that it is easily distinguished from plain text. So we would recommended you to go to the premium version of this theme. http://www.acmethemes.com/themes/supermagpro/
Best Regards,
Acme SupportsMarch 8, 2016 at 10:48 am in reply to: Having issues with creating subtheme or enquing any js/css in function.php #4797acmesupports
ModeratorHello,
Thank you so much for using our theme SuperMagPro. Some line of code is mistake there. So please use the below code while enqueue style and scripts.add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
wp_enqueue_script( ‘child-custom-js’, get_stylesheet_directory_uri() . ‘/child-custom.js’, array(‘jquery’), false, ‘1.0.0’ );
}If you feel any problem, please feel free to ask.
Best Regards,
Acme Supportsacmesupports
ModeratorHello masde55,
Thank you so much for using our theme SuperMag. SuperMag is fully responsive theme. It is compatible with all types of devices. Please check our demo site here. http://www.acmethemes.com/demo/?theme=supermag Please change the devices on the above button and change the layout.
If you have any further query, please feel free to ask, and please provide the URL of your site so that we can check about the real issues.
Also there must be some Advertisement blocking tool in your browser, which is causing this, can you please check and confirm?Best Regards,
Acme Supportsacmesupports
ModeratorHello Dario80,
Thank you so much for using our theme.
First Go to Setting > Reading > Static Front Page and choose a page for your front page.
And go to Appearance > Customize > Featured Section Options then Enable Feature Section
Please have a look on our documentation too. https://doc.acmethemes.com/supermag/#Howtosetupfeaturessections
Similar type of discussion is also here: http://www.acmethemes.com/supports/topic/featured-slider-category-slider/Best Regards,
Acme Supportsacmesupports
ModeratorHello johny102,
Thank you so much for using our theme.
First go to Setting > Reading > Static Front Page Please choose a page for front page(Example Home) and
Go to appearance > Widget and you will get Home Main Content Area.Best Regards,
Acme Supportsacmesupports
ModeratorWould you please provide the link of your site ? It help us to find the issue more easier.
Best Regards,
Acme Supportsacmesupports
ModeratorHello,
Have you made the image size as we recommended ? If not please follow this instructions:
https://doc.acmethemes.com/supermag/#Howtomaketheimagesizeasondemo?Please try once with the documentation, if not worked again, please let us know. We will help you with the another way too.
Best Regards,
Acme Supportsacmesupports
ModeratorHello Eros,
Thank you so much for using our theme SuperMagPro. SuperMagPro is WooCommerce compatible theme. You can install WooCommerce plugin and use it features.
Please let us know if you have further query.Best Regards,
Acme Supportsacmesupports
ModeratorHello thaigreweb,
Thank you so much for using our theme SuperMag. Would you please provide the details of your device where this type of issues arise ? And please provide the link and the screenshot of the issues. It help us to address your problem more easier.Best Regards,
Acme Supportsacmesupports
ModeratorHello frankscrub,
Thank you so much for using our theme. More social icons are available on our premium version of theme SuperMagPro. http://www.acmethemes.com/themes/supermagpro/If you want to do it with free version, you have to write some custom code for it.
Note: Child theme is recommended to customize theme.Best Regards,
Acme Supports- AuthorPosts