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 - 241 through 260 (of 6,751 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    Topic: Two problems

    #283072

    Hi

    I have an error message in the console on the site I’m editing. There’s virtue in it so maybe it’s a theme-related bug…
    Uncaught TypeError: Cannot read properties of null (reading ‘length’)
    at t.registerBreakpoints (slick.min.js?ver=1.8.1:1:26928)
    at new t (slick.min.js?ver=1.8.1:1:2796)
    at i.fn.slick (slick.min.js?ver=1.8.1:1:42773)
    at e (virtue-slick-min.js?ver=4.10.8:1:1968)
    at virtue-slick-min.js?ver=4.10.8:1:2246

    Otherwise I don’t understand why the “legal notices and personal data policy” menu is displayed at the bottom right of the footer, I didn’t put it in the fourth column of the footer, nor in the last row at the bottom , but only in the second column of the footer…

    here are the access codes to my site which is in maintenance mode :

    login : kt
    password : sef#HLb91bmeMznVZ0#SmFto
    Thanks
    Peggy

    #282959

    I’m using KadenceVersion: 1.1.34 but do not have the pro add on.

    How do you add adsense code to a site?

    All the posts I can find online say go to “Theme Options > Header and Footer Scripts” but I’m assuming this is just for pro users as I can’t see these options.

    So how do non-pro users add adsense code to a page? (I’m completely new to WP and Kadence and struggling to figure where everything goes).

    Thanks

    Matt

    #282940

    Hi Archita.

    Thank you very much for the reply and video. I understand how the elements feature of Kadence works and I’ve used it quite extensively in the project for content around the post and various headers, footers etc.

    Having done a little more research the WordPress block templates wouldn’t suit my needs either. I misunderstood what that was. What I needed was Patterns. Indeed I’ve installed a Pattern manager plugin which allowed me to do exactly what I wanted. However, patterns are stored in the theme directory, so of course when I updated the Kadence theme they got deleted.

    So, if I’m right in thinking that Kadence Elements are the equivalent of block templates. Are there any plans to replicate WordPress patterns within Kadence in the same way? Or is that what Kadence Cloud tab does in the design library? In which case. Is there an option to hide the other tabs and only show design library layouts from Kadence cloud that I’ve created for a specific site?

    Thanks again.

    In forum: Ascend Theme

    In reply to: Staff Options

    #282817

    Hi Milla,

    I understand you want to remove the space between the staff text and the icons.

    I see from the CSS on your website that the icon “padding” is being set to 0, which means that the amount of space between the top of the “post-footer-section” element and its content will be zero:

    .staff_item .post-footer-section {
    padding: 0;
    border-bottom: 0;
    }

    Could you please confirm if the current space between the staff text and the icons is okay with you?

    Else, if you would like to reduce it further, you will need to decrease the bottom margin of the paragraphs using this CSS code:

    .staff_item .entry-content p:last-child {
        margin-bottom: 10px;
    }

    You can set the margin-bottom to 1 if you want the icon closer to the text.

    I hope this helps. Please let me if you have any other questions or clarifications.

    Cheers,
    Eze

    #282742

    Hello, when I enter my website from an Android mobile device, everything looks fine, but when I click on the menu to enter the categories, everything looks wrong, deformed, and with different colors in the header and footer. It is as if when entering the menu categories it was not responsive on Android and everything looks too bad and does not respect the default colors. From the WP administration panel on PC, when you press the mobile or tablet icon, everything looks fine and nothing changes, but if I enter from Android it gives an error. Any solution?

    Note: If I am in the categories menu where it looks bad and I press start again, everything returns to normal, it only fails in that area. I just discovered that if I press the next page 2, 3, 4, pass the same thing, it gives an error

    • This topic was modified 3 years, 1 month ago by rufino.
    • This topic was modified 3 years, 1 month ago by rufino.
    #282731

    Many thanks, Archita and Karla.

    The CSS worked perfectly. Yes, I do have PRO versions of the theme and Kadence blocks. As I said, the template element was working fine. Just was displaying the header and footer on the error page.

    I just couldn’t work out where to put the CSS. You’ve been great help, Thank you both!

    Nev.

    #282728

    Hi, Nev!

    In addition to Archita’s response:

    Since the 404 page is not a normal page, there is no layout option to disable the header and footer for it.

    If you’re already using the Kadence Pro add-on and you also have the Kadence Blocks Pro add-on, you can add the CSS code to Kadence Blocks Controls > Page Scripts > Custom CSS and JS > Post Specific CSS:

    header,
    footer {
      display: none;
    }

    This is how it worked on my website – https://share.getcloudapp.com/9ZuKENEK.

    I hope this helps. Let us know if we can help you further.

    Regards,
    Karla

    #282707

    Greetings, all.

    I have a custom element template to replace the 404 page. This works well, but I would like to remove the header and footer from the displayed page. Can this be achieved via the theme customizer settings, from within the actual element settings or will I need to use CSS somewhere?

    Many thanks in advance.

    Nev.

    #282654

    I just installed kadence, this is what the body classes are. This is too many classes and is the wrong way to do theme customization. Id rather you put the css in the header if these options are active than putting everything needed or not into a single css file and then cramming the body full of classes. I would have expected better from kadence.

    <body class=”home page-template-default page page-id-7151 logged-in admin-bar wp-custom-logo wp-embed-responsive tribe-js footer-on-bottom animate-body-popup link-style-standard content-title-style-hide content-width-fullwidth content-style-unboxed content-vertical-padding-show transparent-header mobile-transparent-header customize-support hide-focus-outline header-is-fixed” style=”/* –kb-screen-height-fix:527px; */” data-aos-easing=”ease” data-aos-duration=”400″ data-aos-delay=”0″>

    domsize-kadence

    This issue has been reviewed with an in-depth video. https://jackcao.com/kadence-blocks-dom-size/

    #282650

    If the widget is appearing on every page near the top or main menu, it is because that particular widget is INSIDE the header somehow. If I am understanding correctly, you only want it on the home page, this means it must be in the BODY of the page only and not in the header or footer. Solution would be to remove it from the header, then insert it into the page body only on the home page. Hope this helps a little bit.

    #282535

    Hi Andy,

    Thanks for sharing the website URL. Please add the following CSS code:

    .kadence-pro-fixed-on-scroll-footer-space.item-is-fixed{
    z-index: 999 !important;
    }

    I hope this helps. If you have further questions, please let us know, and we’ll be happy to help out.

    Best Regards,
    Archita

    #282497

    Hi Archita,

    Thanks for your help. I have tried both options, but have not had success yet.

    My website is https://www.andysiddersphotography.co.uk/before-and-after/

    When I disable ‘Load Content After Footer’ the modal appears in the incorrect position at the bottom of the page and the modal background does not display.

    Thanks again for your help.

    Andy

    #282492

    Hi Andy,

    I have replicated issue on my test website.

    There are two options while creating Modal:

    • Load Content After Footer enabled: When we enable this option, it is showing fixed row active. To resolve this issue, you can add custom css.
      .item-is-fixed {
      z-index: 999;
      }
    • Please share the exact website URL, so we can send you exact CSS according to your website.

    • Load Content After Footer disabled: When we have this option disabled, then it will not show bottom row active.
      Check the screencast: https://share.getcloudapp.com/qGuqwnod

    I hope this helps. If you have further questions, please let us know, and we’ll be happy to help out.

    Best regards,
    Archita

    #282391

    My primary navigation started to display wonky: out of order and only main pages displayed.

    I created a new menu. deleted the primary. I could’nt find the “primary menu” option anywhere! it’s only showing in the customizer. But it won’t dispaly it. So I opted to display the third menu. Where did my primary menu go??? THEN my footer completely stopped dispplaying. All my widgets are there. none are dispalying. What gives?????? I’m so upset and in distress.

    #282370
    This reply has been marked as private.
    In forum: Kadence Theme
    #282293

    Hi Stefan,

    You can change the font size of a footer content (widget) from the Customizer.

    -Goto Customize –> footer
    -Click on the settings (gear icon) of the row you want to make changes. Check the screenshot: https://share.getcloudapp.com/E0uX5jAn
    -Goto design tab —> Widget content –> change font size from third option. Check the screencast: https://share.getcloudapp.com/o0uYoPPB

    Check the screencast: https://share.getcloudapp.com/mXuDdK1P

    I hope this helps. Please let us know if we can assist you further.

    Best Regards,
    Archita

    #282291

    Hi There,

    I viewed your website, but I was only able to see the copyright text in your footer https://share.getcloudapp.com/4guNQnGR. Did you remove the footer menu?

    If you were using widgets to display a quick footer menu, double-check if the “Collapse sub menu item” option is checked.
    Check the screenshot for reference: https://share.getcloudapp.com/OAu2YPyY
    Check the screencast: https://share.getcloudapp.com/12u7e48R

    You can uncheck the collapse sub menu item option if not required.
    Or you can use a custom CSS to remove border from footer quick link’s widget. Here’s an example code:

    .footer-widget-area-inner .collapse-sub-navigation ul.menu li a {
    border-bottom: 0px;
    }

    Note: The above CSS code is an example, you have to select classes according to your website layout. Or send us the screenshot of the issue, and we will send you the exact CSS code.

    I hope this helps. Please let us know if we can assist you further.

    Best Regards,
    Archita

    #282273

    Hello,

    How and where do I change the size of the fonts in he footer? Not the title point size, but the paragraph text font size.

    Best ragrds
    Stefan Lindblad

    #282272

    Hello,
    There is an underlined menu in the footer of my site. In posts with similar issues, I found CSS codes that worked, but mine did not.
    Is there a way to remove the horizontal lines under each link? You can find the website at

    #282178
    This reply has been marked as private.
Viewing 20 results - 241 through 260 (of 6,751 total)