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

    Hey,
    In Theme Options > Shop Archive Settings what have you set as the “Sidebar side for product archive pages”?

    Hannah

    #241584

    Hi,

    I seem to have lost the padding between the home page Image Menu and Custom Carousel after the last updates. Would you be able to provide a fix for this please?

    Here is the website:

    Thank you,
    Gayle

    #241582

    Hey Hannah,

    I am stuck and need help. I went into Posts and then clicked Categories, then I saw the following:

    The theme update API License Key has not been activated! Click here to activate the license API key. When I clicked on it opens a page that says

    Getting Started with Ascend Premium
    Theme activation recommended plugins and helpful links.? In other words although I’ve upgraded to premium I am still not on Premium? I can’t believe it – I didn’t know I had to do something to transfer from free to Premium. I guess it is all my fault as I’m so uneducated with all these technical stuff.

    I am now scared to go ahead and just click Transferring from Free to Premium. Can you please direct me here! I feel like a complete idiot!
    Or must I just go ahead and click to transfer it? Can I break anything?

    Steps for how to easily import your theme settings from the free Ascend Theme to the Premium Ascend Theme.

    #241581

    i have set the sidebar on the left side which works for all pages except the woocommerce products page where it remains on the right hand side.

    am i missing a setting somewhere?

    Anonymous
    #241576

    Hey Ben,

    just installed a fresh WP 5.3 with Pinnacle.

    1) However, I cannot change the page attributes to Full Width.
    2) Where can I change the “$content_width” to 1400px
    3) Can I change 1 row to full-width-stretch like I could with the PageBuilder from SiteOrigin?

    http://www.yaoyaoforest.com

    Best regards,
    Hendrik

    #241572

    Hi Hannah
    Yes, that menu item is a custom link to a widget at the bottom of the hoe page

    #241570

    On your page

    there are some points that could be worded more clearly
    In step 3 (the first one), instead of referring to the “copy” button, I think you should say the “Copy Data” button (to distinguish from the “Copy Export URL” button.
    In step 1 (the second one – why not call it step 4?) you should say “install AND ACTIVATE” not just “install”
    In ste 3 (the second one), minor edit – “paste” instead of “pasted”

    #241569

    Hi! In your demo you have a post style portfolio page ( and I’m wondering if there’s a way to remove the grey border from the posts.

    Thanks!

    #241561

    I’ve used the video popup block many times with excellent success, but this time – on a different site and using a different Vimeo account – when one clicks play it opens the popup then redirects to the actual Vimeo site. Could this be due to the Vimeo account being a Basic Free one rather than a Pro one? That is the only difference I can see.
    The site is on a testing server – I can send a link if you want to see what is going on. Thanks so much!
    Doris
    edited to add, I just tried it with a youtube video and it did the same thing – took me to the youtube page instead of playing the video in the popup.

    • This topic was modified 6 years, 4 months ago by Doris Eraldi.
    • This topic was modified 6 years, 4 months ago by Doris Eraldi.
    #241558

    last website I built with this theme, I was able to install a template and use that to build the website. I can’t remember how to do that.

    I went to a page where they had a choice of ascend formats and I chose one. I don’t know how to find that again.

    • This topic was modified 6 years, 4 months ago by info850.
    #241555
    This reply has been marked as private.
    #241543

    Did a little tweek:

    add_action( 'do_meta_boxes', 'hide_metaboxs_some_users', 1000 );
    function hide_metaboxs_some_users() {
    	if ( ! current_user_can( 'manage_options' ) ) {
    		// For Posts
    		remove_meta_box( 'standard_post_metabox', 'post', 'high' );
    		remove_meta_box( 'video_post_metabox', 'post', 'high' );
    		remove_meta_box( 'gallery_post_metabox', 'post', 'high' );
    		remove_meta_box( 'image_post_metabox', 'post', 'high' );
    		remove_meta_box( 'quote_post_metabox', 'post', 'high' );
    		remove_meta_box( 'post_metabox', 'post', 'high' );
    		remove_meta_box( '_kt_amp_amp_settings', 'post', 'normal' );
    		remove_meta_box( 'post_header_metabox', 'post', 'normal' );
    		remove_meta_box( 'sidebar_post_metabox', 'post', 'side' );
    		remove_meta_box( 'postcustom', 'post' , 'normal' );
    		remove_meta_box( 'trackbacksdiv','post','normal' );
    		remove_meta_box( 'wpseo-meta','post','normal' );
    		
    		// For Pages
    		remove_meta_box( '_kt_amp_amp_settings', 'page', 'normal' );
    		remove_meta_box( 'pageheader_metabox', 'page', 'normal' );
    		remove_meta_box( 'sidebar_post_metabox', 'page', 'side' );
    		remove_meta_box( 'postcustom', 'page' , 'normal' );
    		remove_meta_box( 'slugdiv', 'page' , 'normal' );
    		remove_meta_box( 'trackbacksdiv','page','normal' );
    		remove_meta_box( 'wpseo-meta','page','normal' );
    		
    		//For Products
    		remove_meta_box( '_kt_amp_amp_settings', 'product', 'normal' );
    		remove_meta_box( 'post_header_metabox', 'product', 'normal' );
    		remove_meta_box( 'sidebar_post_metabox', 'product', 'side' );
    		remove_meta_box( 'postcustom', 'product' , 'normal' );
    		remove_meta_box( 'slugdiv', 'product' , 'normal' );
    		remove_meta_box( 'trackbacksdiv','product','normal' );
    		remove_meta_box( 'wpseo-meta','product','normal' );
    	}
    }

    Let me know if that works for you.

    Ben

    #241535

    Hi
    Is there anyway not to have the Pyapl/ payment gatweway button show on the individual product page and just a Checkout button?

    Thanks

    In forum: Virtue Theme

    In reply to: Sidebar not visible

    #241531

    Hi Anu,
    Just to confirm, in Theme Options > Product Settings you have set the Product Sidebar Default to “Yes, Show”, correct? Are you overriding this in your product edit page?

    Hannah

    #241530

    Hey,
    Your contact us menu item links to your homepage. Is that intentional?

    Hannah

    In forum: Virtue Theme

    In reply to: templates

    #241529

    Hey,
    In Theme Options > Shop Archive Settings you can set Default Layout for product archive pages to sidebar. Does that work for you?

    Hannah

    #241516

    Hi,
    I am using Ascend Theme premium. After implementing google analytics and setting “Enable IP Anonymization in Google Analytics” to on ryte is raising an error.

    Rryte is even more specific and proposes the folowing:
    Are the commands in the right order?
    The commands must be listed in the right order in your source code. The data has to be anonymized first before it is sent:
    ga(‘set’, ‘anonymizeIp’, true);
    ga(‘send’, ‘pageview’);
    Is seems you use above command the other way round.
    See example on

    Do you agree with Ryte’s suggestions?

    Regards,
    Asmus

    #241509

    Hi,

    I have a site cool-x.fi

    I am unable to get a sidebar visible to my single products page

    I have put the setting from theme options so that it should show a sidebar, but somehow it does not work. Do you have any idea what could be the problem?

    -Anu

    In forum: Virtue Theme

    In reply to: templates

    #241502

    Hi Ben

    I want it on the category pages on the left, see the picture.
    And that it looks like the Accend theme, see the picture.

    Regards
    Anders

    Kadence-Categories

    Ben-1

    #241501

    Hi, i am using the “Kadence Block Pro 1.3.5” plugin and “Kadence Blocks – Gutenberg Page Builder Toolkit 1.7.7”. And in the module Post Grid/Carousel i’ve tried to change Title Tag from H2 to H3 or H4. But nothing change in front-end.

    Please see these image below:

    Thank you!

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