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 - 12,181 through 12,200 (of 53,646 total)
  • Author
    Search Results
  • #224392

    Hey,
    Hannah asked if you can post a link to your site. Would you be able to post a link to your site? That would allow us to help you without needing to ask more follow up questions and make this process quicker for you.

    If follow up questions is what’s next then we need to know what size of images you are uploading. We need a screen shot of how this looks on the home page.

    Ben

    In forum: Membership Forums

    In reply to: Change Default Colors

    #224386

    Hey,
    Those are not plugin defined, the way Gutenberg is set up they want it to be theme defined.

    see here: https://wordpress.org/gutenberg/handbook/designers-developers/developers/themes/theme-support/

    In our themes those colors are set by options you define in the theme options.

    Still, I can see that begin able to override that with a setting page within the plugin would be a nice feature, I’ll consider that for a feature request.

    Ben

    In forum: Pinnacle Theme
    #224385

    Hey Rocky,
    You can set a default page title background for all your pages from Theme Options > Page Title. Is that what you mean? Or are you wanting something different?

    Hannah

    In forum: Membership Forums

    In reply to: Change Default Colors

    #224376

    I am trying to modify the Blocks plugin default colors, is the a hook or a filter, or even a settings page that I can do this. My theme I am making has a set of colors that are very specific and having to use the color picker each time is tedious. Sometimes the hex color input works some times it doesnt when trying to change the advanced button defaults, most times it just closes itself before I can type in the hex code.

    So to recap.
    I am building a custom theme that has brand colors that are none of the ones shown, I am looking for a code example of either how to hook into the colors or override them with my own.

    Thanks!

    #224371

    Hello Hannah,

    Thanks for your reply.

    I tried what you suggested. I increased the header height to 220, but then automatically my logo became bigger (too big). So I then reduced the size of the logo (logo container width), but there seems to be no difference between the 33% en 41%-setting (both result in the same size of logo).

    When I add your custom css (70 px or higher), this just increases the space between my logo and the article title. When I open an image Lightbox (for example on the following test page: https://blog.gerthermans.be/test/ ), the controls of the Lightbox (in the upper right corner) still get trapped behind the sticky topbar.

    Gert

    #224366

    I just have one banner but I want it on all the pages the same. The only thing I have found so far is changing code. but I have done it before I don’t remember changing any code. It seemed straight forward.

    Thanks for the help.

    Rocky

    #224352

    Hello,

    My blog articles (example: ) seem to have a slightly wider (left & right) margin then my other pages (examples: or ).

    I would like my blog articles to have the same margin then all my other pages.

    Where can I find this setting ?

    Thanks for your help.

    Gert

    #224346

    Very many thanks, Ben for this clear explanation.

    It is definitely my use-case that is causing the challenge.
    You identified it correctly with:

    You are at this point hoping a title catches the reader’s eye instead of providing the best title to catch the reader’s eye.

    The echo Knowledge Base does have a more pleasant way to navigate articles on the main KB page. On there, the categories are all broken out – in my carousel, I haven’t been using the categories.

    Maybe that is work for another time.
    Thanks for all your tips about page speed and site processing.
    Kind regards,
    Phil.

    #224341

    Your screenshot is showing differently from what I’m seeing. And I’m not seeing any text wrapping in the link you sent. Can you link to the member homepage specifically?

    Hannah

    #224338

    Ben I deactivated autoptimize and the problem went away. I am not sure if I should just leave the plugin deactivated or if I should post on the plugin page what is going on.

    Thanks for pointing me in the right direction.

    Any other suggestions would be appreciated what to do.

    #224309

    Hello,

    Increasing the header height helps for normal pages, but some image lightboxes still get partially trapped behind the sticky topbar.

    So for now I have deactivated the sticky topbar.

    On desktop screens, navigating without sticky topbar is not really a problem, since on desktops the theme always shows a floating arrow up button in the bottom right corner to return to the top of the page.

    However, on mobile screens (iPhone, iPad) this floating button to return to the top of the page is missing.

    #224290

    Hey Greta,
    You can use a sidebar page template, then add your portfolio posts using a shortcode like this: [portfolio_posts orderby=date excerpt=false columns=4 items=20 height=200 lightbox=true showtypes=true filter=true]
    Hope that helps!

    Hannah

    #224287

    Here is a page containing modal pop-up displaying a video that we set-up with a separate plugin. I would like to avoid using a separate plugin and use the tools built directly in the theme instead.

    #224286

    Hey,
    “similar” implies that posts are of the same category. In blog posts, similar items are items that share categories. If you have two categories for your blog posts, lets sat category A and category B, only category A posts would show in the similar carousel when on a single post that is in category A.

    You are using a custom post type. I do not know if you are using any grouping (taxonomy) or what they grouping may be called. But if you want to provide a similar carousel usually you would have some way to group your posts into subgroups so that similar would contain a selection of posts that were most similar.

    In terms of usablity, it’s generally frustrating for users to see a post link on a page and want to come back to that page to find the link only to have it not show because the order is random. For usability, random is often discouraged.

    For site speed, random is highly discouraged because every page load creates a new query to the database instead of being able to cache the query in your server cache.

    In terms of usablity, “similar or recent” posts at the bottom of a single post should be a small selection of posts meant to target the viewer who has read the post above and carry them into another post. To keep the user engaged you want to provide a non-overwhelming list of posts that could be most attractive for the user to read. Placing all your posts into that carousel means they are neither recent or similar and are not in any way targeted to the reader. There is more there then any reader would bother to click through. You are at this point hoping a title catches the readers eye instead of providing the best title to catch the reader’s eye.

    Ideally, you have good site navigation so if the reader needs a way to browse all your posts then you offer a much more pleasant way to do that then through a carousel.

    For site speed, -1 is highly discouraged because you are not limiting how many posts are collected and output into the page. Meaning the query can take a long time and the output can take a long time.

    Ben

    #224268

    I recently just finally updated from wordpress 4.9.8 to 5.1.1 I also did the WooCommerce recent update along with the Kadence updates in the last week.
    I was just browsing through the shop pages and notice I have 3 columns of product and then several rows. I would find in some rows I would only have 1 product. I went into my dashboard and check to see if for some reason it was missing product but I am not. What is happening if I have a short product title like just one row and the other in the row has two lines it will line up where ever the short title is and skip the longer titles. If all product titles have the same two lines everything is fine it is just where there is a shorter product title.
    here is one of the pages to view

    Thanks Tom

    #224261

    But I don’t want to hide the header or logo
    As I said I am happy with the header, logo and menu (as it appears on pages) I just want it to be grey when scrolled on home…

    That’s all
    Ta

    #224251

    It looks right on pages but not on home
    I am happy with the header but I want the menu to be transparent, then go solid when scrolled and stick
    If I switch to Primary menu it’s all bunched up and also does not stick
    Many thanks
    Nic

    In forum: Ascend Theme
    #224246

    Hi Ben & Team,

    is it OK to nest a tab inside a tab – and I mean the new block tabs ?

    I need to reproduce the functionality of the page in the link below. Maybe you can suggest a different approach if tabs are not good for this.

    Thank you in advance

    #224227

    Oh sorry, it has removed the text however it also removes the header spacing so on mobile the page content moves up and partially sits behind the menu.

    http://www.myshop.nz

    pword: MYSHOP1978

    Let me know if you need the wordpress login. I will leave your css in theme options.

Viewing 20 results - 12,181 through 12,200 (of 53,646 total)