yoseihana
Forum Replies Created
-
Thanks !
Email sent ??
Yes, that was what I’ve done but still nothing ??
What is weird is that I can see the new images on mobile (iPhone X) but not on Chrome or Safari (on Mac OS).Thank you and have a nice day!
Forum: Plugins
In reply to: [User Role Editor] new Role does not show up on All UsersHi!
I’ve got the same issue. When I want to save my new role, nothing happen and it’s not save in all my roles.
I’ve got this error in my console:
Uncaught TypeError: undefined is not a function ure-js.js?ver=3.9.2:99 $info.dialog.buttons.Add Role ure-js.js?ver=3.9.2:99 s.click load-scripts.php?c=0&load%5B%5D=hoverIntent,common,admin-bar,svg-painter,heartbeat,wp-auth-check,jq…:278 x.event.dispatch jquery.js:5095 v.handle jquery.js:4766
I’m running WP 3.9.2 and plugin 4.14.4.
Thank you for your help!
Forum: Plugins
In reply to: [The Events Calendar] Since update Event Calendar plugin not workingThank you laurens-b it works!
This topic can be tag as Resolved
Forum: Plugins
In reply to: [The Events Calendar] Since update Event Calendar plugin not workingHi leahkoerper,
Thank your for your help. I’ve uploaded the 3.5.1 version and it works fine now. I’ve send a message to the theme’s developers.
Forum: Plugins
In reply to: [The Events Calendar] THE EVENT CALENDAR _ WIDGETHi!
It seems I’ve got the same issu…
I’ve updated the Event Calendar plugin (3.6.1) and since then, I don’t have any event on my home page, but I have the current page link with the date + time of the last update of that page (I think).
I’ve tried to remove all plugin but It’s still like that. When I switch on the main theme (Twenty fourteen) it’s seems to work.
Can you do something for me?
Here is the website: https://www.si-schengen.lu/
Thank you
Forum: Plugins
In reply to: [Issuu PDF Sync] Not syncing or displayingHi!
I’ve solved the problem… If you work on a website with a password security to view it, ISSUU can’t access to the website and sync the PDF in his account…
Sorry for that –”
Forum: Plugins
In reply to: [Issuu PDF Sync] Not syncing or displayingHi,
I’ve got the same problem. I’ve check the button to auto upload PDF in my ISSUU library.
But when I do that, it’s not working, I’ve got that message on my ISSUU account:Conversion failed We weren’t able to convert the uploaded file. Try reading this guide, or upload the file again. Upload again Delete
And of course, it’s not displaying on my web page…
I’ve the last version of the plugin (3.4.2) and the last version of WP (3.6).
Thank for your time and help!
I’ve the same notice:
Notice: Undefined variable: key in /var/www/mysite/html/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/class.displayed_gallery_renderer.php on line 280
And in my post I’ve got:
<img class="ngg_displayed_gallery mceItem" alt="" src="https://mysite.com/nextgen-attach_to_post/preview/id--147" />
I’ve found a solution with this
` if(!isset($key)) {
$key = null;
}
C_Photocrati_Cache::set($key, $html);’
In the class.displayed_gallery_renderer.php file. But the solution will be remove after update. Can Next Gen support do something for that? Thanks a lot!