Xavi86
Forum Replies Created
-
Forum: Plugins
In reply to: [File Gallery] A lot of php notices when debug mode onYes, it worked! Thank you.
Can you explain me why this solution?Forum: Plugins
In reply to: [File Gallery] Conflict with WYSIWYG editorI can confirm that is working for me. Thank you.
Forum: Plugins
In reply to: [File Gallery] A lot of php notices when debug mode onLatest version of both I think: WordPress 4.0 and File Gallery 1.7.9.5
Forum: Plugins
In reply to: [File Gallery] Conflict with WYSIWYG editorfor me the fix was going to “file-gallery.php” and change this:
wp_enqueue_script(‘file-gallery-media’, file_gallery_https( FILE_GALLERY_URL ) . ‘/js/file-gallery-media.js’, array(‘media-views’), FILE_GALLERY_VERSION);
to this
wp_enqueue_script(‘file-gallery-media’, file_gallery_https( FILE_GALLERY_URL ) . ‘/js/file-gallery-media.js’, false, FILE_GALLERY_VERSION);
Forum: Plugins
In reply to: [File Gallery] Conflict with WYSIWYG editorHaving a conflict too. When the plugin is activated and I try to edit a custom post it appears the following error on load-scripts.php: “Uncaught TypeError: Cannot read property ‘id’ of undefined”.
Forum: Plugins
In reply to: [AutoChimp] post content not showing up in campaign…suggestions?stevej999999 did you solved the problem? i’m having the same problem here..
Forum: Plugins
In reply to: [AutoChimp] "Add new post category mapping" not workingI solved the problem.
I have “Better WP Security” plugin and I changed my content folder. At 374 line of autochimp.php we have this:
$pluginFolder = get_bloginfo('wpurl') . '/wp-content/plugins/autochimp/';and I changed to this:
$pluginFolder = plugins_url(). '/autochimp/';Forum: Fixing WordPress
In reply to: moving to a new host and new domain nameYou should follow the official guide: http://codex.wordpress.org/Changing_The_Site_URL
Forum: Plugins
In reply to: [Contact Form 7] tag not appearingSolved.
If anyone has the same problem search for other <form> tag not closed. I had it in my footer.
Forum: Plugins
In reply to: [wordTube] [Plugin: wordTube] Property ErrorI’m having the 1) error too. Any solution?
Forum: Plugins
In reply to: Photo AND Video gallery manager?another bump!
Forum: Plugins
In reply to: Photo AND Video gallery manager?bump
Forum: Fixing WordPress
In reply to: Wrong page displayedBump!
This is very annoying.
My hosting service is saying that they don’t have any responsibility with the permalinks (and they right).
How can i reset (if this is possible) the permalinks?
Forum: Fixing WordPress
In reply to: Wrong page displayedesmi i already done that.
I’ve tried to change my permalink structure to /%category%/%postname%/ and i uploaded a new .htaccess file and i still get the same problem.
Am i missing something in that page?
Forum: Fixing WordPress
In reply to: Wrong page displayedHi, thanks for theanswer.
The permalinks reset solves the problem so it must be something related. I set my custom structure with only /%postname%/ so it shouldn’t be a problem.
Any tip to keep permalinks without this error?