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 - 1,241 through 1,260 (of 6,751 total)
  • Author
    Search Results
  • #237964

    Okay, Ben, I reviewed this again…

    In order to get all the categories listed in the footer as I have shown, I will have to develop another category CSS to handle it. Correct? That’s a developer project.

    So – I have snapped a plugin called “Enhanced Category Page” and am doing the following. Each of the “categories” listed in the footer will be linked to their own page. Such as this http://www.websitename.com/category/categoryname

    Otherwise, I don’t see how we can do it without your helping to write code to develop. And I know that’s not in our membership. <cheesy grin>

    We have tried using the Category Widget in the footer, but again, it either lists (which is a long list) or usng dropdown, which is also very long and difficult to maneuver.

    Any thoughts you might have, please share?
    Thank you,
    Pam

    #237962

    Hi, Ben, thank you for responding. Sorry for the delay.

    We began imputing some. On the website, the categories are listed in the footer, using Virtual Editor and columns.

    We want a visitor to be able to click on the topic they want to read and then be taken to the page listing all posts relative to that particular category.

    We tried using the List Category widget, but it just lists them in one column. Not what we are looking for.

    Hope that helps.
    Thank you,
    Pam

    #237952
    This reply has been marked as private.
    #237951

    Hi,

    We have created a list of topics in footer. It gives us the clean look we’re look for. The Category Widget wouldn’t allow us to place in 6 columns. I will give you the link so you can see what I mean.

    If there is another way to accomplish this look, please share. Otherwise, I fear that we will have to create a page for each topic and create a shortcode. <grimace>

    Your thoughts?

    Thank you,
    Pam

    Link in separate post. 😉

    In forum: Ascend Theme

    In reply to: Footer problem

    #237923

    Hey,
    I’ve not edited your topbar.

    1. None of your script is missing from the output of the page. You will have to follow up with Amazon and ask them specifically for what they see missing.

    2. The next update will include the api to allow only footer replacement. That should come out this week.

    Ben

    In forum: Ascend Theme

    In reply to: Mobile layout

    #237902

    Thanks Hanna,

    1. Is there another option than to use Mobile Header? I ended up with a header in addition to the image I have on the desktop version. I would like to have an alternative image for portrait format (i.e. mobile and tablet). The effect I’m after is to have an almost full screen image (or slider) on desktop, with another on mobile. I have since reconfigured my home page to use a Slider Pro in place of a static image.

    2. the CSS for the footer worked fine – thank you!

    In forum: Ascend Theme

    In reply to: Increase Footer Size

    #237881

    Hi Amber,
    You can use this css:

    .footermenu li a {
        font-size: 20px;
    }

    Just paste that into your custom css box in Theme Options > Custom CSS.
    Hope it helps!

    Hannah

    In forum: Ascend Theme

    In reply to: Mobile layout

    #237878

    Hey Phil,
    1. Yes, you can set this from Theme Options > Mobile Home Header.

    2. Try adding this to your custom css box in Theme Options > Custom CSS:

    @media (max-width: 768px) {
    .col-md-6.col-sm-6.footercol1 {
        width: 50%;
        float: left;
    }
    }

    Hope that helps!

    Hannah

    Anonymous
    #237876

    Greetings!

    Re this website:

    How can I increase the size of the footer menu font?

    Thank you in advance!

    // Amber

    In forum: Ascend Theme

    Topic: Mobile layout

    #237868

    I have two questions re responsive layouts

    1. I may have imagined this (!) but I think you have made a very neat way to choose an alternative image for the home page on mobile devices? I have a landscape image for desktop/laptop, but would like a portrait image for tablet and mobile. I have searched but I can’t find an answer. I’m currently using an image widget/site builder.

    2. I have social media icons and © in the footer, held at the bottom of the page using the CSS you provided. It works great on desktop but misaligns on smaller devices. Is there anything I can do?

    Thanks again!

    Phil

    In forum: Ascend Theme

    In reply to: Footer problem

    #237851

    Hi Ben,

    1) It’s an Amazon Affiliate tracking script. This is the information they give on where to put the code:

    “Copy the oneTag JavaScript code and integrate into the footer/before the end tag of the body of your website.”

    2) Thanks for looking into the display footer. I had trouble making the visual header responsive for mobiles so opted for just the footer. It would be great if you could get it to just show footer. Alternately, if there is a code to just show the header on desktop sites and the original on tablets and mobiles I could then switch it on regularly and use both the visual header and footer.

    Thanks for your help!

    In forum: Ascend Theme

    In reply to: Footer problem

    #237840

    1. Placing a div into the footer scripts area doesn’t really make sense. What is this script supposed to be doing for you? It seems more like something you would place into a widget area if it’s to show ads.

    Regardless, you can view source and see that all the code you posted here is output on the page. None of that is missing.

    2. Elementor removes the header on purpose. When you are using a header or footer template you have to use both:

    We require both header and footer to be implemented together, because most themes have an opening DIV tag in the header.php file and a closing tag in the footer.php file. If Elementor will replace the original footer file without the header, some DIV tags will remain open causing UI issues.

    There is a workaround I can look at placing into the theme that would allow/tell elememtor to only display one, I just haven’t had that many people lookin for this. But I’ll look into adding it.

    Ben

    In forum: Pinnacle Theme

    In reply to: Site width

    #237838

    Hi Ben,

    the sidebar ad is (now) set to “responsive”… it’s still wider than the header… I assume the skscraper ad only comes in this width.

    Same goes for the ad before the footer…

    Seems to cause no troubles, just looks a bit peculiar…

    What would you do?

    Thx
    Dan

    #237832

    I am trying to add an image to copyright footer. I got so far but image is not seen when logged in or logged out; just a placeholder icon is there.

    Here’s the code I inserted in the Theme Options/Footer for image within copyright text field:

    Must have code wrong. Help appreciated.


    I just corrected the code by removing the two // within src. Now I want to reduce the image size. What code would I add here? Or do I simply scale via media library edit portal?

    • This topic was modified 6 years, 7 months ago by Sharon.
    In forum: Ascend Theme

    In reply to: Footer problem

    #237815
    This reply has been marked as private.
    In forum: Ascend Theme

    In reply to: Footer problem

    #237813

    Hey,
    1. The theme options just output whats placed in there. There is no filter on it. Which means if code is missing then it’s not being placed in the box. Can you post a gist showing what code you are wanting to add?

    2. No, there is a script footer and a display footer. Are you using this plugin: https://wordpress.org/plugins/header-footer-elementor/
    Can you post a login so I can see how you have it setup?

    Ben

    #237808

    Hi Kaysen,
    Try adding this to your custom css box in Theme Options > Custom CSS:

    @media (max-width: 768px) {
    .row.newsletter-footer {
        display: inline-block;
        float: none;
    }
    form#mc4wp-form-1 {
        text-align: center;
        width: 100%;
    }
    }

    Hope that helps!

    Hannah

    #237806

    Is there a way to center the above footer widget area on mobile only? I am using a mailchimp signup form and it looks fine on the desktop version but when you get to mobile its not centered

    sport.inearz.com

    In forum: Virtue Theme

    In reply to: Footer widget width

    #237800

    Hi V,
    This css should work for you:

    #containerfooter .menu li a {
        min-width: 150px;
    }

    You can paste that into your custom css box in Theme Options > Advanced Settings.
    Hope it helps!

    Hannah

    In forum: Ascend Theme
    #237786

    Hi,

    I am experiencing problems with my footer at http://www.veggievagabonds.com

    Firstly, I am trying to enter coding for Amazon Onelink via the theme options>header and footer scripts, however having spoken with Amazon the full script isn’t showing and the code isn’t working.

    Secondly, I have made a new footer through Elementor, however when I publish it the header is disappearing (not made through Elementor) and it is also changing the page background colour from white to grey.

    To note, the footer which is currently displayed is the one made through theme options, I have changed the Elementor one to a draft.

    Could this be a problem with the footer, rather than two individual issues?

    T

Viewing 20 results - 1,241 through 1,260 (of 6,751 total)