Forum Replies Created
-
AuthorPosts
-
acmethemesKeymaster
Hello,
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 SupportsacmethemesKeymasterPro theme support a plugin, that help to make you similar layout as front page but the feature section will not be available in inner page. We will try to make another demo as soon as possible.
Currently timezone is not possible in pro theme too, but its new idea for us, we will implement it in next version of pro. Thank you :).Best Regards,
AcmeThemesacmethemesKeymasterHello 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 #4797acmethemesKeymasterHello,
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 SupportsacmethemesKeymasterHello ChicagoMusicGuide,
We are very happy to know you like our theme SuperMag. Thank you for your feedback.
We are going to answer your query in points.- AT Post Columns is widget designed for Widgets Area ( Home, Sidebar, Footer ), For working it to the inner pages, theme should be customize. We have not tested with those kinds of plugin, you are saying. We can suggest you to customize the theme using child theme or can order us for Customization http://www.acmethemes.com/customization-request/
- Recent Posts:- Without customizing SuperMag free theme, it is not possible for specific post. But in premium version SuperMagPro, news feed( News Ticker at header ), they can be display from specific Category( hence specific post )
- Your third query answer is already discussed here, http://www.acmethemes.com/supports/topic/remove-featured-image-in-single-post/
Theme functionalities and features can be added/customized using child theme. If you are interested in premium version, definitely it has more features.
Best Regards,
AcmeThemesacmethemesKeymasterHello mousetrap,
Thank you for using our theme SuperMag.
Our theme is based on Underscores starter theme, We believe the above code don’t have significant effect on SEO.
If you want to change that code or want to do any customization please create Child Theme.Best regards
AcmeThemesacmethemesKeymasterHello Eros,
Related posts can be shown in many ways. You see 4 examples in demo too.
- Left to featured image : https://demo.acmethemes.com/supermagpro/blog/2015/12/11/cycling-competition/
- Right to featured image : https://demo.acmethemes.com/supermagpro/blog/2015/12/11/goal-goal-goal/
- Below content : https://demo.acmethemes.com/supermagpro/blog/2015/12/12/antique-in-sell/
- Below content ( another example ):https://demo.acmethemes.com/supermagpro/blog/2015/12/12/model-in-bike/
But you cannot show related posts in sidebar. And they are all dynamic not predefined.
Here in documentation you will see how to setup Related posts : https://doc.acmethemes.com/supermagpro/#SinglePostOptions,
Also you can override related post setting while adding/editing posts. And Related post are absolutely dynamic not predefined HTML/CSS.
If you get again any confusion, please feel free to ask without any hesitation, we are here to help you.Best Regards,
AcmeThemesacmethemesKeymasterHello 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 SupportsacmethemesKeymasterHello eros,
I am trying to answer your queries in points, if I miss anything, please feel free to ask.
1> Is seems some widgets are there but not visible in the customize area. Possible?
Response : When you change the number of footer widgets in customizer, please refresh the page after saving to view the effects. You can also check widgets in Appearance > Widgets.2> Relation between SuperMag theme and SuperMagPro theme
Response : As you see there are many widgets areas, many widgets and more customizer options in SuperMagPro than SuperMag, the only option that will migrate will be common customizer options from SuperMag to SuperMagPro and you can always change any option in SuperMagPro theme.
Using SuperMag theme 1st and then SuperMagPro theme won’t harm anything to SuperMagPro theme. Instead we think using SuperMag theme first make you more familiar to SuperMagPro theme.Again thank you for choosing SuperMagPro theme, if you have further query please fell free to ask.
Best Regards,
AcmeThemesacmethemesKeymasterHello 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 SupportsacmethemesKeymasterHello 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 SupportsacmethemesKeymasterHello thaigerweb,
Please use following custom CSS and let us know if your problem solved:
@media screen and (max-width:640px){ .besides-slider .beside-thumb img{ max-width: 100%; max-height: 100%; } }
Note : Custom CSS docs here https://doc.acmethemes.com/supermag/#HowtoaddcustomCSS
Best Regards,
AcmeThemesacmethemesKeymasterWould you please provide the link of your site ? It help us to find the issue more easier.
Best Regards,
Acme SupportsacmethemesKeymasterHello,
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 SupportsacmethemesKeymasterHello 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 Supports -
AuthorPosts