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
Topic: Add shop now button
In forum: Virtue ThemeIn reply to: WooCommerce featured item carousel home page
November 5, 2018 at 11:07 pm #206578Hey,
In your theme options > theme extensions, you turned off woocommerce. Which turns off the woocommerce carousel options for the home page.I turned it on for you.
Ben
In forum: Virtue ThemeIn reply to: Homepage Layout/Template Issues
November 5, 2018 at 10:45 pm #206575Hey,
You can use this:add_filter( 'template_include', 'change_front_page_template', 10 ); function change_front_page_template( $template ) { if ( is_front_page() && ! is_home() ) { $new_template = locate_template( array( get_page_template_slug() ) ); if ( ! empty( $new_template ) ) { return $new_template; } } return $template; }But note that the sidebar control will still be overridden by the theme options home layout.
You could of course, create a similar output for feature sidebar on the home page by turning on the sidebar and adding the page content to the enabled section.
Ben
In forum: Ascend ThemeIn reply to: the_excerpt();
November 5, 2018 at 10:19 pm #206570Hey,
Can we backup and talk about what you are doing? Using the_excerpt on the single portfolio page doesn’t make sense? It’s specifically not designed for this.If you have to use it (not my suggestion) then on the single page don’t use the function. Call in the post:
global $post;Then output the excerpt without all the filters:
$post->post_excerptBen
In forum: Ascend ThemeNovember 5, 2018 at 9:59 pm #206562Hey,
The events template won’t give you page options like defining a custom background or things like that because it’s still not assining it to a page it’s an archive without a place for custom settings. So that setting in your screenshot it isn’t that type of template setting that would give you page specific control. You should set that to default events template which will get the page title to output eventsWhat you would need for more control is likely the pro version but you would have to check with the plugin support about all the pro features.
If you just want to set the background you can let me know what you want and I can help with css.
If you just want a sidebar to show up go to theme options > blog options scroll down to the Blog Category/Archive Layout settings and turn on the sidebar for blog archives.
Ben
In forum: Ascend ThemeIn reply to: How to removed recent posts?
November 5, 2018 at 9:41 pm #206561Hey,
Can you link to the page so I can see which carousel?In your theme options > blog options, you can turn off the related carousel.
Ben
In forum: Membership ForumsIn reply to: Hide sidebar options for selected user role
November 5, 2018 at 6:38 pm #206559I want to hide this for vendor user role only. And once its done by you.
This is 2nd time, link of 1st time problem topicPlease help me like 1st time
In forum: Ascend ThemeIn reply to: Gutenberg – save draft or publish
I deactivated plugins in the order of activation. Turns out Site Origin Widget Bundle interferes with Gutenberg pages and posts. The “saving” mode gets stuck whether saving to draft or publishing. The only way to stop it is to refresh. Then everything is saved. But when I change something and click save, the stuck mode starts all over again.
It all worked again when I deactivated the Site Origin Widget Bundle. I sent a bug report to Site Origin. The Page Builder by Site Origin doesn’t seem to be a problem.
In forum: Ascend ThemeTopic: the_excerpt();
Hi Kadence Team, I’m looking how to deal with the excerpt to achieve two goals:
1- Show the excerpt on single portfolio posts without ... and Read more link.
I added <?php the_excerpt(); ?> on an edited version of content-single-portfolio.php into my child theme.
For each portfolio post there is an manual excerpt.
Is there any other way to call the excerpt to remove the ... and the Read more link?2- Set a maximum length for manual excerpts.
By default, when the excerpt is manual there is no max length. For this project I only use manual excerpts and I setup a portfolio grid page using the Post Style template and the excerpt. But I don’t want too long excerpts on the grid to avoid breaking the layout.What would be the easiest solution? Should I create a custom excerpt with ACF?
Thanks
HugoIn forum: Ascend ThemeIn reply to: define main content background to a single page?
In forum: Ascend ThemeHey guys,
I´m wondering how to change the main content background of a single page (which is not the front page), different from the other pages? in theme options – advanced styling I can define an image as the main content background, but applies to all pages, how to apply it to a single one?
thanks!In forum: Ascend ThemeIn reply to: Gutenberg – save draft or publish
Went to Gutenberg forum. Found these links. Seems those who use Cloudfare had problems. Suggested theme and/or plugin conflicts. Suggested using this plugin.
https://wordpress.org/plugins/health-check/
I initially got failed save error messages. But not in the past week. Just saving/autosave stuck but does save drafts and published pages.
https://github.com/WordPress/gutenberg/issues/2704#issuecomment-41009093
https://wordpress.org/support/topic/updating-failed-warning-on-autosave/I am not using Cloudfare.
In forum: Virtue ThemeIn reply to: WooCommerce featured item carousel home page
In forum: Virtue ThemeIn forum: Ascend ThemeIn reply to: Gutenberg – save draft or publish
You can try deactivating plugins one by one to see if something is interfering with the saving of your pages, but I’m not sure what else you can do. It could also be something with your server. If you’re able to save, then you shouldn’t have anything to worry about for now.
Are you all up to date with all plugins and the theme?
-Kevin
In forum: Ascend ThemeIn reply to: Gutenberg – save draft or publish
I created a new page and saving is still stuck in cue. It alternates between “saving” and “auto saving”. The only way to stop it is to refresh. What I created is saved and there. I add content, click save draft, and it starts all over again in the saving cue. It’s happening on every Gutenberg page. It doesn’t do it when I am working in a non-Gutenberg page using Site Origin page builder.
In forum: Ascend ThemeIn reply to: Gutenberg – save draft or publish
In forum: Ascend ThemeIn reply to: Gutenberg – save draft or publish
In forum: Ascend ThemeIn reply to: Content spacing and sidebar alignment
Hi Hannah,
Thank you for jumping in, appreciated!
The code works perfectly for the sidebar padding on mobile, thank you.
With respect to spacing, from my pedantic measurements (I’m ridiculousness I know!) there is a space of approximately 67px between the header and content on most pages. However, the category tag is about 75px from the header. I was just hoping to bring this up slightly without messing everything else.
Thank you so much!
Mark
In forum: Ascend ThemeUsing the Gutenberg plug in. When I go to either save or publish a page, the “saving” field is continually active. When I leave the page even while the “saving” field is still working, the page is saved. Do you have any idea why this is going on? It started in the last week or so. Didn’t do it before.
-
AuthorSearch Results


