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 - 601 through 620 (of 6,751 total)
  • Author
    Search Results
  • #262361

    Hello, I would like you to help me modify a footer of this test page … I need that the menu that I leave with the widget does not have the white lines and that the widget in social networks is centered … thank you very much

    #262229

    Hey,
    Those are part of the css which is loaded at the top, the only way they wouldn’t be is from a plugin you have that is changing the way css is being loaded. So in that case you would need to manually add preloads into the head because this isn’t something the theme is doing. Using the Theme extensions area you can enable header and footer scripts and then add preloads into the header scripts area.

    Does that make sense?

    ‘Ben

    #262213

    Hi, Hannah,
    All I had intended to do was change the color on the header – I am using the default Kadence theme, so the header was black and the basic page menu was spread out in white on that header. But after I changed the color, the menu also changed to what I think is called a “hamburger” menu – and the site title (where the logo will go) has disappeared! It used to say AgeZap on the left side of the header; now there is no text at all.

    Also, I changed the color of the footer from (I think black or it might have been white – whatever the default was) and the layout of the footer also changed – instead of the single “block” widget I had put on the left, that widget text spread out across the entire page.

    So I’m thinking it would be easier to put the header and footer colors and layout back to default – then I can spend some time learning what I’m doing first LOL

    To see what I have now, please go to https://agezap.com/

    Thank you for any help,
    Dana

    #262184

    Brand new to Kadence and Gutenberg – after customizing the header and footer a bit, and publishing, I’d like to return to the original default settings. How can I do that? Thanks for any help.

    #262122

    After updating WordPress to 5.6 and updating Virtue –Premium to 4.9.31, the Homepage Layout on the top page is blank and no longer displayed. Please tell me what to do. Currently only the header and footer are displayed.

    #261970

    Hey,
    You need to close your media query prior to adding the new css. After your .newsletter-footer h5 css. Do you see that? It is missing a closing bracket.
    Hope that helps!

    Best,
    Hannah

    In forum: Virtue Theme

    In reply to: Navigation Bar

    #261886

    Hannah,

    This CSS made the adjustments in the navigation bar but also added in boxes in the footer when hovering over the navigation. Is it possible to only have boxes in the top navigation bar?

    Thank,

    Daniel

    #261837

    Hi again-

    Here’s the private development version:

    https://www.arlotte.co.uk/

    From the top mega-menu, try “About” and then “Carbon Footprint”.

    See how the “Environment” tab (now) opens correctly? Your code add-on for the footer worked (for that).

    However… as a consequence, see how the tabs themselves (on any page using them) now DON’T work 🙁

    I hope this helps? Thanks as always.

    John

    #261795

    Hi John,
    To link to a specific tab using the Ascend Tabs and Accordionw widget you would need to add some js to your footer output in Theme Options > Header and Footer Scripts.
    Find the js here: https://pastebin.pl/view/d64182ff
    Then use #sctab plus the name of the tab. So if your tab title is tab 1 then it would be #sctabtab1 and you would add that at the end of your page URL. Does this make sense? Let me know if you need further guidance!

    Best,
    Hannah

    #261775

    Hi,

    I disabled the header and footer of a page, but there’s still an extra space on the top.

    link: thetedellis.com/taylor-swift

    In forum: Kadence Theme

    In reply to: preload for rtl css

    #261752

    Hey,
    Preload is used when a component css file can be loaded further down the page. For example the footer css. You use preload and then load the footer css right before the footer HTML. Global and RTL are not component pieces so there is never a reason to preload because they need to load in the head.

    Ben

    #261435

    Hi,
    1. I’ll look at Smart Coupons plugin, I’m not sure I understand so I’ll need to recreate that to get an idea of what you are seeing.

    2. That is a bug when using elementor to build the template and preloading css files. Bascially when you preload css you are telling WordPress to load the css when you get to that section of the content. For example, all footer CSS loads right before the footer HTML. However, when you build the template in elementor the content is never called and so the css is never called. There is some checks for this in the case of using elementor and apparently not enough so I’m gonna have to make that system a little smarter to account for your setup. In the meantime, I’ve turned off CSS preload so that the column styling loads.

    3. Hmm elementor is rendering the cart shortcode incorrectly. Thanks for reporting that, I’m gonna look into this.

    I like how your site looks!

    Ben

    In forum: Kadence Theme
    #261431

    Hey,
    You have reusable blocks in the footer through reusable block widgets, however, something in that plugin is getting mixed up with the current post ID because it’s pulling in the product content and not your reusable block. I need to create a test environment with this kind of setting to figure out what the reusable block plugin is doing. In the meantime, I suggest adding blocks to your footer through the Kadence Theme Hooked Elements, You can use the shortcode in a text widget.

    Ben

    #261403

    Hi Pamela,
    Apologies for the delay! Hope you enjoyed your weekend.

    1. The Column block from Kadence blocks allows you to add a one-sided border color to a column. And the Advanced Heading block allows you to highlight text and give it a background color.

    2. You would just need to set this graph as your footer background and then set the color behind it to the same background color as your site. Does that make sense?

    3. The search in Kadence has a modal feature that will open the search as a modal when clicked. I think that’s what you’re after?

    4. I think this would require some css. But the css would be simple and I would be happy to help!

    5. You would just need to add a custom post type. This post explains how: https://kadence-theme.com/knowledge-base/general/how-to-add-a-custom-post-type/

    I hope this is helpful! We are happy to help with anything else if you decide to make the transition to Kadence theme.

    All the best,
    Hannah

    #261356

    Hi,

    can you share your plan with upcoming Full Site Editing change? What I mean, how different will be kadence theme in 4-6 months?
    E.g. Will header/footer builder still be relevant or it will be completely passed to the blocks?

    Basically, what we can expect with upcoming change.

    Thanks!

    #261330

    Hi Hannah, there is no padding set on the top row. I tried setting the top mobile padding to 0 as well but that did not have any effect. Please see attached screenshot.

    I think I mentioned I also disabled the vertical padding for every page (also see attached). This did have the effect of shrinking the gap but it did not disappear.

    There is also a much less noticeable gap directly above the footer, so I believe that this is a content margin issue. Where else can I control the margin for the content? And if there is no other setting, is there a way to do it with CSS (if so, please advise how)?

    The site has been officially launched and can be seen here: https://connetic.com/

    Screen-Shot-2020-12-04-at-12-01-59-PM screencapture-connetic-wp-admin-post-php-2020-12-04-12-05-37-edit

    #261220
    This reply has been marked as private.
    #261148

    Hi Mike,
    Ascend Theme allows you to insert header and footer scripts, but to add a header script to a specific page you can use a plugin like this: https://wordpress.org/plugins/header-and-footer-scripts/
    Hope that’s helpful!

    Regards,
    Hannah

    #260999

    Hi! I made a custom social but i dont see this in the footer widget. How do I add it?

    http://www.thetedellis.com

    #260996
    This reply has been marked as private.
Viewing 20 results - 601 through 620 (of 6,751 total)