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 - 31,461 through 31,480 (of 53,646 total)
  • Author
    Search Results
  • #104169

    Hi folks,
    Using the Kadence Pro slider for home page, when placing an image (a logo .png file) over the background image, this new logo image layer does not scale equally with the background image upon publishing. All looks good in the Kadence Slider control panel when saved, but the resulting slider images on the site have this 2nd image resized (smaller) and not where originally placed – similar actually, to what happens with text placed over a background image. Anything I can do about that?
    (If you visit http://www.outdoornj.com, the round “stamp” logo on the 3 slider images are what I am referring to.)
    Thanks in advance!

    In forum: Pinnacle Theme

    Topic: Jumpy footer

    #104168

    Hi,

    When I scroll down to the footer of my website’s homepage, the page automatically jumps a few line up.

    How can I prevent this from happening?

    Thanks,
    Gustavo

    In forum: Virtue Theme

    In reply to: Accordion Styling

    #104165

    Sorry Kevin. The CSS I mentioned are in the SiteOrigin Editors on the pages where I apply this new CSS. It’s not in the Advanced Settings CSS.

    So for instance this in the Advanced Settings CSS

    .john-smith .contentclass {
        padding-top: 0 !important;
    }
    .john-smith .main {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    Has overridden this in that pages’s SiteOrigin Editor CSS:

    .container {
        padding-left: 5%;
        padding-right: 5%;
    }

    That headline element is correct, but all the text has lost its padding, although only on some pages and only on mobiles.

    I have about ten pages with this kind of setup, however only some are effected and have lost their padding.

    Hope that makes more sense. I think’s it’s the !important; that’s screwing it up. But without it the headline element doesn’t work?

    In forum: Virtue Theme

    In reply to: Accordion Styling

    #104163

    Can you please be more specific about what you’re trying to accomplish? I have no idea what that CSS was intended for in the first place. I may have written it out for you previously, but I can’t remember every piece of code that I post on the forums.

    Do you want this padding to be on this page? On all pages? Another specific page?

    .faq .textwidget {
        padding-right: 5%;
        padding-left: 5%;
    }

    Is this what you’re talking about? This CSS is for textwidget padding

    #104159

    Within the visual editor when editing A page.
    Normally i had more buttons to control the txt
    http://www.vandenberg-schoolfoto.nl/voortgezet-onderwijs/historie-vo/

    In forum: Virtue Theme

    In reply to: Accordion Styling

    #104158

    This CSS should bring it up to the top of your page.

    @media (min-width: 992px) {
    .faq .contentclass {
        margin-top: -50px;
       }
    }

    Let me know if that works for you.

    -Kevin

    #104150

    @ Ben:
    Yes, that’s true.
    In Theme Options -> Page Title I have “Show the page title by default” OFF.
    So it was supposed not to show the Page Title by default, no?

    (In post page if I Hide the page title it’s ok.)

    @ Kevin:
    Thank you also for your quick reply!

    In forum: Virtue Theme

    In reply to: Accordion Styling

    #104146

    Hey Kevin,

    Sorry to bother you about this topic again.

    I’ve made my header transparent, so I need to move this element up behind the header so I can see the menu. For pages with sliders I’ve just used this CSS

    margin-top: -65px;

    This works a treat for the pages with sliders but obviously that won’t work here. So how do I get this element up behind the menu so they appear the same as on the pages with sliders?

    Thanks again!

    (logins above in #101287 still valid)

    #104142

    Hey,

    This contunes to go know where and I don’t know how else to explain… So I’ll try once more but unless you are willing and want to fix your css I don’t know how to help you.

    The post titles would be below your image by default the only reason they would move above the image would be becuase of css added to your site. For example you have this:

    #kad-blog-grid .blog_item header {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align:center;
        padding: 10px;
        z-index:1000;
    
        transition: all .6s ease-out;
        -webkit-transition: all .6s ease-out;
        -moz-transition: all .6s ease-out;
        -o-transition: all .6s ease-out;
    }

    Which may have been suggested as a way to make the posts like the pinnacle photo grid or may be something you’ve added. The only reason that css is not taking effect on your site is becuase you broken your css above with the wrong bracket. which makes this css not work and gives you the effect you want.

    The funny not funny thing is all you need for your home page is this css:

    .kad_blog_item .entry-content, .kad_blog_item .subhead, .kad_blog_item footer {
        display: none;
    }

    Which had I or hannah understood what you wanted we could have easily give to you. (since again this is not the style of the photo grid in pinnacle).

    So I’m only saying that your css is broken and I suggest you fix it and I suggest you simply add the css we suggest here. But your site do what you want.

    Ben

    #104137

    You have the page title set to show on the post… It’s showing the category name. You’ve made the page title font white?? so you can’t see it but it’s there.

    Either make the title color darker so you can see or turn it off.

    Ben

    In forum: Virtue Theme

    In reply to: Go back to old version

    #104119

    My site is a static site, and huge-it has a pretty fancy gallery. My issue is that some parameters can not be shown on product page. It just happened this morning right after I updated the theme. It might be the reason, I need to install the old version to see. Thanks. Is it possible for you to provide me the link to download version 3.7.7?

    #104116

    Where are you placing it? are you adding to a fullwidth row in pagebuilder or into the page header like home slider?

    Ben

    #104114

    It’s okay, I’m not trying to get in an argument with you. I understand exactly what you are saying, it’s just not what I’m referring to at all. All of the things you are pointing to are not the things that I am talking about, so I think we are on a very different page. You can just close the ticket, I don’t want to take any more of your time.

    #104113

    Thanks Ben! I figured it out. I have to make sure that under “Page Attributes” that the template is set to “blog” first.

    Glenna

    #104110

    You can use a plugin like this: https://wordpress.org/plugins/widgets-on-pages/

    Ben

    #104107

    1. Can you send a screen shot of what you see if you don’t see blog list options? Make sure you have not set that page as the post page in your settings reading.
    https://postimage.org/

    2. In your apperance > menus. Click “screen options” on the top right corner. Make sure “categories” are checked. Then on the left side of the menu area you can add categories to your menu the same way you add pages.

    Ben

    #104102

    Hey,
    This just has to do with the css class for the page name “products” and thats also used in woocommerce where any ul elements inside of the class products are defaulted to not have a bullet point.

    You can add this css:

    .products ul li {
        list-style: disc;
    }

    Ben

    #104100

    You can’t use the “image carousel” in the portfolio post as a outbound link. You need to use a gallery for the wp-gallery-custom-links to work. A gallery can output in a carousel though.

    First make sure you have the latest version of the theme.

    Click add media and click create gallery on the left side, choose images then click create gallery. Right in that page on the right side you can select the gallery type. Choose carousel. If you can’t see that option it’s possible you are not using the latest version of the theme.

    Ben

    #104099

    Thanks to both of you. The shortcode would work – but is that just for banners? How might I go about creating a layout in Pagebuilder and then inserting that layout into every page via the footer shortcode? Curious…

    #104094

    1. IN your theme options > misc settings remove the favicon if one is there.

    2. Do you have Yoast SEO installed. The page meta title would be set using a plugin like that.

    3. Did you turn on a sidebar for your page with call to action?

    Ben

Viewing 20 results - 31,461 through 31,480 (of 53,646 total)