Forum Replies Created
-
AuthorPosts
-
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 Supportsacmesupports
ModeratorHello,
This type of question is already discuss here. Please follow the link: http://www.acmethemes.com/supports/topic/remove-featured-image-in-single-post/Best Regards
Acme Supportsacmesupports
ModeratorHello,
Thank you so much for using our theme. If you want to remove the image for each post, please remove the featured image of each post.
Or if you mean anything else, would you please provide me the screenshot what you mean. It help me to address your problem easier.
Best Regards,
Acme supportsacmesupports
ModeratorHello vnn,
Thank you so much for using our theme. You can customize our theme as your need because there is no any option as you requirement.
Note: Child theme is recommended for customize theme. https://codex.wordpress.org/Child_ThemesBest Regards,
Acme Supportsacmesupports
ModeratorWhen i preview your site, the icons are load perfectly. Please see the screenshot: http://prntscr.com/a9vqco
-
AuthorPosts