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: Pinnacle Theme
In reply to: New Pages won’t save
January 22, 2019 at 6:45 pm #214138thank you for answer
the problem was Page Builder (by site origin) vs. Ascend theme.
I learn ELEMENTOR and this seems as great tool.
Right now my problem is solvedIn forum: Virtue ThemeIn reply to: Single-Portfolio move categories
So the template file is child_theme/templates/content-singleportfolio.php
Go down to line 238 and swap around the 2 sections that define the areas we need exchanged:
<div class="entry-content <?php echo esc_attr( $entryclass ); ?> <?php echo esc_attr( $portfolio_margin ); ?>"> <?php do_action( 'kadence_single_portfolio_before_content' ); the_content(); do_action( 'kadence_single_portfolio_after_content' ); ?> </div>Should be moved to AFTER the definition of pcbelow, so that area of code now looks like this:
<!-- Code extracted from this point --> <?php $project_v1t = get_post_meta( $post->ID, '_kad_project_val01_title', true ); $project_v1d = get_post_meta( $post->ID, '_kad_project_val01_description', true ); $project_v2t = get_post_meta( $post->ID, '_kad_project_val02_title', true ); $project_v2d = get_post_meta( $post->ID, '_kad_project_val02_description', true ); $project_v3t = get_post_meta( $post->ID, '_kad_project_val03_title', true ); $project_v3d = get_post_meta( $post->ID, '_kad_project_val03_description', true ); $project_v4t = get_post_meta( $post->ID, '_kad_project_val04_title', true ); $project_v4d = get_post_meta( $post->ID, '_kad_project_val04_description', true ); $project_v5t = get_post_meta( $post->ID, '_kad_project_val05_title', true ); $project_v5d = get_post_meta( $post->ID, '_kad_project_val05_description', true ); $tag_terms = get_the_terms( $post->ID, 'portfolio-tag' ); if ( ! empty( $project_v1t ) || ! empty( $project_v2t ) || ! empty( $project_v3t ) || ! empty( $project_v4t ) || ! empty( $project_v5t ) || ! empty( $tag_terms ) ) { ?> <div class="<?php echo esc_attr( $valueclass ); ?>"> <div class="pcbelow"> <?php do_action( 'kadence_single_portfolio_value_before' ); ?> <ul class="portfolio-content disc"> <?php if ( ! empty( $project_v1t ) ) { echo '<li class="pdetails"><span>' . wp_kses_post( $project_v1t ) . '</span> ' . wp_kses_post( $project_v1d ) . '</li>'; } if ( ! empty( $project_v2t ) ) { echo '<li class="pdetails"><span>' . wp_kses_post( $project_v2t ) . '</span> ' . wp_kses_post( $project_v2d ) . '</li>'; } if ( ! empty( $project_v3t ) ) { echo '<li class="pdetails"><span>' . wp_kses_post( $project_v3t ) . '</span> ' . wp_kses_post( $project_v3d ) . '</li>'; } if ( ! empty( $project_v4t ) ) { echo '<li class="pdetails"><span>' . wp_kses_post( $project_v4t ) . '</span> ' . wp_kses_post( $project_v4d ) . '</li>'; } if ( ! empty( $project_v5t ) ) { echo '<li class="pdetails"><span>' . wp_kses_post( $project_v5t ) . '</span> <a href="' . esc_url( $project_v5d ) . '" target="_new">' . esc_html( $project_v5d ) . '</a></li>'; } if ( $tag_terms ) { ?> <li class="kt-portfolio-tags pdetails"><span class="portfoliotags"><i class="icon-tag"></i> </span> <?php echo get_the_term_list( $post->ID, 'portfolio-tag', '', ', ', '' ); ?> </li> <?php } do_action( 'kadence_single_portfolio_list_li' ); ?> </ul><!--Portfolio-content--> <?php do_action( 'kadence_single_portfolio_value_after' ); ?> </div> </div> <!-- START OF INSERT --> <div class="entry-content <?php echo esc_attr( $entryclass ); ?> <?php echo esc_attr( $portfolio_margin ); ?>"> <?php do_action( 'kadence_single_portfolio_before_content' ); the_content(); do_action( 'kadence_single_portfolio_after_content' ); ?> </div> <!-- END OF INSERT --> <?php } ?> </div><!--textclass --> </div><!--row--> ......etcOf course, since we have swapped the sections round, it is necessary to correct the top border and spacing in CSS:
/* For each project page */ /* Sort out top border for swapped sections */ .pcside .pcbelow {border-top: none;border-bottom: solid 1px #d6d6d6;} .pcside .entry-content {padding-top: 20px;}Many thanks for your help, Hannah.
Unfortunately, this approach affects ALL portfolio pages rather than just those of type=project.
If there’s a better way of doing this, please share!
Kind regards,
Phil.In forum: Virtue ThemeIn reply to: Portfolio featered image cropped after Virtue update
Hey Ruud,
Try using Masonry instead of Mosaic. You can turn Masonry on from Theme Options > Portfolio Options. Then in your portfolio edit page under Portfolio Page Options set “Portfolio Layout Style” to “Standard”.
Let me know how that works for you!Hannah
In forum: Membership ForumsI can’t create a new post or a new page. The editing window just locks up and is blank. I deactivated all unnecessary plugins so far; and still no luck. I get this fatal error below. Any ideas on how to fix? I am using Virtue Premium Child Theme I created years ago using the one-click child theme plugin. Host provider says I may need to upgrade to more memory. But don’t want to if there is another way to solve this. The problem just started today. I was able to post an article just fine yesterday.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/…………./public_html/wp-content/themes/virtue_premium/kt-framework/gfont-downloader-json.php on line 39972
Can’t even edit an existing page or post. Get this fatal error:
Existing Page
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 3242067 bytes) in /home/……………public_html/wp-content/themes/virtue_premium/kt-framework/gfont-downloader-json.php on line 39972Existing published post
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 76 bytes) in /home/……………/public_html/wp-content/themes/virtue_premium/kt-framework/gfont-downloader-json.php on line 39972In forum: Pinnacle ThemeThanks Hannah and Ben, that’s a lot clearer now. Seeing as I keep reading that the fewer plugins the better, I’ll look at removing the SiteOrigin stuff since it’s barely been used. Kadence all the way!
Ben, just to check before I do it: the template option ‘Page Builder’ is just a standard option that appears in the list, not something that was added with the SiteOrigin Page Builder plugin?
I prefer that soft grey background right across the page rather than the white with grey borders you get with the default template (when the page is sized for a desktop/laptop screen). If the ‘Page Builder’ template does disappear with the SiteOrigin stuff, how can I get the default template to use that same colour?
In forum: Ascend ThemeIn reply to: Portfolio
Thanks for that, now saves 🙂
One question I’ve added to the following page https://www.fmbranding.co.uk/portfolio/pro-vets/
Portfolio Image Gallery another photo, where does this display as its not showing?In forum: Virtue ThemeTopic: remove slider on mobile only
In forum: Virtue ThemeIn reply to: Portfolio page / choose portfolio types
January 22, 2019 at 12:50 pm #214085I think Kevin was misunderstanding, thinking you were talking about the single page arrow navigation.
The filter shows all by default but you can use custom css to hide items.
If you post a link I would be happy to get you that css.
Ben
In forum: Ascend ThemeIn reply to: Portfolio
January 22, 2019 at 12:48 pm #214084It’s a bug in Gutenberg brought out by the Pagebuilder plugin. To fix install the Gutenberg plugin and that will update the internal Gutenberg and allow the page to save.
I installed the Gutenberg plugin for you.
Ben
In forum: Virtue ThemeIn reply to: Gutenberg Pagebuilder autosave
January 22, 2019 at 12:47 pm #214083Ok, I found this issue, It’s a bug in Gutenberg brought out by the Pagebuilder plugin that only happens on some servers using mod security or some other security. To fix install the Gutenberg plugin and that will update the internal Gutenberg and allow the page to save.
Ben
In forum: Virtue ThemeIn reply to: above footer widget area
Hello,
That is actually not a part of your footer widget area. That’s your home widget area. The easiest way to add those widgets to other pages would be through the use of page builder:
https://wordpress.org/plugins/siteorigin-panels/This will allow you to place the widgets on other pages anywhere you like.
Does that work for you?
-Kevin
In forum: Virtue ThemeIn reply to: Portfolio featered image cropped after Virtue update
January 22, 2019 at 11:03 am #214073Hey,
Which page are you talking about, on this page you are using the “mosaic” layout which would crop images, you might be looking for the masonry option: https://hansvandervelden.com/portfolio/Ben
In forum: Ascend ThemeIn reply to: Elementor White Screen
In forum: Membership ForumsJanuary 22, 2019 at 9:54 am #214051Assuming the problem is that WPForms reCaptcha and Kadence reCaptcha can not both be activated
They can, you can use both, Kadence Recaptcha wouldn’t load on the same page since it’s going to cover comments and logins screens.
Ben
In forum: Pinnacle ThemeIn reply to: New Pages won’t save
January 22, 2019 at 9:52 am #214050Hey Petr,
Are you using SiteOrigin Widgets Bundle as well? If so try deactivating the post carousel widget, I heard from someone else that is was causing issues with Gutenberg. Otherwise, you can try rolling back your page builder version using : https://wordpress.org/plugins/wp-rollback/
Ben
In forum: Virtue ThemeTopic: above footer widget area
In forum: Virtue ThemeIn reply to: Gutenberg Pagebuilder autosave
January 22, 2019 at 9:49 am #214048Hey,
I have actually heard that some of the widgets in the Pagebuilder plugin can cause this on some servers. But it’s been vague, if you are using Pagebuilders extra widgets then try disabling the post carousel widget.I do know that the developers are working on better and better support with Gutenberg and have been working to improve the compatibility.
Ben
In forum: Pinnacle ThemeJanuary 22, 2019 at 9:41 am #214045Hey,
Yes you can use Kadence Blocks and Gutenberg over a Page builder. No, you don’t have to it’s more about your preference. There would be a slight performance improvement but it would be slight and depends more on your server as to whether or not you would notice the change.The template “page builder” is a description and doesn’t actually add any page builder thing, it’s really just so your background doesn’t default to white, when working in a page builder this is nice because you can define the background, the default template has a white background.
so the template doesn’t mean you are using a page builder and doesn’t require a page builder to use.
None of the pages you linked to are using page builder, they are all built with shortcodes. So even less reason to change them since you already are not loading a page builder.
I suggest for new pages, new sites start using Gutenberg until you need to do something that Gutenberg and Kadence blocks doesn’t yet allow. Unless you have a really strong preference to the user interface of a page builder then, by all means, use what you like.
Does that help?
Ben
In forum: Pinnacle ThemeHey Martin,
Page Builder is only used where you have opted to use it. If deactivated, your page builder content will transfer to the default editor. Seeing as you are only using page builder on one of your pages, and you have already re-created that page without page builder, I would say you’re safe to deactivate it. The Kadence Blocks plugin gives you nearly just as much, and in some cases more, flexibility as page builder does.
Hope that’s helpful!Hannah
In forum: Membership ForumsIn reply to: Refund
Thank you for the very quick refund.
The problem I had occured on the Woocommerce Checkout-Page. I designed the page with Elementor Pro and Kadence Woocommerce Elementor Pro. But when the Kadence Plugin was activated, is was not possible to fill in any payment information (fields vor e.g. credit card were not writeable). I already fixed the problem, sadly I didn’t look into the Chrome Dev Tools and can’t give you anymore detailed information about the bug.
-
AuthorSearch Results


