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 - 8,941 through 8,960 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Ken Burns effect

    #245433

    Hi Hannah

    1. This works only for the desktop main page. Without @media (min-width: 992px) { ... } the kadence banner is not shown on the mobile main page. This was the reason why we wrapped it in the media query. Seems to be tricky. Summarizing what we want:
    Desktop: the background video shall be shown only on the main page. On all other pages the kadence banner shall be shown.
    Mobile: only the kadence banner shall be shown, on the main page as well as on all other pages.

    2. We use the German WordPress-version, but we don´t have installed a translation package or something similar. Wheter the animation in setting works I can´t evaluate this. Please have a look at

    https://www.musikverein-waldfeucht.de/blog/

    Do you think that it works as it should if you scroll down?

    3. Do you mean the post edit for each single post? Either I don´t know where to find the option.

    #245430

    Hi,

    I am trying to customize the appearance of the search bar on this page. I want it to look like this. I want the search bar not to minimize on mobile view rather the header items should be stacked like this

    Please advise a css code for that.

    #245426

    Hey,

    Just want to make sure my comment was clear,

    You wrote: Sidebar name “sidebar1” is create for blog pages.

    However The primary sidebar is the sidebar for blog pages, you have to change that on every post if you want something other then the primary sidebar to be for blog pages.

    Ben

    #245420

    Can you post a link to the page?

    #245417

    Regarding the site logo, it’s 2161 by 705 pixels (I included extra space to keep it to the right) and the width is set at 1000 pixels wide, but I can change the # and nothing changes. I’ve also played around with the size of the image and nothing changes either.

    Also, I’m having trouble with the parallax slider on the home page https://creativeoasis.art/. I want to be able to see the bottom of the pic when I scroll down and I only catch the top portion. I tried cutting off the top and pasting it to the bottom just to see more earlier- still doesn’t accomplish it. Also, can I make it slightly taller (vertically larger)?

    And I think I somehow deleted a part the functionality on the Contact Us page and I can’t get the alignment correct again. But I can’t simply type the code in the block to correct it either.?? https://creativeoasis.art/contact. You can see on the Give Us A Call portion. And … how do I connect my email to the form?

    #245414

    There isn’t a setting to turn this off. You will need to override. This css should do it:

    .page-header {
    	opacity:1 !important;
    }

    Hannah

    In forum: Virtue Theme

    In reply to: Ken Burns effect

    #245410

    1. Sorry, I should have recognized this before. The first slider is your kadence banner that you’ve added from Theme Options > Main Settings > Sitewide Banner. You’re using css to hide it from desktop, which is why it’s only showing on mobile. You can use this css to hide it from the homepage:

    .home .ksp-slider-wrapper.kt_slider_single_slide.kt_slider_hide_controls.kad-slider-3.kt-ratio-slider.kad-slider-parallax {
        display: none;
    }

    2. Are you using a translation plugin? I wonder if that is interfering. Regardless, is the animation in setting working as it should?

    3. In your post edit pages, in the right side column, you should see a “Sidebar Options” tab.

    Hannah

    #245403

    Is it okay that I do “run on” Qs? I’m having trouble with the parallax slider on the home page https://creativeoasis.art/. I want to be able to see the bottom of the pic when I scroll down and I only catch the top portion. I tried cutting off the top and pasting it to the bottom just to see more earlier- still doesn’t accomplish it. Also, can I make it slightly taller (vertically larger)?

    In forum: Membership Forums

    Topic: Modal Issues

    #245399

    Hello Team!

    I am using the modal block on my site and it works perfectly on Chrome but isn’t working at all on Microsoft Edge. Here is what I already tried:
    1. made sure pop up blocker was deactivated (nut not getting a popup warning)
    2. made sure I have the modal-trigger class within the link element and not just on the block
    I also tested the buttons on Safari and Silk and they do not work there either.

    Here is a (broken up) link to the page: www grayingwithgrace com/best-cordless-phones-for-seniors/

    Where do I go from here?

    #245394

    Hi Team,

    I am facing an issue related to “mediaelement-and-player.min.js” on the home page, Once I am reviewing in my console window it shows me below errors, Please help me to resolve this. As I reviewed all the plugin this is not happing through any plugin.

    Uncaught TypeError: Cannot read property ‘indexOf’ of null
    at s (mediaelement-and-player.min.js?ver=4.2.13-9993131:12)
    at new e (mediaelement-and-player.min.js?ver=4.2.13-9993131:12)
    at r.value (mediaelement-and-player.min.js?ver=4.2.13-9993131:12)
    at r.MediaElementPlayer.init (mediaelement-migrate.min.js?ver=5.3.2:1)
    at new r (mediaelement-and-player.min.js?ver=4.2.13-9993131:12)
    at HTMLVideoElement.<anonymous> (mediaelement-and-player.min.js?ver=4.2.13-9993131:12)
    at Function.each (jquery.js?ver=1.12.4-wp:1)
    at a.fn.init.each (jquery.js?ver=1.12.4-wp:1)
    at a.fn.init.o.fn.mediaelementplayer (mediaelement-and-player.min.js?ver=4.2.13-9993131:12)
    at HTMLDocument.initialize (wp-mediaelement.min.js?ver=5.3.2:1)

    Looking forward to your reply.

    Thank You,

    In forum: Virtue Theme

    In reply to: Ken Burns effect

    #245392
    This reply has been marked as private.
    #245371

    When I try to download my website pages offline on an android tablet in google chrome the header and footer color background colors are not how they appear when online. Any suggestions? http://www.tmpmodex.com

    #245369

    I can see the code that’s doing it. If you open up the page in dev tools and go to wrap contentclass >> pageheader >> container >> page-header you will see that div class=”page-header” has an inline style=”opacity:” that changes as you scroll down the page, eventually fading the title out completely. I want to turn this off. Is there a setting in the Theme Options that I’m not seeing, or will I need to add !important CSS code?

    #245367
    This reply has been marked as private.
    #245364

    Do you have Page Title enabled in the homepage Layout Manager in Theme Options > Home Layout? If so, try disabling that. Then add the following to your custom css box in Theme Options > Advanced Settings to remove the content padding:

    .contentclass {
        padding-top: 0;
    }

    Hannah

    #245358

    Good morning, Kadence Gang!

    Loving those photos in your social media feeds. Makes us want to head up to high country and enjoy those mountains.

    We are experiencing a few issues with a site. Not sure how you want me to address them here. But here is a list. I will link site privately.

    1. Need to enlarge author image in author box just a bit. I changed thumbnail size in Settings…nothing changed.
    2. Author Box, need to remove “title” under the Author’s Name.
    2. I have a custom CSS for shadow offset on images. This only works on images on the homepage and individual pages, but not on blog page grid.

    .entry-content img {
    border: 0px solid #6e6e6e;
    box-shadow: 10px 10px 5px #6e6e6e;
    -moz-box-shadow: 10px 10px 5px #6e6e6e;
    -webkit-box-shadow: 10px 10px 5px #6e6e6e;
    -khtml-box-shadow: 10px 10px 5px #6e6e6e;
    }

    3. I have had to bypass using the feature image on posts, because it wont’ allow me to place the image ABOVE the heading. I’ve been inserting feature image in the post itself. Trust me I have tried writing code for this…and Ben would laugh out loud if I showed it to you. Nothing works

    That’s all for now.

    Thank you always,
    Pam

    In forum: Ascend Theme
    #245356

    Hi Kadence Folks,
    I have an author client wanting to include her RSS feed on her Amazon page, but Amazon is saying the feed url ( is in error. Their message:

    Error
    The URL is invalid or this is the web page URL not the RSS URL. Please check for spelling or other errors.

    I used the W3C feed validation service to check, which says it’s a valid feed but it did pick up a possible issue. Can you provide any insight? I’ve not encountered this request before, so not sure where exactly to start.

    Any help is much appreciated!

    In forum: Virtue Theme
    #245348

    Hello,

    Do you have a theme setting or css to make the label on my front page image menu a solid white color?

    Thank you!

    • This topic was modified 6 years, 1 month ago by Ellen Green.
    #245344

    Hello
    Where can I enable Kadence slider on the home page of the site?
    Pawel

    #245341
    This reply has been marked as private.
Viewing 20 results - 8,941 through 8,960 (of 53,646 total)