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 '
-
AuthorSearch Results
-
In forum: Ascend Theme
In my, WordPress Dashboard > Theme Options > Home Page Header, I’ve selected “Page Title” for the “Choose home page header settings”. (settings screenshot attached)
I love the typed font header and subheader feature but I’d also like to add a Call to Action button just below the subheader. What’s the best method for me to accomplish this?
Website: *Login to see link
In forum: Virtue ThemeHello
I am trying to do something that is a bit beyond my coding knowledge and was wondering if you could help me out.I have this page here
*Login to see linkand what I am wanting to do is have it to where the image at the top will effect the drop down at the bottom.
For example, if I hit the “standard package” image, I’d like it to change the drop down to “standard package”…Is that doable? Could you possibly point me in the right direction?
Thank you all for your help. I look forward to hearing from you.
In forum: Membership ForumsHi there,
I hope you’re well and safe. I have recently decided to disable AMP for my website. Since it may affect my SEO ranking I want to place the following tag in the head section of my AMP pages for Google to drop them. I’m basically following the instructions discussed in this article.
<meta name="robots" content="noindex,follow"/>
Could you please let me know how I can access the HEAD section of my AMP Pages?
—
MinhajulIn forum: Ascend ThemeIn reply to: Image on link to home page
In forum: Pinnacle ThemeIn reply to: Sidebar as default on pages
In forum: Virtue ThemeIn forum: Ascend ThemeTopic: Product Add to Cart hover
Hi there I was wondering if there’s a way to keep the Add to Cart button enabled when going to the shop page rather than just be able to see it on hover
I chatted with WooCommerce support and they mentioned it was a theme setting.
In forum: Virtue ThemeWhen my page is loading, before the cover image is displayed, the block displays as black. I would like to change it to white or another colour.
Can you help me please? *Login to see link
In forum: Ascend ThemeIn reply to: Demo Import Error
In forum: Ascend ThemeTopic: Image on link to home page
July 24, 2020 at 8:07 am #253478Hey Hannah,
When I post a link to my homepage on social media, the image showing on the left is not the homepage image but my logo which is white so it is just white block. Where on my dashboard do I go to change it please?
In forum: Pinnacle ThemeTopic: Sidebar as default on pages
I know this should be easy, but I couldn´t find a solution even after searching the forums here extensively.
I also know that under Theme options / Blog Options / Blog Post Defaults / Blog Post Sidebar Default I can change the default for sidebars for posts.
But how could I do the same for pages?In forum: Kadence ThemeHi Ben,
Good to know about Rankmath. Thank you. I just installed it a couple of days ago. I ‘ll look into that.The problem with the Category archives is that they are nearly impossible to design and create a layout that may highlight sub-topics.
Like in the food site I mentioned, let’s say the Thai Food Category if we’re using just the WP archives, there’s no way that we can go in and make
info-boxes that highlight sub-topics, ie, Thai Street Food, Tha Noodles, Thai CurryWhen a visitor goes to a typical WP archive page it’s a long list of topics that are related (Thai food) but the individual posts themselves are mixed together.
BUT
With a Category Page that you can go back and spiffy up the layout with info-boxes, icons, etc. when the user clicks on the Thai Food category they’ll see a page that highlights Thai Street Food (an info box with a sample picture). When they click on the “Thai Street Food” they go a page that will have all the Thai Street Food posts. That’s what I would like to do.In forum: Kadence ThemeJuly 23, 2020 at 11:26 pm #253459Hey,
Thanks for your post.Rankmath SEO adds a redirect option in their plugin so something like this is already available there.
I can certainly see wanting to have total control over the styling of the category page and have it linked in with all the built-in linking that happens inside of WordPress. For example if you wanted to show the “top posts” in the category at the top, etc.
I’ve been considering an option to replace the category main loop with a custom page content as an alternative to navigating redirects.
So just for clarification, you seem to be worried that google doesn’t index category archives? Or that you can’t manage the SEO meta content? Or that you can’t add a category into the top menu but you can do all those things and the archive is google searchable so can you explain more why you want to control this from within a page instead of perhaps what I’m considering which would be an element that replaces the content area of an archive but nothing else.
Ben
In forum: Ascend ThemeIn reply to: Demo Import Error
In forum: Ascend ThemeTopic: custom css file
Is the “Custom CSS” stored in a css file somewhere? Can you show me where it is? I think I need to exclude this CSS from the optimization process (minify and merging) as I have a lot of custom css and the formatting doesn’t look right in the first second until after the entire page loads which I suspect is caused by the minification of the Custom CSS.
Thanks.
-
This topic was modified 5 years, 9 months ago by
Vu.
In forum: Kadence ThemeHi. I’d like to set up my website with a silo structure. That is, I would have all relevant posts under their relevant category and there would be a
Category page (that is Google searchable) listing all the relevant posts of that Category laid out in an easy to navigate manner.
Here’s an example:
Food Site.
Categories:
– Thai food: all Thai food posts, and in addition can be laid out with sub-topics: ex: Thai street food, Thai Noodle dishes, Thai Currys, etc
– American food: all American food posts and again can be laid out with sub-topics: ex. American fast food, Southern dishes, Afro-American dishes, etc
– British food: all British food posts with the sub-topics laid out nicely: ex. British fish-n-chips, Got anything else but spam, carrots-n-peas, peas-n-carrots, etc. (note: I’m not slandering British food, I love it! Goes great with beer! Just adding a little humor to the request:) )How it would work:
1. We create the Category Page in Kadence – “Thai food, American food, etc.
2. After the Category Page is made, when we go to add a “Category” via the WP Dashboard > Posts > Categories, but now, in addition to “Add New Category,” there will be a box where we can link this “WP Category” to our NEW FOOD CATEGORY PAGE. A-batta-bing-a-batta-boom… we have a silo website folks! \(*<>*)/REQUEST: Please add a “link box” where we can redirect the WP Category to the New Page Category that we created. Whew. hope that makes sense.
Then I could put those newly created category pages on my top-main menu. Easy for users and Google will give us a mega-boost because we have a ‘Silo’.
Please give this some serious consideration.
Thank you kindly.In forum: Kadence BlocksIn reply to: Row Layout
This reply has been marked as private.July 23, 2020 at 7:02 pm #253441In forum: Ascend ThemeIn reply to: shortcode blog excerpt length
I’m already seeing your blog post boxes on the homepage the same length. Were you able to fix that already?
You can give you read more excerpts a box-like effect with this css:.home a.kt-excerpt-readmore.more-link { background: #333; color: #fff; padding: 5px; float: right; }And the hover with this:
.home a.kt-excerpt-readmore.more-link:hover { background: #555; }Hope that helps!
Hannah
In forum: Membership ForumsTopic: change email on my license
July 23, 2020 at 4:25 pm #253434Can my email be updated on my license page?
currently it has my Paypal email address. I would like to change it to *** hide
thanks, russell
In forum: Kadence ThemeJuly 23, 2020 at 2:49 pm #253425Thanks for your feedback… it’s going great so far. Don’t bother with LearnPress – every site we’ve seen with it is as slow as can be. We will go with LearnDash if needed.
Random thing – we aren’t able to make the social share buttons appear in WooCommerce product pages, despite having the option enabled from the customizer. Is there a trick to it?
Thanks again
-
This topic was modified 5 years, 9 months ago by
-
AuthorSearch Results


