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,541 through 51,560 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Sidebar top padding?

    #11071

    Thanks Hannah! Yes, just the padding on the home page. I’d like the top of the social media icons to line up with the top of the images under ‘Recent Posts’. Another thing I’m trying to do is to move ‘Recent Posts’ up a little and perhaps increase the font size. The site is at

    In forum: Virtue Theme

    In reply to: Sidebar top padding?

    #11069

    Hey Kim, are you wanting this padding just on your home page?
    Please post a link.

    Ben

    In forum: Virtue Theme
    #11066

    Whats in your child theme? Is this happening on the home page or all pages?
    Ben

    In forum: Virtue Theme

    In reply to: virtue premium

    #11051

    It doesn’t sound like your using premium. Did you install it? http://docs.kadencethemes.com/virtue/#installation

    As for pages, premium theme doesn’t add any pages. They would all be from past. If you want to start completely fresh you can delete your site and install wordpress then the theme. You can contact your hosting provider for help with that.

    Ben

    In forum: Virtue Theme

    In reply to: virtue premium

    #11050

    and in the theme option page, i still see this bar that says

    “Upgrade to Virtue Premium for more great features. Over 50 more theme options, premium sliders and carousels, breadcrumbs, custom post types and much much more!”

    That should not be there if I am using premium, no?

    In forum: Virtue Theme

    In reply to: virtue premium

    #11049

    Where do I activate the premium?
    It shows “active” on virtue theme when I click “theme” that shows free versions.
    And I cannot find any button to “activate” the theme.

    I see page builder listed on my menu page that I can edit it, but pagebuilder tab does not show up when open pages to edit.

    When removing pages, how do I know which ones are default pages from premium, and which one are from the remnant from the previous attempt?

    How do I start afresh with premium as if I am starting from scratch with premium version alone without having done anything before?
    I “reset all” but the pages are still there, and I don’t know what to delete as non-default.

    In forum: Virtue Theme

    In reply to: virtue premium

    #11048

    You have to activate the premium theme. Once it’s activated it will take over. to install page builder just go to appearance > install plugins.

    As for removing pages, you would have to delete them manually using a different theme doesn’t clear your database of all pages.

    Ben

    In forum: Virtue Theme
    #11045

    Just downloaded it but I see two “product” on the wp side bar.
    It seems the product from the free version is still there after downloading premium.
    Am I supposed to do something to make premium override the free version after downloading?
    How do I start with the premium alone afresh as if it starts from scratch without pages i built before downloading premium?
    I do not see the pagebuilder tab on editing page, either.
    Help!!!!!

    In forum: Virtue Theme

    In reply to: position breadcrump

    #11041

    ok the issue is your hiding the page title… with this css:

    .page-header {
    border-top: none;
    border-bottom: none;
    display: none;
    }

    It’s in your custom css box.

    So what you want to do is create a child theme where you edit the templates/page-header.php

    and you remove this:

    <div class="page-header">
      <h1>
        <?php echo kadence_title(); ?>
        <?php if(kadence_display_page_breadcrumbs()) { kadence_breadcrumbs(); } ?>
      </h1>
      <?php global $post; 
      if(is_page()) {$bsub = get_post_meta( $post->ID, '_kad_subtitle', true ); if(!empty($bsub)) echo '<p class="subtitle"> '.__($bsub).' </p>'; }
       else if(is_category()) {  echo '<p class="subtitle">'.__(category_description()).' </p>';}
       	?>
    </div>

    and replace with this:

    <div class="page-header">
      <h1>
        <?php echo kadence_title(); ?>
      </h1>
      <?php global $post; 
      if(is_page()) {$bsub = get_post_meta( $post->ID, '_kad_subtitle', true ); if(!empty($bsub)) echo '<p class="subtitle"> '.__($bsub).' </p>'; }
       else if(is_category()) {  echo '<p class="subtitle">'.__(category_description()).' </p>';}
       	?>
    </div>
    <?php if(kadence_display_page_breadcrumbs()) { kadence_breadcrumbs(); } ?>

    Ben

    #11040

    At the bottom of those pages you have a <hr> that isn’t closed out properly. Just open the page and fix the last line, Should do it.

    It’s this: <hr style="color:#cecece; height:1px;>
    should be
    <hr style="color:#cecece; height:1px;">

    Ben

    #11039

    In the page builder settings you can adjust the margin between rows, it defaults to 30px. You can drop that.

    Ben

    In forum: Virtue Theme

    In reply to: position breadcrump

    #11038

    Regular Pages 🙂
    I’ve tried to set the breadcrump with the regular Theme Settings. They are not visible…
    http://web125.124.hosttech.eu/WPA/veranstaltungen-2/
    Perhaps it is a problem of the font-color (same as background) or something like that.

    I’ve made additionally CSS-rules, but no child theme

    #11037

    Hey,
    Did you watch the video, the demo content is based on this site because of image licensing. http://virtuemock.kadencethemes.com/

    It has all the same components just different images.

    You can remove say all the pages by selecting all and doing a bulk action delete.

    If you post a link to your site with specific questions about how to do something I would be happy to help.

    Ben

    In forum: Virtue Theme

    In reply to: checkout design

    #11035

    Looks like there is a <pre> around your cart page shortcode. Which is causing the design issue. Just need to go into the cart page, click on the text tab and remove anything around your shortcode.

    Ben

    In forum: Virtue Theme

    In reply to: position breadcrump

    #11033

    Can you post a link? Are you talking about post page, regular pages? Most anything is possible with changing some code in the template files. Are you using child theme?

    Ben

    In forum: Virtue Theme

    In reply to: Cant install premium

    #11031

    You can use page builder. Here is a tutorial about that, just scroll down: https://www.kadencewp.com/using-page-builder-virtue-premium/

    and a tutorial about the home page: https://www.kadencewp.com/creating-a-home-page-with-virtue/

    Ben

    #11028

    You can override a lot with css but it would require that you write the css for that specific page. Depending on how much you want to change you might just create a subdomain for your portfolio and use a separate wordpress install.

    Basically if you just want to change some colors thats simple enough with css but if you want to have different menu or logo then your better off creating a separate wordpress install.

    Ben

    #11027

    Hey just tried your links they all lead to 404 pages? Did you change something?

    Ben

    In forum: Virtue Theme

    In reply to: Cant install premium

    #11025

    Thanks! Just did that and it worked… Really quick, I know this is off topic but with the premium theme how do you add the picture to the bottom of the home page with a button and the parallax effect like in one of your demo sites?

    #11023

    Hi Ben,
    thanks for responding so quickly. I figured it out, the sound cloud widget and Facebook feed just needed code pasting into a text box as they didn’t appear in the widget list. I’m sorry I bothered you with this because now I’m having an issue correcting large spacing between rows on page builder. It is leaving really large spaces, is there a way to correct this as there was with the top margin bar?

Viewing 20 results - 51,541 through 51,560 (of 53,646 total)