Abracarambar
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] No map anywhereOk,
so I separate them.
I made a new API key and referred to the 3 APIs : Google Maps Javascript API, Google Maps geocoding API, Google Places API Web Serviceand it works.
So I tried to make http referrer : *.juricmusic.com/*
and I have a new problem, I have a shoot of javascript : It can’t accept the referrer, it’s false…I don’t understand.So I gone back to refering to the APIs and it’s working again.
One of the most important problem is, it’s necesary to make a new place in the plug-in to see it working, and so remake all the “bugging” places, each time you make important changes in the API platform, to make it working.
Ok it’s working but not secure at all.
- This reply was modified 6 years, 7 months ago by Abracarambar.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] No map anywhereI have no error on GMAC,
I can notice there is no trafic at all.The parameters in Google Cloud Platform :
API Activated : Google Maps Javascript API, Google Maps geocoding API, Google Places API Web Service. The key is activated with no restriction at all.Another thing to note : I use the same key to produce a playlist of my youtube channel for this website too with the help of Youtube Data API v3. And it works fine.
But still no map.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] No map anywhereHello,
Thanks for your answer.Yes I tried with twenty sixteen and no other plug-in.
I don’t see any map, in FO and BO.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Map UnavailableHello, I tried all the suggestions above, and I still have “Map unavalaible”.
Forum: Plugins
In reply to: [RSS Feed Widget] No image, (I got it but not anymore)No, It takes a day to refresh.
Forum: Plugins
In reply to: [RSS Feed Widget] No image, (I got it but not anymore)Forum: Plugins
In reply to: [RSS Feed Widget] No image, (I got it but not anymore)1024px max
Forum: Plugins
In reply to: [RSS Feed Widget] No image, (I got it but not anymore)Hello, I don’t know why but Rss stopped embedding image URL en the file. So I patched Functions.php like this :
/** /* Flux RSS avec images à la une */ function wpc_rss_miniature($excerpt) { global $post; $content = '<p>' . get_the_post_thumbnail($post->ID) . '</p>' . get_the_excerpt(); return $content; } add_filter('the_excerpt_rss', 'wpc_rss_miniature'); add_filter('the_content_feed', 'wpc_rss_miniature');
and it works !
But refresh is still long.
Forum: Plugins
In reply to: [Simple Membership] Errors on all shortcodesThe Last mistake disappeared, I don’t know why, I don’t know how.
The first haunted website.
So I still have the shortcode error.
https://www.afipe.euForum: Plugins
In reply to: [Simple Membership] Errors on all shortcodesOk I don’t know why, I haven’t changed anything else than .htaccess, and I don’t have anything now :
“Votre installation PHP ne dispose pas de MySQL. Extension requise pour WordPress.”
I think I should cry.Forum: Plugins
In reply to: [Simple Membership] Errors on all shortcodesS2member has been uninstalled a long time ago, before installing simple membership.
But I deleted .htaccess entries about S2member and tried a new test…………….Nothing changed.Forum: Plugins
In reply to: [Simple Membership] Errors on all shortcodes# BEGIN s2Member GZIP exclusions
<IfModule rewrite_module>
RewriteEngine On
RewriteBase /
RewriteCond %{QUERY_STRING} (^|\?|&)s2member_file_download\=.+ [OR]
RewriteCond %{QUERY_STRING} (^|\?|&)no-gzip\=1
RewriteRule .* – [E=no-gzip:1]
</IfModule>
# END s2Member GZIP exclusions# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Plugins
In reply to: [Simple Membership] Errors on all shortcodes[swpm_login_form] => Notice: Undefined offset: 0 in /home/name/public_html/wp-includes/taxonomy.php on line 2327
That’s right, I changed domain from https://name.xxx.xx to https://www.name.xx
and the server too. But any modification about has been changed wp-config, BDD, links. Is there any parameter file in the simple membership plug-in I have to correct ?Forum: Themes and Templates
In reply to: [evolve] Import /export optionIf I understand well I can’t import .JSON parameters of the last version (nov 2015) of evolve, to this new one…
Forum: Themes and Templates
In reply to: [evolve] Import /export optionThx for your answer.
I found import section in redux framework.
I’ve imported the .json (copy/paste the content) file I saved before upgrading the theme.
Nothing changed.