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 - 21,041 through 21,060 (of 29,722 total)
  • Author
    Search Results
  • #82279
    This reply has been marked as private.
    In forum: Virtue Theme
    #82274

    1. You mean show a desktop menu on a mobile device? Sure you can force the secondary to show but it would be overflowing badly on such a small screen.

    2. You can with css post a link to your site.

    Ben

    #82267

    Hey guys quick question…

    1) Is there any way to add a menu like the one in this picture to the website when its viewed on mobile or on tablets?


    (The one above the slider)

    2) Can I remove the mobile menu for tablets and replace it with the original one that you get on desktop view?

    I saw a post earlier that someone was asking for the same thing for tablets and Ben gave the person a code to use but I’m not sure if its a custom code just for their website or if I can also use it.

    #82260

    Hey,
    You would need to add that through the custom excerpt box for those posts. Click on screen options in the top right corner if you don’t see the excerpt box.

    Ben

    In forum: Virtue Theme

    In reply to: Kadence Slider

    #82259

    Thanks for the post, I’ve just updated the plugin.

    Ben

    #82256

    Shouldn’t be anything different, you would control the sidebar differently but everything else would be fine. What do you have? Can you give me a little more detail, are you trying to get a page template or a single post template for example?

    Ben

    In forum: Virtue Theme

    In reply to: Staff groups

    #82247

    Hey,
    You would want to use the staff grid template and use the full content option for the posts (excerpts area always going to strip tags). Or add in your own custom excerpts for the posts.

    Ben

    In forum: Pinnacle Theme

    In reply to: Bugs of home icon menu

    #82230

    Can you post a link?

    Are you using a caching plugin?

    Do you see all four icons in the admin theme options?

    Ben

    #82229

    Hey,
    Please post a link to your site (always best to do with support questions).

    Ben

    #82223

    Hey,
    1. In each post you can make the carousel title a different name. In the post settings there is a “Carousel Title” box.

    2. The carousel doesn’t use the post summary it’s just set to show a featured image if one is set. But you can remove hide it by adding this css in your theme options > custom css:

    #blog_carousel_container .blog_item .imghoverclass {display:none;}
    #blog_carousel_container  .blog_item .entry-title {padding-top:10px;}
    
    

    3. When you select related blog posts it would only show posts that share in a category.

    Ben

    #82209

    When we turn off Polylang (not Lingotek, i told you the wrong plug-in name in the precedent post) then the domain name is my ‘home’ page, and everything work fine.

    When we activate Polylang (even with WooCommerce Polylang Integration) then the default URL turn to be http://tuscanini.audio/en/audiophile-craftmanship/ even if there isn’t any parameter set to “audiophile-craftmanship” in WordPress/Virtue interface. Icould correct that value directly on the WP DB… i found it on the table wphq_posts in the column “post_name”…but we are worried about the possibility to invalidate the entire DB operating directly there. Any suggestion?

    Polylang is a very critical instrument for us…

    #82197

    HI there

    Ok im using custom post types for a particular project. what i would like to do is generate a page template for one of the post types. Howver using the normal sorts of ways to do this doesnt work. I have successfully generated a new template and post type, but I cant seem to get the loop to display anything.

    If you could help I would really appreciate it. Perhaps I need to use custom functions to get this to work?

    thanks

    J

    #82177

    Hey,
    I have face an problem in single portfolio post page. I have used the page builder to make 2 columns page which are left65%and right35% and in the “Portfolio Post Options,I have choose “beside 33%” option. And For “Project Options” I have used “none”. Columns: Four Column. finally, the result is the left and right margin are too wide especially in mobile view! how can I set the left,right margin? Thank you for your teaching!

    Best regards
    Reggie

    #82164

    Or may not work even on standard pinnacle, I am not sure finally… Anyway, the fix I proposed definitely works if you have the same problem. Sorry for multiple post…

    In forum: Virtue Theme

    In reply to: Staff Order

    #82143

    The order is how high first, Not left to right first but top to bottom first then left to right second.

    It’s not the image height exactly but the total height of each staff post.

    Ben

    #82131

    Hey,
    I’m seeing blog posts on that page? I assume that is what you are wanting to have a hover effect?
    In your theme options > advanced settings you can add this css:

    .blog_item.grid_item img {
        opacity: 1;
            -moz-transform: translateZ(0) scale(1,1);
        -webkit-transform: translateZ(0) scale(1,1);
        transform: translateZ(0) scale(1,1);
        -webkit-transition: opacity .2s ease-in;
        -moz-transition: opacity .2s ease-in;
        -ms-transition: opacity .2s ease-in;
        -o-transition: opacity .2s ease-in;
        transition: opacity .2s ease-in;
    }
    .blog_item.grid_item:hover img {
        opacity: .6;
    }

    Ben

    In forum: Virtue Theme
    #82130

    Better with low padding.

    @Ben
    : Code doesn’t change anything.

    Thanks

    Here is the whole css I already have:
    =====================================
    body.post-type-archive-product .contentclass {
    padding-top:0;
    }


    @media
    (max-width: 768px){
    section#topbar {
    display: none;
    }
    }


    @media
    (max-width: 768px){
    .kad_product {
    float: left;
    width: 50%;
    }
    }

    .kad-topbar-right #topbar-search .form-search {
    float: right;
    }

    @media
    (min-width: 767px){
    .kad-topbar-right {width:68%}
    .kad-topbar-left {width:32%}
    }

    @media
    (min-width: 992px){
    .kad-topbar-right {width:65%}
    .kad-topbar-left {width:35%}
    }

    @media
    (min-width: 1200px){
    .kad-topbar-right {width:62%}
    .kad-topbar-left {width:38%}
    }

    .navclass {
    width: 100%;
    margin: 0 auto;
    left: 0;
    z-index:9000;
    }

    .product_thumbnails img {
    width: 88px;
    height: auto;
    margin: 1px 1px;
    border: 1px solid black;
    }

    .kad-youtube-shortcode {
    margin: 0 auto;
    }

    .topbar-widgetcontentwidget-2 {
    float: left;
    margin-top: 0;
    }

    #82128

    Have you seen this: https://www.kadencewp.com/creating-a-home-page-with-virtue/

    You can post screenshots using a site like this: http://tinygrab.com/

    Ben

    In forum: Virtue Theme
    #82126

    Hey,
    This isn’t an option with posts, you would have to use the shortcode box and either place a slider shortcode or just the url of the image.

    Ben

    In forum: Virtue Theme
    #82111

    Hey
    so image comes from gavatar 🙂

    as for this plugin can you post a temp login to your site so I can see what you mean with the options? you can use “Set as private reply” for the login info.
    Ben

Viewing 20 results - 21,041 through 21,060 (of 29,722 total)