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 'site'

Home / Forums / Search / Search Results for 'site'

Viewing 20 results - 15,221 through 15,240 (of 39,333 total)
  • Author
    Search Results
  • #188519

    Hey,

    I’m also having this issue with my site. I’ll send this onto Ben so that he can find a fix. A quick fix right now would be to save the changes after adding the new icon, then refreshing the page. Then you should see the icon dropdown.

    -Kevin

    #188495

    ok, so a custom zoom on windows not through the browser. That could make sense why layouts would break, I would guess if you browsed around enough you would see broken layouts on other sites. The width is percentage based and when the browser can’t correctly figure the percentage because of zoom it would effect anywhere that had percentages.

    Add this into your theme options custom css I bet it fixes it:

    @media (min-width: 992px){
    .tcol-md-4 {
        width: 33.32%;
    }
    }
    @media (min-width: 1200px){
    .tcol-lg-4 {
        width: 33.32%;
    }
    }

    Ben

    #188491

    Hey,

    Here’s some CSS that will make the product titles equal height:

    .product_item .product_details h5 {
        min-height: 60px;
    }

    For the images though, I strongly suggest using larger ones that are at least the same or similar dimensions. These photos are much too small to display well:
    https://austin-sol.seatpotato.shop/wp-content/uploads/2018/04/Doritos_Cool_Ranch_3.png

    So if you can, I really suggest getting larger versions of them on your site. If that’s not possible, I should be able to give you some CSS.

    -Kevin

    #188467
    This reply has been marked as private.
    In forum: Ascend Theme
    #188460

    Hey,
    This isn’t an option and again it shouldn’t be done because it’s outside of what tabs are designed and supposed to do.

    Personally, I want to suggest that I think you would be so better off using a normal header and menu and making your site faster if you’re worried about clicking back and forth. Then you can easily style and set up a sticky header.

    Placing all of your content into tabs is really not how you are supposed to build a site for usability and SEO reasons. Tabs inside of tabs are even worse for user accessibility because your users will never know what is there unless they click through all of your tabs. Normal users don’t click through all tabs, because normal websites use the header for navigation many people never click on tabs and only focus on whats in your header and menu if they are looking for something specific.

    Ok, I feel better for having warned you, again this is your site so do whatever pleases you. I just can’t offer things without giving warning.

    A fixed nav requires javascript if you are going to have it be stuck only when the user scrolls then un-stuck when the user is at the top of your page. So you can’t do this with css alone. It’s way outside theme support to create and support this kind of function so I can’t offer that but I can point you in the right direction if you know how to work with javascript or are working with a developer who knows how to work with javascript then it should be easy to tweek. You are going to need something along these lines

    <script>
    jQuery(document).ready(function ($) {
    $('#panel-235-1-0-0 > .kadence-tabs-container > .kt-tabs').sticky({topSpacing:35, zIndex:1000});
    });
    </script>

    The top spacing will need to change based on if you are logged in an the admin bar is showing or not. Past that, once the javascript comes into play there may need to be some css tweaks but you can’t know what until it’s added.

    Ben

    In forum: Virtue Theme
    #188458

    Hey,
    Glad you got it worked out. Just so you know if you need to post a screen shot you can upload your image to a site like this: http://postimages.org/

    Then post a link to that uploaded image.

    Ben

    In forum: Ascend Theme
    #188453

    You are right Ben. It wont be safe so I wont use it on my site.

    I am trying to fix the entire tabs panel on the top of the page as a user scrolls down the page. I tried to use the following code.

    .kadence-tabs-container > .kt-tabs {
    position:fixed;
    }

    But this code fixes only a part of the entire panel. Moreover, items remain fixed on the middle of the screen as I scrolled down.

    Please advise

    #188439

    Hi,
    I write you becouse, about 18 hours ago, in every page of my website appeared a strange permalink.
    I leave you link:
    As you can see there in shop page, product page, home, etc.. there is this extension: ?v=2768bca59842
    Maybe is due to a bad plugin that I have deleted but the permalink is still on.
    Where I can cancel this?
    Thank You

    #188434

    Hi K-team, this is first time for me building a WooCommerce using Kadence WooTemplates, and using Pagebuilder inside of Woocommerce, and I’m either missing something really basic, or I’m way off course. I’ve watched the vids and still can’t figure out what up.

    Brand new site. Just getting a proof of concept woo install going.

    I built a new template in WooTemplate (named wood boxes) using PageBuilder and some Woo Widgets (Woo Product: Gallery, Title, Short Description, Price, Add to Cart, etc.) Saved. Thought it strange that when you open the widgets, you get no options, other than basic styling of the container. Figured it happens at the page level.

    Then I created a new Product, using the new template.
    Under Product Template: select ‘wood boxes’
    Add product name and save/publish

    At this point if I go to the public product page, it displays with just the title, as expected.

    Return to edit the product:
    Pagebuilder: select Layouts > Clone: Woo Product Template > wood boxes > Insert > Replace Current

    The template is added to pagebuilder, and looks just like it did when I created it. Save and view the public product and the public page refuses to load – I get a blank white page with zero content.

    Also, I’m curious as to the behavior of the Woo widgets I’m using inside PageBuilder. The fact you can’t actually do anything inside them is odd. Are mine behaving properly, or do I have a conflict? I created a 2nd product, for instance, without using the WooTemplates, but I did use Pagebuilder inside the product page, and that product does display, but not all of the widgets I loaded in have options available on the product page. I set the template to use the Product’s Pagebuilder.

    Sorry, I’m all over the place, but this feels so promising, and I’m getting nowhere. 🙂

    Thanks!
    Chris

    In forum: Ascend Theme
    #188420

    Hi Arthur,
    Please start a new thread and provide a link to your site.
    Thanks!

    Hannah

    In forum: Ascend Theme

    In reply to: Weird Search Issue

    #188403

    The update has been out for a while. I pushed it out the day I said I would.

    Your developer seems to be disregarding that some searches worked. If you look at your searches now they are showing a whole sidebar widget area below the footer.

    I know what I’m talking about and I know that it was a direct conflict with sensei. I’m happy to resolve that for you. You don’t need to get your developers help.

    I suggest you remove whatever your developer added in the child theme.

    If you are having trouble with the search and you are using the latest version then send me a login to your site.

    Ben

    In forum: Reply To:

    In reply to:

    #188400

    Hey,
    Just to confirm you copied that script from here and not a notification email. An email would sanitize and break the code.

    Can you send me a login to your site using Set as private reply so I can take a look and see whats going on with it added?

    Ben

    In forum: Virtue Theme

    In reply to: shopify

    #188397

    Hey,
    I was under the impression that plugin was discontinued: https://wptavern.com/shopify-discontinues-its-official-plugin-for-wordpress

    And I just wanted to be clear that your shop and everything features wise that runs the shop still has to be done on Shopify’s platform which is not WordPress. Linking to that platform from a WordPress site shouldn’t create any issues with the theme.

    Ben

    #188387

    Hi
    – I would like to centrate my one column Kadence Price table. (thaqt doesn’t work in the normal fashion)

    Thanks in advance!

    Martijn

    The page I need help with:

    #188369
    This reply has been marked as private.
    In forum: Ascend Theme

    In reply to: Export Settings

    #188338

    Yes, everything within your theme options should be contained within the export. It’s always a good idea to have a backup when doing a site transfer though, just in case you do lose something.

    -Kevin

    In forum: Ascend Theme

    Topic: Image width

    #188337

    Hi,

    on this site:
    every page starts with an image or a slider. Today i saw the site on a 2 meter wide 4k Monitor and noticed that on pages that start with an image, the start image does not expand to 100%, but leaves a white space to the right. I can replicate this at home by dragging the browser window wider than my main HD monitor (i have a 2 monitor setup that allows me to expand to the second monitor). When i go wider then 1920px, the images do not stretch but leave white space to the right. The sliders are perfect.

    The image and sliders are inserted like this in the first row of every page:

    – for image (
    <div class="wrap_header">
    <img src=" />
    <div class="arrow"></div>
    </div>

    – for slider (
    <div class="wrap_header">[kadence_slider_pro id="1"]
    <div class="arrow"></div>
    </div>

    and the div is styled:
    .wrap_header {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0px;
    }

    The row in PageBuilder is wide stretched for all.
    How can i make the images expand like the slider does?

    Thank you,
    B.Anders

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

    In reply to: button distance

    #188322

    Hi Werner,
    Can you post a link to your site?
    Thanks!

    Hannah

    In forum: Reply To:

    In reply to:

    #188320

    Hi Chris,
    Are you able to temporarily take your site out of maintenance mode so we can take a look? Or else send login info?
    Thanks!

    Hannah

Viewing 20 results - 15,221 through 15,240 (of 39,333 total)