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 - 32,321 through 32,340 (of 53,646 total)
  • Author
    Search Results
  • #100257

    no license key should be the same. Can you send me a temp login I can take a look at your page.

    [email protected]

    Ben

    #100255

    After manually updating virtue premium and adding license key from account page I still get this message:
    Invalid API License Key. Login to your My Account page to find a valid API License Key.
    Is there a new license key for the updated theme?

    #100248

    Hello Folks,
    I was submitting a new sitemap and checking my Google Analytics. Under the Search Console, I have errors that seem to be related to the ‘hcard” for all of my pages. I’m figuring it is coming from the header and/or footer on each page, where I have this info, which is the Vcard. Below is the info from the Google Search Console/Structured Data Markup. Just curious what your thoughts are.

    Link:

    Thanks

    hcard
    itemtype:

    tel
    itemtype:

    value:
    847.304.0616
    hcard
    itemtype:

    tel
    itemtype:

    value:
    847.304.0616
    email
    itemtype:

    value:
    [email protected]

    #100243
    This reply has been marked as private.
    #100241

    https://www.kadencewp.com/chrome-inspect-tool/

    See above. You can see what the pagebuilder row ids are.

    Ben

    #100239

    Which page?

    Ben

    In forum: Virtue Theme
    #100238

    In your theme options > theme extensions. Enable the header footer scripts. then reload the page.

    In your footer scripts add this :

    <script type="text/javascript">
    jQuery(window).load(function () {jQuery.localScroll.hash({offset: -90});});
    </script>
    #100235

    add however many icons you want. click save at the bottom then refresh your page.

    I’ll look into forcing yith to play nice.

    Ben

    In forum: Pinnacle Theme
    #100234

    Awesome!, it fixed the homepage, the items are in order and aligned too.
    It doesn’t seem to work for the blog page though, is there a different code needed for that?

    http://shoottheplanet.net/category/blog/

    Thanks Ben!,
    ~Indigo

    #100233

    So using the built in portfolio types you can assign more then one type per post.

    My point being you can create teh page you have now for portfolio using the theme portfolio shortcodes and creating types for each year then assigning each post to whatever years you want.

    Adding another level of filter on top of that is where you get into a lot of coding especially since you’ve output four loops some with the same post.

    Ben

    In forum: Pinnacle Theme

    In reply to: spacing

    #100231

    In your case, I think it would be best to reduce the height of the image that you uploaded. The reason there is so much space is because of the height of the image, so there isn’t really a good CSS option to reduce it.

    You can use this CSS to decrease the size of the image, but you’ll notice that the text shrinks as well:

    .kad_img_upload_widget img {
        max-height: 200px;
    }

    Another option would be to use a Call to Action widget in Page Builder and type the text in. You’d have to style it to be the correct font with some CSS, but then it would behave responsively.

    If I were you I’d crop some of the height off of the image and re-upload it.

    Hope that helps!

    #100223

    This should work:

    body.page-id-14 {
        background: #999;
    }

    Or if you want to change to an image use this:

    body.page-id-14 {
        background-image: url(your image);
    }

    Hope it helps!
    Hannah

    #100221

    WOW Ben – Where can I find ‘page specifics’ info for future test pages?

    Yet to try out the split content widget – I’m a total newbie to pagebuilder so still
    very much in learning mode.

    Thanks for all your help – love your theme.

    #100207

    I don’t believe that the home page link that’s showing up has to do with the code that I gave you. Even when I remove the CSS it still shows up. I believe this is due to there being instances of those search terms on the home page. Searching for a term like “acrylic” doesn’t pull up the home page.

    And the images are displaying at different sizes because the images themselves are smaller. See here:

    Small Image-http://alpha3x.com/wp-content/uploads/2016/06/150×150-BP01.jpg

    Larger Image-http://alpha3x.com/wp-content/uploads/2016/06/500×500-33.jpg

    You can fix that by uploading images that are all the same size for your pictures.

    Hopefully this is helpful!

    #100206

    Hi,

    I’m using the Kadence Slider Pro for my homepage slider. I want it full width to be responsive with the site. What size pictures should I use to get the best quality? I have my height set to 450px.

    Thank you!

    #100205

    Hey, so that code is page specific.

    so for your new page:

    @media (max-width: 768px){
    #pg-1090-0 .panel-grid-cell .kt-simple-box {
    min-height:300px !important;
    }
    }

    Ben

    PS. did you try the split content widget?

    #100203

    Hey,
    “do not wrap me into the mobile menu” is not how the mobile menu works. Things are not “wrapped” they either are in the mobile menu or not you can’t pull something out. So to be clear you don’t have to add the “buy now” in your mobile menu but you can’t add it there and expect it or force it to show up somewhere else on the page. It’s in our not.

    So think of buy now as it’s own thing. What your wanting isn’t something the theme really supposts so this isn’t really something theme support does. But in attempt to be really helpful for you I brainstormed for some css solution.

    Here is what I came up with.. But I must stay I still disagree that this looks good on mobile, it’s fine for tablets but on a smaller mobile screens I think it’s too much.

    @media (max-width: 992px){
        .kad-header-menu-left {
        display: block;
        position: absolute;
        right: 80px;
        width: 150px;
        padding: 0;
        z-index: 1000;
    }
    .kad-header-menu-left .kad-primary-nav ul.sf-menu {
        display:block;
    }
    .kad-header-style-basic.kad-header-center-logo .kad-header-menu-left .kad-primary-nav ul.sf-menu>li {
        width:100%;
    }
    .kad-header-menu-left .kad-primary-nav ul.sf-menu>li {
        display: none;
    }
    .kad-header-menu-left .kad-primary-nav ul.sf-menu>li.menu-buy-now {
        display: block;
    }
    .kad-header-style-basic #logo {
        max-width: 40%;
    }
    }

    I’m confused about this:
    “Except that I would like to have the topbar menu from the kad-topbar-left to kad-topbar-right. Please advice with a function for the function.php”

    are you wanting the topbar menu to be on the left of topbar? is that what that means? Please confirm.

    I do have a suggestion for the topbar through:

    @media (max-width: 992px){
    .kad-topbar-right {
        width: 100%;
    }
    #topbar ul.sf-menu > li > a {
        font-size: 12px !important;
    }
    #topbar ul.sf-menu li {
        min-width: 0;
    }
    #topbar #mobile-nav-trigger {
        display:none;
    }
    #topbar .sf-menu.topbmenu ul {
        min-width: 180px;
        right: 0;
        left: auto;
    }
    }
    

    Ben

    In forum: Pinnacle Theme

    In reply to: Change font size

    #100196

    Here is some CSS that will only effect that page.

    body.postid-307 {
        font-size: 22px;
    }

    Place that into Theme Options> Custom CSS. Let me know if it works for you!

    In forum: Virtue Theme
    #100195

    How did you add this? Is it a call to action via Theme Options> Home Layout? Or did you create it via page builder?

    It’s a bit hard to write the CSS when I can’t see the site, so again, if you can post a link that works best.

    I used this CSS on my site to move that text up, but I can’t promise that it will work on your site without a link.

    .panel-grid-cell .widget_virtue_calltoaction_widget {
        padding-bottom: 30px;
        margin-top: -40px;
    }

    Place it into Theme Options> Advanced Settings and let me know if it helps. If not, then I need a link to get it right.

    Thanks!

    #100187
    This reply has been marked as private.
Viewing 20 results - 32,321 through 32,340 (of 53,646 total)