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 - 6,241 through 6,260 (of 53,646 total)
  • Author
    Search Results
  • #258630

    Hi Hannah,

    I was looking for the option of the customer uploading their image to the product page. This is a link (not my website!) of the sort of thing I am looking for.

    https://www.prezzybox.com/personalised-multi-face-heart-handle-mug.aspx

    Thanks,

    Emma

    #258620

    Hi,
    Select2 boxes overlapping in Virtue Premium (see here)
    Thought it would be css but no.
    Tried other themes and it worked including in Virtue free (see here).
    Same whether I call select2 in the page or from Virtue theme properties misc settings.
    Any ideas?

    #258615

    Hi Hannah

    Hadn’t noticed that the excerpt was missing from Pages until now.

    I wanted to be able to add a crafted excerpt when using the post grid/carousel block to display pages to avoid displaying text from the page as per the normal excerpt. i.e. instead of displaying x characters (as per excerpt setting)

    I wanted to limit it to one sentence. Not a big deal and have simply turned off the excerpt. Client wanted to have a catchy intro to the page under the header…

    Have added a suitable SEO excerpt via YOAST.

    Regards

    Chris

    #258614

    Hi,
    From my understanding, cls score has to do with unprovoked movement. I suggest optimizing the page load so your site loads faster which would prevent any unprovoked movement while the site is loading. Check out this post: https://www.kadencewp.com/blog/need-for-speed/
    Let me know how I can help further!

    Best,
    Hannah

    #258611

    Hi Ben,

    Thanks, maybe this is much easier than I am understanding. I’ll just need to spend some more time testing to find the middle ground between having a develop-easy fast loading retina-ready home page and having a bespoke design (not looking like a template).

    With logos, I’ll upload a double size one (high density) one to fit, I guess these small images are the exception to uploading images with min. 1600 x 1600.

    Thanks for the tip – I’ll close this now as I think I’ve already wasted too much of your time whilst I try to work through this.

    thanks again.

    In forum: Kadence Theme

    In reply to: author.php

    #258606

    Hey,

    Which means I can’t just create new pages in a Virtue child theme?

    I just want to clarify I didn’t say that I said I don’t suggest you do this because there are better ways, but you certainly can just edit the child theme.

    When I glanced at the tutorial you sent there was nothing in it about authors’ custom fields. That was custom field all added to one page not queried from all the authors. If that is what you want and the tutorial explained that for you great, I was just trying to help with some easier options. Many map plugins allow you to set up multiple markers but if you’ve looked at them all and they can’t do what you want custom would be the best option since you want something really custom.

    Ben

    #258605

    Hey,
    I should make a couple of points.

    I would argue you are making this more complicated then it needs to be, in being determined to set a specific size for your home page images you are creating the issue of thus needing to define a specific retina size because you are also wanting a different ratio then what you are uploading the images as. In general, if instead you just used the images WordPress defines for you the ratio can be set in the block and you can trust that WordPress will output a size that works and provide a retina version and if the images a slightly larger then the exact pixel size needed it’s perfectly fine for performance because the difference in file size would be minuscule.

    You keep mentioning that if you do such and such the “theme” will output your retina image but I want to clarify that the theme does not control this WordPress core handles this. It wouldn’t matter what theme you are using.

    As for your logo just upload the size you need. one image in the retina size you want and then set the max-width to the actual pixel size you want. For example, if you want your logo to be 100px wide by 50px tall then upload a 200px wide image by 100px tall and set the max-width on your logo to 100px. That will be perfect as the majority of screens are “retina” and the size difference for the few that are not on a high definition screen is so small that there is no reason to create another image size for it.

    However, even if you wanted to create a standard size then it simply means you are creating one image size the 100×50 size because your retina size is the size you are uploading as.

    I really hope this helps clarify.

    Ben

    In forum: Kadence Theme

    In reply to: author.php

    #258597
    This reply has been marked as private.
    #258591
    This reply has been marked as private.
    #258590

    Thanks for getting back to me Hannah & Ben, appreciate the thinking on it!

    The only place I’ve seen the use all post types option is with Content Views Pro. I do think a nice feature, to create pages of featured content across a site, for example post types like Events, Products and Posts.

    #258586

    Hey Chris,
    There isn’t an excerpt option for pages. Where are you wanting this excerpt to display? If it is for SEO purposes you can add an excerpt through a plugin like Yoast SEO.

    Best,
    Hannah

    #258585

    I removed the blog post page blank on settings > reading. When I go to site.com/features/home-garden/title-here it still gives me a “Page not found” page.

    If I do the [blog_posts items="4" cat="yourcategoryslug"] code on a blog page how will the site know to have the hierarchy at site.com/features/home-garden/title-here?

    Thanks for your help!

    #258582

    Hey,
    I’m looking into some workarounds for this issue. It’s caused because the carousel refreshes it’s “state” when a tab it opened to make sure that if the carousel were inside a tab it would show correctly. This however is causing the height of the carousel to fall for a millisecond which moves you further down the page.

    If you need a temp solution you can use css to set a min-height. Otherwise I’m working to resolve this inside the javascript.

    Ben

    #258580

    Seems like an odd oversight from elementor.

    You can certainly add an empty span to your page with a custom ID and use that id as your link instead of the one you are currently using.

    The javascript way is already there just being overridden by elementors javascript so there is no workaround other than turning off elementor.

    Ben

    In forum: Kadence Theme

    In reply to: author.php

    #258577

    Hey,
    You can’t make a child of a child. I suggest using a plugin like this to add your custom PHP or css: https://wordpress.org/plugins/code-snippets/

    If you absolutely need a child theme then you would have to use the bold child theme and add your edits to it. It’s not ideal.

    Virtue uses a wrapper function to wrap templates, if you want to make a custom template you would need to follow the example of what’s in page.php which you will see doesn’t have a header or footer call and uses some important div structure classes to make sure the content is setup with the sites max width.

    In a case where you just want a map with multiple markers I would strongly suggest just using a plugin that allows you to do this vs going through this older tutorial which will require you manage a lot of development to create the map.

    I hope that helps!

    Ben

    #258561

    Hey Thomas,
    You actually want to leave your post page blank (from settings > reading). Then you can create a default page for your blog page and add your post via shortcode like this: [blog_posts items="4" cat="yourcategoryslug"]
    Then the breadcrumb should pull from whatever you have titled this page. Does this work for you?

    Best,
    Hannah

    #258550

    Hey,
    I believe you have to “translate” change which reusable block you call into the page, for example instead of calling one reusable block that is translated you would have two reusable blocks, one in each language and then you would change which one is called into the page based on the language of the page.

    But it’s best for you to check-in with WPML on this. Perhaps I’m wrong and there is a way to do what you want, however it wouldn’t be something we control. Kadence has been tested and approved by WPML for compatibility and we don’t handle how the translations take effect that’s all done from the WPML side.

    I hope that helps!

    Ben

    #258531

    I have no idea why my cls is too high

    this is my website:

    I use google page to test:

    can you help me to figure out why occur this?

    #258525

    I have a CPT, created with CPT UI plugin. I have added a Kadence Post Grid to a page and it displays the posts correctly. However, if there are no posts it displays the default “No posts”, rather than the text configured text from the CPT in the not_found label as I would expect.

    #258522

    Greetings!

    How to change Product gallery image ratio for single product page?
    By defaults it’s 1:1. How to make it 4:3 for example?

    • This topic was modified 5 years, 6 months ago by Aleksey.
Viewing 20 results - 6,241 through 6,260 (of 53,646 total)