lokrin2000
Forum Replies Created
-
Forum: Plugins
In reply to: Kontera wp 2.8 plug inLook for this file
http://wellbeingwealthnmore.com/wp-content/plugins/community-links-feed/assets/theme.css
Disable that (change name to theme.txt) and then look through that file for errors, or reload an old copy.
Emil
Forum: Fixing WordPress
In reply to: A second blog located in site subdirectoryA few years ago I ran two blogs with one database by just using a different database prefix. The first was the default wp_ and the second was something like wp2_
Forum: Installing WordPress
In reply to: Problem installingYou need to create a database. Do you have access to phpmyadmin? What OS are you running? Windows or Linux? Try connecting to http://localhost/phpmyadmin in your browser.
Forum: Fixing WordPress
In reply to: Where is splash page template created?In your main WordPress directory,You should have an index.php file but not an index.html file. Put your maintenance page there. The server should display the index.html file and not the index.php file. When you are done, rename the index.html to something like index.maintenance to save it for a future use.
Forum: Themes and Templates
In reply to: I am SO new at this…help? Installing autofocus themeI always install via FTP (Filezilla) and never have any installation problems. Are you sure you have it installed in the right place?
Forum: Themes and Templates
In reply to: How to remove one of several headlines…What theme are you using?
Forum: Plugins
In reply to: [Plugin: Event Calendar / Scheduler] How to call the calendar in a page?Other changes:
Had to modify scheduler.php and change bottom:5px to bottom:-20px to lower line outside of calendar.
<div style='position:absolute; bottom:-20px; right:20px; font: Tahoma 8pt; color:black;'>Powered by <a href='http://dhtmlx.com' target='_blank' style='color:blue;'>dhtmlxScheduler</a>And in dhtmlxscheduler.css, I had to modify .dhx_cal_event_clear to change from Height:13px to Height 23px because I could only read the top half of the words and not the bottom.
Forum: Plugins
In reply to: [Plugin: Event Calendar / Scheduler] How to call the calendar in a page?Just found the major culprit. I had the theme option for Drop Caps turned on. That changed the code to read
... <span class="dropcap">w</span>indow.onload = function init() { scheduler.config.xml_date=%Y-%m-%d %H:%i"; ...I went back into theme options and turned the dropcaps off (checkbox) and it shows up now.
Forum: Plugins
In reply to: [Plugin: Event Calendar / Scheduler] How to call the calendar in a page?I did just check the theme and that’s why I’m back. That’s the problem. I’m using the Mandigo theme and it just does not work at all.
I have about a dozen themes installed and I tested it with several. I notice various problems with various themes. Some are blank. Some are fine. One forces each day block to about 10 pixels wide. One places the events outside the sidebars rather than in the calendar. Looks like I’ll have to try playing with CSS and see if that helps anything. I’m not that great at PHP, but I may have to try playing there as well.
Does your code make use of its own CSS names – e.g. td.eventcalendar or some such? That way you could make sure each element retains the properties that you want them to have and not be overwritten by a template CSS?
I realize that this is version 1.0 and things are bound to crop up, but I would really like a calendar that works with a template that also works with my site.
One of the main reasons I use the Mandigo template is the way it has drop-downs for the page navigation across the top.
Forum: Plugins
In reply to: [Plugin: Event Calendar / Scheduler] How to call the calendar in a page?lovedirections
I put the plugin in the wp-content/plugins/
directory.Done
Turned it on.
Done
And then went to a new page, under the html editor, entered:
[ [ scheduler_plugin ] ]
(Without the spaces. I added the spaces to avoid the wiki-style of these forum)Done
And it worked great for me.
Did not. I have the page title, blank, and then Add Comment block
Consider a plugin conflict.
Went back and turned off ALL other plugins. Same problem.
If it goes into a page, then why does the instructions say to add it to a Template?