• Resolved zesco

    (@zesco)


    Hi,
    I tried the default plugin configuration to scroll of the news/post, but its don’t run.
    I tried also the configuration suggested here [https://www.ads-software.com/support/topic/how-to-setup-to-work-with-woocommerce/], but its don’t run.

    As you can see on the first page of news there is only a column, on the next pages there are two column of news. Can I scroll directly all news without page numbers? (one or two column it’s not important)

    Thank you a lot,
    Francesco

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    and thank you for writing in!

    Please try the following configuration:

    • Navigation Selector: div.pagination
    • Next Selector: div.pagination a.next
    • Item Selector: article.post
    • Content Selector: #main

    Please try this solution and let us know if everything works fine!

    Best Regards

    Thread Starter zesco

    (@zesco)

    Hi,
    your suggestions are correct: the scrolling is perfect now ??
    In the next months we have to change woo-Canvas theme, because woo-assistance will be close for Canvas. You think it is possibile, with Canvas, to try to have infinite scrolling with 2 columns of posts with ?
    Can you suggest a wordpress theme with the possibility to show posts with 2-3 columns with infinite scrolling?
    Thank you a lot,
    Francesco

    • This reply was modified 6 years, 6 months ago by zesco.
    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    please consider the posts loaded by YITH Infinite Scrolling are however stylized by the theme.
    For example, you can show posts on 2 columns in your site by adding this simple code snippet to Appearance -> Customize -> Additional CSS:

    .page-template-template-magazine #main{
      display:grid;
      grid-template-columns: auto auto;
      grid-gap: 20px;
    }
    
    .page-template-template-magazine #main .post img.thumbnail{
      display:block;
      width:100%;
    }
    Thread Starter zesco

    (@zesco)

    Thank you a lot.
    The suggested additional CSS code allows the 2 columns, but Unfortunately the posts preview are not equal: the preview of the right column have images a little different (small) compared the left column. I think I can leave the standard appearance of WooThemes Canvas. Considering that, before o later, Canvas theme must be changed: can you suggest a good wordpress theme (million-dollar question)
    ??

    Plugin Author YITHEMES

    (@yithemes)

    Hi there,
    yes you’re right, it’s a million dollar question ??
    Find the best theme is not easy, because a theme can be good for me and not for another user, in base of what you need.
    Surely on Themeforest you find a lot of themes, and the most popular themes are valid alternative for you.
    I hope to be helpful for you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Don’t run [Canvas 5.12 WooFramework 6.2.9]’ is closed to new replies.