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: Single product image
In forum: Virtue ThemeIn reply to: Virtue: Image Menu Item Widget – Hover Menu Messages
In forum: Virtue ThemeHi Sebastien,
Let me try to lay out Ben’s post a little clearer. You can enable the Home Widget Area in the Homepage Layout Manager in Theme Options > Home Layout then navigate to Appearance > Widgets and add a text widget to the Home Widget Area and paste Ben’s shortcode into that widget. Does that make sense?
Another option is to add it directly into your homepage, but that’s only if your homepage is set as static page (Settings > Reading).
Hope that helps!Hannah
In forum: Virtue ThemeMarch 24, 2016 at 11:26 pm #87617Hey,
You can use your page content or home widget area.Add your title and the portfolio shortcode.
[portfolio_posts columns="3" items="9"]Ben
In forum: Virtue ThemeIn reply to: My product description is not showing
March 24, 2016 at 11:24 pm #87616Can you post a link?
In your theme options > product settings. Make sure you have tabs turned on.
BenIn forum: Virtue ThemeIn reply to: Space above cyclone slider on home page
In forum: Virtue ThemeIn reply to: Top Bar not sticky
March 24, 2016 at 11:17 pm #87613Sam please create your own topic. (and make sure to post a link) Thanks!
Henry, first turn off the shrink header.
You would need to add this css:
.is-sticky #kad-shrinkheader { margin-left: -470px; z-index:9000; left:50%; background:#fff; } @media (min-width: 1200px) { .is-sticky #kad-shrinkheader { margin-left: -585px; } }And either in your footer scripts through the theme options or in a text widget in your footer you would need to add this js:
<script type="text/javascript"> jQuery(document).ready(function ($) { if($(window).width() > 992){ var topOffest = $('body').hasClass('admin-bar') ? 32 : 0; $('div#kad-shrinkheader').sticky({topSpacing:topOffest}); } }); </script>Ben
In forum: Virtue ThemeIn reply to: Portfolio category pages duplicates content
March 24, 2016 at 6:49 pm #87574You can use a word as many times as you like that won’t effect.
The posts are called with query_posts. How many posts per page are you using?
In your settings > reading how many posts per page are you showing?
BenIn forum: Virtue ThemeIn reply to: Dropdown Menu Selectors & Styling
Hi Ben,
Thanks for the attempt, I realized I hadn’t posted the CSS I’ve used thus far, which can likely assist you and the support staff in providing an appropriate answer.I’ve definitely used the setting available in the theme options for the drop down menus, and have used the selector mentioned, as you will see below.
/*Menu Modifications 2016-03-17 1422*/ .col-md-12>#nav-main ul.sf-menu, .col-md-12>.nav-main ul.sf-menu { border-radius:25px; background:rgba(255,255,255,0.4); } li.menu-pricing.sf-dropdown-menu.menu-item-47 { border-radius:25px; background:rgba(255,255,255,0.4); } .kad-primary-nav ul.sf-menu > li.sf-dropdown > a span { position:relative; border-radius:25px; } #nav-main ul.sf-menu ul li a { font-size:18px; background:rgba(255,255,255,0.4); border-radius:25px; } ul.sf-dropdown-menu li.current-menu-item a { background:rgba(255,255,255,0.4) !important; border-radius:25px; } ul.sf-menu li.sf-dropdown-menu li { background:rgba(255,255,255,0.4) !important; border-radius:25px; }This the menu CSS at present, as you can see I’ve attempted to select the drop down menus with numerous selectors, however, I have thus far been unable to alter it’s styling.
I would like to use a background rgba value and to round off the corners with border radius such that it matches the main menu.
Any suggestions?
In forum: Virtue ThemeIn reply to: Portfolio category pages duplicates content
Nope, deactivating all plugins all together didn’t help. There is some different kind of problem.
How is the category page formed?
When it gets post meta, can it take some values twice? Cause I see this problem only with apartments. Houses, land, hotels and others doesn’t duplicate.
I have few times repeated word “apartments” in a single portfolio, e.g.
portfolio-type – apartments
bottom portfolio carousel name – other apartments and houses
also I have few times repeated word apartments as h2 in textIn forum: Pinnacle ThemeIn reply to: Page header image & page title
OK, thanks works great. I think I’m OK with the breadcrumb location right now, but the font seems a little small. Where’s that changed?
So for the blogs I have the post title showing underneath, there’s an option for that. But there doesn’t seem to be one for the pages. If that’s the case I can add the header in the actual page, should I use H1 for consistency?
In forum: Virtue ThemeIn reply to: content above blog posts and sidebar on homepage
Hey Anamaria,
You can enable whatever you like above Page Content in Theme Options > Home Layout. Page Content determines where your blog post display. So if you want to use page builder you can enable the home widget area then from Appearance > Widgets you can add a layout builder widget to your home widget area. You can enable a slider from Theme Options > Home Slider
If you want this content to be above the sidebar that would require setting your page as a static page (setting > reading) and using page builder to create a sidebar-like look with columns then add your blog posts in the larger column via shortcodes. Does that make sense?Hannah
In forum: Virtue ThemeIn forum: Virtue ThemeHello! I’d like to know if it’s possible to add content using Pagebuilder that appears above the sidebar and blog posts on my homepage (*Login to see link I’m trying to achieve something akin to this (*Login to see link Not sure if, like the example, I want a slider, image, buttons, etc. which is why I’d like to use PageBuilder. If, however, I can only get a slider or other widget above the blog posts using a different means (not PageBuilder) then just let me know. I’ll take what I can get! 🙂
Currently my home page is set to display my blog posts (per the setting in the Reading tab/section).
In forum: Virtue ThemeTopic: Comments to be seen on page
How do I get comments to be seen on a specific page? It seems the comments are not linked to a post but a page. Posts are below page content. And when clicking a post, comments show up on specific posts though.
The page I want comments to be seen has allow comments checked. And the template is “blog.”
In forum: Virtue ThemeIn reply to: Previous/Next links post title
March 24, 2016 at 12:17 pm #87509In virtue there is already a built in option to restrict to the same categories as the post.
Ben
In forum: Virtue ThemeIn reply to: Previous/Next links post title
March 24, 2016 at 11:50 am #87499Hey,
So actually don’t edit contnet-single.php.In your child theme’s templates folder copy the file from the parent templates/entry-posts-links.php
Then you will see this code:
<div class="kad-post-navigation clearfix"> <div class="alignleft kad-previous-link"> <?php previous_post_link('%link', __('Previous Post', 'virtue'), $in_same_term = $cat_setting); ?> </div> <div class="alignright kad-next-link"> <?php next_post_link('%link', __('Next Post', 'virtue'), $in_same_term = $cat_setting); ?> </div> </div> <!-- end navigation -->Replace with this:
<div class="kad-post-navigation clearfix"> <div class="alignleft kad-previous-link"> <?php previous_post_link('%link', '%title', $in_same_term = $cat_setting); ?> </div> <div class="alignright kad-next-link"> <?php next_post_link('%link', '%title', $in_same_term = $cat_setting); ?> </div> </div> <!-- end navigation -->Ben
In forum: Virtue ThemeIn forum: Virtue ThemeMarch 24, 2016 at 11:25 am #87492Hey,
1. With gallery you can set the captions to show. It’s part of the gallery options just make sure each image has a caption. In terms of the link did you install the plugin hannah posted? You can see where you can set a link when you click on each image you’re adding to the gallery.
2. In terms of the custom carousel shortcode what you add for “Item 04 – Add your info here” is whatever you want. If you want an image then place an image there.
3. Using a plugin is certainly an option. The two above ways are options that are built in.
Ben
In forum: Virtue ThemeIn reply to: Need some features.
March 24, 2016 at 11:19 am #874901. https://developer.wordpress.org/reference/functions/get_post_meta/ – you would use that function.
2. this isn’t something I can help you with. It’s not the purpose of the portfolio posts. I can suggest to get a real estate plugins as I think that would work much better. But I can’t help you make the portfolio posts become a real estate post with a new set a filters and sorting options.
Ben
-
AuthorSearch Results


