Page 202 – Acme Themes

Forum Replies Created

Viewing 15 posts - 3,016 through 3,030 (of 4,157 total)
  • Author
    Posts
  • in reply to: At Featured Section #13353
    acmethemes
    Keymaster

    Nice to hear that you solved the problem. 🙂

    in reply to: Adding Custom font to the font select in deign/layout #13344
    acmethemes
    Keymaster

    Hello 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

    in reply to: adsense #13343
    acmethemes
    Keymaster

    Hello 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

    in reply to: At Featured Section #13342
    acmethemes
    Keymaster

    Hello 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 remove esc_html from the code.
    Please find the codes on acmethemes/sidebar-widget/acme-featured.php line 162. <p><?php echo esc_html( $sub_title ); ?></p> Remove exc_html from the code there and try once by adding the HTML tags.
    Hope this will solve your problem.

    Regards

    in reply to: Hide the catagory tags from displaying on the home page? #13339
    acmethemes
    Keymaster

    You 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

    acmethemes
    Keymaster

    Nice to know that your problem is solved.

    in reply to: At Featured Section #13308
    acmethemes
    Keymaster

    Hello 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

    in reply to: Hide the catagory tags from displaying on the home page? #13285
    acmethemes
    Keymaster

    Hello 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 Supports

    in reply to: headline font size #13261
    acmethemes
    Keymaster

    Hello ABHISHEK CHAUDHARY,

    Add he below CSS code to increase the font size.
    1. For heading size and line height

    h4 {
        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.
    Regards

    in reply to: Header Image and sliders problem #13260
    acmethemes
    Keymaster

    Nice to know that your problem is solved.

    acmethemes
    Keymaster

    Hello 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

    in reply to: Header Image and sliders problem #13249
    acmethemes
    Keymaster

    Hello 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

    in reply to: Category Color / Breaking News / …. #13248
    acmethemes
    Keymaster

    Use this plugin to add google fonts. WP Google Fonts
    Regards

    in reply to: Category Color / Breaking News / …. #13226
    acmethemes
    Keymaster

    Hello Abhishek,
    If you need additional breaking news, you need to customize the theme. Find the codes inside acmethemes/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

    acmethemes
    Keymaster

    Please 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

Viewing 15 posts - 3,016 through 3,030 (of 4,157 total)