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,781 through 20,800 (of 29,722 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #84487

    Ben, the problem is that some images are vertically oriented and some horizontally. And because of that, a slider becomes a rectangle with 800×800 size for example, while 50 images have 800×400 resolution and few 400×800. I just want to keep this vertically oriented images, but the way they don’t affect the slider or grid.

    I add media via button below the portfolio post, it’s below the portfolio options tab, at very bottom of the editing page. So the images are not actually in the post and switching between visual/text both show no gallery, it’s not in the post, but below under the options tab. It says “images for the slider”

    #84483

    Hey,
    You can downgrade pagebuilder.

    https://wordpress.org/plugins/siteorigin-panels/developers/

    There you can download 2.0.4

    Just to make this clear, I’ve tested with other themes using any custom post type this issue happens on all. It’s not related to anything theme so there isn’t a way to hack it through the theme.

    Pagebuilder is pretty responsive if you post on there support it’s possible that they could add in a fix for this.

    Ben

    #84477

    Hi Ben,

    Weird things happened after updated theme to latest version for my site: http://www.edinskincare.com

    At first only revolutionary slider and site title could be loaded & the rest were blank in home page.

    Then home page can be fully loaded after several hours but there is 500 Internal Server Error message when I clicked into other pages/posts.

    Wordpress dashboard still can be accessed though…

    Messages stated as below:

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    Please kindly help…

    Yours Sincerely,
    Ms. Tang

    In forum: Virtue Theme
    #84457

    Hey,
    Sub category indicator is more for primary menu. If you’re going to use on the secondary then it works as long as you don’t have descriptions. Since you do that’s your issue so you would have to use css like you posted:

    .kt-showsub-indicator #nav-second .sf-menu > li> a.sf-with-ul:after {
    right: 10%;
    position: absolute;
    top: 30%;
    }

    That css would work and if it’s not my guess is there is so other css in your custom css that is breaking it. have you checked the rest of your css?

    Ben

    #84455

    If I deactivate it – would I loose all my page formatting?” – yes. Which means you would need to consider using a better muitiligualy plugin like WPML or try again to contact either pagebuilder or polylang to see if they would fix the issue with custom post types.

    Did you translate your portfolio types?

    Ben

    #84454
    This reply has been marked as private.
    #84453

    I thought you could set this in the yoast settings?

    is_home() would apply to the post page (yes I know that’s odd, it’s one of those things with wordpress leftover from when it wasn’t a full cms)

    
    is_front_page()

    would check the front page or home page.

    Ben

    #84445

    Hello,

    I’d like to use HotJar heat maps, but it requires that I post the tracking code in header.php file just before the </head> tag…which I see doesn’t exist in this theme’s header.php file.

    Can you advise?

    #84421
    This reply has been marked as private.
    #84397

    Hi Odile,
    Are you able to post a link?

    Hannah

    In forum: Virtue Theme

    In reply to: Remove page title

    #84390

    I can make it page specific if you can post a link to the page.

    #84377
    This reply has been marked as private.
    #84376

    Hi, There’s a mini sub menu at the top of every post I make under the site header on the right in very small writing.

    Is there any way I could remove this?

    Thanks 🙂

    In forum: Virtue Theme

    In reply to: clear selection link

    #84362

    Hi Anton,
    Have you tried clearing your cache? Do you mind posting a link?

    Hannah

    #84333

    I’m using Polylang and Virtue Premium theme.

    My site is in French as a default language and english secondary – When I create the english version of my portfolio post, In the right hand side I have no category listed and cannot select a category.
    What that means then is I cannot create a grid that filter out only one category.

    Any help on this?

    I also experience a lot of Page not found issue – which I seem to fix randomly without really knowing why or how.

    Bene

    In forum: Virtue Theme

    In reply to: Virtue Premium Blog

    #84327

    1. Are you referring to a woocommerce product or a blog post?

    3. You can hide on all testimonials with this css:

    .testimonialimg {
        display: none;
    }
    

    Ben

    In forum: Virtue Theme

    In reply to: Virtue Premium Blog

    #84320

    1. You can do this using shortcodes like this: [blog_grid orderby=date items=4 columns=3 cat=photos]
    Then if you want only one column you could use a shortcode like this: [kad_blog orderby=date items=4 fullpost=false cat=photos]

    2. You can set that up by creating a row in page builder and setting the background image of that row then setting the Background Image Style to Parallax. If your homepage is set as a static page you can add this from the home edit page, or you can use the home widget area (enabled in Theme Options > Home Layout) and add a Layout Builder Widget from Appearance > Widgets.

    3. You could use a shortcode rather than using the staff grid template. Like this: [testimonial_posts orderby=date items=4 columns=4] Does that work for you?

    Hannah

    #84318

    Hey Keith,
    Try adding this to your custom css box in Theme Options > Advanced Settings:

    @media (min-width: 992px) {
    #nav-second ul.sf-menu {
        display: none;
    }
    }
    @media (max-width: 992px) {
    #nav-main ul.sf-menu {
        display: none;
    }
    }

    Does that do what you were thinking? If not, please post a link.

    Hannah

    In forum: Virtue Theme

    In reply to: Virtue Premium Blog

    #84289

    Hey,
    Just so you know h1 is for page titles. inside the grid the post title would be your h5 font which you can set in the theme options > typography settings.

    Just so you know the demo was using
    font-family: Lato;
    line-height: 24px;
    font-size: 18px;
    font-weight: 900;

    In forum: Virtue Theme

    In reply to: Virtue Premium Blog

    #84282

    Hi Alon,
    1. Your blog title pulls from your H1 font settings. You can edit this from Theme Options > Typography.

    2. You can edit the date of the posts by navigating to Posts from the admin panel and click Quick Edit under the individual post then you should see an option to set the date.

    Hope that helps!
    Hannah

Viewing 20 results - 20,781 through 20,800 (of 29,722 total)