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 - 11,841 through 11,860 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: background image…

    #226514
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: background image…

    #226498

    The css would look like this:

    body.page-id-15 {
        background: url("yourimage");
    }

    For every page you would just replace the page id and the image url.
    Hope that helps!

    Hannah

    In forum: Virtue Theme

    In reply to: background image…

    #226497
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: background image…

    #226496

    How many pages do you have? Can you post a link?

    Hannah

    #226490

    Have you added a row layout block to your page? Are you able to add other blocks to your page?
    https://www.kadenceblocks.com/row-layout-block/

    Hannah

    #226470

    Hello friends,
    I´m creating an online shop, an in the cart page, i want to change the placeholder of the “city/location” field in the shipping calculator. Would you guide me on how to do this? I am not sure this has to do with the theme I have installed (Ascend), but i would aprecciatte your help anyway.
    Thank you, saludos desde Chile

    In forum: Virtue Theme

    In reply to: background image…

    #226466

    Hey,
    Do you mean the body background? You would have to add page specific css for all your pages. I can help with the css if you decide to go this route.

    Hannah

    #226461

    Hi there. I’m trying to set a different background image for each page and can’t figure out a way to do it. I tried it in the Site Origin editor as well, but it resizes the image and pushes it way down below the header.

    Is there a way to do this without a lot of coding?

    Thanks,
    Lisa

    In forum: Virtue Theme

    In reply to: Circle Image

    #226459
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Secondary Logo Option

    #226450
    .page-id-4768 #kad-banner #logo img {
        left: 50%;
        transform: translate(-50%, 0);
    }

    Add that,

    Ben

    In forum: Virtue Theme

    In reply to: Circle Image

    #226449
    This reply has been marked as private.
    #226447

    Post excerpts are supposed to show. That is how it’s designed, the reason you have posts without them is because you are using pagebuilder and need to define the custom excerpt simply because of the way page builder saved the content.

    You can hide excerpts though with css:

    .blog_item.grid_item .entry-content {
        display:none;
    }

    Ben

    #226445

    its the captions on the medical team images, lower down on the page..
    http://newsite.southcoastwoman.com

    they’re in an image widget

    thank you

    In forum: Virtue Theme

    In reply to: Secondary Logo Option

    #226444

    Hannah,

    So weird. I periodically refreshed the page, but I missed that message.

    Almost there. The only thing left is that it’s not centered in the space. I tried adding an align attribute, but it didn’t work. How do I get it to center within that container (it looks like it’s aligning to the left of the container).

    I’m so sorry this is taking this long. If I can get that centered, then I think that’s everything.

    Thanks,
    Dean

    In forum: Virtue Theme

    In reply to: Secondary Logo Option

    #226438

    Hannah,

    Sorry, maybe I should make this clearer.

    The height of the logo on the main page is 140px. I would like the logo on the audio page to also be 140px for consistency. If I change the min-height that you gave me to 140px, it changes the space allowed, but doesn’t reduce the size of the logo.

    How do I set the default for the container and logo to be both 140px?

    I hope that makes more sense.

    Thanks,
    Dean

    In forum: Virtue Theme

    In reply to: Secondary Logo Option

    #226435

    You would just need to set a max-width. Like this:

    .page-id-4768 #kad-banner #logo img {
        max-width: 180px;
    }

    Hannah

    #226434

    Hey Ulla,
    1. Make sure that you do not have the classic editor installed as that will override the block editor. As it is right now it looks like you’re editing your pages using page builder by siteorigin?

    2. In your post edit page under Post Options select Image Slider from the Head Content dropdown.

    Hope that’s helpful!

    Hannah

    In forum: Virtue Theme

    In reply to: Secondary Logo Option

    #226424

    Hannah,

    Thanks. That partially solves the problem, but the logo is bigger than I want and is bleeding down over the navigation.

    I want to try keeping the height of the logo areas consistent. The height of the main logo is 140px. How do I keep that for the Audio page logo?

    Dean

    #226419

    Hi,

    I am going to propose Virtue theme to a client. I am a subscriber but I don’t know if they want the Premium version or just the free version, maybe latter as they need a very basic site.

    Now I cannot find how to use the Kadence Block editor on the site, as I have done on my other sites. I have the plug in activated, and want to have a view as in the image attached.

    I need to manage the rows and columns and cannot find a way to do that.

    Maybe you cannot do that in the free version of Virtue theme?

    Second question: Adding a slider to a post, but it doesn’t show on the post page? Is there a way to manage the slider, where it is on the page, size, alignment… at least make it show?

    Ulla

    In forum: Virtue Theme

    In reply to: Secondary Logo Option

    #226417

    Hey Dean,
    I’m seeing this in your css:

    .page-id-4768 #kad-banner #logo img {
        content: url(https://www.rebeccagallagher.com/wp-content/uploads/2019/05/RG-Audio-Logo.jpg);
        max-height: 140px;
    }

    That max-height is squishing your image down. I suggest remove the max height, then adding this:

    .page-id-4768 .kt-intrinsic-container-center {
        min-height: 240px;
    }

    Hope that helps!

    Hannah

Viewing 20 results - 11,841 through 11,860 (of 53,646 total)