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 - 51,841 through 51,860 (of 53,646 total)
  • Author
    Search Results
  • #9446

    Is there a way to make the portfolio on this page NOT link anywhere at all? I just want it to be a rolling image that does nothing but display those images.

    Thanks!

    In forum: Virtue Theme

    In reply to: Custom page template

    #9439

    So you can create a custom page template called. page-custom-template.php

    Add this code into it:

    <?php
    /*
    Template Name: Custom Template
    */
    ?>
    <div id="content" class="container">
       <div class="row">
            <div class="main col-md-12" role="main">
    
     <!-- add your plugin code here -->
    
    </div><!-- /.main -->

    Then to make sure no sidebar shows you create a function:

    <?php add_filter('kadence_display_sidebar', 'kad_sidebar_on_special_page_template');
    function kad_sidebar_on_special_page_template($sidebar) {
      if (is_page_template('page-custom-template.php')) {
        return false;
      }
      return $sidebar;
    } ?>

    Now to make the footer disappear on that page, add this to your custom css box in the theme options:

    .page-template-page-custom-template-php .footerclass {
    display:none;
    }

    Ben

    In forum: Virtue Theme
    #9436

    Hey,
    The this is a hosting issue with woocommerce, read here: http://docs.woothemes.com/document/jquery-cookie-fails-to-load/

    You just need to get you host to update there security.

    You can see the error if you right click on your page, you will see a javascript error.

    The reason your products are not visible is because the animation that revels the products can’t run because of the javascript issues.

    You can turn the animation off in you theme options > Misc settings but it won’t really solve any issue. You need to contact your host.

    Ben

    #9430

    What is the best way to create a page template that doesn’t show anything below the menu? I want to have a page that shows only the menu with a plugin below. No title, content, footer, etc. I have created a child theme, but what files should I modify to only remove this from one page template?

    In forum: Virtue Theme

    In reply to: Home Icon Sizes

    #9428

    Oh nice option. I tried page builder, but was using the visual editor widget. Did not even think about the short code. Thanks again.

    In forum: Virtue Theme

    In reply to: Home Icon Sizes

    #9416

    Yea just use page builder and the icon box shortcode.

    Page builder allows you to have whatever size columns and the icon box shortcode will fill the space you put it in.

    Ben

    #9415

    Ok, I am making an assumption that you are using the basic header style with a sticky header. If not this code might not work, else try adding this to your custom css. And to be clear this css will work for you home page, if you want it on another page you would need to use the page specific body class:

    .home #kad-banner {
    width: 100%;
    left: 0;
    z-index: 1020;
    position: fixed;
    }
    .home .sticky-wrapper{
    height:0 !important;
    }
    .home .headerclass {
    background: transparent !important;
    }

    Ben

    #9411

    Hey Ben,
    I’ve inserted the rev slider as the very first row in page builder (aka directly under my header) and I wanted to see how I take that all the way up to the top. I basically want the Nav and Logo to overlay the top part of the slider (similar to this: ). Could you please lend some guidance? Thanks.

    In forum: Virtue Theme

    In reply to: Revolution Slider

    #9410

    That is correct you have to build a revolution slider in the revolutions slider area then link to it with the feature template page, The images in the feature page slider are for the built in slider options. Like the carousel or image slider.

    Ben

    In forum: Virtue Theme

    In reply to: Revolution Slider

    #9409

    Well, I’ve created a slider with a few slides. It seems a bit tedious because I have to insert each slide individually.
    If I create a single slide, configure it the way I want, duplicate it, edit the duplicate, remove the existing layer, add a new layer image, and save it, that’s a lot of steps for each duplicated slide. If I duplicate the slider, I still have to change the slide image for each individually. I really want 20-30 slides each in 3 or 4 sliders, and it seems like there must be a better way.
    Seeing how the templates work, it looks like each image is just one single image from the featured image of a single post, which makes it much more complicated, so probably not the way to go.
    I wanted to have the Feature Page Slider Images from the post just be put into the slider template. Is this section not for the Revolution slider?

    In forum: Virtue Theme

    In reply to: Revolution Slider

    #9407

    To clarify, I did see the create template button under Revolution Slider options, but I don’t understand what options I need to choose to have it display the Feature Page Slider images from the post.

    In forum: Virtue Theme
    #9406

    I really like the Revolution Slider in fullpage like in demo4. I would like to create a number of slideshows with each slide having the same options, and all sliders with with the same settings, but with different images for each page.
    I see there are options for Feature Page slider images, and the Revolution slide template on the page options, but I don’t know how to create the template. How does this work?

    #9403

    Well do you have the latest theme?

    In the home layout section of the theme options scroll down to the Home Blog Settings, then in that section you will see a limit to category section.

    As for your page showing it funny it looks like there is an open h3 tag somewhere in your code. That’s why the blog excerpt text is so large.

    Ben

    #9401

    Hi Ben,

    thx

    is there a documentation for the category solution ?

    I show the last blog post on homepage here

    http://trinkguthannover.de

    but it shows in a funny way

    Dan

    #9400

    You can show categories if you use the “latest blog post” module. Which would allow you to create say a “featured” category. You can also do this with the blog shortcode and carousel shortcode.

    As for a full width blog post can you specify what you mean by that? You want a blog post to take up one row? If thats the case you would have to make your home page the latest posts page then the “page content” would become your blog posts and they would be fullwidth.

    Ben

    #9396

    oh…and how can I make one post use the full homepage width?

    Thx

    Daniel

    #9395

    Hi, is there a way to show one specific blog post prominent on page?

    Thx

    Dan

    #9385

    Hey, So to have images show in the summary you have to use the featured image in the post. There isn’t a way to have the excerpt hold a image with this theme. You can use a full post option which will show all your content. Like this: http://themes.kadencethemes.com/virtue-premium/blog-full/

    And to clarify you have have the featured image show in your post summary and not on the individual page.

    Ben

    #9381

    Hi Ben,
    The simple answer to your question is yes.
    I have rectified the problem by deleting all pages and posts and started fresh and as a result blog and blog grid templates are working fine now?

    Cheers,
    Chad

    In forum: Virtue Theme

    In reply to: Move Main Menu Down

    #9377

    I’ve tried that, but what I really am looking for is to be able to have the logo in the top left of the page and the main menu to be to the left of the page. I just want to know how to add some top margin or padding in the css to move the menu down closer to the bottom of the logo Like this

Viewing 20 results - 51,841 through 51,860 (of 53,646 total)