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

    In reply to: page design

    #73681

    Are you trying to add space? Where can you post a link to what you have?
    Ben

    #73663

    Hey Ben,

    Nevermind, I found a solution in a previous post, which basically solved my problem – now I don’t need the yith plugin any longer: https://www.kadencewp.com/support-forums/topic/related-products-to-a-post/

    Thanks!

    #73658

    Can you post a link?

    Ben

    In forum: Virtue Theme

    In reply to: Text above Image Grid

    #73640

    ok, so I suggest setting the project option to none instead of image grid. Then in your post content add your text and after that click add media. There you can choose to add a gallery.

    Make sure the layout is three rows.

    Ben

    #73637

    In your video settings in the revolution slider there is a mute setting can you make sure that is not on?

    Can you post a link?
    Ben

    In forum: Virtue Theme

    In reply to: Text above Image Grid

    #73635

    Ben, those are portfolio posts.

    Alesya.

    In forum: Virtue Theme

    In reply to: Text above Image Grid

    #73633

    How are you adding an “image grid” Is this for portfolio posts? or a page?

    Ben

    #73628

    I posted a Vimeo video on my home page through the Revolutionary Slider and within a week, the audio went off. I first thought it was my computer but other videos work fine. Any suggestions?

    #73616

    Hi Ben & Hannah,

    I’ve searched the whole forum, but haven’t found an exact reply to my question so far. I’d like to place Text over my image grids on several pages. Sort of title/short description for the grid below. At the same time being able to post a link to the next Gallery at the bottom of the page..

    I found this recommendation:

    else you can edit the templates/content-singleportfolio.php file. (do this through a child theme).

    You would need to move all the code from lines 203-240 up to between lines 79 and 80.

    But don’t see content-singleportfolio.php file in theme templates, and portfolio-full.php doesn’t have enough lines. Could you please recommend similar solution that would also address a link at the bottom?

    Alesya.

    #73587
    This reply has been marked as private.
    In forum: Pinnacle Theme

    In reply to: poor PageSpeed results

    #73586

    Hey Hannah,

    I found the problem, I had compress files disabled in my Cpanel, turned it on things looking good.! Posting so I can maybe help out some having same issues.

    Thanks!

    In forum: Pinnacle Theme
    #73581

    http://www.mindofatrainer.com

    Sorry I think I was a little impatient when I posted this. Now Ive had some time to play with it I’m starting to figure out how it works. I will go through an editor and resize the photos in my image menu.

    Below the image menu is the picture I was talking about. It seems to still have the photo “fixed” after i switched to premium which is nice, is there any way that I can change the image position while keeping it parallax? When I switched to premium it converted it to a site origin editor.

    In the future if I wanted to do the same thing would I just have to make it a call to action, I see that call to action allows me to do that.

    #73570

    what this an intentional design choice – no, just I hadn’t checked that on your site. I’m doing some testing with customizer to fix this.

    It’s not possible to set what part of the image shows because it’s not a background image. It’s added as an image tag and there isn’t css to force that to show the bottom or top.

    You can use this css to force the whole image into the height you set. will mean that the image isn’t as wide but it will show the whole thing.

    .single-article .post-single-img img {
        max-height: 300px;
        overflow: hidden;
    }
    

    Ben

    #73569

    Thank you again. I may ditch the music until there’s a solution instead of adding to two buttons to the screen. Please keep me posted.

    #73563

    You can use the checkbox “Set as private reply” if you would like to make the post private.
    Ben

    #73550

    I’m not at liberty to publicly post a link to the site (it’s in Soft Launch mode until we can get the WooCommerce kinks figured out), may I PM it to you?

    Thank you for offering to take a look!

    Terri

    In forum: Virtue Theme

    In reply to: Blog Post Font Issue

    #73539

    Tomasz, can you post a link and temp login to your site? I’m not having any trouble selecting an option the font in the theme options page.

    Christina, are you planning to make this site live soon? Without seeing the site or code it’s hard to know what the issue would be. If you haven’t tried yet I suggest deactivating plugins as a test.

    Ben

    #73535

    Can you post a link? I’m not sure how your setting the product up but I would need to see that.

    This sounds like something you would want to ask The Global Add Ons plugin authors since the theme doesn’t control any of this but I willing to take a look.

    Ben

    #73529

    Hey,
    I just thought of something. Are you working in the customizer? and not the apperance > widgets page?’
    Using the wordpress add gallery you can click on the text tab and manually add changes to the shortcode. Like turning on captions would be caption="true"

    There isn’t if your just setting the featured image to show. It’s set to show at the ratio of the featured image you add.

    You can use a gallery post type and select to show a flex slider in the top of hte post. That flex slider would be whatever height and width you set in the settings.

    Finally you could force an override with css like this:

    .single-article .post-single-img {
        max-height: 300px;
        overflow: hidden;
    }

    Ben

    #73527

    Ok, because it’s an archive page in terms of how wordpress sees it you have to set the page title in your yoast settings. in the post type section under “Custom Post Type Archives”.

    Ben

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