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 - 10,841 through 10,860 (of 53,646 total)
  • Author
    Search Results
  • #234215

    I am using the Virtue Image in the page builder on my homepage. I have a image in here that serves as my header image on all pages on our website. I want users to be able to click on the image and be taken back to the home page. In the Virtue Image editor I have the image link field populated with the URL (home page) that I want the re-direct to be. I have tried it with Image opens in lightbox, new window, same window, and no image options – but when I click on the image, it just opens into its own picture frame as a close up with a “X” in the corner?? Can you tell me what setting I am missing?

    Thanks!

    #234194

    Hey,

    I want it to be in colour until shrinking (transparent).

    Just to clarify:
    you need to always make sure the “transparent” header is off (which it’s off on your home page right now). That is designed to be transparent, then in color on shrink. Since you want the reverse of that it’s best to keep that off and I can help with making your header transparent when you scroll.

    You are adding this css:

    /* topbar off */
    #topbar {
    height: 0px;
    }

    Since you have added content into the topbar that css doens’t make sense to me. Why are you setting the height to 0 when you have added content that is 28px high. If you want the topbar off then you should not add content to it and turn it off. Setting the height to 0 just breaks the header.

    Next, You are adding this css:

    /* topbar padding */
    .container {
    padding-top: 15px;
    }

    The container class is a common global class. It applies to many many more places on every page then just the topbar. This is also throwing off your layout throughout the page and header.

    You should remove that css. I can help with padding for your topbar once you confirm you want the topbar and remove the height css you are setting.

    1. That is there because you are messing with the container class.

    2. The mobile menu collapses if you click the toggle icon after opening it. What are you wanting to happen?

    3. You could use this css:

    @media (min-width: 992px){
        #kad-mobile-nav {
            width: 33%;
            float: right;
            margin: 0;
        }
    }

    Ben

    #234187

    Hi Michael,
    Just to confirm, in Theme Options > Home Layout you’ve selected the full page layout? Can you send login info so I can take a look at your settings? You can set as a private reply.

    Hannah

    #234179

    Hi

    I have my homepage and theme options set at full width. I’ve also deselected the sidebar on the page itself – yet it’s still there.
    Can you assist?

    #234169

    Yes,
    page needs little more css.
    I have sticky header (also for mobile) and I want it to be in colour until shrinking (transparent).

    1) What is that white space between header and slider? How to get it off?
    2) Is it possible to make menu disappear after clicking it? Now it stays visible all the time.
    3) How to get menu width smaller in desktop? In mobile it´s fine now (50%) but maybe 33% would do in desktop?

    Now I have this:

    /* topbar off */
    #topbar {
    height: 0px;
    }

    /* topbar padding */
    .container {
    padding-top: 15px;
    }

    /* transparent shrinking menu */
    .home #kad-banner-sticky-wrapper.is-sticky #kad-banner {
    background: transparent;
    width: 100%;
    z-index: 1000;
    }

    /* hamburger menu on desktop */
    .kad-primary-nav ul.sf-menu, .nav-main ul.sf-menu {
    display: none;
    }

    #kad-mobile-nav {
    display: block;
    width: 50%;
    margin-left: 50%;
    }

    #mobile-nav-trigger {
    height: auto;
    display: block;
    }

    Yours,
    Milla

    #234159

    Hi,

    Please refer to the attached screenshot from home page of http://www.wildlifeconservationtrust.org

    I would like to delete the video file from Footer coloumn and embed a video from YouTube in its place.

    How do I embed a YouTube video to Footer coloumn 4 while keeping the look and feel as it is now?

    Yogi

    #234158

    Hey,
    Have you set the row layout of your page builder row to full width stretched? Can you post a link?

    Hannah

    #234148

    Hi Ben, this is the link: https://veggievagabonds.com/

    It’s being checked on two different Android phones using the latest Chrome.

    For some info, the sign-up box should show just above the social media icons near the circular picture. With the pop-up it is set to display after being on the page for 2 minutes. It’s set to show on any page.

    It all works on desktop but not on mobile and the settings on Hustle are to show on all devices.

    #234131

    Hello,

    Is there a way to have different colors appear on a:hover for the main menu? The person I am working with really liked this theme: and the hover appearance, but we decided to go with Virtue because of its overall functionality (the portfolio page setup was the big deciding choice).

    Changing the following code has enabled the a:hover color to be for all the menu items, but I cannot seem to get a nth statement to work.

    .kad-header-style-three #nav-main ul.sf-menu > li > a:hover{
    color: white;
    background-color: #ED1C24;
    }

    I would like to hover over the menu items and see different color appear on the background: Home – Red, About – Green, Yellow, etc. I’d also like to possibly add the hover color as a border-bottom for when inactive.

    Thank you,
    Andrea

    #234130

    OK… I have the testimonials working… right now, I have it in the top bar… see https://www.capsfundingllc.com… however, I originally said I wanted the testimonials to display in the images on the top of the home page… Hannah seemed to think that they would. With this plugin, can I get the testimonials to display “in” the images at the top of my home page?

    Another question… right now I have the testimonials in the top bar of my home page. In the widget area, there is an option to display testimonials in the “Home Widget Area”… I tried doing this, but the testimonials disappeared totally. Can I display testimonials in this “Home Widget Area”? If I can, how do I do it? And, where exactly is this “Home Widget Area”? What will this website look like if I do this?

    #234128

    Hey,
    First, let’s check this.

    Go to theme options > theme extensions. Can you make sure “testimonial posts” are enabled?

    If they are not, enabled then save and reload. If they are then you should see “testimonails” as a main menu option in the sidebar admin menu of your website.

    Similar to how posts or pages are a main menu in your site.

    You can go to testimonials and create new, there adding a new testimonial post. For each on added those can show in your widget.

    You can see a grid example here: http://themes.kadencethemes.com/virtue-premium/testimonials/

    If you are using Kadence Blocks and the WordPress Block editor you may find it easier to work with the testimonial block that comes with Kadence BLocks. Examples here: https://www.kadenceblocks.com/testimonial-block/

    Let me know if that helps,
    Ben

    #234118

    Hi
    Is there anyway to add some distance between widgets in a sidebar – see this page for an example of where I’d like to improve the layout

    #234113

    Hi, I am having problems with a sign-up pop-up and embed on mobile.

    Originally I thought it may be a problem with the plugin (Hustle) however I have tried using another plugin and displaying a similar embed on the homepage which shows on desktop view but not on mobiles.

    It’s the same case with a sign-up pop-up form which shows on desktop but not on mobiles. This is again done through Hustle.

    Thanks

    In forum: Ascend Theme
    #234108

    Hello Hanna
    We solved the problem with this CCS

    /* Remove default logo */
    //.page-id-2304 .kt-header-position-above #logo a .ascend-logo, .kt-header-position-above #logo a .ascend-trans-logo {
    display: none !important;
    }
    .page-id-2304 .brand.logofont {
    display: none !important;
    }
    /* Display new image logo background */
    //.page-id-2304 .kt-header-position-above #logo a .ascend-logo, .kt-header-position-above #logo a .ascend-trans-logo{
    background-image: url(http://dlusso.test-neuroclick.cl/wp-content/uploads/2019/08/dlusso-relojes-de-lujo-logo-1.png) !important;
    }
    .page-id-2304 .kad-center-header.kt-header-flex-item.header-logo-width {
    background-image: url(http://dlusso.test-neuroclick.cl/wp-content/uploads/2019/08/dlusso-relojes-de-lujo-logo-1.png) !important;
    background-repeat: no-repeat !important;
    }
    Thank you
    Regards,
    Cecilia

    In forum: Membership Forums

    In reply to: Accordion tweak

    #234103

    Hi Ben,
    a few (hopefully) last details after my meeting today:

    Price Table:
    1) we locked in the design and also the animation so i removed:

           $('.kpt-table-area.table-animate-fadein').each(function() {
    $(this).css({'opacity' : 0 });
                	$(this).animate({'opacity' : 1 },1000,'swing');
            });
    

    … but i don’t understand the whole code. Do i need to modify something else?

    2) i am giving the price columns a class (.price_column) and i am trying to style them all (12) at once, not one by one. I just need to set min-height and force the same height for the table. It’s easy with the selector i find in inspector for a single column but not with my class. What am i doing wrong?

    /*    Price column height
    .kt-row-layout-inner > .kt-row-column-wrap > .kadence-column_3dd7aa-bf > .kt-inside-inner-col {
        min-height: 980px;
    }
    
    .price_column {
        min-height: 980px !important;
    }*/
    

    3) Just a curiosity update on the homepage: we’ll use individual accordions for the features…
    … but about 10 will be by default opened, the rest closed. A Compromise but i’m happy no gimmick code is needed. :))

    Thank you big time

    In forum: Virtue Theme

    In reply to: I am lost.

    #234052

    For your first carousel, you can use the custom carousel from Theme Options > Home Layout. Then for your carousel with products, you can enable either the on sale products, best selling products, or featured products from Theme Options > Home Layout. Or you can use a shortcode to add products to your homepage. You could just paste the shortcode into a text widget within your home widget area in Appearance > Widgets. You can find a full list of woocommerce shortcodes here: https://docs.woocommerce.com/document/woocommerce-shortcodes/
    Hope that’s helpful!

    Hannah

    #234050

    Hey,
    You can create this using the virtue: testimonial carousel widget. You can add this to your header widget area (appearance > widgets), or you can add it into the content area of your page. Would this work for you?

    Hannah

    #234043

    Hello,

    My website’s home page blog post preview section is showing some Kadence Virtue Theme HTML code. Only four out of the eight blog post previews have the code. Here’s a sample of one of the HTML showing:

    <a class=”kt-excerpt-readmore” href=” aria-label=”How to… Read More

    You can see the issue on my website home page which is

    I’ve tried editing the blog post preview snippet to see if that made a difference, but it did not. I also cleared my site cache and browser cache, but to no avail.

    Thank you in advance for your help!
    Rashelle

    #234042

    I’m looking for a WordPress plugin (either paid or preferably, free) that will display a short sentence from my testimonials on my website to my image on my homepage header… it will slide and display multiple testimonial sentences. Does anybody know of such a plugin? Or, something similar? Here are two examples that I saw on another website:

    In forum: Virtue Theme

    In reply to: I am lost.

    #234034

    Top carousel I want to put pictures of Art that was custom made so they don’t click to another page.

    the second carousel are Pics of items to sell. like the t-shirts. you can scroll and then click on them and are taken to their own page so someone can buy the item.

    Thank you Ben.

    Lucy

Viewing 20 results - 10,841 through 10,860 (of 53,646 total)