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,981 through 13,000 (of 53,646 total)
  • Author
    Search Results
  • #219180
    This reply has been marked as private.
    #219173

    Portfolio name issue resolve. Thanks. Though I still cant find where to link the social media widgets to my actual social media pages.I followed the instruction, went to Menu, Appearances, but couldnt find an item called Footer Widget Column 1…
    Thanks again.

    #219171

    Thank you Hannah,
    I’ve got the logo looking how we want it thanks to you.

    In the last breakpoint before mobile, it starts heading left, but I don’t think it’s important.

    I’ve got the content pushed down so everything is ok except the home page.
    .contentclass {
    padding-top: 40px !important;
    }

    Can we get the Home page slider up to no gap with the header as an exception page somehow?

    Thank you, John

    #219169

    Hello Hanna,

    Many thanks for your prompt reply. I just added that class and yes, it lower the opacity of the top section, but seems like the slider starts right after that bar, how can I push up the slider to the very top of the layout, so then the low opacity of the top section shows in a transparent effect the slider. I just added to the home page a little mockup I did so you can understand what I mean. Go to the home page and scroll down and you’ll see the little mockup. Thnaks again.

    #219158

    Hey,
    You can specify that the css only affect your homepage by changing it to this:

    @media (min-width: 992px) {
    .home .kad-header-style-two .kad-header-center #logo {
        position: absolute;
        z-index: 1000;
    }
    }

    Hope that helps!

    Hannah

    #219150

    You could try reducing the number of columns to increase the width of the products to better match the main product page. Would that work for you?

    -Kevin

    #219145

    I’m trying to define click events in Google Tag Manager for when users click on different buttons on my home page image menu.

    The buttons I’m using are plain, with neither title nor captions. As far as I can find, there are no unique identifiers for these buttons that show up in the gtm.click object.

    Is there any way to create a unique class or id for each button on the Image Menu?

    #219129

    Thanks so much for your quick response Ben! The link to my website is the following: theroadtripofalifetime.com. I see the widgets on my page but but when I click on them they do not take me to my social media pages. I went to the widget section under appearance and still couldnt figure out how or where to activate them. In regards to the Blog and Portfolio issue once you visit my website and go to the Menu to try to access the Blog and Portfolio pages you’ll see you have to make a choice and click on either one of the three different options for Portfolio and two for Blog to access it.
    Thanks!

    In forum: Virtue Theme

    In reply to: Font Size

    #219123

    I also need help fixing how my site loads on mobile. The page is spilling over on the sides on pages. Looks fine on my iPad but not on my iphone.

    https://customweddinggarter.com/ivory-wedding-garters/

    #219117

    Hey, Thanks for posting!

    In terms of social media. You make it sound like there are already links on your site? can post a link to your site so I can see what you want to edit? Likely you have a widget in one of your widget areas. You can access that from your appearance > widgets page.

    As for the blog pages, or a portfolio page. You wrote “instead of having to chose every single time” but for most sites they would only have one blog page and one portfolio page, maybe two portfolio pages but because of the nature of those types of archives it isn’t really something you should have to set a lot or on a regular basis.

    You can set the archive defaults in your theme options. But for pages using the custom page templates you set those when you create the pages. Does that make sense?

    Let me know!

    Ben

    #219114

    Hey,
    The theme doesn’t control og meta.

    Sorry, I should clarify, when we add an image in the Featured Image section in the right column it’s not pulling that on social postings

    That is odd, it shouldn’t show in the metabox settings of your edit page but it should be added to the font end og meta. I suggest following up with your SEO plugin support or try switching to something like Yoast SEO.

    It’s possible you have something else breaking your page. Like a plugin breaking the head tad before the og meta output

    Can you post a link?

    Ben

    #219113

    Hey,
    I see a couple of plugins seemingly breaking into your amp pages.

    ngg_resource_manager_marker, Mobile Call Now and Map Buttons

    Can you send me a login to your site so I can see these plugin settings?

    Ben

    #219110

    Hey,
    Currently, there isn’t a way to do this within the theme settings you can use a child theme and override the templates/content-fourgrid.php template file and change line 5 to the number you want.

    Another option for you since your setting the grid in a fullwidth container is to make the grid switch to 5 columns are larger screen sizes, then 6 columns on even larger screen sizes.

    Like this:

    @media (min-width: 1400px){
        .page-template-page-blog-grid .b_item {
            width: 20%;
        }
    }
    @media (min-width: 1800px){
        .page-template-page-blog-grid .b_item {
            width: 16.66%;
        }
    }

    I hope that helps!

    Ben

    #219104

    Hello Hannah,

    Apologies for the repeat questions.

    I’ve started trying to work with break points, so I *think* I might be able to get the sizes of the logo image right.

    When you have time, if I can just figure out how to push down the non-home page, pages, below the overhang, I should be ok.

    Thank you again for sticking with me, John

    #219101

    Hannah !
    You did it ! Thank you..

    Just a few things more.. please

    – the logo image is 230px wide, but it only displays at 180px wide and I can’t figure out why ??
    – It’s going to be great for the home page, but all the non-home page, pages, have the odd thing being overhung, mostly breadcrumb, would you have some css to push the non-home page under header space down ~70px?

    Thank you very much, John

    ps – css already has this to remove the home page gap
    /* take out space above slider home page */
    .contentclass {
    padding-top:0px;
    }

    #219090

    Sorry, I should clarify, when we add an image in the Featured Image section in the right column it’s not pulling that on social postings.

    The only way I’m able to get the featured image to display is through the all-in-seo pack widget at the bottom of each page.

    #219087

    Hi Loren,
    You’ve set your image to be the background of your header. I think Ben means it would be better to simply add an image into a page, rather than making it the background of a class.

    Hannah

    #219081

    Looks like the width of the page builder row that contains the carousel is being set to a 50% width. Try adding it to a fullwidth row and let me know if that makes a difference.

    -Kevin

    #219079
    This reply has been marked as private.
    #219078
    This reply has been marked as private.
Viewing 20 results - 12,981 through 13,000 (of 53,646 total)