elames
Forum Replies Created
-
Forum: Plugins
In reply to: [EWWW Image Optimizer] Question about set upResolved thank you
Forum: Plugins
In reply to: [EWWW Image Optimizer] Question about set upThanks that is just what I wanted to know.:-)
Forum: Plugins
In reply to: [EWWW Image Optimizer] Question about set upI watched the second video and I did all that it showed correctly I believe as all my images were optimized. But when I do a Google Page Insights, my score is worse then when I started. It says I still need to optimize images?
I am using wp 3 cache as well. would that be an issue?
Thank you.Forum: Plugins
In reply to: [EWWW Image Optimizer] Question about set upI started watching the first one and that was when I began to worry. Do I have to set up all of this stuff or is the default install ok to use?
I am not a techie person.
Thank youForum: Plugins
In reply to: [The Events Calendar] Recurring EventsThere is somewhere, but I have yet to discover it also. The tutorial shows it but maybe it is only for the PRO version I suspect
Forum: Plugins
In reply to: [Fast Secure Contact Form] Export a formDone sorry I thought I changed it. 🙂
Forum: Plugins
In reply to: [Fast Secure Contact Form] Export a formThank you! I just didn’t dig deep enough for this info.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Export a formWhere exactly do I find this tool? That is what I am looking for but I guess I am missing it.
ThanksForum: Plugins
In reply to: [Fast Secure Contact Form] Export a formThanks but I am not a programmer. I will just recreate it 🙂
Forum: Plugins
In reply to: [Availability Calendar] Separate Calendars won't displayNevermind..I finally found the answer buried pages down in this support site
[availability calendar=”lakeview-getaway”]
The author of this theme has failed to make changes to the directions / print out document. The above is the format for anyone else
looking for it in the future.If the author ever shows up here I hope he will do an update!
Forum: Fixing WordPress
In reply to: Very Simple Questionthank you. It has been a problem for years and I just now am thinking about it to report 🙁 Don’t know why someone hasn’t seen this before.
Forum: Fixing WordPress
In reply to: Very Simple QuestionOk let me try to explain again. This has happened from the beginning of time.
1. I upload images to the media library. I put in the title, alt text, description, caption.
2. When I go to insert an image into a page..fine, but when I open the image to check or alter settings, the TITLE box is ALWAYS EMPTY. So I have to put the title back in.
So what I want to know is WHY WP doesn’t save the title field on images.
Doesn’t anyone else have this issue?
It doesn’t matter what theme..it just happens the same way.Forum: Fixing WordPress
In reply to: Very Simple QuestionIt happens on every site I do. What does post titles have to do with the images on a page? It it the images I put on the page not thumbnails or feature images.
Once I open up the image within the page and type in the TITLE again. It saves it. It just does not hold it when I first put it into the MEDIA LIBRARY for use later.Forum: Plugins
In reply to: [WooCommerce] Changing Product page Title sizeHere are the custom css I used on this site. Maybe some of them will work for you. Good luck.
‘.page-title h1, #main .post h2 a {
font-size: 30px !important;
line-height: 30px !important;
}
.footer-area {
border-top: 10px solid #e9eaee;
background: #b00e4f;
padding: 10px 10px 40px;
color: #d4cccd;
}
#footer {
padding: 18px 10px 12px;
background: #789f2b;
border-top: 1px solid #4b4c4d;
}
.footer-area ul li {
padding: 5px 0;
background: none;
}
.footer-area ul {
list-style: none;
font-size: 16px;
line-height: 15px;
}
.footer-area a, .copyright {
text-shadow: none;
}
.search input {
border: 1px solid #e7e6e6;
padding: 5px 0px;
font-size: 16px;
color: #333333;
width: 99%;
text-indent: 5px;
display: block;
}
.product_title {
clear: none;
font-size: 15px;
margin-top: 0;
padding: 0;
}
.related.products {
display: none;
}
.page-title {
display: table-cell;
font-size: 25px;
color: #55b956;
vertical-align: middle;
width: 940px;
margin: 0 auto;
overflow: hidden;
}
#sidebar .widget {
margin-bottom: 15px;
position: relative;
}
#sidebar .slide-excerpt h2, .footer-area .slide-excerpt h2 {
font-size: 14px;
}’Forum: Fixing WordPress
In reply to: Change Color of the Background in Twenty ThirteenSorry…I posted too quickly. I was thinking content area…not background.. so all is ok now.
Thanks all