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: Incorrect display of portfolio images
In forum: Virtue ThemeIn reply to: Menu sticky
In forum: Virtue ThemeHi Ben,
Turning off select2 solves the issue. Great!
I suppose you don’t need the link anymore, I am testing and changing a lot.
But if you need it I could set up a testsite showing the error.The code I added to my post contains info of my real site, it would be better to wipe out that part.
Thank you for your fast help!
Hugo
In forum: Virtue ThemeIn reply to: Product Page Customization
In forum: Virtue ThemeIn reply to: Missing the virtual download link from woo commerce
January 4, 2016 at 11:24 pm #74042I would need to see your product settings to be able to tell you what the issue is, I can tell you that this site is using the theme with th download link and I’m not doing anything special just using the product settings.
You can post “Set as private reply” with a login and I would be happy to take a look.
Ben
In forum: Virtue ThemeIn reply to: Tobar menu issues!
January 4, 2016 at 11:08 pm #74036Hey your site is showing maintenance mode. Can you open it up or post a login?
Ben
In forum: Pinnacle ThemeIn forum: Virtue ThemeIn reply to: Menu highlight
Hey Kumar,
You can find the specific menu item css class using the google inspect tool. For example, the following css should effect “Shop” in the primary menu here- http://themes.kadencethemes.com/virtue-premium/li.menu-shop.sf-dropdown.menu-item-941 { background: red; }If you post a link I can help. You can set as a private reply if you’d like.
Hannah
In forum: Pinnacle ThemeIn reply to: Apply transparent background on page content
January 4, 2016 at 5:34 pm #73989Hey,
If you only want to control the background in your pagebuilder settings you can add this which will remove the defualt page background:.postclass { background: transparent; }Then it will just be what you set for the widgets your using.
Ben
In forum: Virtue ThemeIn reply to: 3 columns in content area
January 4, 2016 at 1:29 pm #73961In your settings > reading. Make sure you have not set any page to be a “post page”. You need to leave the post page empty in your settings reading.
Ben
In forum: Virtue ThemeIn reply to: 3 columns in content area
In forum: Pinnacle ThemeIn reply to: Blank homepage when Contact Form 7 activated
In forum: Virtue ThemeIn reply to: Filtering Portfolio Items
January 4, 2016 at 12:21 pm #73947Yes, Tags have been added. But that doesn’t change how the type filter works and can’t. You can use the tag cloud widget to link to tag pages but those wouldn’t relate with portfolio types. Similar to how a blog post works with categories and tags.
Ben
In forum: Virtue ThemeIn reply to: 3 columns in content area
January 4, 2016 at 12:18 pm #73945Hey,
In your settings > reading. Make sure you have not set any page to be a “post page”.Then in the page you have marked as the blog page and given the blog page template turn off the sidebar.
Ben
In forum: Pinnacle ThemeIn reply to: Apply transparent background on page content
January 4, 2016 at 12:15 pm #73944Hey,
You can add this css:body.page-id-311 .postclass { background: transparent; }Ben
In forum: Pinnacle ThemeIn reply to: Staff permalinks
January 4, 2016 at 12:01 pm #73941Hey,
It’s bot likely but it’s a simple enough thing to add in your child theme. See here you can download an empty child theme: https://www.kadencewp.com/child-themes/Then in the functions.php file of the child theme you can add this:
add_action('init', 'kt_filter_staff_slug', 1); function kt_filter_staff_slug() { add_filter('kadence_staff_post_slug', 'kt_custom_staff_permalink'); function kt_custom_staff_permalink() { return 'team'; } }That would change it to “team”
Ben
In forum: Virtue ThemeIn reply to: Optimal Image Size for Add Media
January 4, 2016 at 11:42 am #73933Hey,
It still depends on what you are going to do with this image? For example if this is an image you are adding to a post are you wanting that image to open in the lightbox? If so then I recommend a size that works for a Lightbox like 1200×1200. If you not wanting it to open in a lightbox then upload at the size you want to show it at.Ben
In forum: Virtue ThemeIn reply to: Rounded Post Navigation buttons
January 4, 2016 at 11:36 am #73928You can use css like this:
.kad-post-navigation .kad-next-link a, .kad-post-navigation .kad-previous-link a { border-radius: 10px; } .kad-post-navigation .kad-next-link a:hover, .kad-post-navigation .kad-previous-link a:hover { border:2px solid #000; }Ben
In forum: Virtue ThemeIn reply to: Filter Posts in Sidebar by Category
In forum: Virtue Theme -
AuthorSearch Results


