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 'post'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: A few tweaks
Hey,
I corrected the default highlight colour…. so all the colour issues have been solved. The following issues need a few tweaks:
1. On the individual product page …
a)I would like the product attributes to run the whole length, like the Add to cart/ Enquiry / Wishlist buttons.
b) I would like to remove the categories option below the SKU.(link to the page is posted above)
2. a)I added the SSL picture near the footer credits. How can I make it smaller in size?
b) Also, it doesn’t seem to show in the dutch version of the site. How can I add it there?
In forum: Virtue ThemeIn forum: Pinnacle ThemeIn reply to: remove margin in image carousel
In forum: Virtue ThemeIn reply to: Hide the title for this item not working !!!!!
January 26, 2016 at 9:09 am #77830Hey,
“Hide the title for this item” isn’t something in the theme or wordpress are you using a plugin for that?would you only like to hide the title on one or a couple pages? If so post a link to those pages and I can help with that.
Ben
In forum: Virtue ThemeIn reply to: Header and footer disappear when searching
In forum: Virtue ThemeIn reply to: Post Top Spacing
In forum: Virtue ThemeIn reply to: Post Top Spacing
January 26, 2016 at 8:37 am #77809Hey,
You can add this css:.single-article .post header { padding: 0; } .single-article article { margin: 0; }and for the bottom you can add this css:
.single-footer { padding: 0; margin: 0; border: 0; }Ben
In forum: Virtue ThemeIn reply to: product image flip not working
In forum: Virtue ThemeIn reply to: Staff info display
In forum: Virtue ThemeIn reply to: Theme recommended plugin has lost
January 26, 2016 at 8:20 am #77798Hey,
Not sure what you mean. Can you post a url and login?If you have all the plugins installed then it shouldn’t be visible. It would only appear if some need to be updated or some are not installed.
Ben
In forum: Virtue ThemeIn reply to: Virtue gallery thumbnails
January 26, 2016 at 8:18 am #77797Hey,
either option is fine. If your using the theme gallery just add this to your shortcode:imgwidth="100" imgheight="100"If you want to change the css of the wordpress gallery just post a link.
Ben
In forum: Virtue ThemeIn reply to: Sticky Post Disappears
January 26, 2016 at 8:07 am #77791[blog_posts items="8" cat="article" word_count="28"]That shortcode should look to see if your using a sidebar and if you are switch to a single column layout. Your using the sidebar right?
I may have to update this a little bit to have a control override.In your theme options > advanced settings add this:
.home_blog > .row > col-md-6 { width: 100%; }Ben
In forum: Virtue ThemeIn reply to: different widget on Mobile
In forum: Pinnacle ThemeIn reply to: How to enable custom CSS
In forum: Virtue ThemeIn reply to: Portfolio error – Page not found
January 26, 2016 at 7:40 am #77781What happens if you remove index.php from your permalink structure?
What happens if your just use post name for the permalink structure.
Ben
In forum: Virtue ThemeIn reply to: Category Products Page External Link Buy Now
January 26, 2016 at 7:23 am #77775Hey,
You can hide it with css. Just post a link I can help with that. Or if you trying to change the link then you can use a filter through your child theme.In functions.php add the below code to remove the “Add to Cart” external link button:
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 );Then add this code to create your own button:
add_action( 'woocommerce_after_shop_loop_item', 'kt_woocommerce_template_loop_add_to_cart', 10 ); function kt_woocommerce_template_loop_add_to_cart() { echo '<a href="' . get_permalink() . '" class="button kad-btn headerfont kad_add_to_cart add_to_cart_button"> Read More </a'; }Ben
In forum: Virtue ThemeIn reply to: customize image menu
January 26, 2016 at 7:17 am #77773Hey,
So I think pagebuilder is still your best bet. That or you can create a gallery and use this plugin to link to pages: https://wordpress.org/plugins/wp-gallery-custom-links/Just post a link if you need help customizing.
Ben
In forum: Virtue ThemeGood Afternoon,
I’m trying to add post categories to the menu but none of the options will open. The categories tab shows but I can’t select an item to add to the menu as it doesn’t dropdown. Only the pages tab will open. The custom links tab is stuck too so I can’t use this to get around the issue in the sort term.
I’ve tried deactivating the plugins we don’t usually use in case one of these is causing a problem but the issue remains.
Any ideas?Thank you,
AnthonyIn forum: Pinnacle ThemeIn reply to: Portfolio items on homepage
Hi Ben
It wasnt set to that, I have changed it, but it doesnt seem to make a difference.
The shortcode [portfolio_posts columns=”4″ items=”50″] displays an additional portfolio, rather than have any impact on the Home Portfolio Full Settings.
The portfolio full nav isotope filter buttons also no longer work if I use that shortcode.You may not remember, but you have helped me before with supplying code so that I can filter a different category from my home page:
<script type=”text/javascript”>
jQuery(document).ready(function ($) {
$(‘#portfoliowrapper-home’).isotopeb({ filter: ‘.photobooths’ });
$(‘#options .option-set’).find(‘.selected’).removeClass(‘selected’);
$(‘#options .option-set’).find(‘a[rel=photobooths]’).addClass(‘selected’);
});
</script>Can any additional code be added to the above to allow me to override the 20 limit of the Home Portfolio Full Settings?
Many Thanks
PaulIn forum: Virtue ThemeTopic: Post Top Spacing
I love the premium upgrade. I have been trying to lessen the space above my new parallax banners on full width posts all day. I completely went through my themes custom css to see if the gap was some kind of padding or margin that I added before, and then I tried every CSS snippet I could find on other topics. I also thought it might be the spacing on the page builder but it can’t be the page builder settings because the same banner shows up exactly how I want on pages. So the extra space is entirely post related and appears to be there because of head content but I can’t figure it out and I am now at my wits end as to what I am missing.
This page is an example of how much space I want above my title banner: *Login to see link
And this post shows the space that I am trying to bring upwards: *Login to see link
I am also trying to remove the grey line and spacing on the bottom of post pages.
-
AuthorSearch Results


