• Resolved qualitymove13

    (@qualitymove13)


    I would like to replace the main picture above the call to action with a slider and also remove the picture and call to action/image from all the other pages I created. How is this possible? I tried another suggestion within the forum but it did not seem to work. Thank you in advance.

    https://www.canigliahvac.com

Viewing 15 replies - 1 through 15 (of 15 total)
  • Theme Author Styled Themes

    (@gejay)

    Hi There,

    Firstly hide the default content from theme.
    Please follow the following steps to fix your issue;
    Go to Dashboard=> Appearance=> Customize=> Basic Setting=> Default Content Setting=> And click in the Hide default content from theme=> And save it.

    After that you can follow this documentation to fix your issue. WE hope this will be helpful to you, if not then please let us know.

    Thanks

    Thread Starter qualitymove13

    (@qualitymove13)

    Hello,

    I am still not allowed to hid the default content from any other pages that I added following the above steps. Is there a different method I may try? Thank you in advance!

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    Have you keep the image in a banner widget?

    Thanks

    Thread Starter qualitymove13

    (@qualitymove13)

    Yes. I was using it as a placeholder until I grabbed an image of my own. Will they disappear from the other pages when I replace it?

    Thread Starter qualitymove13

    (@qualitymove13)

    Also, is it possible to remove the area directly under the “call to action” section of the home page? I wont be adding any information there. Thanks again!

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    Yes it will show in other pages also, but if you want to hide or show widget in some pages then you can follow this tutorial

    Sure you can remove the section, so for it you can use following css to fix your issue;

    .page-id-14 #fr-content-area {
        min-height: auto;
    }

    NOTE:Please use the child theme style.css or custom css plugin to write the css.

    Thanks

    Thread Starter qualitymove13

    (@qualitymove13)

    Ok. I added the css, so thank you for that!

    What is the widget that contains the main image that I can remove from the subsequent pages? I thought it was banner wide but that doesnt seem to have anything I can edit when I pulldown the widget arrow.

    Thank you!

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    Page Banner widget is for other pages except the home page, for home page banner you need to use the Showcase Front Page Widget. We hope you understand.

    Thanks

    Thread Starter qualitymove13

    (@qualitymove13)

    Thank you! I looked but can not find the Showcase Front Page you mention. Where can I find this? Thanks again!

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    We are really sorry about last reply, so please ignore it.
    To keep the image in banner wide widget please follow the following steps:
    Go to Dashboard=> Appearance=> Widget=> Banner Wide => Then put the Text Widget inside the banner widget=> After that please use the image url inside the content but use the image url like this
    <img src=”Image url here”/>
    Then save it.

    We hope this will be helpful to you, if not then please let us know.

    https://prntscr.com/bim149

    Thread Starter qualitymove13

    (@qualitymove13)

    This seems to have worked. The only problem I see is that when I am in mobile view there is quite a bit of space below where I inserted the image that is not there in computer browser view. Any suggestions? Thank you!

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    We are little bit confused but we have provided below css if this is not helpful to you, then please send us your issue with screenshots;

    .fr_widgets_cta {
        padding-top: 0px;
    }

    Thanks

    Thread Starter qualitymove13

    (@qualitymove13)

    I apologize. There is a small section (25-50 pixels long, I’m guessing) directly below the call to action portion of the page I’d like to remove. Is this possible? Thank you for the help.

    Theme Author Styled Themes

    (@gejay)

    You can use the following css for it;

    .page-id-14 #fr-content-area {
        display: none;
    }

    Thanks

    Thread Starter qualitymove13

    (@qualitymove13)

    This worked great! I appreciate all the help and you guys are great.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Main Image Replacement’ is closed to new replies.