Forum Replies Created
-
AuthorPosts
-
acmethemesKeymaster
Hello Lars,
You only need slider and slider right section ? You want to hide the other section below it? Please elaborate your needs.
Thank YouJuly 29, 2016 at 3:37 pm in reply to: How to remove "Comments" section & count from Single Post Option? #7150acmethemesKeymasterPlease add the below CSS codes on Appearance > Customize > Layout/Design Options > Custom CSS
.single .entry-content > h3 { display: none; } .single .entry-content > p { display: none; }
Hope, this will solve your problem.
Thank You
acmethemesKeymasterHello Zion,
Thank You so much for using our theme SuperMagPro. You can use theme lifetime, but if you need Support and Updates after a year, you have to renew it.
Please email your order ID, we will remove it auto renew after year. https://www.acmethemes.com/contact/Thank You
acmethemesKeymasterHello Robert,
Thank You so much for using our theme SuperNewsPro.
Have you installed any plugin for RSS on the theme?Thank You
acmethemesKeymasterTry adding the code on text widget and place the widgets on the sidebar. If it will work, you can use it on other place of theme, either by widgets or from theme code.
Try once it and let us know about the result.Thank You
acmethemesKeymasterHello Paromita,
Have you edited any codes ? Have you added any font on theme ? Are you using the child theme we provided?
Please try once by uninstalling the plugin you installed. This issues may arise due to the plugin conflicts too.Thank You
July 28, 2016 at 4:49 pm in reply to: How to remove "Comments" section & count from Single Post Option? #7099acmethemesKeymasterHello Paromita,
Thank you so much for using our theme SuperNewsPro. Would you please provide the link of that page where such issues arise ?
So that we can know the real problem?Thank You
acmethemesKeymasterYou want to add the advertisement on the top section ? Is that options Customizer > Header Options > Header Advertisement is not suitable for you ? Please elaborate the issues.
Thank You
acmethemesKeymasterTry by adding the below CSS codes on customize > Layout/Design Options > Custom CSS
.breadcrumb { background: #F88C00 !important; }
Please change the color code as your need.
If not worked, let us know.
Thank YouJuly 27, 2016 at 3:40 am in reply to: External Featured Image & SuperMagPro Related Posts Widget #7046acmethemesKeymasterWe haven’t created any post type for the related posts. We used there WordPress query for related post. Please find the related post codes on that files and customize as per need.
ThanksJuly 27, 2016 at 1:05 am in reply to: External Featured Image & SuperMagPro Related Posts Widget #7038acmethemesKeymasterHello James,
Is that plugin is working on the featured image but not working on Related Post? Related post image will appear from the featured image. If you add the multiple featured image, the related post will not aware that which featured image need to appear there. So, you need to customize the related post code.
Find the code insideacmethemes/hooks/related-post.php
and try to customize the theme. We haven’t tested all the plugin of the WordPress repo, so it may arise conflicts on the plugin.Thank You
acmethemesKeymasterHello jimmyriverhillstraveler,
Thanks for your questions. If you want to do that, you have to customize the code. There is no readymade options to make it up and down. Please find the code inside
template-parts
and customize the code ofcontent.php
andcontent-single.php
as your need.
Otherwise, please add the below CSS codes on Customize > Layout/Design Options > Custom CSS.single .entry-meta { display: none; } .single .entry-footer { display: none; } .archive .entry-meta { display: none; } .archive .entry-footer { display: none; }
Note: Child theme is recommended to customize theme.
Thank You
- This reply was modified 8 years, 3 months ago by acmethemes.
acmethemesKeymasterHello Riccardo,
You installed the Breadcrumb plugin instead of using theme default plugin? You are here color is always same as theme primary color. You can change the primary color of theme from Appearance > Customize > Layout/Design Options > Color Options > Basic Color Options.
Or, if you need a different color, you need to write the CSS codes.Thank You
acmethemesKeymasterHello Riccardo,
Can you please try this function.
This is date display function.if ( ! function_exists( 'supermag_date_display' ) ) : function supermag_date_display( $format = 'l, F j, Y') { echo esc_html( date_i18n( $format ,current_time( 'timestamp' ) ) ); } endif;
you can implement this function in the child theme or if you would like to change main theme, the date function is here on, supermag/acmethemes/functions.php, you can just replace the exciting code with the above code.And please let us know if this solve issue.
Note : We are only suggesting to edit in main theme because we will update the main theme as soon as possible with this updates.
Best Regards,
Acme SupportsacmethemesKeymasterWould you please elaborate the scenario? How this comes ? Have you edited any codes? Any plugin installed? What you want to do on theme?
so that we can understand the issues.Thank You
-
AuthorPosts