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 '
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Sidebar top padding?
In forum: Virtue ThemeIn reply to: Sidebar top padding?
June 18, 2014 at 3:49 pm #11069Hey Kim, are you wanting this padding just on your home page?
Please post a link.Ben
In forum: Virtue ThemeIn reply to: Issue with Childe theme
June 18, 2014 at 3:31 pm #11066Whats in your child theme? Is this happening on the home page or all pages?
BenIn forum: Virtue ThemeIn reply to: virtue premium
June 18, 2014 at 12:43 pm #11051It 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 ThemeIn reply to: virtue premium
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 ThemeIn reply to: virtue premium
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 ThemeIn reply to: virtue premium
June 18, 2014 at 12:15 pm #11048You 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 ThemeTopic: virtue premium
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 ThemeIn reply to: position breadcrump
June 18, 2014 at 10:44 am #11041ok 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
In forum: Virtue ThemeIn reply to: optimizing for mobile – text wrap
June 18, 2014 at 10:31 am #11040At 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
In forum: Virtue ThemeIn reply to: accessing widgets in pagebuilder
June 18, 2014 at 10:23 am #11039In the page builder settings you can adjust the margin between rows, it defaults to 30px. You can drop that.
Ben
In forum: Virtue ThemeIn reply to: position breadcrump
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
In forum: Virtue ThemeIn reply to: How to delete demo content and start again
June 18, 2014 at 10:10 am #11037Hey,
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 ThemeIn reply to: checkout design
June 18, 2014 at 9:50 am #11035Looks 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 ThemeIn reply to: position breadcrump
June 18, 2014 at 9:48 am #11033Can 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 ThemeIn reply to: Cant install premium
June 18, 2014 at 9:39 am #11031You 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
In forum: Virtue ThemeIn reply to: Design variations within one theme
June 18, 2014 at 9:29 am #11028You 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
In forum: Virtue ThemeIn reply to: optimizing for mobile – text wrap
June 18, 2014 at 9:25 am #11027Hey just tried your links they all lead to 404 pages? Did you change something?
Ben
In forum: Virtue ThemeIn reply to: Cant install premium
In forum: Virtue ThemeIn reply to: accessing widgets in pagebuilder
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? -
AuthorSearch Results


