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 - 7,181 through 7,200 (of 53,646 total)
  • Author
    Search Results
  • #254028

    Dear Ben,

    Thanks for the response. I also thought about this both themes have a different core structure. That’s the reason I took membership. But unfortunate Virtue Bold theme demo is best, neat and clean. I started to create on my other domain but stuck on single product layout.

    Elementor Hello Theme I tried too. But lack of a feature or might I am not able to set – Single product’s main image Left side thumbnail vertical position.

    I appreciate have all this conversion focus keys in the free theme. On the single product page and rest, other flexibility is make up my mind to switching my all website to This amazing Theme. Thumbs up and wishing you good luck developing team.

    The last couple of years I am designing website theme elementor based OceanWP Pro Bundle.

    At last, want to say one more thing that Please make and release new premium version with demo content as well as Elementor’s demo of – NEXT GENERATION THEME Kadence WordPress Theme – on page First Theme same woo-commerce feature. With demo content and images saving lots of time. Might be you are on working already on Premium features like pinnacle and virtue themes have both free and premium. Waiting to launch.

    Before your’s answered I already started worked with designing with this theme.

    I always do appreciate to pay developers for quality work and features. Hoping this purchased lifetime membership advantage get in future.

    Wishing you all good health and luck.

    Regards
    Himanshu Pawar
    Director / Co-founder
    Brand – hazelglow®

    #254023

    This error is still really troubling.

    PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 131072 bytes)

    That is saying you ran out at 2mb when a process was trying to use 0.13mb If your max memory was set to 1gb then something else on the server wasn’t functioning correctly. You certainly shouldn’t need to upgrade to a 4CPU’s, 8Gb System. That is similar to what I use to run this site which has tons of users accessing non-cached/partial cached data in the forums. I would encourage you to press your host on this before paying them more. If some of your admin heavy plugins need it that is fine but the error above shouldn’t be fixed by adding more memory because it’s saying your access stalled at 2mb.

    I was just on your site and I was able to access the test page I made in the block editor. I didn’t see any errors or issues? I added content and saved. Are you still seeing an error?

    Ben

    #254022

    Hi, 2 things:

    1 – Is there an option to add navigation controls to individual product pages? These work great in the portfolio section. I’ve attached an image. Or if you could give me code to do so that would be appreciated for these buttons in black and white.

    2 – Somehow I’ve lost my padding on the top of my pages, everything is flush against the top menu bar instead of having some space. Some code I can insert would be good restoring it back to default. See attachment.

    Thank you!

    #254016

    Hey,
    I think there was some confusion. Our new Kadence Theme is not the Base theme for “virtue bold”. That is a child theme of Virtue Premium. The features you are looking for are not part of the Virtue theme.

    One thing you can do with the virtue theme (and virtue bold child theme) is to install elementor and our product extension for elementor.

    see here: https://wordpress.org/plugins/kadence-woocommerce-elementor/

    You can watch a video here: https://www.youtube.com/watch?v=rcA_MFIYFm0

    That would allow you to edit the content of your product pages.

    Just a note our New Kadence Theme is different and has this built in.

    Ben

    #254015

    Hey,
    You can’t through the normal menu interface, You would have to create a custom menu item and hook that into the menu all through php.

    Here is an example: https://www.datafeedr.com/dynamically-add-link-to-wordpress-menu-based-on-users-logged-in-status/

    You can just leave off the part about being logged in.

    So it would look something like this:

    function custom_wp_nav_menu_items($items, $args) {
    
    	// Make sure this is the Primary Menu.
    	if ($args->theme_location == 'primary_navigation') {
    	
    		// CSS class to use for <li> item.
    		$class = 'menu-item';
    
    			// User is logged in, link to welcome page.
    			$extra = '
    			<li id="menu-item-custom-back" class="' . $class . '">
    				<a href="' . do_shortcode("[retrieve_cookie_value name=urlcookie]") . '">
    					' . __('label') . '
    				</a>
    			</li>
    			';
    
    		// Add extra link to existing menu.
    		$items = $items . $extra; 
    	}
    	
    	// Return menu items.
    	return $items;
    	
    }
    
    add_filter( 'wp_nav_menu_items', 'custom_wp_nav_menu_items', 10, 2 );

    Ben

    #254010
    This reply has been marked as private.
    #254008

    Am using Siteorigin Page builder on home page, and have a space below kadence slider and above page content.
    I tried setting page builder to 0 top margin etc… no luck.

    #254004

    Hi there,

    When I search for something it is very hard to discern one result from another. I couldn’t find any settings to make them appear different. Any suggestions?

    #254001

    I’ve noticed this on other sites with Kadence themes, but have not taken the time to ask yet. Wondering why the link styling is not consistent across my site? For instance, on the same page, within duplicated blocks of the same type of content, none with any special link stlying, I get all links showing my highlight color, but some have faint whitish grey underlines and some don’t. My questions are:

    1) Why any difference?
    2) Wherever the text-decoration:underline; is coming from, why doesn’t it match the highlight color?

    Example page from our live site

    Notice all links on the page are underlined, though in faint white, except for the two links in the Citizen Resource Center heading content block. The same thing is evident across the site. Seemingly random links (most) are underlined, though some are not.

    #254000

    Hi!

    Since I am transitioning from Classic to Blocks, how do I hide the page titles for my Block pages? I figured out how to hide the title itself, but there are the two lines above and below the title that remain.

    This is the css I used:

    .page-id-5449 .entry-title{
    display:none;
    }

    Thanks!

    In forum: Ascend Theme
    #253994

    Hi Elsa,
    Are you wanting the featured image to be shown behind the page title? You can upload your featured image under the Page Title and Subtitle tab and it show there.
    Hope that helps!

    Hannah

    #253991

    Dear Hannah,

    I already spent a lot of time with Kadence Virtue Bold Child Theme Design structure. Please check https://www.hazelglow.in/

    After Add to Cart Button: Is it possible to add below text with icon?

    Example:

    Free shipping on orders over $50!
    1st {icon} Satisfaction Guaranteed
    2nd {Icon} Secure Payments
    3rd
    4th
    5th

    After the above lines Add

    GUARANTEED SAFE CHECKOUT (text)
    Small images of Payment Gateways Image.

    After this, I am ready to launch soon this website.

    I do assure you this website will be best in showcasing. Last 4-5 Years I am using OceanWP Pro Theme. Please check my current working business website https://hazelglow.com/ . After look features and reviews I decided to buy Kadence membership. Soon .com I will switch after .in domain launch.

    Please help me urgently right now with developer Team member Support: on Single Product Page. Thanks in Advance.

    Regards
    Himanshu
    Director / Co-Founder
    Brand – Hazelglow®

    #253989

    Thank you Ben! It was indeed a caching issue. I disabled the “optimize CSS delivery” setting in the WP Rocket settings and that fixed things without effecting page speed. Cheers and thanks for the support!

    #253975

    I’m developing a new site and using KadenceWP for the first time and the desktop version of the new site looks great. When I switch to mobile view I see there is padding on the right and left side of the content in the home page.

    Would it be possible to remove that padding on the left and right on the smaller devices?

    #253974

    Hi!

    I’ve added the yoast breadcrumbs to product pages like this:
    add_action( 'woocommerce_before_single_product_summary', 'add_yoast_breadcrumbs', 5 );
    function add_yoast_breadcrumbs() {
    if ( function_exists('yoast_breadcrumb') ) {
    yoast_breadcrumb( '<p id="breadcrumbs">','</p>' );
    }
    }

    But how do I add it to product archive pages? I can’t find a suitable hook?

    Thanks,

    BenA

    #253972

    Hi Ben,

    Leaving the email subject blank the email comes through with just the sitename and submission as the subject line.

    I have been adding custom subject lines to each form but as we have a number of similar products including the url would ensure we are literally on the same page as the customer.

    I have an email link in the sites header which uses a custom shortcode [custom_mailto_url] to embed the page title and url into the message. (Code added to child functions.php)

    I’m guessing that can’t be passed to the form?

    Many thanks

    Steve

    #253971

    Hey all,
    am using the Ascend Premium Theme.
    Sorry, am very new to all that stuff, so don’t be hard with me. 😉

    Although I upload a featured image, it is not shown at my page.
    o/helfen/ora-flohmaerkte/

    I would like to have it like on this page:

    Can you help me where I can find settings to solve this problem?

    Thank you!
    Elsa

    #253969

    Hello Dear Hannah,

    Thanks for the response. Please find attached links for which feature I am looking with Kadence Virtue Bold Child theme, Which had Kadence Free Base Theme.

    Kadence-Base-Theme-Single-Product-Layout Kadence-Base-Theme-Woo-Commerce-Product-Page Kadence-Theme-Virtue-Bold-Child-Woo-Commerce-Product-Page

    I want to adjust the Single product in Virtue Bold Child theme.

    https://www.hazelglow.in/shop/clothing/happy-ninja/ Almost ready all basic setting before launching my website. Just want to set and some adjust like free Kadence Base Theme product layout.

    https://pinnacle.onkarsingh.com/product/album/ I tested this on-base feature which I want to set Single product design setup.

    If Virtue Bold Child Theme base structure doesn’t allow this feature? Thinking to set with Kadence Base theme only if the header logo and sticky slide logo can be set just like virtue bold theme.

    That’s what I need.

    Also I raised a ticket for change / update my email id in licence manager api page to [email protected]

    Regards
    Himanshu

    #253962

    Hi,
    I’m using a cookie to record the settings of various parameters on a page.
    When the user leaves the page to view something else, then returns, the cookie ensures the same parameters are set up.

    I’d like to add this capability into the nav-menu. I tried a “Custom link” but that didn’t work.

    The code that works fine in a button is:
    <a class="kad-btn" href='[retrieve_cookie_value name="urlcookie"]'>Back</a>

    How can I insert this as a menu item?
    Many thanks,
    Phil.

    #253957

    Deactivating Blocks
    I get that. My problem was, as I said in my original post, I couldn’t see how to deactivate Kadence Blocks short of deactivating them individually. There is no KB listed in ‘Plugins’, so how/where does one deactivate it?

    Re Out of Memory
    WPMUDEV is my hosting provider
    When I posted, the config was 2CPU’s, 2Gb of system memory and 256Mb of PHP memory. WPMUDEV increased the PHP memory to 1Gb momentarily to see if that made a difference to the crashing. It didn’t

    I’ve since upgraded to 4CPU’s, 8Gb System and 256Mb PHP. Bear in mind this is a site with no users to speak of

    Query Monitor
    I didn’t know it was only for development use. It’s been useful to observe page loads. In any event, WPMUDEV asked that I install it to enable them to troubleshoot the crashing issue. I think I can deactivate it now.

    Classic Editor Add On
    Take your point. That is a legacy of not wanting to use blocks when the site was first created. Events have moved on and I overlooked the purpose of that add-on. I’ll remove it.

    Yes, I want to use Blocks

Viewing 20 results - 7,181 through 7,200 (of 53,646 total)