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 - 12,281 through 12,300 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #223704

    Hi,

    Since I have created the same effect on other images, I would like to do the same on the four images I have used on the homepage.

    Theme Options >Home Layout >Image Menu

    I used this css code for the other images, but for the life of me can’t write something for this section.

    div#kt_slider_home {
    border: 0px solid #6e6e6e;
    box-shadow: 10px 10px 5px #6e6e6e;
    -moz-box-shadow: 10px 10px 5px #6e6e6e;
    -webkit-box-shadow: 10px 10px 5px #6e6e6e;
    -khtml-box-shadow: 10px 10px 5px #6e6e6e;
    }

    Any suggestions?

    Thank you,
    Pam

    #223701

    The padding under your page content is theme default. If you want to remove that you can add this to your custom css box in Theme Options > Advanced Settings:

    .home .contentclass {
        padding-bottom: 0;
    }

    Hannah

    #223696

    Okay Hannah, I updated theme. The problem is still there. When I create a page…only WP Classic Editor layout. I can click on + sign in top left corner and choose Site Builder…..but that’s what I have been doing.

    Is there another method I am missing? Do I have to install all of the SiteOrgin Plugs ins or just the ones I need?

    Thank you as always,
    Pam

    #223691

    Yes, that’s odd. It’s giving me the option. How do I correct that?

    I think there must be a conflict issue somewhere because when I open a new page I’m given just the classic WP editing ability. Then I save and to back later to edit and it shows where is there now. I have never had another option. I thought that was the SiteBuilder option.

    #223690

    It looks like you’re not using the siteorigin page builder on your homepage, rather just using the siteorigin block within the wordpress editor. Are you wanting to use the siteorigin page builder?

    Hannah

    #223687

    Okay, Hannah, this is weird.

    I set the Row/Widget Bottom Margin to zero…and now you have to look at the homepage. It has duplicated a widget and there is still white space.

    I want the row to be flushed with the Call to Action row and the background color to cover the entire row of that second row widget.

    Does that make sense? 😉
    Thank you,
    Pam

    In forum: Virtue Theme

    Topic: Footer

    #223682

    Hi there,

    When I am logged in to my Dokan Multivendor Dashboard the Virtue footer moves up and there is a large white space below it.

    You will need to login, I will send the login details in the next message.

    Also on the login page, it moves but only slightly:

    In case it is related, I remember a few months back we added some css to help with the Dokan vendor shop page/footer: POST #186720

    #223678

    Hey,
    Do you mean can you place all your widgets in one row and configure? Yes, you can do that.
    In Settings > Page Builder try decreasing the Row/Widget Bottom Margin. How does that work?

    Hannah

    #223673

    Hi,

    Could not find answer to this problem on forum. Trying to remove space between Call to Action row and Icon Menu row.

    Using the following:

    Theme Options> Home Layout> using these in order:

    Image Menu
    Latest Blog Posts
    Page Content

    On Page Content using SiteOrigin Page Builder for Virtue: Call to Action Widget on one row and Virtue: Info Box on the next row.

    Need to remove the big white space between the Call to Action and Info Box.

    Any suggestions? Changing padding doesn’t help, nor the margins.

    Thank you,
    Pam

    #223643

    hi Hannah,

    It was off all along, I cleared my browser cache and still has same issue. The icons fail to load (showing some empty squares instead) on first page load but after you have navigated to other pages, they will re-appear. How do I get around this issue?

    Also pls share solution on point 2 above. thanks

    #223635

    Hey there,

    I’m having an issue with modal popup on mobile. It doesn’t seem to scroll properly. Almost like it isn’t responsive to touch and won’t let me scroll back up after I scroll down. Any thoughts on what might be causing the issue?

    I tried making a video but it just looks like nothing because you can’t see what my finger is doing but if you hit this page on mobile and tap the schedule button you will see what I am talking about. This is happening on iPhone.

    URL:

    #223631

    Hi Pam,
    Sorry for the delay!
    This css should work for your latest blog post titles on your homepage:

    .home_blog_title h5.entry-title {
        font-size: 30px;
        line-height: 40px;
        color: #333;
    }

    This for your blog page:

    .blog h3.entry-title {
        font-size: 30px;
        line-height: 40px;
        color: #333;
    }

    And this for single posts:

    .single-post h1.entry-title {
        font-size: 30px;
        line-height: 40px;
        color: #333;
    }

    You can adjust the values however you want.
    Hope that helps!

    Hannah

    #223625
    This reply has been marked as private.
    #223618

    can you help pls?

    #223603

    Hi,

    I have been figuring out how to change the font type & size for product gallery. My fonts are appearing distorted in the gallery listing pages.
    In addition, i need help on menu “arrow” icons and bullet icons not being able to appear on first page load, the icons will appear subsequently.

    In forum: Pinnacle Theme

    Topic: Title margin

    #223602

    Hello,

    I’m using the Pinnacle Premium theme.

    The title of all my pages is aligned slightly more to the left in comparison to the main content of the article (see the screenshot below).

    I would like to have the same margin for the title and the main content (and this for the entire site).

    Where can I find this setting ?

    Thanks in advance.

    Regards,
    Gert

    #223601

    Thanks for suggestions. I went through plugins but no luck so far.
    I found something else, I could choose sidebar for Posts.
    https://postimg.cc/fV8nrRFw
    And this setting works fine. I will use custom sidebar for Posts & will use original Primary sidebar for Pages (as Page sidebar setting somehow did not get updated).

    Thanks for all the follow ups.

    In forum: Ascend Theme

    In reply to: Border/seperator arrow

    #223567

    Hey,
    Which editor are you using? If using page builder by siteorigin, you’ll find row separators in the edit row section. If using the wordpress editor and Kadence Blocks you can use the row/divider block to add this. Does that help?

    Hannah

    #223558

    Hi,

    We had an issue a while back with title fonts sizes on posts – “latest blog”, blog page and the post page. You guys gave me this code as a work around.

    .type-post .entry-title, .type-page .entry-title {
    font-size: 30px;
    color: #333333;
    }

    Just noticed that the code is overriding all title font sizes.

    So I deleted code from Advanced Settings….and now the Typography settings are all wacky and not appropriate. I was going to just reset to default and start over, but in reviewing each header setting I noticed that nothing changes….with the above code removed. <Ahhhh!>

    So I made sure all plugins were updated. They are. Cleared cache and tried again. Still unresolved.

    Here’s what I want to achieve.

    “Latest Blog” post titles to be designated size.
    Titles to posts on Blog Post Grid page to be a designated size.
    Titles to posts on their one page to be a designated size.

    Any suggestions?
    Thank you as always,
    Pam

    In forum: Virtue Theme
    #223535

    Hey,
    The last widget in your sidebar. Bottom widget. It’s a custom html widget where you have added code. It’s not a named widget in the code since it’s custom html so I can’t offer any more details without a login.

    As for pricing, It’s alarming to hear that our pricing is confusing enough that both things the price and the renewal timeframe were interpreted incorrectly. If you look at our product page can you ask your friend what she was seeing that made her interpret what she did, I would love to make it more clear?

    https://www.kadencewp.com/product/virtue-premium-theme/

    We sell themes for $45 per year. It’s a subscription that renews yearly for support and updates. Anyone can end the subscription at any time. This has been our pricing since 2016. You can read about our pricing philosophy right here: https://www.kadencewp.com/our-pricing-philosophy/

    If you purchased before 2016 then you were locked into our lifetime license (we don’t currently offer a lifetime license).

    Ben

Viewing 20 results - 12,281 through 12,300 (of 53,646 total)