cjpascal
Forum Replies Created
-
Forum: Plugins
In reply to: [Youtube Channel Gallery] Player not workingHi guys, figured out that “GC Social wall ” plugin was causing this issue.
Forum: Plugins
In reply to: [Youtube Channel Gallery] Player not workingHi there,
Please find url http://www.mauritius.net.au/sega/
This is the code that I am using:
[Youtube_Channel_Gallery feed=”playlist” user=”PLXv9ByFyzkTLRYG0YUs2GV5amMEMQL–s” key=”AIzaSyDYshHJt6L4cp6ZnPoob2LfLJvpYRPmS9w” maxitems=”50″ thumb_columns_ld=”2″ thumb_pagination=”0″ title=”1″ link=”0″ cache=”0″]
Forum: Plugins
In reply to: [Clone] Error 524 trying to backupthis seems to be a common error with clouflare. i am having error 524. did you find a solution?
Forum: Plugins
In reply to: [Contact Form 7] ContactForm7 Blank White Screen Error 524Hi befree22, did you solve the issue?
the same thing is happening to me now.
Forum: Fixing WordPress
In reply to: HTTP Error 500 (Internal Server Error)this is my .htaccess
# 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
if it okay?