Forum Replies Created
-
AuthorPosts
-
acmethemesKeymaster
Nice to hear that you solved the problem. 🙂
January 31, 2017 at 8:30 am in reply to: Adding Custom font to the font select in deign/layout #13344acmethemesKeymasterHello James,
Thank you so much for using support forum for the query.
If you want to add the custom fonts on the theme and want to make the dropdown, it is somehow complex for you. You need to edit 6/7 files of the theme and need the exact syntax for it as well. Can you please google for any such plugin for it? Or this post will helpful for you.Regards
acmethemesKeymasterHello ABHISHEK,
You need to add the responsive adsense code for it. Please find the responsive ads code on your google account and add that codes there.Thank You
acmethemesKeymasterHello Jun,
Due to the WordPress standards as well as data validation issues, widget short description doesn’t support HTML tags. So, if the widget doesn’t support html tags, you need to removeesc_html
from the code.
Please find the codes onacmethemes/sidebar-widget/acme-featured.php
line 162.<p><?php echo esc_html( $sub_title ); ?></p>
Removeexc_html
from the code there and try once by adding the HTML tags.
Hope this will solve your problem.Regards
January 31, 2017 at 6:14 am in reply to: Hide the catagory tags from displaying on the home page? #13339acmethemesKeymasterYou need to customize the theme. There is no ready make features on the theme. Can you please provide the exact page link so that we can help you with best solutions?
Thank You
January 31, 2017 at 6:13 am in reply to: What is the section right underneath my blog post and how do I edit it? #13338acmethemesKeymasterNice to know that your problem is solved.
acmethemesKeymasterHello Jun,
Thank you so much for using theme support forum for the query. In this case, you can use HTML tags to make the new line. We recommend you to use<br/>
tag to make the new line. Please have a try and let us know the result.Regards
January 30, 2017 at 5:54 am in reply to: Hide the catagory tags from displaying on the home page? #13285acmethemesKeymasterHello simplybillie,
Thank you so much for using our theme Read More. To hide the category and tags on home page, you will get options on the premium version, it is not available on free version. In case of free version, you need to take help with custom css.
Please add the below css codes in Appearance > Customize > Additional CSS to hide the category and tags..home .cat-links { display: none; }
If problem is not solved, please let us know your site url as well.
Regards
Acme SupportsacmethemesKeymasterHello ABHISHEK CHAUDHARY,
Add he below CSS code to increase the font size.
1. For heading size and line heighth4 { font-size: 20px !important; line-height: 1.3em; }
2. For body font size.
.entry-content p, .details { color: #2d2d2d; font-size: 16px; }
Hope, this will solve your issues.
RegardsacmethemesKeymasterNice to know that your problem is solved.
January 28, 2017 at 3:38 pm in reply to: Pro vem com o WooCommerce pronto e instalado no tema para usar #13250acmethemesKeymasterHello marcelo-guedes,
Thank you so much for the interest on our theme. Please check the documentation to use the theme. DuperMagPro is woocommerce ready theme but you need to setup woocommerce on your site. In the documentation you will get lots of info about the theme.Regards
acmethemesKeymasterHello cledson1000,
This theme is based on Child/Parent Page. Go to Appearance > Customize > Featured Section Options and select the parent page for the slider and its child pages will appeared as a slider items. Please check the theme documentation instructions and try to make the slider enable.Regards
acmethemesKeymasterUse this plugin to add google fonts. WP Google Fonts
RegardsacmethemesKeymasterHello Abhishek,
If you need additional breaking news, you need to customize the theme. Find the codes insideacmethemes/hooks/header.php
file and customize your theme. If you are not familiar with codes, you need to customize the theme with the help of customizer.Regards
January 28, 2017 at 9:29 am in reply to: What is the section right underneath my blog post and how do I edit it? #13225acmethemesKeymasterPlease add the below CSS code to hide that section as mentioned on screenshot.
Go to Appearance > Customize > Additional CSS and add it..site-main .post-navigation { display: none; }
Hope, this will help to hide that section.
Regards
-
AuthorPosts