• Resolved jerry000

    (@jerry000)


    Hello. I am a beginner in WP and I have problems with the installation of your plugin.
    To display posts I use Master Addons for Elementor plugin with Blog Post element.
    As I go to Load More Anything settings I can not make it work. I follow your tutorial but nothing. I try with various selectors and no result. There is a button in HTML but is set to display none. When I remove that and click on it nothing happens. My settings:

    View post on imgur.com

    And this is the page I am working on (News):

    https://rokkunaver.com/?cmp_bypass=bef589d4d1df7fab1e4d161699c671a2

    Can you please help me?

Viewing 13 replies - 1 through 13 (of 13 total)
  • Hello. Try to add tags to your classes in plugin settings.

    Thread Starter jerry000

    (@jerry000)

    @htmlcoder001 can you help a bit more? What tags? Did I specify the right classes?

    I mean try it to do like this:
    div.elementor-widget-container
    and
    div.elementor-widget-container div.ma-el-blog-post

    If it is divs of course. Check tags in developer tools browser panel.

    Thread Starter jerry000

    (@jerry000)

    @htmlcoder001 ah ok, I get it. Thank you, I will try it this way if any luck.

    @jerry000 it seems that u use wrong selectors anyway. I looked in the code of your website and I saw that .ma-el-blog-post is not an item of .elementor-widget-container.

    In this case u should use as parent:
    div.ma-el-blog-wrapper
    and as item
    div.ma-el-post-outer-container

    Hope you will solve this issue.

    • This reply was modified 2 years, 9 months ago by htmlcoder001.
    Thread Starter jerry000

    (@jerry000)

    @htmlcoder001 sadly this does not work :(. I have the same result. The load more button is set to display none on load. And if I remove display none in the inspector and click on a button, nothing happens. And I have used your selectors. Is there a bug for this plugin and elementor?

    @jerry000 I bet that it is just selectors issue, but I dont have a lot experience with Elementor, dont work with it. You need to find what selectors will be correct. Try to combine tag and id for parent, like:
    div#parent-id-here
    and use as item selector:
    div#parent-id-here div.post-class-here

    Thread Starter jerry000

    (@jerry000)

    @htmlcoder001 I will try, but I do not know why this button is set to display none because there is no option to hide this button.

    Is there anyone else with Elementor and using this plugin?

    Plugin Author Akhtarujjaman Shuvo

    (@mdshuvo)

    @jerry000 can you share the page url where you want to use ? If you use correct selector then it should work fine.

    Plugin Author Akhtarujjaman Shuvo

    (@mdshuvo)

    Thank you @htmlcoder001 for your contributions.

    Thread Starter jerry000

    (@jerry000)

    @mdshuvo i di share it, look at first post, i share website and screenshot.
    I will share again the web page where i need it, it is in the news section

    https://rokkunaver.com/?cmp_bypass=bef589d4d1df7fab1e4d161699c671a2

    Can you help? I can not seem to make it work :/

    Plugin Author Akhtarujjaman Shuvo

    (@mdshuvo)

    Ok got it. This version of plugin support only load more where you already have the posts loaded in your website. I see in the page you loaded only 3 blog post.

    you have to load all the posts and then it should work fine.

    Note: I’ve developed a paid version of this plugin where you can use ajax load more, which means you don’t have to load all the posts at once. it will load the demanded posts when you click on the load more button. The plugin is not released yet but development is done.

    @mdshuvo Thank you too for your plugin and info about paid version.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘How to make it work with Elementor?’ is closed to new replies.