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 'page '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 49,421 through 49,440 (of 53,646 total)
  • Author
    Search Results
  • #21183

    Hey,
    To clarify. The home page “latest blog posts” module only uses a featured image. It is set to not show videos.

    If you want that option you have to make your home page the latest posts page in settings > reading.. then move the “page content” to enabled and the “latest posts” to disabled in the theme options > home layout.

    You can make the post show in two columns by adjusting the settings on the bottom of the theme options > home layout tab.

    Ben

    #21182

    Hey,
    Seems our updates server is down again.. I’m talking with the server hosts to get this resolved. In the meantime you can manually update by downloading the latest version of the theme on the my-account page: https://www.kadencewp.com/my-account/

    Ben

    #21177

    Strange that the video’s aren’t working on the homepage. Do you have your homepage set to latest post page in settings > reading? There you can also choose how many posts to show on the home page. Have you done this?

    Hannah

    #21174

    Hey Hannah,

    thank you so much for answering so quickly!

    1. Well, that worked! My bad.

    2. That worked as well! Great!

    However, embedded videos are still not shown in the “Latest Blog Posts” on the home page.

    I would also like to have more than 8 blog posts in the “Latest Blog Posts” section. Basically, the “Latest Blog Posts” section should already include the page navigation and browse all blog posts regardless of the categories. I’m hoping a line of code could do the trick, but I’m not a coder, obviously.

    Again, any help is appreciated.

    Thank you very much, all the best,
    Fabian

    #21170

    Hey,
    1. In your blog post edit page set the post summary to video.

    2. In theme options > blog options you can set the category display type under Blog Category/Archive Defaults.

    Hope that helps!
    Hannah

    #21165

    Hey there,

    for some reason video posts do not seem to work properly and I can’t figure out why. Embedded videos are not displayed in the latest blog posts list on the home page. They are displayed only in the single post view. In the category-view, neither featured images nor embedded videos are displayed.

    Single post view:

    Latest posts on home page:

    Category view:

    The post in the admin panel:

    I know pictures are not the best way to ask for help, but since the videos are not working I am not allowed to publish the theme yet.

    I am grateful for any kind of advice as I am pretty stuck.

    All the best,
    Fabian

    #21155

    Hey Henning, as Ben said above- set your page template to pagebuilder. You can do this on the right sidebar of your edit page.

    Hannah

    #21147

    Hi Ben,

    Thanks awesome result on problem 1. I didn’t see any child pages, but I deleted the news page and recreated it and it works now.

    Problem 2 is still a little confusing. I’ve set it to 26 under home page blog settings. It is reading 4 posts and 2 columns, but even if a post is straight forward in content it is still only showing 10 words exactly (except where I experimented with excerpts.)

    In forum: Virtue Theme

    In reply to: Portfolio title

    #21144

    You can add this:

    .page-id-34 .page-header {
    display: none;
    }

    Hannah

    In forum: Virtue Theme

    In reply to: Portfolio title

    In forum: Virtue Theme

    In reply to: Portfolio title

    #21141

    Thanks Ben,
    I have copied and pasted the css in Theme options, advanced settings, but the title ( “Portfolio” ) is still there ???

    #21136

    1. Do you have any child pages under news? Because that would cause the issue. With permalink structure “post title” you can’t have pagination if there is competing terms, like news/page-2 and news/childpage. You can switch to the default permalink structure to see.

    2. Ok so the way wordpress pulls an excerpt is based on content that is not in a blockquote or other stuff…. for example it’s why you don’t get images in the expert. It strips all but straight text. I recommend you add custom excerpts if your content is not straight forward in the post. While editing a post you can click “screen options” in the top right corner … enable excerpts and add your own custom excerpt.

    Ben

    #21135

    Hi Ben,

    I tried your instructions for problem 1, but unfortunately nothing changed.

    Problem 2, excerpt length is set to 40, which is working perfectly on the news / blog page, but on the home page blog excerpts, I have them set to 25 and they only show 10.
    I’ve not used excerpts at all.

    You can see the 2nd post down here: http://dev.atss.org.au/news/ is only showing a very small bit of text. It happens to be the only text on the page that isn’t in a column or blockquote shortcode.

    In forum: Virtue Theme
    #21132

    Hello,

    I already know how to make my video autoplay within my page, but is there a way to make the video loop (replay itself) automatically after it reaches the end?

    Thanks for your help/

    Migdalia.

    #21131

    1. For the news page, make sure you have not made it your “latest posts” page in the settings > reading… just use the blog page template leave the reading setting on select or blank. Then go to settings > permalinks and click save.

    2. in the theme options > blog settings. what are you excerpt lenths set to?
    Are you using custom excerpts in the excerpt box?

    Ben

    In forum: Virtue Theme

    In reply to: link hover color

    #21126

    I don’t what you mean? how are inline css and page builder are joined?

    Ben

    #21125

    HI Ben,

    Just wondering if you can help iron out a few blog problems.
    The first is that my blog page pagination is going to a 404, while category and my custom post type ‘resources’ are both working fine.

    The other is on the home page News 4 news posts, I set that up using the home page options, and have the excerpt set at 25 words, but they will only show 10 words.

    Is there another setting somewhere controlling this?

    Many thanks,
    Belinda

    In forum: Virtue Theme

    In reply to: link hover color

    #21121

    I am using inline class because of the way I did it in the page builder, correct?

    In forum: Virtue Theme

    In reply to: link hover color

    #21112

    Do you know how to add a class to a link?

    add
    class="myclass" to the link html.

    then you can target myclass in the css and you don’t have to use any of the other css.

    As for why your css wasn’t working is simply that there is no span tag inside the link tag..

    and lastly the reason do use classes forms better css so you don’t have conflicts. For example lets say you added a text widget to your footer and you add a link to it. Well now when someone hovers over that link on that page it will be white because all your css that you wrote is not specific to the element you want to target.

    Ben

    In forum: Virtue Theme

    In reply to: link hover color

    #21109

    You should edit the post, add an actually class to the link and make your life way easier with css.

    But if you want to do it your way then the css that would work (but would also apply to other things on that page):

    .long-gun-gallery-page-1 .widget .textwidget a:hover {
    color: #ffffff !important;
    }

    Ben

Viewing 20 results - 49,421 through 49,440 (of 53,646 total)