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

Home / Forums / Search / Search Results for 'site'

Viewing 20 results - 11,401 through 11,420 (of 39,333 total)
  • Author
    Search Results
  • #220102

    How do I sent center the footer nav menu in mobile view?
    Site

    #220082

    Hey,
    You should not ever modify the parent theme files. Those edits would be removed with an update.

    So in your child theme style sheet, you can add the call to load your custom icon font. Your child theme is where the font files should live as well.

    You can get an example child theme here: https://www.kadencewp.com/child-themes/

    In terms of integrating are you wanting these icons to be selectable from the settings in the admin as well? Which settings in particular?
    To do something like that means you will need to hook those icons into the admin of your site and then filter in the custom icons names so that can appear alongside the theme icons.

    It’s a lot to do so I don’t usually recommend it because there is usually a much much better way to add custom icons. Can you tell me more about what you are wanting in the end?

    Ben

    #220080

    Hey,
    1. By clicking the x in the top right corner of that notice it should be removed from showing for good. If that is not working send me a login so I can see.

    2. You have a plugin running lightboxes on your site. I believe it’s that plugin and it’s trying to make that youtube link open in the lightbox but it doesn’t work. I suggest deactivating your lightbox plugin to see if I am correct. (you should also deactivate any other plugin that has to do with opening links as a popup as well). Then once you find the plugin try looking in it’s settings for a way to turn it off for video links.

    3. You bet, in your theme options > custom css it looks like you are adding this:

    #kadbreadcrumbs {
        font-size: 22px;
    }

    Just remove that or change it to something like 14 or 16.

    Ben

    #220075

    Also please note that on this site: https://www.institut-huaxia.org/ you are using caching. You can not cache the home page and show different sliders for different devices. In your w3 total cache setting make sure to turn off page caching for your home page.

    Ben

    #220073

    “stop product excerpt” is the question when that is off the product excerpt is naturally being loaded. You want that setting on so that you are “stopping the product excerpt” since you are adding all the unsafe for archive excerpt code into the short descriptions.

    So by saying you need to turn off excerpts. to do that in that particular setting requires that you turn the setting on so that excerpts are turned off. Does that make sense? It’s confusing wording since excerpts load by default.

    I turned off product excerpts for you on your site so you can test.

    Ben

    #220072

    Shorter answer. There is no such thing as a “correct” image size for a slider that is set to fullwidth because the width will always depend on the device that is being used to see the site. The best fullwidth sliders are sliders where the image is a background that doesn’t lose impact if parts of it are hidden so that it probably fills the fullwidth slider area.

    Usually, if someone needs there entire image to show (all four corners) they should not be using a fullwidth slider.

    #220067

    You can drop a shortcode into the category description, so using siteorigin or elementor they both have ways to include a section through a shortcode. https://wordpress.org/plugins/anywhere-elementor/

    But no page builder that I am aware of will natively be added there, the plugin you linked to would be similar in that you would still have to build the template outside of the category area.

    Ben

    #220026

    How do I add a colored line as a border under sticky nav bar? Here’s a code you gave me for another site years ago. But didn’t work. Any ideas?

    .navclass {
    background: #000000;
    border-top: 5px solid #eea91f;
    border-bottom: 5px solid #eea91f;
    }

    #220010

    Hey Team Kadence! Hope y’all having a great year!

    It’s my annual site update time, and there are a few things I haven’t been able to do, that I hope you can point me in the right direction for!

    1) How, how, do I disable that really, really annoying “We have a new plugin to extend and enhance Gutenberg for your site. To take full advantage of the Virtue Premium Theme please install the Kadence Blocks, this adds extra Gutenberg settings and features.” notice at the top of every single page? I’ve been through all Theme Settings, but can’t find a way to get rid of it. I really, really don’t like Gutenberg, and have no plans to use it on my site. It has been disabled, so I really don’t need notices about such extensions. 🙂

    2) On the page at the bottom under ‘Apply Now’, there is a single link that doesn’t work. It is the one that says ‘Introduction video’. All other links work, and the link address itself is correct. But clicking it does nothing. The only way to open is to right click and choose to open, so I am assuming there is a bug in the page?

    3) On most pages, the breadcrumbs look fine. But on a single page, the font is simply too big and so the breadcrumbs go down to a second page, which looks pretty bad.

    Is there a css i could use to reduce the size of all breadcrumb fonts, so that this page doesn’t look so bad?

    And that’s it! As always, many thanks in advance for your team’s hard work and commitment to your customers. It’s always appreciated!

    #219985

    Thanks for your response! I followed the instructions and created a page called Destinations, under Type I chose Washington, so now there is an icon on my main menu for Destinations and once I click on it all the posts that are under the Category Washington appear. Though I still couldnt figure out how to have the following: (THIS IS AN EXAMPLE OF HOW I NEED MY MAIN MENU ON THE TOP OF MY WEBSITE TO LOOK LIKE)

    DESTINATIONS
    NATIONAL PARKS
    YOSEMITE NP
    KINGS CANYON NP
    REDWOODS NP
    NATIONAL MONUMENTS
    MT HELLEN NATIONAL MONUMENT
    JEWEL CAVE NATIONAL MONUMENT
    NATIONAL HISTORIC SITES

    STATES
    CITIES

    What I mean is one I click on destinations I have the choice to chose from lets say National Parks, National Monuments, National Historic Site, and then once I click on lets say National Parks I can chose between Yosemite, Kings Canyon, etc. I guess what I’m trying to say is how to add SUB MENUS to my Destinations menu…

    How could I accomplish that? If its easier to understand what I’m trying to accomplish my website is, theroadtripofalifetime.com
    thanks a lot!!

    #219979

    Hi,My Web site designer told me that the image for the slider should be 1920 X 1080, but that clearly seems to be too tall for the width (maybe it depends on the browser?). At any rate, my image is cut off on the top & bottom. I had to add transparency around it to get it to show completely, but I’m not happy with the way this looks. Is 1920 X 1080 the right size? I scanned other questions, and see that size mentioned, but I also see others mentioned, too.

    You can see my site at http://www.simplevirtues.com

    Please advise.

    Thanks!

    Sam

    In forum: Ascend Theme

    In reply to: Ascend problem

    #219975

    Hey,

    I can get you the css but I must say that in my option you should not do this. I do not think your site works at all with desktop menus showing on 800px tablet screens.

    I think this is a very bad idea.

    @media (min-width: 768px) {
    #kad-vertical-menu {
        display: block;
    }
    .second-nav-container {
        display: block;
    }
    body.kad-header-position-left #wrapper {
       padding-left: 292px;
    }
    #kad-mobile-banner {
        display: none;
        height: 0;
    }
    }
    @media (max-width: 767px) {
    #kad-vertical-menu {
        display: none;
    }
    .second-nav-container {
        display: none;
    }
    #kad-mobile-banner {
        display: block;
        height: auto;
    }
    body.kad-header-position-left #wrapper {
        padding-left: 0;
    }
    }
    In forum: Ascend Theme

    In reply to: Ascend problem

    #219971

    Hello again,
    I now wish to set the breaking point for mobile menus to smaller, maybe to max 768 px. I think the hamburger would be good only for very small screens, but on tablet I’d like to see the desktop menus.

    How can I affect the viewport settings?

    Ulla

    This is the site: http://www.gentil.fi/lujituskoe/

    #219967

    Don’t upload via ftp, on some servers files can be missed really easily.

    are you on a muitisite?

    Can you send a login so I can see.

    Ben

    #219964

    Hello,

    This plugin will allow you to upload the font to your site:
    https://wordpress.org/plugins/use-any-font/

    Does that work for you?

    -Kevin

    #219959

    “Sorry, you are not allowed to access this page. – that is a permissions issue are you logged in as an admin? Are you on a multisite?

    Ben

    #219956

    I added an option to set the ending background of the overlay so that you can set the overlay to something other than the body background for the site.

    That is out with version 1.0.3

    Ben

    In forum: Virtue Theme
    #219949

    Hi Ben,

    Is there any way to turn off the footer widgets and recent blog posts for the events pages but leave them on for the rest of the site?

    Thank you!
    Avery

    #219947

    Hi Kevin,

    so its still not 100% solve…
    Also the warning disappered but I also dont have now access to woocommerce settings. When I click on setting button I come to empty site:
    “Sorry, you are not allowed to access this page.

    In forum: Ascend Theme
    #219945

    hi!

    the site we are creating permit the user to load documents once the user is logged in. So i want an easy way to know where the have to click to access the upload platform. I could add a main menu but it wouldn’t have the same quick spot….

    i think an option like that even if you are not installing/using woocommerce would be good…

    Angelo

Viewing 20 results - 11,401 through 11,420 (of 39,333 total)