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

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 15,181 through 15,200 (of 53,646 total)
  • Author
    Search Results
  • #204555

    I am about to start creating a website using Ascend, either Adventures Await or Mountains Calling. I will be using the importer. There will be no eCommerce on the site at this time. But the theme has a shop/my account feature. I assume I simple don’t use the eCommerce side and install the plugin, Simple Membership, right? There isn’t any overlap functionality is there that would be an issue?

    I will be adding the homeowners association resident members myself. So, a registration page won’t be used I believe.

    I will also be using user editor role plugin as well. Input appreciated.

    In forum: Virtue Theme

    In reply to: Page Title Background

    #204547

    This must be set with CSS. Virtue is not designed to show header images like Ascend and Pinnacle. Try this CSS in Theme Options> Advanced Settings and let me know if it works for you:

    .page-header {
            background: grey;
    }

    -Kevin

    In forum: Virtue Theme

    In reply to: Page Title Background

    #204535

    Hello,

    Page title font is set in Theme Options> Typography Settings, h1. Change that to whatever color you like and let me know if that works for you.

    -Kevin

    #204534

    Hello,

    I have used all your themes and like Virtue the best. But, I am not able to find a simple setting for Page Title Background (not header background; I found that and wish it to be white). The page title defaults to white, I believe. Where is this setting, or do I have to update CSS?

    Pass-through URL: ?bypass=sneakpreview

    Thanks!

    In forum: Virtue Theme

    In reply to: Custom Menu

    #204533

    When i am scrolling page so there is an error in header area.

    please help me to solve this problem

    screenshot – https://i.postimg.cc/V6jv7pCQ/Screenshot-14.png

    In forum: Ascend Theme

    In reply to: Kandence Slider

    #204532
    This reply has been marked as private.
    In forum: Pinnacle Theme

    In reply to: Responsive slider text

    #204526
    This reply has been marked as private.
    #204511

    Hi!
    I use you WooCommerce Extra Variation Swatches plugin. Is there a way to move the text about stock so it displays above the color swatches? For example, on this page I want the text “Ej i eget lager. Uppgift om leveranstid finns på produkten.” to be shown above the three color swatches.

    Thanks
    Peter on Vattenliv

    #204508

    Hello!
    Photos that are uploaded through the gallery widget are not displayed on the mobile phone, just a black box. In this case, everything works when you open the page on your computer.
    How to remove this problem?

    In forum: Virtue Theme

    In reply to: Icons not show up

    #204506

    Hello,

    I’ve had serious display issues on the home page of my web site with the picture and icon menus. They just don’t show up ! This just leaves a big white area on my home page. Anyone can help me understand what is going on ?

    Thanks,

    #204502

    Hi,

    I made this css to make contents equal size

    .staff_item .staff-entry-content {
    min-height: 320px;
    }

    How can I get this off on mobile?

    Page:

    Yours,
    Milla

    #204501

    My apologies, Ben, I should have noticed that one before. Several files in the child theme folder were set to root/root – probably due to a fie copy or something.

    They are now all set to www-data/www-data.
    I have also checked that they are all set to 664 so your group membership has edit capability.

    I then logged in as you and used:
    cd /var/www/html/wp-content/themes/hrinz_virtue_premium_child
    I then tried nano page-searchwp-supplemental.php and received no errors.

    Please could you have another try?
    Thanks,
    Phil.

    #204498

    Hi,

    running Chome’s lighthouse “Best practices” audit there are “critical” warnings that to the “Social” links in the footer because these are security risks. I know this is more theoretical but I am not sure what role the score plays in SEO and it does not harm to get this fixed.

    This happens on our Virtue powered site, but since it is also visible on the demo page I’ll use this for reference here.

    This would be simply fixed by adding rel='noopener' to these links in the theme’s code. Would be nice if this could be done in a future version of the theme.

    See:

    #204479

    Hey,
    Yeah virtue doesn’t have the same options. But you can use css, for example like this:

    @media (min-width: 992px){
        .page-id-1663 #kad-banner {
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1000;
        }
    }

    Ben

    #204469

    I receive a blank page when I try to update edits. It occurred all of a sudden.

    #204468

    is all enabled for mobile and can not visualize in all the pages and entries…

    #204462

    Have it enabled now. It doesn’t bring the header (nor the topbar; which I don’t need but can work around) onto the full-pane slider.

    Edit: Moved page to another url. Have reverted to the Kadence slider for now. But would still like to use this as it’s sexier, and has more flexibility for building content onto the slides.

    In forum: Virtue Theme

    In reply to: Disable Sticky Menu

    #204451

    Hello,

    If ” Enable Sticky Header” is OFF, then the menu should not stick to the top of your page. If your site isn’t active, be sure you’re not using a cache on your site until it’s live and finished.

    Can you post a screenshot of your menu? You can host images here:
    https://postimages.org/

    -Kevin

    #204445

    It’s not a theme thing. That is WordPress core that adds active classes. You can use a child theme to filter through menu html output. It can be tricky.

    A workaround would be to set your active/hover settings to be the same as normal and then manually add css to set up active and hover.

    For example the home menu item could be highlighted with this css:

    .home .kad-primary-nav ul.sf-menu > li.menu-home > a {
        color:blue;
    }

    Or your portfolio page:

    .page-id-607 .kad-primary-nav ul.sf-menu > li.menu-portfolio > a {
        color:blue;
    }
    #204424

    Hello,

    the theme will not prevent you from uploading a plugin, so it’s either something wrong with the plugin or your server is keeping it from uploading properly.

    Can you link to this plugin’s page so that I can download and test?

    -Kevin

Viewing 20 results - 15,181 through 15,200 (of 53,646 total)