moxymore
Forum Replies Created
-
Hi there,
Sorry, I have missed your post. Do you use a such function in your plugin? https://codex.www.ads-software.com/Function_Reference/update_attached_file
Forum: Reviews
In reply to: [Advanced Post List] Finally a good powerful list plugin.I actually wonder why I tried to help with this 2 hours of works for probably nothing :p Whatever…
Hi there,
I have tested with 3 different cache plugin, and by desactivating a lot of things (like WPShield, Remove Strings, Blackhole Bot, …), but the only solution is to have no cache plugin.
That sucks…
Forum: Reviews
In reply to: [Awebon Plagiarism Checker With ProgressBar] Needs clarificationsAllright, one more star attributed. Waiting for the last feature to be implemented to add more.
Thank you for the support.
Forum: Reviews
In reply to: [Free Online Plagiarism Checker] Not freeHi,
You didn’t get it. One time plans are not exactely the same as yearly plans. One time plans are credits which will never expire. It’s like a wallet of credits, and for each request a credit is used.
Having this plan coupled with a monthly (example) plan will let the user able to choose a monthly plan he’s sure he will consume each month, and if additionnal queries are needed during the month, he will not be restricted because he had additional credits purchased thanks to the one time plan, which will consumes credits only when the monthly/yearly request quota is reached.
Do you get it now?
- This reply was modified 7 years, 12 months ago by moxymore.
Thank you for the work. Everything is working as expected now… except a last one CSS issue. I’ll open a new thread to speak about it.
Regards.
Forum: Plugins
In reply to: [Lightbox - EverlightBox Gallery] Performance issue … in Firefox onlyYes it’s better. Thank you for the work.
Forum: Reviews
In reply to: [Free Online Plagiarism Checker] Not freeI understand. But then, in order to meet all the needs, can you provide another kind of plan : a one time paid plan, which could be combined with a monthly or yearly plan.
That’s why actually I haven’t subscribed anything. I have no idea on how many request I’ll have this month, and later. Giving us the ability to choose a monthly plan which will consumme first these credits, and then will switch in our One Time plan balance if we have consummed all the monthly available credits.
An example of this can be found for shortpixel service, which I use, and which give more flexibility : https://shortpixel.com/pricing
Please note that One Time plans are credits that never expire…
Regards.
Forum: Reviews
In reply to: [Awebon Plagiarism Checker With ProgressBar] Needs clarificationsHi,
My vote is related to the actual state fo the plugin, I can’t modify it if no improvement are done. I can give you one more star since, at least, you replied to the forum and here. But no more can be done yet because the plugin itself isn’t working as expected.
1) I have already done this, this sounded natural. I have checked the “Search the entire web but emphasize included sites” and deleted my initial website which were put during the setup process. The problem is elsewhere : in my test article where I have put a wikipedia example, your plugin displays that “plagiarism where found or the post is less than 50 words, and then the post was automatically set to draft). The problem is in the Awebon Plagiarism Result tab : after “Please correct the below sentence”, it indicates “error : bad request”.
Take a look at this screenshot : https://www.hostingpics.net/viewer.php?id=53850920161130090704ModifierlarticleLesAlternativescomWordPress.jpg
2) Making it work for custom post type will be really appreciated. It’s mandatory.
3) The z-index issue happen only on my side because I have an admin theme installed. Nevertheless,you should add this code in order to avoid any conflict :
div#awebon-plagiarism-result-dialog { z-index: 10000; }
4) awebon-plagiarism-checker-with-progressbar/css/images/ui-bg_flat_75_ffffff_40x100.png and awebon-plagiarism-checker-with-progressbar/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png are the files which are requested by your plugin, but which doesn’t exists.
Well, at the moment, for your answer to this post, i’ll add one more star. I’m just waiting for these mandatory issue fixes in order to add several more more star.
Regards.
Hello,
Your fix has resolved the issue, thank you.
But please note some other issues :
– If “anchor buttons to edges” option is checked, both social icons and top bar icons are not clickable, because the top-bar and bottom bar div haven’t any z-index attributed. To fix it, just add this line in the proper css file :
.everlightbox-social, .everlightbox-top-bar { z-index: 1; }
– The fullscreen button should work to switch back to the original view too. At this stage, this button works only to put the lightbox in fullscreen mode, but when you are in fullscreen and click on it, nothing happens (when it had to switch back to the original view).
Nevertheless, thank you for the fix, I can use your great lightbox again.
Regards.
Forum: Plugins
In reply to: [Fast Velocity Minify] Question related to relative url in a CSSWow, my bad… this little “/” was the culpirit. I fucking didn’t knew this…
Really sorry for the apologies.
Forum: Plugins
In reply to: [Fast Velocity Minify] Question related to relative url in a CSSFor some strange reasons, I never received a notification for your reply. Damn it.
I have put an aboslute path for a while now. But from my memory, if I have something like this in my styles.css :
@font-face { font-weight: normal; font-style: normal; font-family:'ecoicons'; src: url("https://www.my-website.com/outils/templates/mon-custom-theme/ressources/fonts/ecoicons/icomoon.eot"); }
… and if I’m modifying the url to a relative path like this :
src: url("/ressources/fonts/ecoicons/icomoon.eot");
I have 404 errors because the path is incorrect. In facts, the path geenrated for this line of CSS will be https://www.my-website.com/outils/extensions/fast-velocity-minify/cache/ressources/fonts/ecoicons/icomoon.eot instead of https://www.my-website.com/outils/templates/mon-custom-theme/ressources/fonts/ecoicons/icomoon.eot
In order to be clearer, I suspect your plugin to use something like plugin_dir_path(), and don’t use something like get_template_directory() or get_stylesheet_directory() for the theme’s css files. And because this is a theme file and not a plugin file, the function doesn’t work and keep the cache folder of FVM as a basis for the path.
If this can help, you have to know that I’m using register_theme_directory() function in order to put my theme in another folder… and I have changed the path to wp-content (outils), plugins (outils/extensions), and uploads (fichiers) into my wp-config.php.
[ redacted ]
- This reply was modified 8 years ago by moxymore.
- This reply was modified 8 years ago by moxymore.
- This reply was modified 7 years, 8 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Fast Velocity Minify] HTTP/2 related questionAllright, I understand, thank you. Nothing mandatory btw, but will be usefull.
Forum: Plugins
In reply to: [Fast Velocity Minify] Question related to relative url in a CSSHi,
A relative path is, in CSS, relative to the CSS file itself. Then, if my style.css is in https://www.mywebsite/mytheme/style.css, and if I have declared in it a relative url for a font (“/myfont/myfontfile.woff), then the path generated will be https://www.mywebsite/mytheme/myfont/myfontfile.woff.
That’s how it work. Now, if you concatenate with FVM, all concatenated files will be stored in the plugin’s cache folder, and then my previous generated font path will change from https://www.mywebsite/mytheme/myfont/myfontfile.woff to https://www.mywebsite/myplugins/fast-velocity-minify/cache/myfont/myfontfile.woff.
I wonder if there is a way to prevent that.
Allright, thank you.