Page 148 – Acme Themes

Forum Replies Created

Viewing 15 posts - 2,206 through 2,220 (of 4,157 total)
  • Author
    Posts
  • in reply to: Right Side Button – new page? #21900
    acmethemes
    Keymaster

    Most welcome. 🙂

    in reply to: Fluidness banner #21899
    acmethemes
    Keymaster

    If you hide the header image on the pages, the problem will solve. So, please make sure you want to hide that section or not. You to hide the header section on another forum. https://www.acmethemes.com/supports/topic/disable-the-slider-on-certain-pages/

    Thank you

    in reply to: Disable the slider on certain pages? #21897
    acmethemes
    Keymaster

    Thank you, please try it.

    in reply to: Disable the slider on certain pages? #21896
    acmethemes
    Keymaster

    Thank you, please try it.

    in reply to: Right Side Button – new page? #21864
    acmethemes
    Keymaster

    Dear bregtv,
    In case of additional features, you need to customize the theme codes. Please request here for theme customization. http://acmethemes.com/customization-request

    Thank you

    in reply to: Disable the slider on certain pages? #21863
    acmethemes
    Keymaster

    Hello bregtv,
    Don’t you need the slider section on inner pages? If so please add the below css codes on Appearance > Customize > Aditional CSS,

    .inner-main-title {
        display: none;
    }

    Hope this helps.

    Regards

    in reply to: Fluidness banner #21862
    acmethemes
    Keymaster

    Dear bregtv,
    Thank you so much for using the support forum for the query. It may be caused because of the Animation effect, can you please disable once and check it. Follow these docs to disable the animation. https://doc.acmethemes.com/education-base-pro/#Layout/DesignOption

    Thank you

    in reply to: More narrow sidebar #21851
    acmethemes
    Keymaster

    If so, please use media query for it. Please add the below CSS codes,

    @media only screen and (min-width: 760px) {
     secondary-sidebar {
    width: 20% !important;
    }
    #primary {
    width: 79.5% !important;
    }
     }

    Hope this helps. Please try.
    Thank you

    in reply to: Animation Bug #21850
    acmethemes
    Keymaster

    Dear Anna,
    Can you please provide your site link after turning off Animation option? We will check your website and provide you some alternative solution.
    If you are familiar with codes, you can check custom.js file for animation and you can remove that code snippet as well.

    Thank you

    in reply to: More narrow sidebar #21845
    acmethemes
    Keymaster

    If you remove the codes, is your mobile view looks fine? or your mobile design still looks not good even you remove the above codes?

    acmethemes
    Keymaster

    Nice to know that your problem is solved.

    in reply to: I can not write posts and topics #21843
    acmethemes
    Keymaster

    Dear barteka,
    Can you please check once by deactivating the installed plugin and check once? Sometimes this type of issues arises due to the conflicts with the plugin. Please check once and let us know.

    Regards

    in reply to: width of sidebar #21842
    acmethemes
    Keymaster

    Please add the below CSS codes inside Appearance > Customize > Additional CSS,

    .secondary-sidebar {
        width: 23% !important;
    }
    #primary {
        width: 76.5% !important;
    }

    Hope this helps.

    Regards

    in reply to: Darkening Font #21819
    acmethemes
    Keymaster

    Can you please try once by adding !important,

    p {
        font-weight: 500 !important;
    }

    Hope this helps. If not, please contact us again, we will provide next CSS codes.

    Regards

    in reply to: More narrow sidebar #21818
    acmethemes
    Keymaster

    Dear maa821,
    Please check our demos first on your mobile phone. I think you will see the different layout on mobile phone respect to your own website. It means that you have edited any theme codes or it’s about the plugin. You already mentioned that there is no any plugin installed for such thing, so please replace the theme folder with new one. Hope, it helps. If not, please contact us via the contact section.

Viewing 15 posts - 2,206 through 2,220 (of 4,157 total)