pablostatile
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Reviews] Assigned Post not saved in Custom FormIf it helps, I noticed that if I used a hidden field in the custom form it would not work. Instead I used the code to add while inserting the shortcode and doing that, I managed to make it work. Thus, the limitation started to work correctly as well.
Hope you can see if the field in the custom form is working or not.
Thanks
PabloForum: Plugins
In reply to: [Custom Post Type UI] How to show a taxonomy in a newly created CPTJust did, will let you know. I just wondered if there was a way to ‘call’ /include the created taxonomy using a shorcode, which would also work fine for my use case.
Thanks!OK, so the FIFU code only executes only when the post is created via the standard admin create post? Or is /can somehow be “attached” to wordpress in a way that is “called” everytime any post creation plugin triggers the wp code to create a post/custom post? That would be ideal!
If that option can’t be possible, In that case, if I add a script to the button that creates the post in the frontend that calls the code: fifu_dev_set_image($post_id, $image_url); that way could be a possible solution to integrate?
btw, I am using USP Pro plugin + Custom Fields
Thanks!
Hi, thanks for the answear. I don’t need the FIFU code to execute or even preview the image. I just need to add the option to the user creating the post in the frontend to incluide the url.
If I don’t missinterpret you, if I populate the Custom field fifu_image_url and then the Post Creation Plugin that I use creates the post, in that case the FIFU code would execute automatically whenever I create a post, even if I don’t do it from the typical Admin page?
Thanks!
PabloThe same question would apply in case that in the future I use a plugin to create posts automatically from a google doc form, defining columns as the input for every field of the created Post. In that case it would be optimal if there is a field associated to FIFU that I could insert the image_url, guessing that by having FIFU installed, the plugin is going to execute its code when the post is created by whichever away.
Thanks!
PabloForum: Plugins
In reply to: [W3 Total Cache] Image Service OK, Images converted but not showingHi Marko, any news on a way to try to solve this mistery?
Thanks!!Forum: Plugins
In reply to: [W3 Total Cache] Image Service OK, Images converted but not showingIf it also helps, checking any other plugin that could mess the Images settings, I am using AIOWPS. Regarding images, I have also found this (might not be a problem, and in that case might also research about adding webp there?)
#AIOWPS_PREVENT_IMAGE_HOTLINKS_START <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_FILENAME} \.(gif|jpe?g?|png)$ [NC] RewriteCond %{HTTP_REFERER} !^http(s)?://onrival\.com [NC] RewriteRule \.(gif|jpe?g?|png)$ - [F,NC,L] </IfModule> #AIOWPS_PREVENT_IMAGE_HOTLINKS_END
Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] Image Service OK, Images converted but not showingIn case it helps, here is the portion of htaccess relating to webp:
# BEGIN W3TC WEBP <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_ACCEPT} image/webp RewriteCond %{REQUEST_FILENAME} (.+)\.(jpe?g|png|gif)$ RewriteCond %1\.webp -f RewriteCond %{QUERY_STRING} !type=original RewriteRule (.+)\.(jpe?g|png|gif)$ $1.webp [NC,T=image/webp,E=webp,L] </IfModule> <IfModule mod_headers.c> <FilesMatch "\.(jpe?g|png|gif)$"> Header append Vary Accept </FilesMatch> </IfModule> AddType image/webp .webp # END W3TC WEBP
Forum: Plugins
In reply to: [W3 Total Cache] Image Service OK, Images converted but not showingHi Marko, no, that’s the only one…
Forum: Plugins
In reply to: [W3 Total Cache] Image Service OK, Images converted but not showingHi there! Yes, the Media Handling shows exactly that.
https://drive.google.com/file/d/1Snis3GWF1JUbXG3cVRdGJFQ50LnWn62j/view?usp=sharing
Previously I used the GC default library but I tried Imagic to solve this, but still the same problem.
I am using W3 Total Cache as the only Cache plugin. I am confident to have cleared Cache, even deactivated it, but still same issue.
I am using Divi Theme.
Let me know if you have any other way of dealing with this.
Thanks!
pabloForum: Plugins
In reply to: [Quiz Maker] Setting the value of the Custom FieldDear Jasmine. Thank you for your reply. In order to obtain a similar result, would it be possible to assign the value of the response of a question included in a quiz with a value that comes from the Page where it is included? Eg. a variable from the page? I am trying by any means to save into a custom field or even have a specific question that I always include, to save some info about the context. Eg. the topic the quiz is related to, because the quiz is generic and could apply to different things.
Would you imagen any way to do so?
Thank you!OK, done!
I excluded:
(DOMAIN)/wp-content/plugins/poll-maker/public//css/poll-maker-ays-public-fonts.css
And cleared all the problems.
Thank you!!Hi Jasmine, thanks for the answer!
Yes indeed. I changed the plugin to optimize to all users (not just guests) and I could replicate the problem. I managed to turn off CSS Optimization/Minify and the problem got solved. Although that could work, I’m trying to detect which .css is causing the problem for me to exclude it from the Minify Process.
Do you have by any chance all .css the plugins loads?
Thanks!!
PabloLet me add that I discovered this only happens when I am logged out of wordpress admin. If I log in again, I can see OK the icons and can vote directly by clicking on them.
Any thoughts?