samoreen
Forum Replies Created
-
I should have mentioned that I’m using WP/LR.
Patrick
The “All files” counter is also showing 2 files in excess. It says 439 while the sum of all counters of all subfolders in RML (excluding the 2 ghost files in Uncategorized) is 437. And the the xxxx_realmedialibrary_posts table has only 437 entries, not 439. Also, the sum of all cnt values in the xxx_realmedialibrary table is 437.
It’s a wonder that RML can show a count of 439 and 2 for “all files” and Unorganized respectively ?? .
Patrick
I looked again at the database and it doesn’t seem that the “Unorganized” folder is affected by the counter reset operations. It’s not an actual virtual folder and there’s no trace of it in xxxxxx_realmedialibrary. It seems to be handled differently.
I have moved the 4 files residing here to another subfolder and now the counter says 2 while there’s no file in the folder. So, RML is counting something that doesn’t exist OR it works by substracting the count of moved or deleted files that were stored in Unorganized from a value that is stored somewhere and that is supposed to be correct.
If you could tell me where this value is stored or where the counter cache is stored, I could probably fix this myself.
Patrick
Thanks, but the counter still says 6 even after a refresh.
> How have you deleted this files?
Actually, it’s one of the site authors who did this and she can’t explain. :-((
Patrick.
Thanks Matthew, I’ll give this a try.
Patrick
Forum: Plugins
In reply to: [Block Plugin Update] Updates forced by hosting serviceThanks !
Maybe it’s not an issue with the plugin itself. I’m not familiar with the API for update management. Maybe WP has changed in such a way that local blocking is no longer possible ?
Patrick
Forum: Plugins
In reply to: [Subscribe to Category] Display problem with new version ?Good news ! I’ll test this ASAP.
Thanks.
Forum: Plugins
In reply to: [Subscribe to Category] Display problem with new version ?OK. Message received.
I’ll describe the problem for those who may encounter it. I have an acceptable workaround. Steps to reproduce :
1. In an Enlementor page, create a section having 2 columns.
2. In the left column insert the STC shortcode.
3. In the right column insert anything you want, e.g. a text widget.
4. Since version 2.5.7 of STC, when displaying the post, the section will shrink to the width it would have when displayed on a phone (although displayed on a normal display).
5. Now, invert both columns (text on the left and STC shortcode on the right). Everything is now displayed correctly.
6. Switch back to previous STC versions : no problem.I don’t have enough time to debug the STC code (or even Elementor). So, I’ll use the layout that works.
Patrick
Forum: Plugins
In reply to: [ACF Photo Gallery Field] For those having problems in ElementorHi,
> where do we place this code??
Only you know. This code is used in functions.php where you need to retrieve the array of images from the custom field. The code suggested by the author is as follows :
$images = acf_photo_gallery(‘field_name’, $post->ID);
But it doesn’t work in Elementor because this is not the correct way to retrieve the post ID in a shortcode. The following code works :
$images = acf_photo_gallery(‘field_name’, get_the_id());
I can’t say more. You have to use this code where you need it. I use it in the implementation of a shortcode that I use to display image galleries in Elementor.
Patrick
Forum: Plugins
In reply to: [Subscribe to Category] Display problem with new version ?Hi again,
I confirm. I switched back to the previous version and the page display is back to normal. See
https://www.dropbox.com/s/djrtasrp3ty9a0u/STC-display-problem-2.jpg?dl=0
Patrick
Forum: Plugins
In reply to: [Subscribe to Category] Display problem with new version ?Hi,
The site is currently under construction and can only be accessed by admins and authors. Moreover, only site members are allowed to access the page where the “subscribe to category” screen is displayed. Sorry.
If you want the page source code, I can send it to you but it will not be easy to read.
I’ll try to go back to the previous version to confirm that the problem is related to the new version. The problem occured just after installing the new version but who knows ? I’ll do this later tonight and let you know.
Patrick
Forum: Themes and Templates
In reply to: [Astra] Comment section takes too much spaceHi Herman,
Our site is currently under construction and is not accessible from the outside.
It seems that I have taken back some control by using custom CSS :
.entry-content p { margin-bottom: 0.3em; margin-top: 0; } .post p{ line-height: 1.5em; padding-bottom: 1em; } .page p { line-height: 1.5em; padding-bottom: 1em; }
Patrick
Forum: Themes and Templates
In reply to: [Astra] Comment section takes too much spaceHi Herman,
> Could you please be more specific about what you would like to customize?
As mentioned in the thread title, I’d like the comment section to eat less real estate in order to make comment pages shorter. This can be probably achieved by controlling font size for some items, space between comments, etc.
Thanks.
Patrick
Forum: Plugins
In reply to: [Meow Lightbox] mwl_img_title filter – $id is the id of what ?Forget it ! It’s the attachment id.
Patrick
Forum: Plugins
In reply to: [Elementor Addons by Livemesh] Posts Carousel – Setting item heightThanks, I’ll give it a try.
Best regards.
Patrick.