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 - 34,421 through 34,440 (of 53,646 total)
  • Author
    Search Results
  • #90757

    is there any possibility to increase the space between the links/pages in menu buttons?

    #90743
    This reply has been marked as private.
    #90741

    Hi,

    I just moved my website from my localhost to my live server and have run into a problem. In my portfolio pages, the Image List Style 2 images are not displaying correctly. The first image is showing up as a 1px line whereas the second and third are not displaying at all. These were working fine locally, and in a short time fiddling around in inspector I can’t get them to work. This is happening on all the portfolio pages. Is this something you’ve seen before? Inspector is also showing that I have a lot of errors on these pages.

    Thanks,

    -Adam

    #90733

    Hey,
    I think hannah misunderstood. The filter is not a menu, it’s not a ajax filter it only filters what is visible on the page, it’s not designed or set up to work like a menu. You should see a warning of this where you enabled in the theme options shop settings.

    If you have more then one page of product you shouldn’t use the filter. You would need something that re-queried the site like this: https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/
    Ben

    #90732

    I dropped down a little FlexSlider and when i’m scroll down the page the sections of the portfolio and the blog will not emerge smoothly =(

    #90731

    So when you look are you looking on a mobile? Or are you refreshing the page say when you bring your browser down to the mobile size?

    You can add this css for when you just changed the size of your screen without reloading:

    @media (max-width: 767px){
        .home.trans-header #kad-banner-sticky-wrapper {
            height: auto !important;
        }
    }

    Ben

    In forum: Virtue Theme

    In reply to: Mobile version site

    #90720

    I’m seeing the search on the top of your page? Are you wanting to hide that on mobile? I still don’t see that you’ve added the filter in the way I suggested with teh plugin I suggested.

    Ben

    In forum: Virtue Theme

    In reply to: Anchors won't hold…

    #90708

    <script type="text/javascript">jQuery(document).ready(function ($) {$('#nav-main').localScroll({offset: 80});});</script>

    That code would only be triggered with links in the nav and links on the page already. So change to this:

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

    Also note that the offset would need to be more if you have your admin bar showing.

    Ben

    #90700

    What page do you see this on?

    Ben

    In forum: Virtue Theme

    In reply to: banner

    #90698

    In your woocommerce settings > products you will want to set how what woocommerce category pages show. In there you would want to make sure they show subcategories.

    Ben

    #90680

    Hi there,

    I am having trouble with the pictures sizing properly across the pages in the header image and scrolling. I have used regen thumbnails but it still isn’t working. Here is a page sample that I am having issues with.
    http://www.freeformproductions.net/services

    I know there is a simple fix but I am not sure what it is. Help
    Thanks so much

    #90672

    Hi Team,

    I want to move “add to cart” block from bottom to top of the single product template page of woocommerce.

    Could you please guide me how this can be done?

    Thanks!

    Anton.

    In forum: Virtue Theme

    In reply to: Anchors won't hold…

    #90662
    This reply has been marked as private.
    #90661

    What are the changes that you’ve made in your child theme? Anything that has to do with your variable products?

    Have you tried going through your plugins to see if you’ve got one conflicting with the functionality of your products?

    I also noticed some JavaScript errors on your page which may be caused by your child theme edits.

    Start by disabling your plugins one and let me know if that helps the problem.

    #90660

    Hi Ben, Hannah,

    I’m wrapping up the details for our new website.

    I found:

    This works.

    The problem I have is the offset. It seems oblivious to the code that’s supposed to fix that. See this forum thread.
    In “Footer Column 1” I placed WordPress’ “Arbitrary Text widget” with the following code:
    <script type="text/javascript">jQuery(document).ready(function ($) {$('#nav-main').localScroll({offset: 80});});</script>

    <script type="text/javascript">
    jQuery(document).ready(function ($) {
    if ($('#accordionname1').length) {
    if (location.hash){
    if($(location.hash).hasClass('in') ) {
    } else {
    $('#accordionname1 .in').parent('.panel-default').find('.accordion-toggle').addClass('collapsed');
    $('#accordionname1 .in').collapse('hide');
    $(location.hash).collapse('show');
    $(location.hash).parent('.panel-default').find('.accordion-toggle').removeClass('collapsed');
    }
    }
    }
    });
    </script>

    The second script works, the first one doesn’t.

    Can you tell me what I am doing wrong?

    Thanks!

    Robert

    #90656

    On this page you can see home page with smooth effect.

    In forum: Virtue Theme

    Topic: Accordian

    #90648

    Hi there
    I have inserted an accordian on a page and have noticed that the top tab is always open when you hit the page. Is this supposed to be the case and if how can I have it that the top tab is allways closed untill opened.
    Kind regards
    paul

    #90647

    Hiya,

    Take a look at

    On the pages the testimonials widgets seem fine but on the sidebar and footer of posts I get a script showing?
    Can you advise?

    Thanks,
    Rebecca

    In forum: Virtue Theme

    In reply to: banner

    #90646

    Hey Stephanie,
    So what you can do is use a shortcode like this: [product_categories number="4" columns="4" parent="0"]
    Just paste it in a text widget (appearance > widgets) within your home widget area. And ensure you have home widget area enabled in the homepage layout manager (theme options > home layout).
    Hope that helps!

    Hannah

    #90644

    Hi, Ben.

    Why the blocks of home page “Portfolio Carousel title” and “Latest from the blog” appear smoothly (fade) when home slider is slider by Revolution, and don’t appear smoothly when home slider is flexslider? Now home slider is flexslider, my site is: photodina.com

    Can I use flexslider and smooth appear of home page blocks together?

Viewing 20 results - 34,421 through 34,440 (of 53,646 total)