Page 247 – Acme Themes

Forum Replies Created

Viewing 15 posts - 3,691 through 3,705 (of 3,982 total)
  • Author
    Posts
  • in reply to: Problem with Nextgen Gallery #6496
    acmesupports
    Participant

    Hello lucke-stz,
    Thank You so much for your question.
    Are you using nextgen gallery plugin for the images gallery ? Instead of using plugin, what about making the galley from WordPress default gallery? Please have a look here about how to make the gallery.
    If you want to use that plugin, please check once by deactivating the other plugin once and try it. It may cause due to the plugin conflicts.

    Warm Regards,
    Acme Supports

    in reply to: distorted images in slider #6472
    acmesupports
    Participant

    Nice to know that your problem is solved.

    Thanks

    in reply to: Moving a section of content #6460
    acmesupports
    Participant

    Hello James,
    Thank You so much for your question. As per your question, please find that codes inside hooks/related-posts.php and manage the code there. There is no any options to move the date, so you must have to play with the code.
    Note: Child Theme is recommended to customize theme.

    Kind Regards,
    Acme Supports

    in reply to: distorted images in slider #6452
    acmesupports
    Participant

    Hello Mayely,
    Thank you so much for your question. Please follow the theme documentation and Fix the images using Acme Fix Images Plugin as mentioned on documentation. Please follow the every steps of documentation.
    Hope, it will solve your problem. If not, please do reply us with site URL too.

    Warm Regards,
    Acme Supports

    in reply to: Breadcrumb #6450
    acmesupports
    Participant

    Hello,
    As per your requirements, you have to customize the breadcrumb. Please find the codes inside acmethemes/functions.php and customize the breadcrumb as your need.
    Note: Child Theme is recommended to customize theme.

    Thanks

    in reply to: Sticky sidebar #6445
    acmesupports
    Participant

    Nice to know that your problem is solved. If you have any problem regarding our theme, please post your query with new ticket, we will provide the best solutions for you.

    Thanks

    in reply to: Sticky sidebar #6443
    acmesupports
    Participant

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

    .theiaStickySidebar {
        top: 65px !important;
    }

    If not worked, please let us know. We will provide the best alternative for you.

    Warm Regards,
    Acme Supports

    in reply to: AcmeBlog / functionality #6427
    acmesupports
    Participant

    Hello Kirill,
    Thank you so much for using our theme AcmeBlog. As per your question, this features in no available on theme, because as per WordPress standards, integrating plugin is not allowed, so plugin is not added on theme. If you need this features, please find the plugin with that features. https://wordpress.org/plugins/
    If you faced any problem, let us know. We will do our best to help you.
    Kind Regards,
    Acme Supports

    in reply to: How to overlap the entry text over the photo #6426
    acmesupports
    Participant

    Hello Andrzej,
    Would you please elaborate the requirements that you need such type of design on home page, or inner pages or on all pages. You need the same layout of the SuperNewsPro ? Would you please provide us the screenshot, if possible about your requirements.

    Thank You

    in reply to: Sticky sidebar #6424
    acmesupports
    Participant

    Hello Per Johansson,
    Thank You so much for using our theme SuperNewsPro. We checked on demo and it is working fine here. Would you please provide the link of your site so that we can check the issues on real problem ?

    Kind Regards,
    Acme Supports

    in reply to: Featured slider has changed the size #6372
    acmesupports
    Participant

    Hello Daria,
    Thank you so much for purchasing our theme and thanks for your question.
    As per your question, have you added any plugin, edited code etc? If you have added any plugin, please uninstall the plugin one by once and check.
    If the problem will not solved, please follow the documentation and fix the images using Acme Fix Images Plugin.
    If you have any query or about this problem too, please let us know.

    Warm Regards,
    Acme Supports

    acmesupports
    Participant

    Hello owengeorgewilliams,
    Thank you so much for your question regarding Corporate Plus theme. As per your question, the theme default font for body is,
    font-family: 'Lato', sans-serif;
    You can Inspect our demo page from browser and find the font used on the theme too.
    If you have any confusion, let us know. We will try to solve your problem in any cost.

    Warm Regards,
    Acme Themes

    in reply to: Rss dont work with your theme #6367
    acmesupports
    Participant

    Hello candyw,
    Thank you so much for your question regarding our theme SuperMag.
    1. Which plugin are you using for RSS feed ? Would you please tell me that you are using plugin or Custom code? So that we can check and find the issues and solutions.
    2. What you mean by irritating on the case of Widget ? Is widget appeared weird or other things? Have you edited any code on theme ?
    3. In case of pages, you want to display pages, in slider and slider right section ? This theme is specially designed for magazine and blog, so users usually add post and manage all the section from the post in free theme. But in premium version, you can manage slider from category and make your custom slider.
    Please have a look here to know the difference between free and pro version.

    Warm Regards,
    Acme Supports

    acmesupports
    Participant

    Hello Tzu-hao,
    Thank you so much for your question. You have to write some custom CSS code to make background black.

    @media only screen and (max-width: 500px) {
        .main-navigation ul ul{
          color: #000000;
      }
    }
    

    Add the above CSS codes on Customize > Layout/Design Options > Custom CSS
    Note: Child Theme is recommended to customize theme.
    Warm Regards,
    Acme Supports

    in reply to: How to change the font-family of the menu texts #6325
    acmesupports
    Participant

    If you want to use your own Custom Fonts, please use the class selector for menu text below.

    .main-navigation .menu-item a {
        font-family: verdan;
    }

    Write the font family as your need there.
    Add the above CSS codes on Customize > Layout/Design Options > Custom CSS
    Note: Child Theme is recommended to customize theme.
    Warm Regards,
    Acme Supports

Viewing 15 posts - 3,691 through 3,705 (of 3,982 total)