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,521 through 8,540 (of 53,646 total)
  • Author
    Search Results
  • #247273

    Hey Angelo,
    Your link took me to a 404 page. Can you link to where this is happening on your site? Also, it looks like the plugin developer pushed out an update. Are you using the latest download of the plugin?

    Hannah

    #247272

    Hi Dmitry,
    To position your side header in the middle try adding this to your custom css:

    @media (min-width: 992px) {
    .kad-relative-vertical-content {
        position: absolute;
        top: 20%;
    }
    }

    I’m seeing your menu black on all your pages. Can you link to where it is white?

    Hannah

    #247271

    Hi Kirianne,
    Sorry for the delay! It looks like you haven’t actually assigned that template to any of your shop pages. Try doing that and see if the widgets display. Let me know if not.

    Hannah

    #247265

    Hi Hannah

    1. Thank you so much for the code – yes, it works!
    2. The Open in new window is ticked – it does open a new window, but it also goes to the external link in the current window as well instead of staying on the business directory listing page. Could you have another look please?

    Many thanks for your help.

    Best wishes
    Susie

    #247263

    Hi Team,

    On the “Dogs for Adoption” page of the Retired Working Dogs site, each portfolio tab represents a different category.

    I’d like to style the tabs so that they are more obvious to the visitor. Is there an option I have missed to set these up, or should I use css to style them?

    At the moment, I have the following:
    /* Style tabs for different sections */
    #options .postclass {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-color: rgba(0,0,0,.05);
    border-radius: 10px 10px 0px 0px;
    }

    #options .postclass a {
    background-image: linear-gradient(to right, #f2f2f2, #fff, #fff, #fff);
    }

    #options .postclass a.selected {
    transform: scale(1.2);
    }

    #options .postclass a.selected h5 {
    font-weight: 700;
    }

    Many thanks,
    Phil.

    In forum: Membership Forums

    In reply to: Member Suggestions

    #247256

    I second the Mega Menu request. I can’t actually find one that is doing what I specifically need right now. But basically I want to put an image beside the dropdown menu item – so instead of an icon replace that with an image. The image can be called in the menu (maybe by selecting the path to the image or using a featured image for the page?)

    I have tried with CSS but can’t quite get it.

    #247255

    Confession: this probably has nothing to do with the Ascend theme and you’re welcome to simply close this, but I honestly thought you might know the answer to this with little or no research. If not, please do feel free to just close it out.

    I have Woocommerce installed along with 2 other plugins; PayPal Checkout Gateway and Checkout Field Editor. When you get to the Checkout page there’s a message that says “Pay via PayPal; you can pay with your credit card if you don’t have a PayPal account” and a button below it that says Proceed to PayPal. I figured out how to change the text on the button, but I can’t figure out how/where to customize this other message. Any thoughts or ideas?

    HERE’S the site.

    Thanks for any helps you can (or even can’t) provide!

    #247254

    Hi Ben!

    Try to open this page in mobile https://test.alfa24.eu/ and click on the menu toggle in the right upper corner. The menu opens and then closes immediately. I would appreciate if you would be able to help me please.

    Thank you.

    #247252

    I’m using the sidebar on the left as a sub-menu. However on mobile it wraps BELOW the page content. Any way to get it to wrap ABOVE the page content?

    In forum: Virtue Theme
    #247246

    Hi Hannah, I just can’t find out why SimpleSlider is doing that.

    I have tried installing Kadence slider Pro, but on going to activate it, it keeps saying “The plugin does not have a valid header.”
    After refreshing the plugins page and reclicking “Activate”, 5 times, it finally activated without giving the error message.
    Is this anything to be concerned about?

    In forum: Virtue Theme

    In reply to: home image menu

    #247243

    if it can’t be duplicated, how can I create another page similar to it?

    #247242

    Hello everyone,

    I have an older problem with the images on all the pages only product. The images have a size of 1200px by 900px and it does not occupy all the space in the box.
    You can look at the right side of the images when you put the zoom, to see where the box does not fill .

    Thank you

    #247240

    Also small question about secondary many font color.
    The font is white on the main page and black on the other pages. How to make it black on all pages?

    #247238

    Hello there.
    I set Left header style with logo, primary menu and widget area. All this things are on top of the page.
    Is there any way to put them in the middle of page?
    Thanks!

    #247230

    The layout blocks

    see attached images:

    1. When I go to edit a page, the siteorigen edit reverts to standard WP interface
    2. When I click pagebuilder, the layout reverts to one panel and my layouts are gone
    3. I can’t import any layouts as my library is now empty, my page templs have dissapeared

    editor-1 editor-2 editor-3

    #247227

    Hi Hannah,

    I think that fixed it. I wondered about that. It made no sense to select a home page because I was using the home widget, and I thought selecting a page would overwrite that, but it didn’t. The only page that appeared in the selection option was ‘blog’, which I don’t have, so it made no sense to select it. But, perhaps I’m missing the logics in this, or perhaps it’s not logical indeed, but the home page comes up on mobile now. Thank you for your help!

    Hope you and your loved ones are safe in these challenging times.
    With care
    Leila

    #247226

    Thanks Ben!

    Unfortunately the plugin does not do the trick.

    I wonder if adding some “filter code” in the child-theme’s function file could do what I want. For example, I had to add

    add_filter( 'cmb2_admin_init', function() {
    
    	$post_subtitle_metabox = cmb2_get_metabox( 'post_subtitle_metabox' );
    	$post_types = $post_subtitle_metabox->prop('object_types');
    	$post_types[] = 'sfwd-courses';
    	$post_subtitle_metabox->set_prop('object_types', $post_types);
    
    }, 999 );

    in order to show the usual meta boxes for title, subtitle, etc. on the Learndash course page.

    Could that be the way?

    Best,
    Bernhard

    #247223

    ok, I see what you mean, that page template as to do with adding third-party plugin support. I’m not sure how it’s relevant with a learndash template. Either way, it’s a page template and those work differently than custom post types like a course post type.

    I think this plugin might be what you are looking for: https://wordpress.org/plugins/custom-template-learndash/

    Let me know.

    Ben

    In forum: Virtue Theme

    In reply to: home image menu

    #247222

    Hey,
    What do you mean by another page? There isn’t a way to create pagination using the home image menu. Is that what you mean?

    Hannah

    #247221

    From Settings > Reading you need to select a page as your homepage. Or else set your homepage as your latest post page. Let me know if the issue remains after doing so.

    Hannah

Viewing 20 results - 8,521 through 8,540 (of 53,646 total)