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 - 13,761 through 13,780 (of 53,646 total)
  • Author
    Search Results
  • In forum: Pinnacle Theme

    In reply to: New Pages won’t save

    #214138

    thank 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 solved

    #214133

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

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

    #214123

    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

    #214119

    I 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 39972

    Existing 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 39972

    #214105

    Thanks 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 Theme

    In reply to: Portfolio

    #214101

    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?

    #214091

    Hi-I’ve selected ‘none’ on the Home Page Slider settings, and the slider stills appears on my phone. I cleared history on the phone as well.
    Any ideas?

    Thank you

    #214085

    I 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 Theme

    In reply to: Portfolio

    #214084

    It’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

    #214083

    Ok, 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 Theme
    #214074

    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

    #214073

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

    In reply to: Elementor White Screen

    #214064

    Hi Ben, all my pages have been brought forward from the previous website where everything was in VC.

    I’ve used Elementor to create all the woo templates for archives/loops.

    #214051

    Assuming 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 Theme

    In reply to: New Pages won’t save

    #214050

    Hey 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

    #214049

    My above footer widget area shows only on the startpage.
    Is there an option to show it on the other pages, too?
    Thanks
    Matthias

    #214048

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

    #214045

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

    #214044

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

    In reply to: Refund

    #214041

    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.

Viewing 20 results - 13,761 through 13,780 (of 53,646 total)