Page 4 – Acme Themes

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 167 total)
  • Author
    Posts
  • in reply to: Theme doe not work with Safari in iOS 9.3 onwards???? #5777
    acmethemes
    Keymaster

    Hello Philipp,

    It seems like you are using plugin that replace the default theme in mobile view. Can you please check that by by disabling plugin one by one.
    We are almost sure it is due to Jetpack Plugin mobile theme, Can you please check that and let us know.

    Best Regards,
    Acme Themes

    in reply to: Feature Slider Image Blurred (reopened) #4677
    acmethemes
    Keymaster

    Hello ChicagoMusicGuide,

    The image in slider are all small. Images are 300*300 in size.
    For example following image:
    http://chicagomusicguide.com/wordpress/wp-content/uploads/2016/04/DSC_6549aa-300×300.jpg

    Please make sure you have followed the documentation Setting up Images size ( https://doc.acmethemes.com/supermagpro/#SettingupImagessize ) and installed Acme Fix Image plugin.

    Best Regards,
    Acme Themes

    in reply to: Menu #5930
    acmethemes
    Keymaster

    It is very nice to know your problem solved.

    Best Regards,
    Acme Themes

    in reply to: Menu #5932
    acmethemes
    Keymaster

    Please download the theme from you account page and update it via FTP or WordPress Theme Add New.

    Best Regards,
    Acme Themes

    in reply to: Menu #5934
    acmethemes
    Keymaster

    Hello Manuel,

    Please download latest version of theme Corporate Plus 1.0.1 , the issue has been solved in this version. Also please see the pro demo here https://demo.acmethemes.com/corporate-plus-pro/ , it is also working now in demo.

    Thanks,
    Acme Themes

    in reply to: Pro version demo does not look right #5783
    acmethemes
    Keymaster

    Yes,please try this and let us know.

    in reply to: Pro version demo does not look right #5785
    acmethemes
    Keymaster

    Please use the following custom CSS:

    
    .entry-content p,
    .entry-content li {
        font-size: 16px;
    }

    Best Regards,
    Acme Themes

    in reply to: Pro version demo does not look right #5787
    acmethemes
    Keymaster

    Hello Kellie K.,

    Thank you for buying our theme AcmeBlogPro.
    While upgrading theme from free to pro, you need to adjust some Customizer options and widgets settings again. When you do it from Customizer it will just take few minutes. Please try it from customizer.
    If you have problem in doing that by yourselves, please let us know, we will do that for you.

    Best Regards,
    Acme Themes

    in reply to: Footer #4686
    acmethemes
    Keymaster

    Is this only in this post http://ciclodicas.com.br/teste/ , if so please delete this post.

    in reply to: Footer #4688
    acmethemes
    Keymaster

    Can you please delete all caches and disable the WP Super Minify plugin or any other plugins you have used?
    The error seems to be only this page http://ciclodicas.com.br/teste/ from here.

    in reply to: Footer #4690
    acmethemes
    Keymaster

    Hello Samir,

    Its seems like your are using child theme and there must be some code error in the child theme. So the content after that error are not displaying including footer and sidebar. Can you please look through your child theme?
    Also while you are developing sites, we would like to suggest you not to use catching plugin.

    Best Regards,
    Acme Themes

    in reply to: Removing "Category:" from the title of category pages #5100
    acmethemes
    Keymaster

    Hello tenblog,

    Please use the following filter hook in the child theme functions.php

    add_filter( 'get_the_archive_title', function ($title) {
    
        if ( is_category() ) {
                $title = single_cat_title( '', false );
            }
        return $title;
    
    });

    Best Regards,
    Acme Themes

    in reply to: Feature Slider img blurred #4714
    acmethemes
    Keymaster

    Hello ChicagoMusicGuide,

    We just checked your site the image is much smaller than the recommendation. Every images of slider are in 300 * 300 ratio. For example the following one.
    http://chicagomusicguide.com/wordpress/wp-content/uploads/2016/03/Twin-River-300×300.jpg
    Can you please check and confirm again.

    Best Regards,
    Acme Themes

    in reply to: Scroll to Top, Hide on Mobile #4722
    acmethemes
    Keymaster

    Hello icryptic,

    If you are creating child theme or plugin, we suggest you write this kinds of CSS code in separate CSS files and just enqueue it.
    Or it is just small CSS code you can just write in Custom CSS option of the theme.
    Thank you so much.

    Best Regards,
    Acme Themes

    in reply to: Shortcodes for widgets? #4704
    acmethemes
    Keymaster

    Hello ChicagoMusicGuide,

    Thank you so much for you suggestions. We also think same as you. But we are very sorry currently it is not available. We suggest you to use Page Builder by SiteOrigin ( https://wordpress.org/plugins/siteorigin-panels/ ) , Although we have not tested our theme with it but we think it will work. In coming future, we are planning to make similar types of plugin or shortcodes for inner pages. But it will take some time to implement. Again sorry for your inconvenient.

    Best Regards,
    Acme Themes

Viewing 15 posts - 46 through 60 (of 167 total)