indioystillo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Easy Fancybox stopped workingdone. hey thanks a lot 🙂
Forum: Fixing WordPress
In reply to: Easy Fancybox stopped workingdo i have to? hmmm
i mean, fancybox is now working again on my site so far, so i guess its fine to leave it like that. what do you suggest?Forum: Fixing WordPress
In reply to: Easy Fancybox stopped workingOk I did remove it and replace the code back to header.js, its weird though, I’m the one who put that script
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>but i put it after the fancybox was missing already, because based on fancybox’s site
STEP number 2. ( Include nessesary JS files )
that’s why i put it in there.hmmm..
Forum: Fixing WordPress
In reply to: Easy Fancybox stopped workingon my “header.js.php” file, there’s nothing written on that file except that code you listed. weird, i never put that code in there or something, i wonder how it went there so that it can be avoided in the future.
Forum: Fixing WordPress
In reply to: Easy Fancybox stopped workingwow, you are right..i find that script code and removed it, and fancybox seems to work fine back again. weird though, how did it implement itself on there without me adding it? will this occur more in the future?
Forum: Fixing WordPress
In reply to: Easy Fancybox stopped workinghmm..weird, i don’t even have that on my header.php, but i can see it on my source code. i dont even know how or where to remove it.
but based on that “.sf-menu” i think i remember sf-menu is the one i use on my navigation bar. so i’m not really sure why it conflicts this much.
can you please email me so that you can take a look into it even more?
Forum: Fixing WordPress
In reply to: Easy Fancybox stopped workingim not sure about suphp.conf though, but im sure i’ve seen that before on one of my files
Forum: Fixing WordPress
In reply to: Easy Fancybox stopped workingi tried that code, nothing happens to me, fancybox still doesnt work.
do you have email? please email me at [email protected] and i will give you access and let you see what’s wrong since you know everything in easy fancybox pluginForum: Fixing WordPress
In reply to: Easy Fancybox stopped workingthis is my .htaccess, i’m not sure how this works, do you see anything that blocks it?
suPHP_ConfigPath /home/myservername/public_html # 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 WordPressForum: Fixing WordPress
In reply to: Easy Fancybox stopped workingI also tried removing all the plugins except fancybox, it still didn’t work. hmm., i really need it to work again.
[No bumping, thank you.]
Forum: Fixing WordPress
In reply to: Easy Fancybox stopped workingi did say
“but still..like i said on my first post here, easy fancybox is working fine to me until i disable ALL the plugins and activated them 1 by 1 but not without the disable search thing”
so yes, i deactivate the “disable search plugin” together with ALL of my plugins. Then, activate them back again 1 by 1, WITHOUT the “disable search plugin” leaving that plugin deactivated.
That’s why its weird for me, because it should be working now that all plugins are back, because it was working before O_O
Forum: Fixing WordPress
In reply to: Easy Fancybox stopped workingOk, first, i checked the files and they are in the right permission access rules.
second, i went on to check ( easy-fancybox/easy-fancybox.css.php )
its seems the plugin is (inactive), instead of suppose to be (active) right? i wonder why, but i don’t know if that’s the case of not making it work.thirdly, i have this written on the file,
include( './fancybox/jquery.fancybox-' . htmlspecialchars( $version , ENT_QUOTES) . '.css' );and so i tried to change it to
include( dirname(__FILE__) . '/fancybox/jquery.fancybox-1.3.4.css' );which both didn’t show up working.
lastly, i guess i did some blocking thing. but its just to disable the search functionality. and i found that code/plugin, in this link
http://ww.wp.xz.cn/support/topic/disable-search-functionality?replies=3
but i don’t see any reason that it will affect it or something, but still..like i said on my first post here, easy fancybox is working fine to me until i disable ALL the plugins and activated them 1 by 1 but not without the disable search thing. after activating my plugins back, that’s when i noticed easy fancybox is not working anymore. when it should be working.
Forum: Fixing WordPress
In reply to: Easy Fancybox stopped working