Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • seconded. After updating to the latest version I get a critical error and cannot access the Gutenberg blocks on pages.
    Theme: Neve (child theme)
    Disabling the plugin rectifies the issue.
    Snippet from the automated email received:

    When seeking help with this issue, you may be asked for some of the following information:
    WordPress version 5.8.3
    Current theme: Neve Child (version 1.0.0)
    Current plugin: Carousel Slider (version 2.0.6)
    PHP version 7.4.27
    
    Error Details
    =============
    An error of type E_ERROR was caused in line 312 of the file /home/chiswick/public_html/wp-content/plugins/carousel-slider/includes/Admin/Admin.php. Error message: Uncaught TypeError: Argument 1 passed to CarouselSlider\Admin\Admin::admin_footer_text() must be of the type string, null given, called in /home/chiswick/public_html/wp-includes/class-wp-hook.php on line 303 and defined in /home/chiswick/public_html/wp-content/plugins/carousel-slider/includes/Admin/Admin.php:312
    Stack trace:
    #0 /home/chiswick/public_html/wp-includes/class-wp-hook.php(303): CarouselSlider\Admin\Admin->admin_footer_text(NULL)
    #1 /home/chiswick/public_html/wp-includes/plugin.php(189): WP_Hook->apply_filters(NULL, Array)
    #2 /home/chiswick/public_html/wp-admin/admin-footer.php(48): apply_filters('admin_footer_te...', '
    • This reply was modified 2 years, 10 months ago by Sidd. Reason: adding information
    Thread Starter Sidd

    (@sophid)

    thank you very much @alexius08 for the detailed explanation – it really helped! Looking forward to the next version.

    Have a great day!

    Thread Starter Sidd

    (@sophid)

    thank you for the reply @alexius08 ,
    However, if i add the block between the show more and show less sections, THE CONTENT IS STILL ALWAYS VISIBLE – the pics and code prove that.

    PLEASE, where should i click in order to add a block so that it’s not initially visible, but becomes so upon clicking the “show more” link?? I was able to do so before the update!!

    I cannot click to add a block before the “show more” section, or after the “show less” section, which was working before and actually hid the content. If i click to add in the middle, it simply doesn’t work – content is always visible.

    see pic:
    https://artintra.net/wp-content/uploads/2021/10/ULTBlocks00-1.jpg

    I disabled other plugins to check whether there’s a conflict, but unfortunately, there’s nothing

    • This reply was modified 3 years, 1 month ago by Sidd.
    • This reply was modified 3 years, 1 month ago by Sidd. Reason: add explanatory pic
    • This reply was modified 3 years, 1 month ago by Sidd.
    Thread Starter Sidd

    (@sophid)

    Thread Starter Sidd

    (@sophid)

    Hi @alexius08 ,
    Thank you for the reply.
    Yes, I understand that both the “show more” and “show less” are displayed in the editor, but my problem is that in FRONT END, they are both visible too along with the content that was supposed to be hidden (text and images that are underneath the “show more”.

    See images in previous post – in the list of blocks the breakdown is Expand/Expand portion/the Content/Expand Portion.
    Before the update this worked. But it worked better when i could add the content AFTER the 2 Expand Portion iterations (one for show more and one for show less). Now, I cannot add the text after. Either before (so at the very top) or in the middle (which doesn’t work anymore).

    It would be helpful if there was a tutorial for use.

    The code below works very well – BUT I CANNOT REPLICATE IT UNLESS I USE THE CODE EDITOR:

    
    <!-- wp:columns -->
    <div class="wp-block-columns"><!-- wp:column {"width":"20%"} -->
    <div class="wp-block-column" style="flex-basis:20%"><!-- wp:post-featured-image /--></div>
    <!-- /wp:column -->
    
    <!-- wp:column {"width":"80%"} -->
    <div class="wp-block-column" style="flex-basis:80%">
    
    <!-- wp:ub/expand {"blockID":"b20c9030-5b77-467f-9798-98ca847ea380"} -->
    <!-- wp:ub/expand-portion {"clickText":"read more","displayType":"partial","parentID":"b20c9030-5b77-467f-9798-98ca847ea380"} /-->
    
    <!-- wp:ub/expand-portion {"clickText":"show less","displayType":"full","isVisible":false,"parentID":"b20c9030-5b77-467f-9798-98ca847ea380"} -->
    
    <!-- wp:tadv/classic-paragraph -->
    TEST CONTENT HERE
    <!-- /wp:tadv/classic-paragraph -->
    
    <!-- /wp:ub/expand-portion -->
    <!-- /wp:ub/expand --></div>
    
    <!-- /wp:column --></div>
    <!-- /wp:columns -->
    
    

    This code, which is what I always get now, doesn’t work:

    
    <!-- wp:columns -->
    <div class="wp-block-columns"><!-- wp:column {"width":"20%"} -->
    <div class="wp-block-column" style="flex-basis:20%"><!-- wp:post-featured-image /--></div>
    <!-- /wp:column -->
    
    <!-- wp:column {"width":"80%"} -->
    <div class="wp-block-column" style="flex-basis:80%">
    
    <!-- wp:ub/expand {"blockID":"fb1b6831-bc83-4da1-8ee9-069f92e6e8f4"} -->
    <!-- wp:ub/expand-portion {"clickText":"show more","displayType":"partial","parentID":"fb1b6831-bc83-4da1-8ee9-069f92e6e8f4"} -->
    <!-- wp:tadv/classic-paragraph -->
    <p>TEST CONTENT HERE</p>
    <!-- /wp:tadv/classic-paragraph -->
    <!-- /wp:ub/expand-portion -->
    
    <!-- wp:ub/expand-portion {"clickText":"show less","displayType":"full","parentID":"fb1b6831-bc83-4da1-8ee9-069f92e6e8f4"} /-->
    <!-- /wp:ub/expand --></div>
    <!-- /wp:column --></div>
    <!-- /wp:columns -->
    
    • This reply was modified 3 years, 1 month ago by Sidd.
    • This reply was modified 3 years, 1 month ago by Yui. Reason: formatting
    Thread Starter Sidd

    (@sophid)

    Uninstalled and reinstalled the plugin, and this time the “excerpt” panel is visible on the right hand side POSTX BLOCK options menu. As you could see in attached image in my previous post, the option was not available before!

    Thanks @jakirhasan
    Have a great day

    Thread Starter Sidd

    (@sophid)

    Hi @jakirhasan
    Thanks for the reply, unfortunately the screenshot you’ve put up is for POST GRID #1. I’m using POST GRID #2, as indicated in the title. There is no option to include “full excerpt” in POST GRID #2, there’s only an “excerpt” toggle switch. I’ve looked under all the options…

    Is there a way to actually display the manual excerpt in POST GRID 2 please – see explanatory pic?
    post grid 2

    Thank you

    Got the latest version of the plugin: Version 2.4.12

    • This reply was modified 3 years, 1 month ago by Sidd.
    • This reply was modified 3 years, 1 month ago by Sidd. Reason: add pic

    same issue here on a live site – sorry for posting in the old thread!

    I’m having the same issue on a live site.

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