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,481 through 1,500 (of 6,751 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #219866

    I just looked through the code of that plugin, it’s showing a filter to override all excerpts on the single events page. (I can’t understand why they would do that but I don’t know what they are trying to accomplish). Regardless there isn’t anything I can do for you because it’s the code simply overriding how WordPress is designed to work.

    I’m not sure why you choose that plugin but assuming you need to stick with it I suggest not adding anything on your single events that would pull in an excerpt. So, for example, turning off recent posts carousel and the footer testimonials.

    Ben

    #219840

    Hello,

    Somehow the calendar text is showing up in the footer section of the page where it shouldn’t be, like the testimonial slider and the recent blog posts descriptions. Can you give me some advice on how to fix this?

    Here is an example page:

    Thank you!
    Avery

    In forum: Ascend Theme

    In reply to: Submenus not collapsed

    #219779

    Hello,

    Those settings only apply to the main menu and secondary menu in your header. In general, a footer menu isn’t going to do this because it will resize the page when you open the menu items, which isn’t great for usability.

    Can you link to an example of what you’re trying to do so I can be sure that I’m understanding your goals completely?

    Thanks,
    Kevin

    #219776

    Ascend Premium – 1.7.3

    I have two menus in the footer where the submenus are not collapsed.

    I have turned on “Submenu items collapsed until open” in theme options, but they still don’t.

    They are both in the footer:

    I’m probably missing something

    Thanks as always for the help and the great theme!!

    In forum: Ascend Theme

    In reply to: Ascend problem

    #219666

    Hey,
    1. Are you in the customizer or the theme options? Have you tried in both? Can you send a login so I can see this? (you can use set as private reply.

    2. If you want my opinion I would suggest not using file looking backgrounds. But design is about opinions so someone might really like that.

    2a. you can use this css:

    .second-nav-container {
        margin-left: 0;
        padding-left: 0;
    }

    2b. you can use this css:

    .second-navclass .sf-menu>li:after {
        display: none;
    }

    2c. you can use this css:

    .above-footer-widgets .widget-title:before, .footer-widget-title:before, .kt-title:before, .sidebar .widget-title:before {
        display: none;
    }

    3. No, only use a child theme if you need to change code files, adding css it’s not required or needed.

    4. For your clients they can use your License, it means they come to you for support. If for example you were no longer working with them or you wanted them to come to us for support then they would need to get there own license but as long as they are your client the license is valid for them.

    If you cancel your license then the customer will get a notice in there admin that the license isn’t active and they are not getting updates. It’s then up to the client to decide if they want to ignore the message or get a license of there own 🙂

    I hope that helps!

    Ben

    #219653

    Kevin,

    In the Theme Options>

    Main Settings
    Mobile Header
    Topbar Settings
    Footer
    Home Slider
    Home Mobile Slider
    Home Layout
    Blog Options
    Basic Styling
    Advanced Styling
    Typography
    Menu Settings
    Language Settings
    Breadcrumbs
    Misc Settings
    Advanced Settings
    Theme Extensions
    Import/Export

    Is it located under one of these options?

    Pam

    #219642

    Hannah,

    Thank you for the response.

    Well, that’s my problem. In Appearance> Widgets….there is no option for header widget.

    I only have:

    Instagram Slider – Shortcode Generator
    Primary Sidebar
    sidebar1
    Top Widget
    Home Widget Area
    Footer Column 1, 2, 3, 4

    Am I missing something?

    Pam

    In forum: Virtue Theme

    In reply to: consent banner

    #219616

    Hey Shaun,
    There’s actually a header output built into your theme options. From theme options > theme extensions make sure “Header and Footer Script output” is turned on. Then save and refresh the page. You should then see Header and Footer Scripts in your theme options panel and there you’ll find a header output tab.
    Hope that helps!

    Hannah

    In forum: Ascend Theme
    #219591

    Hello,

    I bought membership and am trying to use Ascend theme. Have many questions, first: It seems that when I choose a Google font (Oswald) for the website in Appearance and then save “Custom CSS”, the fonts go back to default. What should I do?

    I’d like to build menus as in this site I have previously made: – would this be possible in Ascend? How to access the items in the 2 menus? Or maybe I should just forget about the archive file looking backgrounds in the menus. This is where I am trying out the new site:

    Detail question: 1. How to get the upper menu align left with the page content? Now the menu items are centered. 2. How to hide the vertical little line inbetween the horizontal menu items? 3. How to hide the horizontal line in the beginning of footer items and sidebar items?

    Is it advisable to create a child theme if you make so many changes? – I am not yet familiar with child themes, must study that.

    Question regarding work with clients: Now that I’m a member, shall I give my Product API Key to the client or just fill it in while building the site and then next year ask for a password and go fill the key in on their site again? What if I cancel my subscription? My guess is the client then is on their own and gets no updates, unless they make a subscription themselves.

    Thank you in advance,
    Ulla

    #219560

    How do I get rid of the space between the menu and the header image?

    This is what I have in custom CSS.
    .footercredits {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    }

    .footercredits p {
    font-size: 12px;
    color: #000;
    border: 1px solid #000;
    padding: 5px 10px;
    display:inline-block;
    }

    .home [class*=wp-image] {
    padding: 0;
    width: 100%;
    }

    .virtue_image_widget_caption {
    font-size: 16px;
    color: #000;
    margin-top: 5px;
    }

    Thanks.

    #219534

    What do you think is going on here? Here’s the code you gave me a long time ago to use for creating the sticky menu. I put it in footer column 4.

    <script type=”text/javascript”>
    jQuery(document).ready(function ($) {
    var topOffest = $(‘body’).hasClass(‘admin-bar’) ? 32 : 0;
    $(‘.navclass’).sticky({topSpacing:topOffest});});
    </script>

    Here’s another code you gave me related to nav bar. In answering this question: “How do I reduce space between menu nav links so all are on one line. And adding gold line on top and bottom of menu bar. Also can it remain one line even if someone increases screen size on monitor?”
    placed in Adv Setting Custom CSS box
    #nav-second ul.sf-menu>li {
    width: 8.75%;
    }
    .navclass {
    background: #000000;
    border-top: 5px solid #eea91f;
    border-bottom: 5px solid #eea91f;
    }

    #219501

    You can add this to your custom css:

    @media (max-width: 768px) {
    .col-md-4.footercol1, .col-md-4.footercol2, .col-md-4.footercol3 {
        width: 100%;
    }
    #containerfooter .alignleft, #containerfooter .alignright {
        float: none;
        text-align: center;
    }
    #containerfooter aside#widget_kadence_social-2 {
        display: table;
        margin: auto;
    }
    }

    In the future, it’s best to start a new topic:)

    Hannah

    #219472

    I did and turning that off fixed it, thanks!

    Is there any way to force the footer blocks to stack when mobile instead of breaking in the middle? (Should I post that as a new thread?)

    In forum: Virtue Theme

    In reply to: center footer columns

    #219312

    Hey Carrie,
    Try adding this to your custom css box in Theme Options > Advanced Settings:

    #containerfooter .widget-first {
        margin: auto;
        text-align: center;
    }
    #containerfooter .menu li a {
        margin: 5px auto;
    }

    Hope it helps!

    Hannah

    #219297

    Hi

    I’d like the 3 columns to be fairly evenly spaced; the first row has a layout builder which is fine the way it is.
    Could you help me please?

    Thank you so much.
    Carrie

    #219173

    Portfolio name issue resolve. Thanks. Though I still cant find where to link the social media widgets to my actual social media pages.I followed the instruction, went to Menu, Appearances, but couldnt find an item called Footer Widget Column 1…
    Thanks again.

    #219146

    Hello,

    1. The social widget in your footer should be editable in Appearance> Menus, Footer Widget Column 1.

    2. For the menu, you can edit the portfolio item in Appearance> Menus. Same for the blog. Just remove the submenu items that you do not want to show and make sure the correct menu item to your portfolio and blog is selected.

    Does that help?

    -Kevin

    #219119

    The carousels are a little different because they are built with Javascript. You would have to use a shortcode and then in the shortcode define the column count for smaller sizes:

    [carousel type="featured-products" columns="3" items="8" speed=9000 scol="3" xscol="2" sscol="2"]

    Or you can just add this into your theme options > header and footer scripts in the header scripts and it will change all your carousels:

    <script type="text/javascript">
    jQuery(document).ready(function ($) {
     $('.kt-content-carousel.products').each(function(){
    $(this).attr('data-slider-xs', '2');
    $(this).attr('data-slider-ss', '2');
    });
    });
    </script>
    #218987

    Hello,

    Try adding this CSS and let me know if it works for you:

    .above-footer-widgets {
        text-align: center;
    }

    -Kevin

    #218986

    I added the Ascend SLinks in a footer but can’t seem to center it or change the style.

Viewing 20 results - 1,481 through 1,500 (of 6,751 total)