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: Virtue Theme
In reply to: Virtue Premium 5-Column Mega Menu
In forum: Virtue ThemeIn reply to: Virtue Theme Blog Page Pagination Limit Adjustment
Hi Ben,
Thanks for following up. My apologies for the confusion. To answer your question, it’s the second explanation. I would like to remove pagination for the posts from my site past the 10th page, meaning that the oldest 965 posts would not be available for view in pagination. So, there would be only Page 1 through Page 10 in the pagination. Does that make sense?
In forum: Virtue ThemeIn reply to: Virtue Theme Blog Page Pagination Limit Adjustment
December 23, 2019 at 4:33 pm #242437Hey,
I may be missunderstanding, so let me ask a follow-up. Are you wanting to change how many posts are shown per page so that your roughly 1145 posts are divided into 10 pages, something like 115 posts per page?Or are you wanting to remove all the posts from your site past the 10th page, meaning that you essentially trash the oldest 965 posts.
Ben
In forum: Virtue ThemeHello,
I’d like to adjust the pagination limit at the bottom of the screen on my blog page. The pagination on my page currently runs from Page 1 to Page 64, and I would like to set the pagination to go from Page 1 to Page 10. The blog page is *Login to see link
Is there an adjustment in the theme options that will do this or does this require a specific bit of code? If code, can you please provide in detail? Many thanks in advance!
In forum: Ascend ThemeIn reply to: Space on horizontal mobile view
December 23, 2019 at 11:29 am #242431Hey,
Your background video should have worked on mobile. It just would not autoplay as mobile does not support that. Was it now displaying at all? How are you adding your video?
Hannah wrote this in the context of thinking of the Kadence Slider which does have some support to start a video on mobile if the play button is clicked.
However in the context of a background in a row block the video will not play like that. It’s not designed to play on mobile, and as a background it’s designed to work as a player if the browser decides not to play it. There are some hacks similar to what is added in the Kadence Slider but it’s not part of the blocks right now.
Your whitespace is caused by whatever you are adding for “Degraded Video Detected!” in your footer, notice thing is not responsive, it’s breaking the page layout.
I hope that clarifies.
Ben
In forum: Ascend ThemeDecember 23, 2019 at 11:07 am #242430ok, I see you don’t get that control… in your child theme add this:
add_action( 'after_setup_theme', 'custom_change_custom_post_cap', 1 ); function custom_change_custom_post_cap() { add_filter('kadence_portfolio_capability_type', 'custom_change_custom_post_cap_page'); add_filter('kadence_testimonial_capability_type', 'custom_change_custom_post_cap_page'); add_filter('kadence_staff_capability_type', 'custom_change_custom_post_cap_page'); } function custom_change_custom_post_cap_page( $cap) { $cap = 'page'; return $cap; }Ben
In forum: Ascend ThemeIn reply to: Pages, Posts and sub-pillars
Hi Mimmie,
I hope it’s OK if I chime in here. It sounds like you’re wanting parent categories and subcategories. You can create a parent category for your main Peru post, then a subcategory for your sub posts. Each post can be assigned to a category from the post edit page. Would this work for you?Your site will not break upon deactivating Elementor. Though, as Ben said, you may have to re-adjust some things. Your entry-content will transfer to a default editor, then you can convert it to whichever widget/block you want.
You can keep old posts using the siteorigin editor and still create new ones using Gutenberg. You will just need to choose which editor you want to use when creating a new page/post. Seeing as Gutenberg is the future of WordPress, I recommend becoming acquainted with it. Kadence Blocks truly helps to make this transition painless. If you haven’t checked out Kadence Blocks yet you can do so here: https://www.kadenceblocks.com/
Hope this is helpful!
Hannah
In forum: Ascend ThemeIn reply to: shadow not visible on image in row
This reply has been marked as private.December 22, 2019 at 9:25 pm #242415In forum: Virtue ThemeIn reply to: Portfolio name removing
In forum: Virtue ThemeIn reply to: Portfolio name removing
Hi,
thank you for your reply and CSS. Unfortunately, this is not what I meant. I will try to describe this once more. Lower you will find the print screen of one of mine portfolio items. As the name of the product is already written in slider I do not want to have it on top of the page under the logo. I tried to use some plugins for this, but this was not satisfactory.
Thanks for helping.
Tomas.
In forum: Virtue ThemeTopic: Portfolio name removing
Hi,
I would like to remove titles on portfolio pages. Is there any CSS I can use in Advanced Settings which portfolio titles? I would like to have CSS which remove these titles sitewide and, if possible, for only one portfolio item.
Thank you very much.
Tomas
In forum: Ascend ThemeIn reply to: Pages, Posts and sub-pillars
December 21, 2019 at 7:06 am #242396Dear Ben,
You make me laugh – I’ve read it on a google and obviously I trust you more that is why I asked you. Or do you rather prefer I rather don’t ask?
For example I am busy working on a long post about Peru. On this post, I don’t give all the info for example about every trek in Peru. On this post I talk about the different treks and there is a link for each trek that links to a post about the specific trek. A blog group I belong to call the Main Post (Main Pillar) and the articles it links to sub-Pillars. For example in the main post I talk about the different treks in Peru which links to each trek individually. I have started it as a post so now I know it is in order and that the sub-articles (it links to), must be posts thank you.
Main post: PERU TRAVEL GUIDE
sub articles (posts): Salkantay trek, Inca trail, and so on.Thanks for advice given on page builders. Should I decide to remove Elementor plugin but I have Post or Pages that was built (or set up)? using Elementor, can I just copy all the info, remove the plugin, and then alter the page or post to the preferred editor and just paste the info (to safe time), or will it break my site (or whatever – maybe I am not using the right words)?
I know it is my choice but do you think it is better to learn the Gutenberg blocks to built future post with (and keep the current Site Origin ones) or do I then also have to remove the site origin plugin and re-do all the posts?
For learners like me, is the Site origin simpler and easier? (if you don’t mind giving your opinion).Mimmie
In forum: Ascend ThemeIn reply to: Pages, Posts and sub-pillars
December 20, 2019 at 5:06 pm #242387Hey!
I’m sorry, I’m not sure I’m totally following? Who is telling you that “a main pillar article must be a Page” I suggest asking them for advice since they know more of what you are talking about. I can’t really offer SEO advice as I’m not an SEO expert, just a learner.
a. I don’t know what you mean by sub pillar, but I’ve always read an article should be a blog post, pages are for nearly static content.
b. If you change from a page to a post, make sure the URL is exactly the same, if it isn’t, then run a redirect. You can use a plugin like: https://wordpress.org/plugins/safe-redirect-manager/
c. Best to not have two-page builders running. So I suggest you try and make sure you are not using both Site origin page builder and elementor. If you are then you should choose one, and remove the other. This may mean that you have to rebuild some parts that you’ve built in the other but getting through that now is better then delaying, you will only create more work for yourself if you delay in doing that.
If you are not using two page builders great, then you are likely fine, post a link to where you are working with specific questions about the page, and I’ll try and help.
Ben
In forum: Ascend ThemeTopic: Pages, Posts and sub-pillars
December 20, 2019 at 2:37 pm #242386Hi guys, me again – still struggling 🙉 I have a few questions:
I’ve read now that a main pillar article must be a Page “If this particular content can stand on its own and will be linking out to a number of other articles, it could be a page. If it rests on the foundation of another article, and doesn’t flow out to lots of other content, it’s better as a post.”I have the following issues/questions:
a) For my sub pillars, do I create posts? or Pages (new page for each sub-pillar or post for each)?
b) Can I copy the info on my old Post and paste it on a new page (main pillar), then delete the old post?
I’ve read somewhere that if a person delete a page or post, that it is not completely deleted and will negatively influence a person seo.c) I made changes to one of my posts and couldn’t remember if I’ve used live editor or Elementor. I then went into live editor and made changes, but I’ve also checked on element or as it ask me which one I want to use to edit and then saw the info differs – that means I have two versions?
What do I do now? I am so confused. I remember Hannah suggested that I use Gutenberg blocks which I’ll do with my next post or page.
Do I have to remove one of the versions (not sure if it is the right wording)
🙁
Thanks in advance.In forum: Ascend ThemeIn reply to: Duplicate logo in mobile view
In forum: Ascend ThemeHi there,
My client has asked me to implement a banner/strip graphic showing delivery information and a countdown to the cut-off time for same-day dispatch, similar to what you can see here: *Login to see linkI’ve found countdown timer plugins that use shortcodes, and can use one of those with an icon and text to build out the full line of content, but am wondering where best I can place it. Is it:
1. Possible to add it to the WooCommerce product/category pages without creating a child theme?
2. Alternately, possible to add it somehow to just above the main menu? Problem with this is that any B2B clients still using non-widescreen monitors aren’t seeing that menu as is. I’m not sure how I could make it responsive for mobile either.
3. One other option would be to add it to the shop sidebar, but I’d want to use a coloured background for the (presumably, text) widget I’d use, to draw attention. How can I do set the background colour for a text widget?Any thoughts on the best way to achieve this would be much appreciated! The site is RollieUK.com.
Thanks,
TracyIn forum: Ascend ThemeIn reply to: shadow not visible on image in row
This reply has been marked as private.December 19, 2019 at 5:07 pm #242354In forum: Virtue ThemeIn reply to: Product Categories Page
In forum: Virtue ThemeIn reply to: Linking to Page Anchor
December 19, 2019 at 9:29 am #242334Lazy load would be coming from one of your plugins. Are you using smush it or jetpack or wp rocket?
Usually there is a setting to enable to disable, sometimes you can even control that on a page by page basis.
Ben
In forum: Ascend ThemeTopic: TOC
December 19, 2019 at 8:58 am #242322Hey Hannah,
I want to add a TOC only on certain pages. Which one would you recommend?
thanks in advance
regards
Mimmie -
AuthorSearch Results



