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'

Home / Forums / Search / Search Results for 'post'

Viewing 20 results - 20,441 through 20,460 (of 29,722 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Single product image

    #87642

    Can you post a link to your product?

    Hannah

    #87641

    Hi James,
    You can edit an individual image menu item using css and page id’s. If you post a link and specify the changes you want to make I would be happy to help with this.

    Hannah

    #87633

    Hi 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

    #87617

    Hey,
    You can use your page content or home widget area.

    Add your title and the portfolio shortcode.

    [portfolio_posts columns="3" items="9"]

    Ben

    #87616

    Can you post a link?

    In your theme options > product settings. Make sure you have tabs turned on.
    Ben

    #87614

    Can you post a link?

    Ben

    In forum: Virtue Theme

    In reply to: Top Bar not sticky

    #87613

    Sam 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

    #87574

    You 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?
    Ben

    #87566

    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?

    #87557

    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 text

    #87547

    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?

    #87533

    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

    #87526

    You can use this css to make it only change size in desktop:

    @media (min-width: 992px) {
    .postlist .col-md-4 {
        width: 20%;
    }
    .postlist .col-md-8.postcontent {
        width: 80%;
    }
    }

    Are you wanting a different look for mobile? If so, what kind of look?

    Hannah

    #87520

    Hello! 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 ( I’m trying to achieve something akin to this ( 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).

    #87518

    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.”

    #87509

    In virtue there is already a built in option to restrict to the same categories as the post.

    Ben

    #87499

    Hey,
    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

    #87497

    Hey,
    Are you using a caching plugin? Do you mind posting a link to your site?

    Hannah

    #87492

    Hey,

    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 Theme

    In reply to: Need some features.

    #87490

    1. 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

Viewing 20 results - 20,441 through 20,460 (of 29,722 total)