alfy40
Forum Replies Created
-
Same problem, I had to urgently downgrade to v3.2.12.
Dear Navid,
I appreciate your reply very much. I’ve decided to use another solution for statistics; I’m sorry, but I’m swamped at the current time and cannot assist you in helping debug the problem. Hopefully you will find a solution however.
I will change the review to 4-stars, as indeed I don’t think it’s fair to rate it 1-star insofar as you’re doing your very best to provide a smooth experience.
Kind regards
Forum: Plugins
In reply to: [GEO my WP] Is there a user limit in free version?You were right, that was it. Since I was hiding the pagination dialog, I didn’t realize the missing results were simply on the second page, instead of all being on the map at once. I increased the results per page to 5000, and now they are all on the map.
Thank you, and congratulations again for a great plugin!
Forum: Plugins
In reply to: [Team - Team Members Showcase Plugin] Images not showing anymoreI had to downgrade to the version I had before (2.6.2) for it to work again. The upgrade from 2.6.2 to 4.3.6 broke the Team shortcode display (image in base64 is not being generated properly). I presume it would work if I re-created every Team member after the upgrade. I would appreciate your input. Great plugin otherwise! Thank you.
Forum: Plugins
In reply to: [DeepL API translation plugin] Paragraphs LostI encountered a similar problem with the latest version (2.2.2). The translation was failing at seemingly random places, generating an invalid Gutenberg block, and stopping there. It made the plugin unusable.
Rolling back to version 2.1.10 solved the issue.
Forum: Plugins
In reply to: [Post grid and filter ultimate] Grid items equal heightFor anyone looking to obtain a perfect grid (i.e. all item heights the same) with the filter shortcode, it’s of course possible: simply hardcode the title h2 container height to a determined amount and you can get a grid.
This worked for me:
@media only screen and (min-width: 640px) {
.pgafu-post-grid-main .pgafu-columns .pgafu-post-grid h2 {
max-height: 147px;
height: 147px !important;
overflow: hidden;}
}Forum: Plugins
In reply to: [Post grid and filter ultimate] Strange gaps in post filter masonryThank you! Adding a featured image has solved the issue. Thank you again.
Of course that’s what I meant, I realize you cannot hardcode my own List ID ??
At least you’re aware of the special klick-tipp nuisance.
Best
I believe I solved this, by modifying the source code of WP Fusion.
In includes/crms/klick-tipp/class-klick-tipp.php and inside function add_contact I modified the call to the subscribe() function with the second argument being my correct “Opt-in-Prozesse” (instead of “false”), like this:
$result = $this->app->subscribe( $email, "257042", false, $data );
Reference:
https://support.klicktipp.com/article/394-php-wrapper
It would be nice if this was supported in WP Fusion. I still rate your plugin highly!
Forum: Plugins
In reply to: [WP Tabs – Responsive Tabs and Custom Product Tabs] Problem with iframe embedThank you for your answer. When do you think the bug will be fixed? I’m not using Youtube or self-hosted videos, I’m embedding from Peertube so there is no other way for me than using iframes.
Do you think you can fix the bug in the next release? I would be very grateful if you did, as your plugin is otherwise really great and I would really love to avoid having to find an alternative.
I just gave a 5 star review to help you bump this issue on top of your priority list. And actually, I like your plugin so much that if you fix the bug I promise to upgrade to Pro.
Thank you sir.
Forum: Plugins
In reply to: [Post grid and filter ultimate] Filter buttons not workingThe shortcode is added in the Spanish page exactly as it is added in the other languages. You can tell because the post grid shows perfectly, and category names as well. The only problem is the filtering doesn’t work when you click on categories.
I’m using Polylang as the multilingual plugin. There could be some sort of incompatibility between your plugin and Polylang. The symptom is also inconsistent: the same problem used to happen with the Italian page, but now it’s working, with no apparent change on our side.
I agree your plugin works faultlessly otherwise, and I’m very satisfied with it. I have given it 5 stars.
I was wondering if you could try to tell through the Web inspector on the Spanish page frontend why the Javascript isn’t working on that page while it’s working on the other ones. I’m sure it’s something relatively easy, but I just can’t see it.
I encountered the exact same problem when WordPress updated to 5.8. I suspect this is going to be an issue for a lot of people relying on certain themes now that the 5.8 update was pushed.
The problem is indeed solved by installing the Classic Widgets plugin. Something about a new widget feature in 5.8 is incompatible with some themes; the plugin reverts the widget functionality to status quo pre ante.
- This reply was modified 3 years, 7 months ago by alfy40.
Forum: Plugins
In reply to: [Embed Peertube Playlist] Small bug if instance url ends with a / (slash)I also had to add this CSS:
.video h3 {
font-size: unset !important;
}Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Where to configure email address?Many thanks. I don’t know how I could have missed that. I appreciate your quick answer, and sorry for the disturbance. I will rate your plugin 5 star.
Forum: Plugins
In reply to: [Social2Blog] It won’t accept any hashtagsI was facing the same issue and I figured it out. When you enter the tag in the #hashtags input field (under “manage facebook”) you need to press enter before you submit the form. It will then add the tag as a hidden field, and then you’ll be able to submit the form without the javascript “tags required” error message showing up.