bigtom610
Forum Replies Created
-
Forum: Reviews
In reply to: [onetone] PROBLEMS!!I agree that support is horrible, but when I was getting that error it was Go Daddy server issues and not the theme. I hope you can get it working. Using this theme has my company questioning my credentials at times but I have been lucky enough to figure out some things on my own or with help from others stuck here in the same hell… GOOD LUCK!
Forum: Themes and Templates
In reply to: [financeup] Hello! anybody Home?I had to switch a theme with better support since I could not get an answer to my question. You did answer but not the question I asked..
Forum: Themes and Templates
In reply to: [onetone] Fonts are not editable!I found an incompatibility with the Auto Optimize plug in to be the problem. I give up on trying to get support from Magee. This will be the LAST theme I buy from them.
Forum: Themes and Templates
In reply to: [onetone] Theme is not showing changesThere is very little support for this theme! The last time I had issues I went back and disabled a plug in and mine stated working again. Have you installed any plug ins? if you do disable them one at a time to see if infixes the issue
Tom in Texas
Forum: Themes and Templates
In reply to: [onetone] Background picture not showingThat worked and my page speed score went up 5 points. THANKS
Forum: Themes and Templates
In reply to: [onetone] Background picture not showingI found out (From this site) that there is a glitch in the latest edition of WordPress that conflicts with the auto optimize plug in. if you uncheck the optimize CSS box under settings for the plug in and flush the cache the picture comes back. when they get 4.7.1 version this is supposed to be resolved and we can optimize CSS again
- This reply was modified 9 years, 5 months ago by bigtom610. Reason: I cannot spell LOL
Forum: Themes and Templates
In reply to: [onetone] Exclude Sticky Header Logo from mobile?I used this code and wanted to post it in case someone else gets trapped in NO SUPPORT hell… Paste into the custom CSS box found by going to appearances and then general options
The image was getting squashed in the header so I added this code
img.site-logo {
height: 250px!important;
}Then I added this code to keep the image from showing up on mobile and tablets
@media only screen and (max-width: 1000px) {
img.site-logo {
display: none;
}
}It is working ….
Forum: Themes and Templates
In reply to: [onetone] Exclude Sticky Header Logo from mobile?Is there a CSS code I can add in the meantime? I recommended this theme to my boss. We paid for a Pro version. This is NOT making me look like a Pro… THANKS
- This reply was modified 9 years, 5 months ago by bigtom610.