Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'banner'

Home / Forums / Search / Search Results for 'banner'

Viewing 20 results - 1,221 through 1,240 (of 1,614 total)
  • Author
    Search Results
  • In forum: Pinnacle Theme

    In reply to: Mobile adjustments

    #72315
    This reply has been marked as private.
    In forum: Pinnacle Theme

    In reply to: White Space

    #72279

    Hey Ben,
    Looks like you have a blank info banner enabled? In Theme Options > Home Layout what do you have enabled below the image menu in the homepage layout manager?

    Hannah

    #72230

    Hi;

    I have tried to add a banner advertisement (Amazon) (iframe or javascript wrapped in DIV) but no matter what I try I can’t get the Sitewide Footer (area right above footer) to display the banner as CENTER aligned. I can get right and left alignment, but nothing I try with css will center the alignment of the banner in the space. It is 728×90 banner.

    help?

    thanks

    #72178

    Ben,

    There are a several things I’d like to tweak for viewing on mobile phone and 8″ tablet, but can’t figure out how:

    1. Home Page – The first slide of the Revolution slider that reads “stories that inspire” – on both the mobile phone and 8″ tablet “stories” does not move from the left to the middle position as it does on the laptop/full screen site. It stays stuck on the left side. Line spacing on two of the slides is also off compared with how it looks on the laptop. Specifically: the space btw “stories that” and “inform” is too tight and the space between “stories that” and “inform” is too wide. I have fiddled with the adjustments on the slider and can not get rid of the space.

    2. Home Page – I turned on the option to play music on the Revolution Slider but hear nothing.

    3. Home Page – Regarding the banner that reads “giving voice and vision to your stories” On the mobile phone I would like to reduce the height of the banner and font size. There’s also too much white space between the slider and banner. (On the laptop I made it flush with the slider). On the 8″ tablet I would also like to reduce the white space btw the slider and banner, but could live with it the way it is if that’s not possible.

    Thanks in advance for your help.

    Andrea

    2. Srvices Page: on the mobile phone “telling stories from concept to creation” is positioned too far right, as does the background photo. All is fine on the 8″ tablet

    In forum: Pinnacle Theme

    In reply to: Specific Mobile Menu

    #71958

    In your theme options > topbar settings you can choose to turn off the topbar on mobile. Right now it looks like you have that on. If you would like to turn that off you need to do so in the setting.

    As for hiding the primary menu on mobile use this css:

    
    #kad-banner .kad-header-right #mobile-nav-trigger {display:none;}

    Ben

    In forum: Virtue Theme
    #71659

    Hi Chris,
    Do you have the shrink header turned on? The banner will not work if that is the case. Can you post a link?

    Hannah

    In forum: Virtue Theme
    #71649

    I meant the banner, sorry. Now I set the settings to default. Although the new banner is now set under “main settings” of the kadence theme it doesnt’t appear. Do I have to activate it somewhere?

    Chris

    #71642

    Hi Support,

    I have created a site where I installed the virtue premium theme. After creating a layout and testing I created another site where I imported the theme options (I did it with the WP importer plugin and a xml-file). Everything was fine until I wanted to change the banner on the main site. It still links to the old page. Even when I change the settings on the new (productive) site it is not changing.
    There are no cache-plugins installed.

    I’d be thankful for any hint.

    Cheers,
    Chris

    In forum: Virtue Theme

    In reply to: Image menu

    #71489

    Hi Nelson,
    It’s not so much the image size as how the image is set up. Something like 700 x 300px. You can use css to keep your image from cropping. Something like this should work:

    .home .infobanner {
        background-size: contain !important;
    }

    Just paste that in your custom css box in Theme Options > Advanced Settings. Also see here- https://www.kadencewp.com/background-image-sizing/
    Hope that helps!

    Hannah

    In forum: Virtue Theme
    #70596

    Hi.
    I want to make widgets on the side at home like banners, ads by code. Sometimes on the left, sometimes on the right. What do i need to do?

    I’ve made home with page builder. and this picture is my home layout setting.

    #70357

    Hello,
    How can I remove the footer call to action banner and background only from my homepage …. but let it continue to trend on the other pages.

    In forum: Pinnacle Theme

    In reply to: Page Builder Margin

    #70309

    If you are talking about the image menu items you can use this css:

    .infobanner {
        margin: 5px 0;
    }
    

    Ben

    #70189

    Hey,
    you first need to remove this part of your css:

    .kad-header-widget {
        width: 30%;
    }
    

    You should not be setting a width to the widget area.

    and you need to remove all of this:

    #kad-banner .kad_img_upload_widget {
        text-align: right;
        max-width: 270px;
        width: 100%;
        padding-top: 70px;
        float: right;
        clear: both;
    }

    Then just add this:

    .kad-header-widget .so-widget-sow-slider {
        width: 30%;
        float: left;
    }
    #kad-banner .kad_img_upload_widget {
        float: right;
    }

    Ben

    In forum: Virtue Theme

    In reply to: Regarding homepage

    #70072

    Hey Lucas,
    You could probably make this work with some css. Can you post a link?
    For the bulletin banner, create a primary menu which will be placed in your header then create a secondary menu (from Appearance > Menus). You can set the backgrounds for the header and secondary menu in Theme Options > Advanced Styling. Then you can add a sitewide banner from Theme Options > Main Settings.
    Hope that helps!

    Hannah

    In forum: Virtue Theme
    #70037

    Hi Ben/Hannah,

    Is it possible to have a logo placed like on this link?

    Also please take a look on that website the 3 bulletin banner at the homepage. kindly let know how to do that on our theme?

    Thank you very much as always.

    #69601

    Hi Ben,

    Is there a possibility to make the footer banner thats trending 5 – 10 % transparent, like the way we have our drop down menu.

    I’d like the background to be very very slightly visible below d banner.

    Not sure if it would look nice, as yet … But just thought I’d give it a try if its possible.

    Do let me know.

    In forum: Virtue Theme

    In reply to: Portfolio problem

    #69481

    1. So you have polylang and pagebuilder installed? Have you tried backing up the version of pagebuilder your using?

    2. For question two you can add this css:

    .kad-header-style-two .nav-main ul.sf-menu>li a {
        line-height: 150px;
        padding: 0;
    }
    nav.nav-main {
        margin-top: 5px;
        margin-bottom: 0;
    }
    .kad-header-style-two .kad-header-center #logo {
        padding-bottom: 0;
        padding-top: 0;
    }
    .virtue_banner {
        line-height: 0;
    }

    Ben

    #69311

    .. Hmm I see your using the demo store notice.. Here add this css:

    #topbar {
        padding-top: 40px;
    }
    .woocommerce-demo-store #kad-banner {
        margin-top:0
    }

    As for a sticky header I see that on your site.

    You can add this to move the cart icon next to the logo:

    @media (max-width: 767px){
    .topbarmenu ul li a.cart-contents {
        position:absolute;
        left:0;
        bottom: -60px;
        z-index: 1000;
        color: black;
        font-size: 0;
    }
    .topbarmenu ul li a.cart-contents i {
        z-index: 1000;
        color: #7b217b;
        font-size: 28px;
    }
    .kad-header-style-three #logo a.brand {
        margin-left: 60px;
    }
    }

    Ben

    #69204

    Hey Martha,
    You can edit the header and background color from Theme Options > Advanced Styling.
    Have you added a sitewide banner from Theme Options > Main Settings? And it’s not displaying? Can you post a link?

    Hannah

    #69181

    Hi, I would like to change the header background colour, i looked in theme options but could not find the styling option to change this, also i would also like to change the background colour. I would also like to know why my site banner is not visible.

Viewing 20 results - 1,221 through 1,240 (of 1,614 total)