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 'footer'

Home / Forums / Search / Search Results for 'footer'

Viewing 20 results - 961 through 980 (of 6,751 total)
  • Author
    Search Results
  • #248770

    The top bar menu is dark blue with white letters.

    The primary menu used to be the same color and with white letters.

    When I go to advanced styling to set the background color, I don’t see an option.
    The options available are:
    main background
    topbar background
    header background
    secondary menu background
    mobile menu background
    feature background
    footer background
    body background

    Under the menu settings, I see options for:

    Primary Menu Font and Color
    Hover and Active Font Color
    Hover and Active Background Color

    I can’t seem to find a place to set the primary menu background color.

    Website:

    #248748

    merci so much Hanna . I have tried to disable the plug in Full screen background , it does nothoing.

    I can send to you all of the css added to the Advanced option theme.

    a bit in disorder but maybe something will help .
    the heroes content are not displayed under the @media (max-width: 768px)

    list of css active :

    /* Main home page with choice of languages Landing page do not display menu and footer on english version only page 3 langues */

    .home #kad-banner, .home #containerfooter {
    display:none;
    }

    /*STyle of the portfolios items … on a Portfolio page */
    .portfolio_item .portfoliolink {
    position: static;
    border: 0px solid rgba(255,255,255,.5);
    opacity: 1;
    background: rgba(0,0,0,0);
    border: 2px solid transparent;
    }
    .portfolio_item .piteminfo h5 {
    margin: 0;
    padding: 6px 0 6px 0;
    color: #EEE;
    }
    .portfolio_item .piteminfo p {
    color: #EEE;
    }
    .portfolio_item:hover .portfoliolink {
    border: 2px solid rgba(255,255,255,1);
    }

    /* FILTER PROJECTS in PORTFOLIO PAGE police filter name du portfolio */
    #filters li h5 {
    color: #99a1a4;
    font-weight:400;
    }
    /* color mouse over filter name on portfolio page */
    #filters li h5:hover {
    color: #fff;
    }
    /* pour mobile couleur du mot filter dans potolio page */
    .filter-trigger {
    color: #7593a0;
    }
    #filter-trigger:hover {
    color: #fff;
    }

    /* CODE POUR MOBIL to reorganise the display style of FILTER PROJECT SUR MOBILE code to change the style of displaying the filter project in Portfolio Page – Hanna */
    #filters li {
    float: left !important;
    margin-left: 15px !important;
    margin-bottom: 10px !important;
    }
    #filters {
    height: auto !important;
    }
    .filter-trigger {
    display: none;
    }

    /* CONTACT PAGE rend transparent le background de area de saisie de texte ds */
    #kad-feedback-new-post input.full, .contactform input.full, .wpcf7 input {
    background-color: rgba(220,220,220, 0.7);
    }
    .wpcf7-form-control.wpcf7-textarea {
    background-color: rgba(220,220,220, 0.7);
    }

    /* CONTACT PAGE change lthe color of submit’s text of bouton send dans contact */
    .wpcf7 input.wpcf7-submit {
    padding: 12px 18px;
    font-size: 12px;
    border: none;
    display: inline-block;
    color: #1b84e1;
    background: #fff;
    transition: background .6s ease-out;
    -webkit-transition: background .6s ease-out;
    -moz-transition: background .6s ease-out;
    -o-transition: background .6s ease-out;
    }

    /* TO DISPLAY THE PAGE 3 LANGUAGES ON MOBIL 3 langues s’affiche sur Mobile */

    @media
    (max-width: 780px) {
    .so-widget-sow-hero-default-2da0f0801951 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
    height: auto !important;
    }
    }

    /* RIGHT TOP BAR WIDGET to display on/off if Mobil or PC ( contient le F11) only */

    @media
    (max-width: 768px) {
    .topbar-widget {
    display: none;
    }
    }
    /* to suppress empty space before (top) content of home page */

    @media
    (max-width: 768px) {
    .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
    padding: 0;
    }
    }
    /* espacement du texte dans page bio ; voir css style du module de la page a line-height à 27 px*/
    ——————————-
    maybe it could help you .
    marc

    #248744
    This reply has been marked as private.
    #248577

    Thanks for reminding me to try different browsers!
    Safari and Chrome are OK, Firefox shows the problem as shown in the screenshot.

    Also, on the homepage, the footer is off the bottom for all browsers.
    Kind regards,
    Phil.

    #248562

    Thanks for the CSS Hannah – the 1px gap on the home page has gone.

    Regarding the footer going off the bottom of the page, it is happening in more than one place – possibly for different reasons.

    The single product page is one example and I have included a screen shot to show a close-up of the bottom 20 or so pixels missing.

    image

    The home page is different – I have a slider set to full heigh and instead of just filling the sceen, it pushes the footer waaaay down.

    Very many thanks for your help,
    Phil.

    #248553

    Hey,
    So importing the demo content actually overrides all your existing content and settings. Your host may be able to do a backup for you if you do not want this. Otherwise I would be happy to help you get things set up as you’re wanting.
    The footer content pulls from your footer widget area which can be edited from Appearance > Widgets.

    Hannah

    #248538

    Sorry, I’m seeing the footer at the bottom of your screen even in your screenshot. Again, apologies if I’m overlooking something. Can you please clarify?

    2. You can use this css:

    .sliderclass {
        padding: 0;
        margin-bottom: -2px;
    }

    In the future it is best to start a new topic 🙂

    Hannah

    #248528

    I have a related question – I have got myself in a bit of a muddle! I downloaded the Virtue demo over my existing site. I thought I would be able to clean things up and I would learn more about the workings as I did so but it doesn’t seem so easy! At the moment when I edit in elementor some of the stuff I see on the editting panel I don’t see on the test site – examples include my call to action and a video that I have on the home page. Instead I see the demo call to action only. Also, I can’t see how to update the footer information to remobe the demo content.

    Sorry to be a pain, I appreciate I have complicated everything, can you help? My test site that I am working from is houndsconnect.dreamhosters.com

    Thank you

    #248526

    Hello Hannah and Ben,

    after 2 days working on updating our website, I am facing 2 issues, that I haven’t solved yet, so I’ve decided to ask here for help.

    1. I want to change my website to a complete fullwidth homepage.
    The challenge I face is the header. I want to make it fullwidth with Logo, Menu and Social Icons (right now using topbar), and an thumbnail image to register to newsletter. Somehow like here

    Do I need to add a script in header and footer script section?

    2. How do I write text and btton over the home slider, like in this example?

    I haven’t figure that out yet

    ————————————————————

    I hope you can help me out with one or two of my issues. Thank you for this support forum. It was already quite helpful to me

    #248513

    Hi Hannah,

    Sorry for the delay – site is now live.
    The problem seems to be confined to products because the content is much shorter for products. So we need to stretch the page so that the footer is at the bottom of the screen.

    At the moment it is nearly there but the bottom of the footer is just off the bottom of the screen. I have tried to modify the padding in the css but have been unable to fix it.

    As a separate problem, (do I need a new ticket?) there is a 1px line of background at the bottom of the full-screen slider on the home page. Please could you advise how to remove this?

    Thanks,
    Phil.

    #248482

    Sorry, I think I misunderstood you.

    it always drops off the bottom of the page

    Do you mean that you are losing part of the footer? You can increase the padding-bottom value in the css you’re adding. Does that make a difference? Your site is in maintenance mode so I’m no longer able to access it.

    Hannah

    In forum: Pinnacle Theme

    In reply to: Pinnacle vs. Ascend

    #248464

    4. Sorry for misunderstanding! There isn’t a function for this within the Kadence Slider. As a workaround, you could use the Advanced Slider block from Kadence Blocks. That would allow you to add a full-width row layout to the block and then add a header text within that. Would this work for you?
    As for your menu, are you planning to keep it three menu items on either side instead of four? If so, remove this from the above css:

    .kad-header-style-basic.kad-header-center-logo .kad-primary-nav ul.sf-menu>li {
        width: 25%;
    }

    You may also need to use a smaller font for your menu items so they do not wrap.

    This will put your footer and copyright on two different lines:

    .footernav.clearfix, .footercredits {
        width: 100%;
        text-align: center;
    }
    .footernav ul {
        float: none;
        text-align: center;
    }
    .footernav ul li {
        float: none;
        display: inline-block;
    }

    Hope that’s helpful!

    Hannah

    #248454

    Hey Bill,
    This css should do it for you:

    .page-id-34 #containerfooter {
        display: none;
    }

    You can paste that into your custom css box in Theme Options > Advanced Settings.
    Let me know if I can help further!

    Hannah

    In forum: Pinnacle Theme

    In reply to: Pinnacle vs. Ascend

    #248451

    Back to the menu problem:

    Can you please check the primary menus again? Menus are changing, as I’m building the website…and now I have 3-3 left and right menus, but what if 1 menu text has 2 words? They look bad again 🙁

    And I’d like the Footer menu line and the Footer copyright text to appear in 2 lines, as they are in 1 line now.

    Thanks a lot,
    Anita

    #248429

    Hi there. How do I hide the footer on one page only. the postid is post=34 Thanks very much.

    #248413

    You can add this css:

    @media (max-width: 780px){
    .footer-widget.widget .siteorigin-widget-tinymce.textwidget p, .footer-widget.widget .siteorigin-widget-tinymce.textwidget h5 {
        text-align:left !important;
    }
    }

    Ben

    #248403

    Align footer text left on mobile – in the column 1 footer (The top long one – above footer 2-4) I have a layout builder with 3 columns and 3 editors – Can you help me align the text to the left on mobile version?

    Best Susanne

    #248386

    Hi Hannah,

    I’m using your code from “Footer always at bottom” on this site, but because I have made modifications, it always drops off the bottom of the page!

    An example is here but it may move due to ongoing development, so please feel free to look at any “short” page.

    Thank in advance,
    Phil.

    In forum: Pinnacle Theme

    In reply to: Pinnacle vs. Ascend

    #248368

    Hello again,

    Back to question no. 2: primary menu looks nice now, but submenu items not, they are not listed correctly. The same problem is with menu layout in the footer widget. Can you please check that?

    Thanks,
    Anita

    #248360

    All good! This css should do it for you:

    .single-product #containerfooter .kad-info-box {
        display: none;
    }

    You can paste that into your custom css box in Theme Options > Advnaced Settings.

    Hannah

Viewing 20 results - 961 through 980 (of 6,751 total)