bluewaterbm
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: work computer not displaying styles after page updateThanks for the replies. There is an IT department but they will not support my person website issues. I figured it was a server or security issue. Did not know if there was a way to change anything on the local computer sided of things. If i go from my site back to admin the dashboard side views just fine. debug showed this:with an argument that is deprecated since version 2.0.0! Usage of user levels is deprecated. Use capabilities instead. in /home/xxx/wp-includes/functions.php
- This reply was modified 8 years, 3 months ago by bluewaterbm.
The problem is with Types Plugin. Here is what they had to say,
“There is a known bug in the latest version of Types 1.6.6, it is already in our to-do list, our developers are working on it, I added this thread into it, currently, I suggest you reverse back to Types 1.6.5, you can download it here:”
Forum: Plugins
In reply to: [Event Organiser] Change font colorI do not know css but I do know that this topic has been resolved. You need to start a new topic if you really want people to respond.
Forum: Plugins
In reply to: [Event Organiser] Change font colorSorry for the last post that did not come out like it was supposed to any way I wrapped the event tile in bold
<font color="black"><strong><a href="%event_url%">%event_title%</a></strong> on %start{jS F Y}%</font>Forum: Plugins
In reply to: [Event Organiser] Change font colorThat worked perfect. Thank you. So that the event title was more bold I did rap the event with
<font color=”black”>%event_title% on %start{jS F Y}%</font>
I did also add
ul.eo-events-widget li a{
color: #0000FF;/*Colour event title blue*/
}to the style css to change the link to blue.
Thanks
Forum: Plugins
In reply to: [Event Organiser] Change font colorI added:
<font color=”black”>%event_title% on %start{jS F Y}%</font>
to the placeholder field. The color is changed but the link to event does not work.Forum: Plugins
In reply to: [Event Organiser] Change font colorI added this to the placeholder field
<font color="black"><strong>%event_title%</strong> on %start{jS F Y}%</font>The color is changed but the link to the event does not work now.Forum: Plugins
In reply to: [Event Organiser] Change font colorThe color all text black code was not working because it was missing the (a) before the {. However this still only changes The event title. Still having problem getting date stamp to change.
Forum: Plugins
In reply to: [Event Organiser] Change font colorI found that area and I am not using the placeholder field. Any idea why the first bit of code is not targeting the event text?
Forum: Plugins
In reply to: [Event Organiser] Change font colorThank you so much for your reply. The first code had no effect on event text. The second code does work on event title/link. I am not familiar with what a placeholder field is. I tried looking it up but was not sure I understood. I am using the Techozoic Fluid theme.
Forum: Localhost Installs
In reply to: Can't log in to wordpressI am not sure what the problem was but my guess would be was something became unstable with wampserver. I have several sites stored on there and I could not get into any of them. I should rephrase that. I could get into my main portion of site just could not login to wp-admin. There was some config error. Anyway a qick reinstall of wamp fixed the problem.
Forum: Localhost Installs
In reply to: Can't log in to wordpressI reloaded wampserver and reinstalled site and know problem.
Forum: Fixing WordPress
In reply to: Password protect page and sidebarThis Is a simple plugin that suited my needs. One password to protect the whole page. However you need the paid version to get all the cool features.
http://wordpress.org/extend/plugins/password-protect-wordpress/
I am still surprised someone has not made a plugin to include the sidebars with standard WP password protect.
Forum: Localhost Installs
In reply to: Can't log in to wordpressThis does not make sense to me. If the server is going to deny me access, then why does it only deny me access to logging into wp-admin. It does not deny the login page or the site pages.
Forum: Localhost Installs
In reply to: Can't log in to wordpressThanks so much for your reply.
Apache server log errors:[error] [client 127.0.0.1] client denied by server configuration: C:/httpd-2.2-x64, referer: http://localhost/soc/
and
[error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.icoBTW. I have know problem pulling up my site at localhost just cannot login to admin. I tried resetting the password and the same thing happens.