3pepe3
Forum Replies Created
-
Forum: Plugins
In reply to: [Widget Logic] Widgets won't expand in admin to display settingsI agree with relaxedguy… when you are going to release the update.
@clpro… well i’m in vacations and i read your questions on my phone. This means that i can’t test the other plugin and i would prefere to answer this question in another thread related and dedicated to your plugin (reading the code it seems that the problem can be easily fixed)… can you provide me a link to the correct thread on the forum?Forum: Plugins
In reply to: [Widget Logic] Widgets won't expand in admin to display settingsYou welcome…
https://www.borismoore.com/2011/10/jquery-templates-and-jsviews-roadmap.html?m=1On Friday i did all the updates in several sites (multisite and normal) and with this little fix i didn’t see any other errors, bugs or anything.
Forum: Plugins
In reply to: [Widget Logic] Widgets won't expand in admin to display settings…. And finally open
wp-content/plugins/widget-logic-visual/js/jquery.nyromodal.js
and search and replace this:
$.curCSS(elm,name,true));
for this:
$.css(elm,name,true));
Forum: Plugins
In reply to: [Widget Logic] Widgets won't expand in admin to display settingsWP3.5 uses jQuery 1.8… and in this version of jQuery it seems that %i% throws an error.
To fix this open widget_logic.php go to line 132
and change
if ($number==-1) {$number="%i%"; $value="";}
for this
if ($number==-1) {$number="XXX"; $value="";}
Forum: Plugins
In reply to: [Widget Logic] Widgets won't expand in admin to display settingsI have the same problem… but for me the error is fired with the “archive widget”
Error: Syntax error, unrecognized expression: #widget-logic-options-archives-%i%
https://localhost/wp-admin/load-scripts.php?c=0&load%5B%5D=jquery,utils&ver=3.5
Line 2this is happening since I updated to WP 3.5
Forum: Installing WordPress
In reply to: install.php prints 1 error and 1 warning….?Any one can test this link and give me an advice telling me why i have this printed on screen???
Forum: Installing WordPress
In reply to: install.php prints 1 error and 1 warning….?mmmmmmmhhhhhhhh… thats weird.
Today i have downloaded 3 times the same ZIP and uploaded to server. the first time i didn’t read the install wordpress link because i have installed several times the wordpress files in differet servers. Second time I read (quickly) the process just in case i was missing something. Now this time i read carefully and I’m doing all correctly.
This is the link: https://www2.edwardgajdel.com/g_spot/ and this is for the installation: g_spot/wp-admin/install.phpSo if this version has no conflicts with the php or mySQL version and i’m doing all the steps correctly what are the other possibilities?
What i think is that the client has created the database (including the user)and the user has not the 100% of the privileges on the DB.
So this sounds logical??
Forum: Installing WordPress
In reply to: install.php prints 1 error and 1 warning….?Also reading i see that maybe my problem is that the server is running PHP Version 5.2.4 and mySql 5.0.45….
but still i don’t find an answer :SForum: Installing WordPress
In reply to: Blank page on fresh wordpress installation, mysql 5 php 5.2.5Me too… this is crazy.
Is there anything we can do?Forum: Themes and Templates
In reply to: wordPress as web page and not as blog?Actually all the documentation is very good… Now with some problems parsing the info :S
Forum: Themes and Templates
In reply to: wordPress as web page and not as blog?Thanks AlexinMilan.
Also i found this link very interesting.
At the beginning, yes, i thought this was just a blogging tool (not very fan to the blogs ) but now my image of WordPress has been changed and also now i will upgrade my site and have the blog feature.Pepe
Forum: Themes and Templates
In reply to: wordPress as web page and not as blog?Thanks moshu… you are right.
Today i have spend a lot of hours reading the documentation and inspecting some themes (source) and all is very clear and well documented.
Now i will try to integrate some flash content with the database to create dynamically the menu and some other features.
In the future I will upload and share any cool modification that i will start to develop.
thanks.
PepeForum: Installing WordPress
In reply to: Directory listinig denied…Why?ok… sorry for the new thread.
i found the solution on this thread:
https://www.ads-software.com/support/topic/120877?replies=4Thanks @whooami and @michaelh… i didn’t know about Domain’s Indexes.
thanks
Forum: Installing WordPress
In reply to: Directory listinig denied…Why?i was finishing the intallation and I was on the log in screen (wp-login.php) when i loged in i get the message ‘directory listing denied…’. Also i have the same screen if i click on the ‘back to “myBlog”‘.
the URL
is:
https://www.mydomain.com/blog/
or
https://www.mydomain.com/blog/wp-login.php