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 - 22,161 through 22,180 (of 29,722 total)
  • Author
    Search Results
  • In forum: Pinnacle Theme

    In reply to: Pinnacle and Sensei

    #72455

    Hi Chris,
    Do you mind posting a link?
    Thanks!

    Hannah

    In forum: Virtue Theme

    In reply to: Possible Bug in IE?

    #72439

    Hey thanks for all the help Ben, I tried every code you posted but for some reason the bug its still there. I even empty the cache and still nothing. The other problem I’m finding with IE is that for some pages it displays the correct favicon and for others it will display my web hosting favicon which is the only browser that does this.

    In forum: Virtue Theme

    In reply to: facebook sharing

    #72430

    Hey,
    In yoast setting you can define an image and description that facebook will use when sharing. Once you do make sure you give it some time to update. I just checked with your post and I was able to see the image coming through. Have you give this a couple days for the cache to clear?
    Ben

    #72425

    1. Sure,

    2. Yeah you can do this as well.

    both would be using css and using the “is-sticky” class which only shows once the menu moves into stick mode and thus is shrinking.
    Can you post a link which do you prefer?

    Ben

    #72424

    Hey.
    `.post-type-archive-product #nav-second {
    display:none;
    }`

    And for 2:

    .kad-topbar-left .topbarmenu ul.kad-cart-total {
        display:none;
    }
    body.woocommerce .kad-topbar-left .topbarmenu ul.kad-cart-total {
        display:block;
    }

    Ben

    #72419

    Hey,
    It’s possible a bot is working out the simple math in the forum there are some out there that can. I haven’t had that happen to me yet but it’s not full captcha and even that can be beat by some bots.

    What are you wanting to change with the field sizes? in contact form 7. I can help with that if you post a link.

    Ben

    #72416

    Thanks Ben

    Plugins!

    I didn’t think of that, as wasn’t actively using a post one.

    BUT “Intuitive Custom Post Order – By hijiri” was installed and activated.

    I deactivated it, refreshed and perfect “published date” ordering!

    Thank you – and sorry!

    In forum: Virtue Theme
    #72410

    hi again
    i am sorry but i realised i have some small problem with my site
    i was close to start to publish it but i realised that when i am sharing a post in facebook, some posts do not display any picture or excerpt
    some of them do, but not many

    these two are working:

    but not these others:

    i wonder if it is because i am using the clonating system of page builder and only the originals do work
    i tried to edit this with the yoast windows but it did not work either

    thank you very much for your support

    In forum: Pinnacle Theme
    #72391

    It looks like you’ve got two items that are trying to display that may not have an image attached to them. Are there any portfolio posts of yours that don’t have a featured image with them? That may be where the issue is coming from. I would go try and find which posts aren’t displaying and make sure that all of the settings for them are matching up with other posts that are displaying. Making sure that the settings are the same for each post will likely solve your issue.

    Hope that helps, and good luck!

    In forum: Virtue Theme
    #72382

    Jose,
    Please do not post in someone else topic. Kindly create your own topic and we would be happy to help you.

    Ben

    #72381

    It should already be by the publish date, regardless if you manually set it. I can test and it does this for me. What plugins are you using? are any of your posts sticky?

    Ben

    #72379

    Hey! All of your menus are looking just fine on my end. Is it your main navigation within the Header that you’re having trouble with?

    If you want to change the size of your header after it has shrunk, then you need to change the default height of the header.
    this option can be found here

    Theme Options> Site Header> Header Height. The height of the sticky header and the regular header are proportional, so you’ll have to play around with the settings until you find what you like. there may be a CSS driven solution to this as well, but I haven’t figured it out yet. If I can get it, I’ll post back here with what I find.

    Hope that helps!

    #72378

    Hey,
    1. Has to do with you adding the column shortcodes inside a fullwidth row.. You can add this:

    .siteorigin-panels-stretch .row {
        margin: 0;
    }
    

    2. That has to do with your wordpress footer recent posts widget.. you can add this css:

    @media (max-width: 768px){
    .footerclass .widget_recent_entries li {
        margin-bottom: 10px;
    }
    }

    3. This is something you would need to use a plugin to change. The theme and plugins all use regular wordpress hooks to add in scripts. If you want to minimize scripts you need to use something like w3 total cache of wp-rocket cache and enabled the css and js minify.

    Just a note, Google page speed is a tool. Always look at the most important thing which is load time over any ranking from them. Just run amazon through and you’ll see what I mean.

    Ben

    #72371

    Hey,
    In your settings > permalinks. What have you set? Make sure you have not added anything custom. Just choose the option for “post name”

    Ben

    #72362

    Hey,
    There is no such rule inside wordpress. Here is a plugin you can try though: https://wordpress.org/plugins/post-featured-image-generator/

    Else you would need to create a pretty tricky function that filtered content. This would be intensive and you would have to override a lot of the theme with a child theme. Not something that we can really support so I suggest the plugin above.

    Ben

    In forum: Virtue Theme
    #72349

    It won’t let me view the post?

    #72332

    Try using this instead:

    .single-post .caroufredsel_wrapper {
        height: 500px !important;
        margin-bottom: -40px !important;
    }

    Does that work for you?

    Hannah

    In forum: Virtue Theme
    #72329

    Excellent!

    Only the distance between the carousel and the comments is a bit too long in some posts. Any idea about how doing it better? Look: http://euterpe.blog.br/historia-da-musica/sibelius-e-uma-catarse-nacionalista-o-final-da-sinfonia-no-2#comments

    Thanks!

    #72327

    Hi Leonardo,
    This is happening because some of the experts in your related posts carousel are longer than others so it is pushing the div down. Try adding this to your custom css box in Theme Options > Advanced Settings:

    .single-post .caroufredsel_wrapper {
        height: 550px !important;
    }

    Hope it helps!

    Hannah

Viewing 20 results - 22,161 through 22,180 (of 29,722 total)