I’m using the post-masonry block on my site, and I noticed the notation for the date is not conform WordPress settings.
In WP general settings I use j F Y for the date; on a site in Dutch this should result in “24 juni 2022”. However, in the post-masonry block the date is of the type “24 Juni 2022” (with catitale ‘J’). In Dutch we write months without capitals. In the WP settings the example is as it should be (without capitals), however something is overruling these WP settings for on the website it is with the capitals.
I checked on the WP forums where several people noticed it is probably due to the UAG plugin not observing WP management of date notations in every respect.
Could you indicate how to correct this? I am the editor for this site and as such the person who corrects spelling and punctuation, so you’ll understand this detail is annoying to me and my client.
Thank you for your help,
Yola
]]>I activated the following :
Post Masonry > Pagination > Infinite Load Event > Button
The button works fine for sometime, then when button is clicked, it disappears and nothing loads.
to fix this issue “Temporary”, I must clear cache or re-save the page.
(the issue dosn’t fix if cache plugin is disabled)
Also I have “WP Cerber” security plugin, when the issue occur, the “WP Cerber” shows:
—
/wp-admin/admin-ajax.php
POST | HTTP 403 Forbidden|
—
If I disabled “WP Cerber security plugin”, this dosn’t fix the issue.
I really love this plugin, any help?
]]>While you can limit the post to a certain category, there’s no way to limit the pages being displayed. I’d like to be able to display only the child page, or at least have to option to use keywords or categories. Is there a way I can achieve such a result?
Thanks!
]]>WHAT I TRIED: Added a theme function that calls jQuery’s masonify() on the post element class “article”. It doesnt work. Then spent a week trying to figure out why it doesnt work here when it does on others.
Please help soon.
]]>I get a php error when I try to search a word that does not exist on my site. This php error also occurs when the search field is left empty and then click on the search button.
When I deactivate the Advanced Excerpt plugin this php error does no longer occur.
Is anyone familiar with this?
Greetings,
Abu Maryam
first of all thank you all for this wonderful plugin.
Is there a way to retain the HTML format in the excerpt of Post Grid and Post Masonry?
I tried to use:
add_filter('uagb_single_post_excerpt_grid', function($excerpt, $id, $attr) {
return get_the_content();
},10, 3 );
But with this way some HTML codes work fine and other codes likes <figure> and <embed> will be stripped. The problem with this code is also that the count of characters/words can not be controled.
I also tried:
add_filter('uagb_single_post_excerpt_grid', function($excerpt, $id, $attr) {
return the_content();
},10, 3 );
With this code all HTML will work fine but the problem is also that the count of characters/words can not be controled.
Do you have any suggestion how I can retain the complete HTML format in the excerpt of Post Grid and Post Masonry? And at the same time to be able to controle the count of characters/words.
]]>I really love your plugin but please consider adding FULL-WIDTH option to post masonry. I want to use it as my main portfolio engine and would really love to have is stretching for the whole screen instead just sitting squeezed in the middle.
Or maybe I just don’t know how to do it, then I would be grateful for some tips
All best
Adam
The Post grid/Post masonry shows the excerpt WITHOUT the html format.
How can I keep the html format of the post so that it can be shown in the excerpt of the Post grid/Post masonry?
Regards,
Abu Maryam
In the content of the Post Grid and Post Masonry there is a set of options that can be enabled or disabled. For example “Show Author”, “Show Date”, “Show Comment” and “Show Excerpt”.
I really love this feature!!!
Thank you so much!
Is there a way to also add “Show Title” as an option that can be enabled/disabled in the content of the Post Grid and Post Masonry.
It would also be great if the Posts list can have an option with “Offset” so the list can start for example with post number 2 (instead of the first post).
Let me thank you again for your effort!!!
Abu Maryam
]]>