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 - 49,021 through 49,040 (of 53,646 total)
  • Author
    Search Results
  • #23149

    Hello- I am trying to edit or remove the default header on event pages like this:

    #23146

    Hi Ben,

    I really appreciate all the support you provide. I need help with two things.

    1. I’d like to add some padding above the footer and underneath the portfolio grid on the portfolio page.

    2. I’d like to add some padding between the content of the page and the bottom carousel on a porfolio item page.

    Thanks so much!

    #23145

    Good Day,

    Is there a way to limit the search box on this page

    to return the results of posts with the specific category (Hyperthyroid Hints) that populate this page?

    Thanks

    Mike

    #23143

    Hi, I searched all topics (I think) related with this I must ask you here, can I add new tab next to “Additional Information” in product page, and delete “Product video” tab?
    Or, I will kindly ask you if you can point me some wider description how I can add, edit or delete existing tabs
    Thanks

    #23127

    Hello,
    here is my website:

    My Problem. On a smart phone the header image (oragange one) is too big. The size of the header image is correct on a desktop PC.
    On the Kontakt Site it works perfect on both, mobile an desktop.

    Can you help me?
    Thx

    #23110

    First thanks a lot for the theme, I have been very happy using the free version and I am hoping that premium will be even better.

    Second a couple of notes on upgrading from free to premium whicjh I hope will be useful for your next version:

    1) I had created custom side-bars in free and after upgrade the names of the side bars remained but the assigned widgets had either disappeared or were transferred into various footer columns
    2) The settings for primary and secondary menus also disappeared.
    3) I had successfully used a third part widget to include short codes in side bars to feature pages – a list of products by category that are relevant to the feature eg on a feature page about xyz [product_category category=”vxyz” order=”asc”]. Under premium this no longer works.

    I am now trying to replicate the functionality at (3) using “native” premium functions. Your advice on how best to do this would be appreciated. However, in trying to get my head around this I have come across numerous references to “product category pages” eg adding side bars to them in your “shop settings”, but so far I have been unable to track down how to create “product category pages” other than by adding a short code (as above) to for example a feature page. Can you clarify the best way to create them?

    #23107

    Homepage:

    Why does the Mobile Slider(Option on, settings made) not Work?
    I testet if it’s because i selected Cyclone and entered the shortcode of the Kadence slinder, in the normal Slider selection (not for the mobile one, it works!)
    Am I doing something wrong? I realy would need a lighter slider for Mobile applications!
    Screenshot:

    #23099

    Homepage:
    http://www.schoenberg-kosmetik.ch

    Why is the container of the “News” selection on the mainpage not arround the Text (if you have a look, you’ll see, the line crosses the text)?

    Screenshot:

    Thanks for your Help

    In forum: Virtue Theme

    In reply to: Grid

    #23091

    Use the portfolio shortcodes if your going to use pagebuilder. In the row with the shortcodes use content wide as the row style. Make sure you use fullwidth=”true” in the shortcode.

    would look like:

    [portfolio_post columns="4" fullwidth="true" items="12"]

    Ben

    #23089

    I recommend that you use Yoast SEO plugin. It gives you option for the home page meta tags.

    Ben

    #23088

    Hey Guys,
    I would like to Hide the Amount of “your Card” in the Topbar if it is zero (in my case 0.00 CHF)
    I already tried some custom css by myself, but it didnt workout.

    The Page is:

    Thank you very much for your Help!

    In forum: Virtue Theme

    In reply to: Tutorial

    #23085

    It uses the contact page template… see docs here: http://docs.kadencethemes.com/virtue/#contactpage

    What are you having a hard time with?

    Ben

    #23081

    Can you clear your cache and post a link to the page.

    Ben

    #23080

    Hey,
    So you set up a portfolio using the portfolio grid page template. In the page settings you can choose an option to not crop the images. see: http://docs.kadencethemes.com/virtue/#portfoliogridpage

    That will give you the masonry style. Then it will depend on the image ratio for the images you have set.

    The spacing isn’t something you can adjust. The theme is set up for the images to be a certain size and they don’t have the width to be closer together unless you limited the whole page width to 940px (theme options > misc settings.)

    Ben

    In forum: Virtue Theme

    Topic: Tutorial

    #23077

    Is there a tutorial for the contact page “Site Style One”
    I’m having a really hard time with it.
    Thanks

    In forum: Virtue Theme

    In reply to: Grid

    #23061

    how can i keep a full width grid like http://themes.kadencethemes.com/pinnacle-premium/our-portfolio/, but have several page builder rows underneath with other content? Thanks.

    #23057

    Hi Im trying to set the Head title of my home page (the <title></title> ) I have static home page.

    I am using a plugin that appends the name of the site (set in general) to the end of all the category page names.

    I wish to set this title tag for the home page only (but want to retain the value that is set in general for site name) to be appended to all he category names.

    example Genereal SITE TITLE = |Site Name (creates… category titles|Site Name)
    Static home page = <title>Some SEO title that is only applied to static home page and not appended to all cat titles</title>

    my head looks as below
    <head>
    <meta charset="utf-8">
    <?php if(kadence_seo_switch()) {
    ?> <title><?php global $virtue_premium; global $post; if ( get_post_meta( get_the_ID(), '_kad_seo_title', true )) { $title = get_post_meta( get_the_ID(), '_kad_seo_title', true ); }
    if(!empty($title)) { echo $title; }
    else if(!empty($virtue_premium['seo_sitetitle'])) { echo $virtue_premium['seo_sitetitle'];}
    else {wp_title('|', true, 'right'); }?>
    </title>
    <meta name="description" content="<?php global $virtue_premium; global $post; if ( get_post_meta( get_the_ID(), '_kad_seo_description', true )) { echo get_post_meta( get_the_ID(), '_kad_seo_description', true ); }
    else if (!empty($virtue_premium['seo_sitedescription'])) echo $virtue_premium['seo_sitedescription'];
    else bloginfo('description'); ?>" />
    <?php } else { ?>
    <title><?php wp_title( '|', true, 'right' ); ?></title>
    <?php }?>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <link rel="shortcut icon" type="image/x-icon" href="<?php global $virtue_premium; if(isset($virtue_premium['virtue_custom_favicon']['url'])) echo $virtue_premium['virtue_custom_favicon']['url']; ?>" />

    thanks in advance, Lee

    #23056

    How do I align the main menu with the bottom of the container. When my header is large there is a sizeable gap between the main menu and the drop down submenu. As I scroll down the page the header shrinks and then the menu and the submenu com closer together. I like that effect but I don’t want a big gap. I’d like to align the menu with the bottom of the header container. It would probably need to move up with the shrinking header. Not sure if it will do that automatically.

    Thanks.

    #23051

    And a good day to you…

    I have three text widgets from Page Builder in a row. I want to change the background color of the entire row to a light gray and make it continue beyond the parent div so it’s the full width of the browser window (like the footer and top bar background colors). When I change it now, the color stops at the end of the parent Div.

    I’m developing locally on MAMP so I can’t post a link.

    Any help is appreciated!

    Thanks,
    Ryan

    #23033

    Hey,
    If the membership plugin isn’t able to block the page content from showing then you would need to contact the plugin author and ask why? Since your using things that we are unfamiliar with it’s really impossible for us to tell you what the issue is.
    Although as a guess I would say adding the video and not using the default wordpress embed or a plugin is most likely your issue.

    If you post a link to the page where you have a video I may be able to see more in the source code. I’m not sure why I would need to register as the whole point is that it shouldn’t show if logged out?

    Ben

Viewing 20 results - 49,021 through 49,040 (of 53,646 total)