Page 222 – Acme Themes

Forum Replies Created

Viewing 15 posts - 3,316 through 3,330 (of 4,157 total)
  • Author
    Posts
  • in reply to: Nav Menu Images Plugin not working #10189
    acmethemes
    Keymaster

    Hello Abdel-Rahman Mohame,
    Thank you so much for using our theme SuperMagPro. Would you please let me know that why are you using such plugins? In our theme, you can make mega menu and other functionality as well. It would better if you find the compatible plugin because we haven’t tested any such plugin. So, if the plugin is not compatible, it may need some level of customization as well.

    Regards

    in reply to: Order of drop down list in mega menu #10188
    acmethemes
    Keymaster

    Hello garbi,
    Thank you so much for using our theme.
    Have you tried by changing the order of the categories from Admin Menu > Post > Categories ? Please try once by changing the order there and check once. Let is know about the results.

    Regards

    in reply to: Can I avoid box in the frontpage picture #10139
    acmethemes
    Keymaster

    Nice to know that your problem is solved.

    Regards

    in reply to: Feature Image #10102
    acmethemes
    Keymaster

    Hello reedredux,
    Thank you so much for using our theme AcmeBlog. As per your question, you need to customize the theme to obtain your requirements. According to the WordPress standards, we can only manage such section by category or page. In the free version, you can manage the slider either from recent posts or from category. If you want to customize the theme, you will get the theme codes inside acmethemes/hooks/slider-selection.php and customize the theme as your need.
    Recently, the post displayed on the slider are recent posts.
    If you need any paid customizer, you can request as well.

    Regards
    Acme Supports

    in reply to: Can I avoid box in the frontpage picture #10096
    acmethemes
    Keymaster

    Hello Lars,
    Please add the below CCSS codes on Appearance > Customize > Layout/Design Options > Custom CSS to remove the box there.

    .slider-desc {
        display: none;
    }

    Please let us know about the results.

    Regards,
    Acme Supports

    in reply to: AT Slider dimension #10089
    acmethemes
    Keymaster

    Hello Milena,
    Please add the below CSS codes in Appearance > Customize > Layout/Design Options > Custom CSS to reduce the height of the slider on Home Main Content Area.

    .slider-section.widget-slider img {
        height: 300px !important;
    }

    If you want to increase/decrease the height, you can increase/decrease the pixel written above.
    Let us know about the results.
    Please use the respected theme forum for the theme specific queries.

    Regards
    Acme Supports

    in reply to: Logo size.. #10088
    acmethemes
    Keymaster

    Nice to know that your problem is solved.

    Regards

    in reply to: Insert advs in "Header Advertisement" #10059
    acmethemes
    Keymaster

    Hello quitrong,
    Thank you so much for using our theme SuperNewsPro. We have options to add AdSense code in place of header advertisement. Please go to Appearance > Customize > Header Options > Header Advertisement. You will see the options for Adsense code and Image. Put the Adsense code on the field and select the Adsense options from the dropdown. Please have a look here on the documentation for more details.
    Plugin is not necessary to add the Adsense code in place of header advertisement.

    Best Regards,
    Acme Supports

    in reply to: Slider no longer working #10055
    acmethemes
    Keymaster

    Hello milmediak,
    Thank you so much for using our theme SuperMag. While viewing your website, it seems that there is added custom css on theme. Have you added/edited theme file? Please let us know if there is any such things or not? If not, please check once by deactivating the installed plugin as well. It may be due to the plugin conflicts as well.
    And make sure, you added all the files of theme and WordPress as well.
    Let us know about the results as well.

    Regards,
    Acme Supports

    in reply to: Featured Section #10037
    acmethemes
    Keymaster

    Please go to Appearance > Customize > Layout/Design Options > Custom CSS and add the below CSS codes there. Let us know about the results.

    .middle-col .content-wrapper {
        display: none;
    }

    If the above code not wok, let us know. We will provide you the best alternative solutions as well.

    Regards,
    Acme Supports

    in reply to: Featured Section #10022
    acmethemes
    Keymaster

    Hello shamwow,
    Thank you so much for using our theme Infinite Photography. If you don’t want the 3 photos below, you can delete the those post or put them in draft or in trash. The post below appeared are post of your site. Please go to Admin Panel > Posts > All Post and move all the post in trash. Please try one and let us know about the results. If you not want to delete those posts, you can hide the below section easily with CSS as well.
    If your problem is not solved, let us know.

    Regards,
    Acme Supports

    in reply to: Logo size.. #9955
    acmethemes
    Keymaster

    Please add the below css codes on Appearance > Customize > Layout/Design Options > Custom CSS,

    .site-logo.float-left {
        width: 100%;
    }

    Hope, this will help to make the logo full width.
    Let us know about the result. Crop the logo size you want to use there. All the logo will appear full width now.

    Regards

    in reply to: Logo size.. #9940
    acmethemes
    Keymaster

    Hello Milana,
    Is there options available to skip crop logo while setting the logo? Please skip the logo cropping of appeared there and please give us the site URL as well.

    in reply to: Autor box #9928
    acmethemes
    Keymaster

    Hello Riccardo,
    Thank you so much for your nice suggestion. We keep it in mind and on the coming updates we will try to implement this on our theme although we have another theme SuperNewsPro and we have similar type of author box.

    Once again, thank you so much for your awesome suggestions 🙂

    Warm Regards

    in reply to: Logo size.. #9912
    acmethemes
    Keymaster

    Hello Milena,
    Thank you so much for your questions. You can customize the logo size from acmethemes/core.php file. Increase the height and width of logo size from the code there or replace that code with the below code:

     add_theme_support( 'custom-logo', array(
                'height'      => 70,
                'width'       => 290,
                'flex-height' => true,
                'flex-width' => true
            ) );

    You will see the similar codes there, remove it and add the above one.
    There is no any filed to add the Advertisement just below the menu, you can only add above the menu. If you want to add there, you need to customize theme.
    Let us know about the results.

    Regards
    Acme Supports

    • This reply was modified 8 years, 1 month ago by acmethemes.
Viewing 15 posts - 3,316 through 3,330 (of 4,157 total)