Page 2 – Acme Themes

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 167 total)
  • Author
    Posts
  • in reply to: Removing meta #4546
    acmethemes
    Keymaster

    Hi Andy,
    Thank you so much for purchasing our theme SuperMagPro. Would you please tell us from where you want to remove meta, only in Single post, or other places too. Please let us know, we will provide the CSS code or other alternative methods to remove it.

    Warm Regards,
    Acme Supports

    in reply to: Purchased Pro Version, No zip file in folder #4548
    acmethemes
    Keymaster

    Hello Ryan,
    Are you using Mac ? If so, Mac will automatically unzip the folder. So, please zip that folder supermagpro and repeat the same process above.
    If you have any confusion, please let us know. We will provide the another solution too.

    Best Regards,
    Acme Supports

    in reply to: Child Theme Hooks Folder #5647
    acmethemes
    Keymaster

    Hello sidfilmz,

    Your child theme style.css is fine.
    By seeing your code it seems like there must be sidebar present that you have added, in the back-end.
    But for appearing sidebar( widgets) at the front-end, overriding templates files will work but doesn’t work for hooks files and folder( however it will work on pro version http://www.acmethemes.com/themes/corporate-plus-pro/ ),for the hooks file you need to remove_action of parent theme, then add child theme action by add_action.
    ( The solution given by Acme Supports will work on Pro version only, because in pro version you can even override each and every folder and files inside acmethemes/ folder expect init.php ).
    Please use remove_action and add_action for removing hooks and adding hooks for now.

    Best Regards,
    Acme Themes

    in reply to: Where are the buttons? #5738
    acmethemes
    Keymaster

    Hello Tiffani,

    Can you please provide us site link which that problem, it will be easy to understand and solve your problems.

    Best Regards,
    Acme Themes

    in reply to: Broken Menu #5742
    acmethemes
    Keymaster

    Hello Amandeep,

    We understand your problems, It is due to long menu. Please try following custom CSS.

    .header-wrapper .menu li a {
        padding: 0 10px;
        font-size: 14px;
    }

    Best Regards,
    Acme Themes

    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: "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

    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

    acmethemes
    Keymaster

    Hello Amy,

    We recommend you to fix the images of besides slider only. While adding/editing post, when you add/edit feature image, there will be option for fixing that image only. You can fix that image only.

    Best Regards,
    Acme Themes

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

    Hello ChicagoMusicGuide,

    This is not actually the theme problem, please search for ‘How to clear FaceBook Share’s Cache’, you will find the solution in Google. Also while sharing page, now you can change share image and content in FaceBook page.

    Best Regards,
    Acme Themes

    in reply to: Home image and images at right of menue bar missing #5353
    acmethemes
    Keymaster

    Hello David,

    Since you are using SuperMagPro, we highly recommend you to ask your query in SuperMagPro forum.
    Your problem exactly match the problem, we have already discussed here http://www.acmethemes.com/supports/topic/some-buttons-wont-load/ , please view the topic and let us know.

    Best Regards,
    Acme Themes

    in reply to: Featured Image "No Image" showing up on all Pages. #4624
    acmethemes
    Keymaster

    Hello James,

    We are very sorry for misunderstanding.
    Hope now we understand your query correctly:
    Please go to Customize ▸ Single Post Option ▸ Feature Image Option , you will have to option for show/hide feature-image. It is global option for single post/page.

    Best Regards,
    Acme Themes

    in reply to: PHP Version and PHP Memory Limits #4634
    acmethemes
    Keymaster

    Hello icryptic,

    Thank you so much for letting us know.

    Best Regards,
    Acme Themes

Viewing 15 posts - 16 through 30 (of 167 total)