amlie
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Lightbox] how to remove the overlay caption?Oh I find it! By selecting the image to use in the media library, one can set the caption that gets displayed in the lightbox with the “Title” option.
- This reply was modified 2 years, 8 months ago by amlie.
Forum: Plugins
In reply to: [Read More Without Refresh] Additional CSS text_justify and RMWRHello,
Thanks for your quick reply.
Best,
AForum: Themes and Templates
In reply to: [Colibri WP] Change Navigation Menu Text Color in CSSHi,
Thanks for your reply.
The code looks like this. The hover-colour is now red but the active-colour does not change, the default colour is still displaying.Is there something more I can add to the code?
Thanks!
Amélie.menu-item a:hover { color:red !important; } .menu-item a:active { color:red !important; }Forum: Fixing WordPress
In reply to: lines of codes prevent access to dashboardand all the lines of code are gone now.
thanks for the help!Forum: Fixing WordPress
In reply to: lines of codes prevent access to dashboardupgrade to 2.9 has worked! great!
Forum: Fixing WordPress
In reply to: lines of codes prevent access to dashboardok thanks you James, still I have one question.
– There are some files which should not be deleted.
– Then the step 8. is to upload the new files.My question is, should I upload all the files or all except the ones I did not delete?
Forum: Fixing WordPress
In reply to: lines of codes prevent access to dashboardHi,
Backup is done. I have understood that I need to do a manuel upgrade (replacing wp files).
I can not update directly to 4.3, do I?
From 2.7 I have to update 2.9, then 3.1 etc?
Thanks
aForum: Fixing WordPress
In reply to: lines of codes prevent access to dashboardUpgrade was since months on my to-do list, now is the time!
Forum: Fixing WordPress
In reply to: lines of codes prevent access to dashboardok, thanks!
Forum: Fixing WordPress
In reply to: lines of codes prevent access to dashboardwhere I can find this PHP.INI file? I looked but did not find it.
Forum: Fixing WordPress
In reply to: lines of codes prevent access to dashboardi’ve uploaded Twenty Fifteen and renamed the active theme as well as the 3 others that were in the theme folder. But no the site is not working.
http://www.soizicstokvis.net/Forum: Fixing WordPress
In reply to: lines of codes prevent access to dashboardthe default theme has not been deleted.
if the theme reset works with Twenty Fifteen, will I be able to use again my previous theme?Forum: Fixing WordPress
In reply to: lines of codes prevent access to dashboardhi, thanks.
I deactivate the plugins via phpMyAdmin but no major changes occurred (except the lay out of the blog du to missing plug in).I also changed the name of the active theme. But then the all blog was gone and only the lines of codes were remaining. I loged in but as before no dashboard, only code.
Others ideas of what I can do?
Forum: Themes and Templates
In reply to: side bar text color.hi !
to change text color in sidebar:
#sidebar li a { color: #fff; }
worked very nicely for mebut to change color of header in sidebar, it is h2 not h3!
for ex:#sidebar h2 { font-family: 'Lucida Grande', Verdana, Sans-Serif; font-size: 1.2em; color: #FF3300 }Forum: Themes and Templates
In reply to: Changing color of linksyes, wonderful !!!
thank you very much Marjiec.