Forum Replies Created
-
AuthorPosts
-
acmethemesKeymaster
Hello Daniel,
Please follow the theme instructions here : https://doc.acmethemes.com/supermagpro/#SettingupImagessize.
Also We recommend you to use plugin named Acme Fix Image ( https://wordpress.org/plugins/acme-fix-images/ ) to crop the actual size of the images. This is also described in the theme documentation.
Hope this will solve your issue.Best Regards,
AcmeThemesacmethemesKeymasterWe are very happy to know your problem solved.
Best Regards
acmethemesKeymasterHello Trajan2845,
Thank you for interest in our theme.
Please follow the documentation here https://doc.acmethemes.com/supermag/.
also Please follow this guide http://www.acmethemes.com/supports/topic/modules-setting-in-front-page/#post-418, it will be useful for free version too.
Further if you buy premium theme and want to see us problem, having confusion in setting up anything, want simple customization, we will do that for you free of charge. Only for heavy customization we request to order customization http://www.acmethemes.com/customization-request/.If you have get any confusion, please feel free to ask, definitely we try our best for solving problem for our free theme user too.
Best Regards,
AcmeThemesacmethemesKeymasterHello Michael,
For your requirement, you need to create child theme, and you have to remove this hook
add_action( 'supermag_action_after_header', 'supermag_before_content', 10 );
,
and add your own hook. This is simple customization task. The hook is present in acmethemes/hooks/header.php line 542 in the theme version 1.0.2.
Just like to know if you can do it by yourself. If you can do it we will guide you or we will provide you child theme by doing it ourselves, please let us know.
Note : We will update it in the next version of theme SuperMagPro if majority of our clients want it.Thanks,
acmethemesKeymasterHello younman,
Thank you for using our theme SuperMag.
Please go to Appearance=> Customize => Layout/Design Option => Custom CSS and use following CSS..single-thumb { display: none; }
Hope this will solve your problems.
Note: This is just notification, in our pro version of theme SuperMagPro, you don’t need to use custom CSS, we have added option to show/remove featured image in all single post or show/remove featured image in a particular single post. You can check pro version of SuperMag Theme here http://www.acmethemes.com/themes/supermagpro/
Best Regards,
AcmeThemesacmethemesKeymasterHello Andrea,
From the Admin panel Please go to Settings => Reading, there should be Front page displays options.
Please make sure Front page displays is there while activating WordPress default theme like Twenty Sixteen, Twenty Fifteen eg https://wordpress.org/themes/twentysixteen/.
If there is no Front page displays, there must be something wrong in your WordPress or installed plugins.Again one last thing, please make sure that you have added some pages. For adding page please go to Pages => Add New from the admin panel and add pages, we would like to suggest you to add at-least two pages lets say ‘Front page’ and ‘Blog Page’ for front page and blog page. Without adding any pages “Static Front Page” option not display in customizer and in “Settings => Reading”
Can you please do that and let us know if this solve your problem?
Please don’t worry, If you have any confusion in doing these things, please let us know we will do that by ourselves and find out the actual cause of the problem. Waiting for your reply.Thanks,
acmethemesKeymasterHello giordani,
We just checked it through chrome Version 48.0.2564.116 m, in Windows 10 and Chrome 480.2564.116 in Mac OS 10.10.5, the banner is showing fine.
There must be some Advertisement blocking tool in your chrome, which is causing this, can you please check and confirm?Thanks,
acmethemesKeymasterHello Andrea,
The module you are talking are Widgets.
Please follow the steps:- First Setup front-page and blog page according to this documentation: Setting up Front page and Blog ( Posts ) page
- Now from the admin panel, go to Appearance => Widgets, You can see there many widget areas, The widgets area for front/home page is Home Main Content Area
- Drag and Drop AT Posts Column widget to Home Main Content Area
- From the widgets options there, select Layout 2 in First Featured Post Layout , and Enable First Post Featured
This will display like Fashion module in demo. There are other various Available Widgets , which you can simply drag and drop to any sidebar widgets areas.
Hope this will solve your problems, further if you have any problems, please feel free to ask.Best Regards,
AcmeThemesacmethemesKeymasterHello Lellie Jo,
You are doing right way.
Further you can add category while adding/editing post form Categories box => + Add New Category too.Best Regards
acmethemesKeymasterHello jphalgand,
Thank you so much for using our theme. We think you are using our free version of theme. On free theme, there is no any options for google fonts. But our premium theme AcmeBlogPro have more than 100 google fonts included. You can go for the premium plan of this theme. Besides this we have a lots of additional features like lots of color options, header section options, different layout on featured section, footer section options, single page options, related posts options, breadcrumb options etc.
If you need additional google fonts on premium theme, you can request for it. We will add that fonts and provide you the updated version of it.
Please check the theme details: http://www.acmethemes.com/themes/acmeblogpro/
Check theme demo: http://www.acmethemes.com/demo/?theme=acmeblogproIf you have further more query, please feel free to ask.
Best Regards,
Acme SupportsacmethemesKeymasteracmethemesKeymasterVery nice to hear your problem solved :).
Best Regards,
AcmeThemesacmethemesKeymasterYes definitely our theme is child theme friendly, you can even override inner file of themes not only templates files.
Your child theme css is blank, please write following css in the child theme style.css:/* Theme Name: SuperMagPro Child Theme URI: http://www.acmethemes.com/themes/supermagpro/ Description: SuperMagPro Child Theme Author: Acme Themes Author URI: http://www.acmethemes.com/ Template: supermagpro Version: 1.0.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: orange, brown, yellow etc Text Domain: supermagpro-child */
Again in functions.php file please write following codes:
<?php function suprmagpro_child_enqueue_styles() { $parent_style = 'parent-style'; wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( $parent_style ) ); } add_action( 'wp_enqueue_scripts', 'suprmagpro_child_enqueue_styles' ); ?>
Here is further docs https://codex.wordpress.org/Child_Themes.
this should fix the problems.
if you again have any problem please feel free to ask.Best Regards,
AcmeThemesacmethemesKeymasterHello James,
If you want any help to setup the theme in your site, please let us know, we will do that by ourselves.
Best Regards,
AcmeThemesacmethemesKeymasterHello James,
Thanks for using our theme SuperMagPro. Are you currently working on your site? Did you changed some code on theme ? If so let us know, there is no any bug on theme because we set up a demo and it is working fine. Please make sure you installed the whole package of theme, no missing any files.
If you have any problem more, please let us know.
Best Regards,
Acme Supports -
AuthorPosts