Page 242 – Acme Themes

Forum Replies Created

Viewing 15 posts - 3,616 through 3,630 (of 3,990 total)
  • Author
    Posts
  • acmesupports
    Participant

    Please 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

    in reply to: How can I cancel recurring billing? #7148
    acmesupports
    Participant

    Hello 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

    in reply to: Rss feed #7138
    acmesupports
    Participant

    Hello Robert,
    Thank You so much for using our theme SuperNewsPro.
    Have you installed any plugin for RSS on the theme?

    Thank You

    in reply to: How insert adrotate in your theme #7102
    acmesupports
    Participant

    Try 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

    in reply to: Font for "Heading Font Family" not changing #7100
    acmesupports
    Participant

    Hello 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

    acmesupports
    Participant

    Hello 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

    in reply to: How insert adrotate in your theme #7053
    acmesupports
    Participant

    You 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

    in reply to: Breadcrumb NavXT plugin #7052
    acmesupports
    Participant

    Try 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 You

    acmesupports
    Participant

    We 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.
    Thanks

    acmesupports
    Participant

    Hello 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 inside acmethemes/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

    in reply to: Hide info on author, date posted, category, etc. #7037
    acmesupports
    Participant

    Hello 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 of content.php and content-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 7 years, 4 months ago by acmesupports.
    in reply to: Breadcrumb NavXT plugin #7036
    acmesupports
    Participant

    Hello 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

    in reply to: Format time #7035
    acmesupports
    Participant

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

    in reply to: supermag_post_views_count #7034
    acmesupports
    Participant

    Would 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

    in reply to: supermag_post_views_count #7017
    acmesupports
    Participant

    Please ask the questions on respected theme forum.

    Thank You

Viewing 15 posts - 3,616 through 3,630 (of 3,990 total)