Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Noval

    (@noval101)

    I noticed that Elementor has been updated to version 3.35.1 on my WordPress dashboard. Upon checking, the Editor Top Bar and Pages Panel are now visible again. Thank you for releasing this update to resolve the bug, and I truly appreciate your prompt response to my previous concerns.

    Thread Starter Noval

    (@noval101)

    I have been waiting for a reply for a long time, and I finally solved the problem myself. As a result, my issue is resolved. As the developer or support for this plugin, you can now close this ticket because all of my problems have been solved.

    Thank you for creating this plugin, because I love it.

    Thread Starter Noval

    (@noval101)

    I hope you don’t answer the question regarding my problem above. Because I have solved my problem by successfully displaying the reaction button on my article post.

    I just recently managed to activate this plugin, but I’m facing a very frustrating issue: the plugin doesn’t seem to respond to the changes I make. For example, I want to display the reaction buttons below the post. To do this, I disabled the default setting that places them above the post and saved the changes. However, my desired setting doesn’t apply, and it reverts to the default, keeping the reaction buttons at the top.

    Thread Starter Noval

    (@noval101)

    I am currently working on building a website using Elementor with the old method, using sections and inner sections. Before using Custom Attributes, I had created the following CSS on the section.

    .all-content{
    display: none;
    }
    #section-1{
    display: block;
    }

    Then I added a Custom Attribute key and value to the trigger button, intended to call the content within the inner section. This inner section is inside the section where I previously applied the CSS code above, and I assigned that section the CSS class name ‘travel-banner.

    And for all the issues mentioned above, I also used a JavaScript snippet to execute all the content I wanted to display using the Custom Attributes feature.

    <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
    <script type="text/javascript">
    var $ = jQuery;
    $(document).ready(function(){
    $('[data-image]').on('click', function(){

    //Change Background Image
    var bImg = $(this).attr('data-image')
    $(".travel-banner").css("background-image", 'url(' + bImg + ')');

    //Change Content
    var showme = $(this).attr('data-showme')
    $('.all-content').hide()
    $('#' + showme).show()
    })

    })
    </script>

    What do you think? Did I make a mistake in writing the attribute pair format in the code? Please let me know.

    Thread Starter Noval

    (@noval101)

    The plugin update you recently performed is still problematic. On my hosting dashboard, there is still a notification indicating that this plugin is dangerous (XSS Vulnerability). Furthermore, the latest issue with the plugin has caused the menu on my website to disappear, preventing visitors from using the navigation menu to access the pages I created. Lastly, regarding the issue with Custom Attributes, this is actually the feature I hoped would be useful for my website, but unfortunately, it is not functioning.

    Key: data-image|
    Value: data-showme|section-1

    Key: data-image
    Value: data-showme=”section-1″

    Key: data-showme
    Value: section-1

    What do you think? Did I make a mistake in writing the attribute pair format in the code? Please let me know.

    Thread Starter Noval

    (@noval101)

    Actually, I was able to find out about this issue from a support Thread created by @frenzieddeath
    then I found how to disable this feature from settings posted by @tavaresd in @frenzieddeath Threads. And I don’t think this solves my problem completely because I want to return everything to the way it was when I press the button 3 times but a poppup message or notification appears warning me “Do you want to automatically transform three(3) consecutive empty paragraphs into Spacer Block?” Actually, what kind of magic is this? I can’t find out the cause because I saw my other website using the EditorsKit plugin by activating the feature in the “Transform 3 Empty Paragraphs to Spacer Block” settings, then this notification popup message appeared when I wrote the article enter 3 times , but when the same settings are applied to my problematic website, it doesn’t work but I… I don’t know why this happens?

    And you @pixel007 thank you for caring about this thread regarding the EditorsKit plugin issue. Hopefully the owner of this plugin @Munir Kamal who has also provided the response above can immediately find out the cause and solve this problem, and I would like to thank @Munir Kamal if this problem has been resolved.

Viewing 6 replies - 1 through 6 (of 6 total)