keithkraker
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Sitemap showing two different homepage urlsI have replaced what you recommended and see no difference on my end. I opened the sitemap in an incognito window and it looks how it always has looked. Does it look right on your end now?
Forum: Plugins
In reply to: [Yoast SEO] Sitemap showing two different homepage urlsMaybe I have the setting wrong in W3TC? Here are some pictures of my settings: https://drive.google.com/drive/folders/0B0VvAW7fRu6OTkFZZms2aFhCWHM?usp=sharing
- This reply was modified 7 years, 11 months ago by keithkraker.
Forum: Plugins
In reply to: [Yoast SEO] Sitemap showing two different homepage urlsSo everything is right with the sitemap pages now?
Okay, I will disable it. Thanks for the tip!
I really appreciate everything. You have been a huge help, thanks!
Forum: Plugins
In reply to: [Yoast SEO] Sitemap showing two different homepage urlsOkay, I added that code instead. How do I check to see if it’s correct now?
Thanks again, you have helped a lot!
Forum: Plugins
In reply to: [Yoast SEO] Sitemap showing two different homepage urlsThat works perfect, thank you so much!
When I check the headers for each sitemap, it shows:
Cache-Control:
no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma:
no-cacheWhat are you seeing on your end for the sitemap?
Okay, I will check the images, thanks. You only saw it for images correct?
Forum: Plugins
In reply to: [Yoast SEO] Sitemap showing two different homepage urlsOkay, I have excluded all sitemaps from minify and cache.
Where do you see dev. in the html code? It’s not supposed to be in there and I want to remove it. I just transferred the site over from my dev environment and thought I got rid of all those urls.
Yes, I have experience with FTP and can upload it. There is nothing I can add to functions.php?
I am using /%postname%/ for my permalink structure and have the from page displayed as a static page.
Thanks again for all your help!
Forum: Plugins
In reply to: [Yoast SEO] Sitemap showing two different homepage urlsIs there a specific thread I can refer to?
Nothing that would change permalinks. I just changed my permalinks in wordpress settings. What kind of info do you need to fix it?
Thanks Sa?a!
Forum: Plugins
In reply to: [W3 Total Cache] Latest update crashed my websiteUnfortunately, I’m not aware of any way to fix it without access to the Cpanel…
Forum: Plugins
In reply to: [W3 Total Cache] Latest update crashed my websiteDo you have access to your control panel through your hosting?
Forum: Plugins
In reply to: [W3 Total Cache] Latest update crashed my websiteIt creates an internal error and I’m no longer able to access my dashboard or website.
Forum: Plugins
In reply to: [W3 Total Cache] Latest update crashed my websiteI just restored the old version of the plugin. Hopefully there is a fix for this soon!
Forum: Plugins
In reply to: [Calculated Fields Form] Custom CSS not workingNevermind, I just made it transparent. I really appreciate the quick and helpful support! Thanks!
Forum: Plugins
In reply to: [Calculated Fields Form] Custom CSS not workingSo close to working! Everything is great, but the top border (dotted line) of sections still appears… How can I remove these? It doesn’t seem to want to remove them.
Forum: Plugins
In reply to: [Calculated Fields Form] Custom CSS not workingThis is all the css I have for styling:
#formheader_1 {
display: none !important;
}.section_break {
padding-top: 30px !important;
border-top: 0 !important !important;
}#fieldname46_1.section_break,#field_1-42.fields.comment_area {
padding-top: 0 !important;
}#field_1-42.fields.comment_area {
margin-top: -20px !important;
}.page-id-31196 h2,.page-id-31196 h3 {
padding-bottom: 0 !important;
}#fbuilder .fields,#fbuilder .fform {
padding: 15px 0 !important;
}.section_breaks {
border-bottom: 1px solid #e2e2e2 !important;
}@media only screen and (max-width: 739px) {
#fieldname43_1.section_break {
margin-top: -60px !important;
}
}#fieldname69_1,#fieldname68_1,#fieldname115_1,#fieldname91_1,#fieldname92_1,#fieldname96_1,#fieldname103_1,#fieldname104_1,#fieldname105_1,#fieldname106_1,#fieldname131_1,#fieldname132_1 {
background: #fff !important;
color: #ce0e0e !important;
}#field_1-29 label,#field_1-30 label,#field_1-44 label,#field_1-45 label,#field_1-46 label,#field_1-47 label,#field_1-52 label,#field_1-53 label,#field_1-54 label,#field_1-55 label,#field_1-56 label {
font-weight: 700 !important;
}@media screen and (max-width: 739px) {
.macros.fields.column4 {
float: left !important;
width: 24.9% !important;
}
}.fiber.macros.fields.column4 {
float: left !important;
width: 32px !important;
}#macro-calculator-results.field.valid {
-webkit-appearance: none !important;
width: 100% !important;
height: 60px !important;
font-size: 1.17em !important;
}#fieldname121_1.field.reset-button {
-webkit-appearance: none !important;
width: 100% !important;
height: 60px !important;
font-size: 1.17em !important;
background: #e2e2e2 !important;
color: #777 !important;
}#field_1-22.fields.results.hide {
padding-top: 40px !important;
}#fieldname68_1,#fieldname69_1,#fieldname91_1,#fieldname92_1,#fieldname96_1,#fieldname103_1,#fieldname104_1,#fieldname105_1,#fieldname106_1,#fieldname115_1 {
padding-left: 0 !important;
}#fieldname131_1,#fieldname132_1,#field_1-48.fields.fiber.macros.column4,#field_1-49.fields.fiber.macros.column4 {
padding: 0 !important;
}#field_1-48.fields.fiber.macros.column4,#field_1-49.fields.fiber.macros.column4 {
margin-top: -7px !important;
}I added !important to them all to see if that made it work again, but it did not help.
Forum: Plugins
In reply to: [Calculated Fields Form] Custom CSS not workingYeah, that is without my custom styling. I removed the top borders and made bottom borders to sections, added spacing, and styled the buttons. All of this was working before, but no longer works.