ahsan.abassi
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Dewplayer] Conflicting with add media button on admin sidecomment out all of ‘upload.js’ content and then check,hopefully it will be done.
Hi,
I also has this problem,so with help of my friend i find solution for this with in couple of hours.There is a simple syntax error(may be) in file file full-screen-background-image-slideshow.php.
All you have to, is add “php” in all opening tags in this file and also in
all file included, at top.‘<?’ add ‘php’ and result will ‘<?php’
Regards
Forum: Plugins
In reply to: [Advanced Dewplayer] Conflicting with add media button on admin sideThanks for your reply.
The only thing is causing conflict is the script in the ‘uploads.js’ file.
I try to find the conflict,but no success.So as i don’t really need this script so i comment this and done.Forum: Fixing WordPress
In reply to: "Add Media" button not working on post pageHi,
I have the problem,i have updated to 3.6,and applied the solution provided define(‘CONCATENATE_SCRIPTS’, false ); to wp-config.php and edited in js file by Andres Botero, but no luck.
Forum: Fixing WordPress
In reply to: Perma links on Home creating problemI am using Appearance > Menus to create Menu,which is custom link Menu.I give ‘index.php’ in custom link.
Any how i solved the problem,just add the page which i
am using on front page to menu and call it ‘home’.Forum: Fixing WordPress
In reply to: Perma links on Home creating problemThanks for your reply.