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 - 11,261 through 11,280 (of 53,646 total)
  • Author
    Search Results
  • #230982

    What modifications did you make to the single portfolio template? If you activate the parent theme are you able to see the portfolio type in the post edit page?

    Hannah

    #230969

    Hello!

    I’m trying to reduce the width of the sidebar as well as spacing between the sidebar and content.

    If it matters, I’ve already inputted the below CSS to hide the sidebar in mobile and tablet views.


    @media
    (max-width: 992px) {
    aside#ktsidebar {
    display: none;
    }
    }

    The test page(s) is although this will be applicable to all other pages with a sidebar. Please note, the page width will be increased when fully implemented.

    Thank you so much, you guys are the best!

    Mark

    #230912

    If i click pictures on product page, some thumbs disappear. How to fix it?

    See attached.


    #230908

    Dear team,

    We are having troubles with our template. We can not modify any page, only which have been created by the SiteOrigin Editor plugin.

    Do you know how can we resolve it?

    Thank you in advance

    #230882

    I’m using using the the slider in ‘Home Page Image Slider’ and so the container seems to be full-size until a resize event occurs.
    I discovered what appears to be the root of the problem by looking at the event listeners for the resize() event.
    When I removed the event listener defined in the ‘defineSequence()’ function via browsers ‘development tools’ I no longer see this issue.
    How could I go about removing this event listener as it appears to be for video playback which I am not using?

    #230867

    Hi there

    I’ve used this theme for several sites so I don’t know if I’m missing something obvious.

    I have added 6 pages as sub-menu items to the Services page. However, when I hover or even click on Services the submenu doesn’t appear.

    Also, as I’m asking you a question, how can I change the background colour of the Send button in the sidebar?

    http://www.wolverhampton-roofing.co.uk/

    thanks

    #230863

    You are adding this into the head of your site:

    <div id="fb-root"></div>

    You can’t add a div into the head tag, that breaks the head tag html and forces the favicon to load in the body which doesn’t work.

    I see this happening on all your pages.

    Ben

    In forum: Virtue Theme
    #230851

    I do have WPBakery Page Builder installed. However, that same plugin is installed on the website I built where I was able to change font size/style through drop downs. This is weird?

    #230842

    Have you cleared your cache? I’m still seeing a mixed content error on that page.

    Hannah

    #230839

    Hi I have done that and uploaded it afresh but it is still not visible on those page templates

    #230831
    This reply has been marked as private.
    #230830

    Hi Mark,
    Yes, you can do this with css. If you post a link and specify the widths you would like for each page I can help with this.

    Hannah

    #230829

    Hey,
    Under the Document tab on the right side of your portfolio post edit page you should see a portfolio type dropdown. Let me know if this is not the case for you.

    Hannah

    #230819

    Hi Mark,
    I would recommend creating categories for each of your authors, then adding your products to the author page via product category shortcode like this: [products limit="8" columns="4" category="Steven"]
    Would that work for you?

    Hannah

    #230813

    GREAT!
    Now the iPad shows backgrounds of the right sizes. It shows parallax effect when landscape oriented and fixed when portrait oriended, right?

    Since you worked so hard on this component, maye you know also why in some mobile phones with android+chrome (mine is MI, attached is a test with a Samsung Galaxy S7) the parallax background is already y-translated when loading the page, causing that gap (different distance from different devices).

    issue05

    Thank you. I’ll check the new gallery block in the meantime.

    #230809

    Hello!

    I was just wondering, is it theoretically possible to have different header widths using CSS, a wider one for the home page say and something more narrow for the blog and other pages?

    Thank you in advance,

    Mark

    In forum: Ascend Theme

    In reply to: Woo tabs missing

    #230803

    Hi Ben,
    Thank you, we already had that checkbox unticked “Visible on the product page”… BUT, I did work out why the Additional Info tab was displaying!! I had filled in the Dimensions fields in the Variations tab.
    So, we have deleted the CSS and sorry to trouble you!

    #230798

    Hi Pete,
    Your portfolio page is composed of all your portfolio posts. You can edit these from the portfolio tab in your admin bar.
    This post explains the portfolio page: https://kb.kadencethemes.com/knowledge-base/creating-a-portfolio-page/
    Hope that’s helpful!

    Hannah

    #230738

    HI Ben
    It’s Mark your old kadence evangelist.

    I’m making sure that any new client I get gets their own kadence membership, so that it helps everyone.
    But I need to get support sometimes in different accounts.

    This might be really simple for you—
    and it’s a little outside the bounds of support but I thought I’d ask. Might be easy.

    Woocommerce –
    we know you can display products by lots of factors via shortcode.
    AND, I discovered that each woo product does have a post author just like any post.
    so for each woo product, you can set an author just like a post.

    Basically we are showing all of the products by a particular author on their user profile page. (the products are books)
    There has to be a way to use the author of the product in the shortcode

    The author info feeds in from Amazon, and populates the author user level.

    so it’s the user profile, the user from the author slug
    we just want to show their books from the store.

    the code given is
    $args = array(
    ‘author’ => $author_id,
    ‘post_type’ => ‘product’
    );

    $author_posts = get_posts( $args );

    I just don’t know how to make this a shortcode that gets all of the products from the author.

    I don’t want to add the php to a template, I’d rather have shortcode in a pagebuilder.

    It’s jsut the product array, I need to filter by the pproduct post type author.
    should be easy. it’s just another selector

    what are your thoughts?
    This is above and beyond, but it might be a simple no brainer for you.
    Doesn’t it make sense that they might have put the bloody attribute in there?

    #230735

    Pretty much the same request as mentioned here, but I’d like to be able to do this for my archive pages if possible.

    Thank you again for all your assistance.

Viewing 20 results - 11,261 through 11,280 (of 53,646 total)