Page 256 – Acme Themes

Forum Replies Created

Viewing 15 posts - 3,826 through 3,840 (of 4,157 total)
  • Author
    Posts
  • in reply to: Woo commerce Shop #5892
    acmethemes
    Keymaster

    Hello Cherie,

    Please edit the woocommerce.php file of the theme, you will find this code in line number 14 to 16

        <header class="entry-header">
            <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
        </header><!-- .entry-header -->

    and please replace the above code with the following code.

        <header class="entry-header">
            <?php
            if ( is_shop() ) {
                $name = get_the_title( get_option( 'woocommerce_shop_page_id' ) );
                echo '<h1 class="entry-title">'.$name.'</h1>';
            }
            else{
                the_title( '<h1 class="entry-title">', '</h1>' );
            }
            ?>
        </header><!-- .entry-header -->

    If you feel any difficulty on this, please let us know.

    Note : We will be updating this in the core theme in the next version

    Best Regards,
    Acme Themes

    in reply to: Adding a "read more" to post excerpt #5750
    acmethemes
    Keymaster

    Hello DavidL,
    Thank you so much for using our theme and thanks for your question too. We designed on the such way that, user can click on image or title to redirect to the single post. Usually user click on image and title for it. So, based on design approach we remove the READ MORE button and only add …. at the last of the excerpt. If you really need READ MORE there, you have to cusotmize the theme. Make a child theme of the theme and customize the theme as your need. If you are familiar with WordPress codes, you can easily solve this issue. If you need any help please write us, we will mentor you to solve the problem.

    Best Regards,
    Acme Supports

    in reply to: Slider not working after update #5668
    acmethemes
    Keymaster

    Hello Jackalcity,
    We checked the updated theme and it is fine here. Would you please check once on Appearance > Customize > Featured Section > Featured Slider Options and check there is parent page selected or not. If you select the parent page, its child pages will appear as slider. In case of free theme, only text will slide. The title and content of child pages will slide there. You will get more options in case of slider and lots of other widget to make your site more awesome.
    you can check the difference here. http://www.acmethemes.com/themes/corporate-plus Please view the full page to find the difference. If you have any query regarding our theme, please write us. We will provide our best to solve your problems.

    Best Regards,
    Acme Supports

    acmethemes
    Keymaster

    Hello David,
    We prepared a documentation for you about how to add video on post. You have to add video from external source like Youtube with video ID. Please follow the documentation and know about how to add the video. Hope this documentation will help you. https://doc.acmethemes.com/supermagpro/#HowtoaddVideoonplaceonFeaturedImage?
    If you still fell confusion, feel free to ask. We will provide the best method for you to integrate video on post.

    Best Regards,
    Acme Supports

    in reply to: "comments off" on front page slider #5090
    acmethemes
    Keymaster

    Hello ChrisAx,

    Thank you for using our theme AcmeBlog.
    Please use the following custom CSS.

    .above-slider-details > span {
        display: none;
    }

    Also please check theme documentation here https://doc.acmethemes.com/acmeblog/.
    Just for the information, in the pro version AcmeBlogPro, you dont need custom CSS, there are option to enable/disable each meta-data like date, comments, author, http://www.acmethemes.com/themes/acmeblogpro/

    Best Regards,
    Acme Themes

    in reply to: Main (home) Page Question #4610
    acmethemes
    Keymaster

    Hello ChicagoMusicGuide.

    We suggest you to use this plugin https://wordpress.org/plugins/wordpress-seo/ .

    Best Regards,
    Acme Themes

    in reply to: How to change Static Front Page #4597
    acmethemes
    Keymaster

    Hello Michael,

    It seems like you are using some page builder for the inner page and want that page as front page.
    Everything you have done is 100% right.
    The only thing you need to do now is,
    Please go to Appearance => Widgets
    and from Home Main Content Area remove all widgets.
    This will solve your problem
    Theme function like this for Front Page.

    • If you select Your latest posts from Reading Settings, latest posts will display
    • If you select A static page from Reading Settings, the content from that page will display, however if there is widgets in the Home Main Content Area, these widgets have higher priority than the page content, so these widgets will display in front page
    • If you want to display content from page, you have to empty that sidebar-areas, if you want to display content from widget you can use available widgets and build your sites.

    Hope this will help you.

    Best Regards,
    Acme Themes

    in reply to: Custom CSS fr changing slider right section #5345
    acmethemes
    Keymaster

    Hello Lazaro,
    Thanks for your question and also thanks for using our theme SuperMag. The above mentioned feature is not available on theme and you have to write custom CSS for it. If you change the default section of theme, you have to check about the responsiveness of the theme too. So, it takes lots of time to make it. So, we recommend you to hire a customizer for it. http://www.acmethemes.com/customization-request/
    If you need any help regarding theme operation, please feel free to ask.

    Best Regards,
    Acme Supports

    in reply to: How to change Static Front Page #4599
    acmethemes
    Keymaster

    Hello Michael,
    Did you customize a new page? And you want to make that page as a front page? Would you please make us clear that what is happening now? Please post your site URL too. Before this, please read this blog post, that will help you to customize the theme. http://www.acmethemes.com/blog/2016/03/supermagpro-best-magazine-wordpress-theme/

    Regards,
    Acme Supports

    in reply to: Language selection on header #5752
    acmethemes
    Keymaster

    Hello Benardo,
    Instead of the above code you added, please add the below code, But the flag and social links will go down. So, if you want to pull them above, try by reducing the width.

    .site-logo {
        width: 100%;
        height: auto;
    }

    There is lots of blank space available around on the logo, may be that will causing the blur. Please make the logo exact width, to make it clear.
    Regards,
    Acme Supports

    in reply to: Logo #5894
    acmethemes
    Keymaster

    Hello Heather,
    Thank you so much for using our theme Corporate Plus Pro. Please follow the theme documentation and blog post to make your site as our demo. So, please follow the step wise procedure. If the problem is not solved, please let us inform with your site URL, we will find the best solutions for you.
    Doc: https://doc.acmethemes.com/corporate-plus-pro/
    Blog: http://www.acmethemes.com/blog/2016/04/corporate-plus/
    Hope this will help to solve your problem.

    Regards,
    Acme Supports

    in reply to: I paid for the theme – Now what? #4601
    acmethemes
    Keymaster

    Hello Jonathan,
    Thank you so much for purchasing our theme SuperMagPro. Please follow the theme documentation to know about how to setup theme. https://doc.acmethemes.com/supermagpro/
    Hope this theme documentation will help you to setup and customize theme.

    Best Regards,
    Acme Supports

    in reply to: Update Error #4605
    acmethemes
    Keymaster

    Hello Justin and Jay,
    Currently theme is not auto updated. You have to update theme manually. We recommend you to use FTP to update the theme. Auto update feature is available soon, because we are working on that feature. Due to some technical problem, this feature is not available now. Hope you will understand. If you face any problem,please let us know. We will help you with the best alternatives.

    Regards,
    Acme Supports

    in reply to: Language selection on header #5754
    acmethemes
    Keymaster

    Hello Bernardo,
    You have to change the width of class .site-logo. So, try adding the width on this class and put inside the Custom CSS field at customize.

    Regards,
    Acme Supports

    acmethemes
    Keymaster

    Hello Amy,

    We just fixed/resized the image of that post only, and after that we deactivate the Acme Fix Image Plugin. No coding required for this. You can try this if same issue occurs or you can always ping us, we will definitely help you.

    Best Regards,
    Acme Themes

Viewing 15 posts - 3,826 through 3,840 (of 4,157 total)