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: Breadcrumbs showing as h1 instead of px size
January 17, 2015 at 11:31 pm #27838Also, strange, not only displayed as h1 in the exmple page above, but the breadcrumbs are displayed correctly in other pages like : http://acolombiantraveler.com/post-story-acolombiantraveler/. and displayed centered in the page and with errors in this page: http://acolombiantraveler.com/videos/.
UPDATE: In the frontend, I see an estrange
” />after the featured image In the pages with errors. That should be the error but I cant find what is causing it.
In forum: Virtue ThemeJanuary 17, 2015 at 11:26 pm #27837Hello.
I changed from Breadcrumbs NAvtx to virtue breadcrumbs (deactivating the 1st one). But now they show very big and mixed with the page title, if you pay attention, they start small and then they grow as H1 in a second, this is an example page: *Login to see link
I also added this to my CSS:
#kadbreadcrumbs {
font-size: 12px;
}My page-header.php in the theme looks like 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>Where could be the error?
In forum: Virtue ThemeIn reply to: problem with several frontend posts plugins editor
January 17, 2015 at 11:08 pm #27836Hi Hanna: The rich content editor is not showing neither in that mixed page, neither in a page with “user-submitted-post” plugin only like this: http://acolombiantraveler.com/testpage-user-submittet-posts/. When the other 2 plugins are deactivated, it doesnt work neither.
Ben, I deactivated and deleted “spider video player” and a couple of other unused video players. Do you still see that “player” error?.
I am going for “user submitted posts”, it is giving me work, but it seems promissing. The issue now is the rich editor does not show
In forum: Virtue ThemeIn reply to: Feature image not showing
January 17, 2015 at 9:35 pm #27822Hey,
You have to use the feature page template. See here: http://docs.kadencethemes.com/virtue/#featurepageBen
In forum: Pinnacle ThemeIn reply to: Blog Exposure
January 17, 2015 at 9:33 pm #27821You would have to use a shortcode and not the home page latest post modal.
The code would look like this:
[blog_posts type="photo" columns="2" items="6"]Ben
In forum: Virtue ThemeIn reply to: How to Add Infinite Scrolling to Tag Pages?
January 17, 2015 at 9:29 pm #27820Hey,
Unfortunately inflate scroll on a tag page isn’t an option in the theme. If you have a child theme you could create a tags template file or edit the archive file. I can also add this to the feature request list and work on getting it added.Ben
In forum: Virtue ThemeTopic: Feature image not showing
In forum: Pinnacle ThemeTopic: Blog Exposure
Hi there, How can I make the Blog posts “Latest Posts” on this page *Login to see link to look like this page *Login to see link
In forum: Virtue ThemeI have infinite scrolling on my homepage and it works perfectly but is there a way to enable or manually add it on my tag pages, Here is an example of one of my tag pages and it doesn’t have infinite scrolling 🙁 *Login to see link
I searched the forum and don’t believe this has every been answered before, Thanks in Advanced!In forum: Virtue ThemeIn reply to: Hide Menu Items
Hey,
Unfortunately there isn’t an option to set a specific menu for a specific post. You would have to create a child theme and come up with some pretty tricky coding to use that would allow you to change the menu per post. Otherwise you can look for a plugin like the per page only a per post option. I just don’t know of one.Hannah
In forum: Virtue ThemeTopic: Change portfolio URL
Hey, i’m trying to alter the Portfolio Permalink Base, is there a way to do this whilst leaving the Permalink “Common Settings” as “Default”? For reasons beyond my control that can’t be altered to anything other than Default, if I switch it to Post Name I get an “update your web.config file” message and the portfolio items all 404.
If I alter the permalink base and resave permalinks with the Common Settings set as default then it stays as “www.url.com/?portfolio=competition-two”, is “portfolio” in this URL hard coded somewhere that I can edit? On Line 70 on page-portfilio.php I have ‘post_type’ => ‘portfolio’, but if I change that it doesn’t seem to alter anything.
Hope i’ve explained that well enough, any tips?
In forum: Virtue ThemeIn reply to: possible to have a huge gap between nav links?
Hey, so you want your main navigation menu more-so in the middle, is that correct? If so you can add this to your custom css box in theme options > advanced settings:
#nav-main ul.sf-menu { float: left; margin-left: -100px; }You can’t actually add a topbar above the footer, but you can add a row with pagebuilder and give it a separate background color. It would give you a similar look.
Hope that helps!
HannahIn forum: Virtue ThemeIn reply to: Remove Reviews Tab on Product Pages
Worked perfectly. Thanks, Hannah.
One more question, http://www.debbiesun.com/testdrive/?product=swaying-palms
re: Navigation arrows on the product pages. Sometimes it shows up, most times it doesn’t. I want it there and have it set to ON in Theme Options. Any ideas why it doesn’t always show up?In forum: Virtue ThemeIn reply to: Virtue Info Box alightment
January 17, 2015 at 6:08 pm #27802Hey,
Looking at your site you seem to be adding using the pagebuilder layout.You can add this and it will remove some padding:
.footerclass .kad-info-box { padding: 0; } .footerclass .kad-info-box i { margin: 0; }Let me know if that is what you were thinking.
Ben
In forum: Virtue ThemeIn reply to: Remove Reviews Tab on Product Pages
Hey, try adding this to your custom css box in theme options > advanced settings:
.woocommerce-page #content div.product .woocommerce-tabs .tabs { display: none; } .woocommerce-page #content div.product .woocommerce-tabs .panel#tab-reviews { display: none; }Let me know if that works for you!
Hannah
In forum: Virtue ThemeHey, is it possible to make a column in the header disappear (using pagebuilder in a widget) when site responds to mobile?
Just to clarify, I have two columns to the right of the logo, in a pagebuilder widget. I want to keep the right side to appear in both full sized and mobile. However, I would like the content in the left column, including all padding, margins etc to disappear in mobile view. Is this possible?
I can paste some custom CSS (for example the code in the right column in the header was taken from a post on this very forum from June 17, 2014). But, I have no coding experience!
Mu staging site is: denverfirm.flywheelsites.com, to view password is: great-line
In forum: Virtue ThemeTopic: Hide Menu Items
January 17, 2015 at 4:40 pm #27793Hello Ben and Hannah! I am using this plugin: *Login to see link and I was able to manage my navigation menu on pages exactly as I wanted. However, apparently, this plugin works only on pages and not on single posts/portfolio items. I am trying to hide some menu items on single posts/portfolio items so I will only see Home, Blog and Contact Us. Please help me resolve this. Thank you! You may check my site here.
In forum: Virtue ThemeHow can I remove the Review tab for all the products?
Thanks!In forum: Virtue ThemeJanuary 17, 2015 at 6:07 am #27780Hello.
I am creating a page where users can write posts or content. I tried 3 plugins already, and all those 3 plugins have the same error: The text editor fails to be displayed. So I think it is my page/theme that is blocking these plugins.
Can you helpme identify the error?
You can see one of the pluginswithout login here: *Login to see linkor to see the other plugins you will require a login, You can use this temp login to access that page… guest/Mfsh2ji3f6Eq
the page showing the 3 plugins (you will see 3 forms and 3 submit buttons) is: *Login to see link
In forum: Virtue ThemeIn reply to: Need Woodoo Magic
Hey,
1. I’m not aware messing with any js on this site. Don’t see any error. I deactivatet any plugins i was playing with and let only theme stuff in place.
2. Don’t know what a supersized is – hope it is solved. It is the MAIN CONTENT BACKGROUND visible “under” pagebuilder. I colored it green.
It has something to do with the smooth scroll, but why not on IE ?
3. Fonts are back with the deactivating of WORDPRESS TOOLTIPS plugin. Any recommendation what other tooltips plugin to use ?Greatly appreciated,
B. -
AuthorSearch Results


