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

    In reply to: Disable footer widgets

    #246888

    url is not working:(

    //.page-id-1395 img.ascend-logo {
    content: url(https://taiyakinghungary.hu/wp-content/uploads/2020/03/logo-spajzfutar.png);
    height: 150px;
    }//

    Did I mistype, or..?

    Thanks, Anita

    #246885
    This reply has been marked as private.
    #246880

    Thanks Hannah. It happens on both desktop and mobile devices for the home page only. The drop-down menus don’t work. You can hover over the menu items and there is no crop-down menu appearing. It wokrs on all the other pages.

    #246879

    ok, I dropped 5 into a page, no errors showed.

    However that use case doesn’t make sense to me, and it isn’t good for html validation because you are creating multiple of the same modals. Modals use IDs to control opening. You should only have of specific ID per page. So you can have multiple modals but they should be unique.

    Can you give me more information as to what your use case is? perhaps I can provide you with a better method.

    As for the error, I still can’t recreate so a login would be great.

    Ben

    #246873

    We only get the error when we use that reusable block many times on the same page. If you just include it once, it works without error. If you paste that block more than once into the page, that’s when the error occurs.

    #246869

    Hey,
    I’m being shown “forbidden” by your site URL, likely a IP address blocking?

    I think I am misunderstanding what you want. If you want an archive page for the staff or portfolio post type then you would have to turn that setting on in the code. I don’t have a filter but can add one to the next version. The theme creates “archive” like pages through the page templates. But intentionally doesn’t create a post type archive page.

    You can use the taxonomies of the custom post types to create archive pages as well. I think there is where I was confused because you are already doing that with staff groups. And as I said the post type has_archive set to false.

    You wrote: “I am trying to show a different archive layout for the Staff taxonomy”. But it sounds like you are wanting a different archive layout for the staff post type. A taxonomy for staff is the staff group.

    So for now you would need to edit the code in lib/post-types.php in the theme, then with the next version update your child theme with a new filter. The code would look like this:

    function kt_init_filter_custom_post_archive() {
    add_filter('kadence_portfolio_has_archive', '__return_true' );
    add_filter('kadence_staff_has_archive', '__return_true' );
    add_filter('kadence_testimonial_has_archive', '__return_true' );
    }
    add_action( 'after_setup_theme', 'kt_init_filter_custom_post_archive' );

    Ben

    #246868

    I’m not sure what you mean by use them in a grid but I put the reusable block on multiple pages. Didn’t get any errors.

    Ben

    #246866

    Hi Ben, can you confirm the imported block worked in multiples on a single page? One works fine, but the issue we have is when we use them in a grid in multiples. Let me know, and I’ll see about getting you a login for our dev site. Thanks!

    In forum: Ascend Theme

    In reply to: Disable footer widgets

    #246862

    Sure! You can use css like this:

    .page-id-1395 img.ascend-logo {
        content: url(your-url);
        height: 150px;
    }

    Hannah

    #246854

    I believe there is a problem withe latest update 1.4.4 of Kadence blocks Pro.The Advanced Gallery has a lot of missing images in the slider.
    Actually, all portfolios have missing images in the Advanced Gallery including some thumbnails in the home page.

    Kadence Blocks – Gutenberg Page Builder Toolkit and Kadence Blocks Pro are both activated.

    My settings are for the Advanced gallery, carousel, 2 images slider, not auto play.

    Here is an example. Link to one of the portfolio.

    Could it be the Kadence toolkit too?

    Until someone solve the issue the website doesn’t look good. I need to download the older version of Kadence Blocks Pro 1.4.3. I will see if it helps. How to access this version? I can’t see it. Please send a link.

    Many thanks,

    #246851

    Hi there,

    I want the pop up to show only on event.

    I have managed to get the pop up to show on the main events page

    How however do I force this if they come in through individual events links? eg.

    In forum: Ascend Theme

    In reply to: Disable footer widgets

    #246848

    Yes, that is great!

    And one more thing: can I replace the logo only for this specific page to something else?

    Thanks, Anita

    #246846

    This is only happening on the main home page.

    #246825

    Thanks for this, unfortunately that import worked on my test page. so can you send me a login to your site so I can investigate?

    You can use set as private reply

    Ben

    #246821

    Hey,
    I’m seeing all the images on the page? Which ones are you missing? Can you send a screen shot?

    Ben

    #246817

    Hi,
    Can you tell me how I might close up some spacing issues on my homepage? Basically, if you scroll down, I am just trying to reduce the padding above the titles “Who We Are” and “Trending Guides – City”. Site is .

    #246814

    I can no longer get into my appearance – Widget area.
    I am using the virtue premium theme

    When I click on this it goes to a blank white page that says

    Google_AuthException thrown
    Error refreshing the OAuth2 token, message: ‘{ “error”: “invalid_grant”, “error_description”: “Bad Request” }’

    Thanks

    rob

    In forum: Ascend Theme

    In reply to: Related Products

    #246813

    Hi Hannah,
    Yes I do believe that will work. I will do that and see what I can do with the layout and related products. Question…. will it update all published products if I make it the default? OR will I have to do each product page ?

    Thanks for your advise
    Ted

    #246811

    I have thought about that of course. But the products need to be underneath the brand info. And that is only possible when making it a brand-/product category page. 🙁
    thanks for the tip tough

    Sandy

    #246808

    The read more tag is designed for posts, not page content. Sorry! One option you could do is add a modal button where you want your content to break off, then have a box open with the full content. Would something like that work for you?

    Hannah

Viewing 20 results - 8,621 through 8,640 (of 53,646 total)