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 - 14,861 through 14,880 (of 53,646 total)
  • Author
    Search Results
  • #206592

    Hey Hannah, How can I add a “Shop Now” button right below the product carousel on the home page of my sites?

    #206578

    Hey,
    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

    #206575

    Hey,
    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 Theme

    In reply to: the_excerpt();

    #206570

    Hey,
    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_excerpt

    Ben

    #206562

    Hey,
    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 events

    What 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

    #206561

    Hey,
    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

    #206559

    I want to hide this for vendor user role only. And once its done by you.
    This is 2nd time, link of 1st time problem topic

    Please help me like 1st time

    #206543

    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 Theme
    #206536

    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
    Hugo

    #206529

    Hey,

    This would require some custom CSS. Can you post a link to the image you’d like to use, as well as the page that you’d like to change it?

    Then I can provide the CSS.

    -Kevin

    #206528

    Hey 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!

    #206524

    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.

    #206522

    Hey Susan,
    In the homepage layout manager (theme options > home layout) you should see “Featured Products”. Is this not the case for you?

    Hannah

    #206521

    Hi,
    I am sure I am missing something obvious, but how do I add a featured item carousel to the home page – as seen in the Virtue demo? I do not seem to have the option in the Home Layout.

    Is there an additional plugin to add?

    #206519

    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

    #206518

    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.

    #206513

    I can’t recreate the issue. Does it occur when you make a new test page and publish it?

    -Kevin

    #206506

    I have the Gutenberg plugin. And your Kadence Blocks – Gutenberg Page Builder Toolkit.

    #206501

    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

    #206498

    Using 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.

Viewing 20 results - 14,861 through 14,880 (of 53,646 total)