Forum Replies Created
-
AuthorPosts
-
This solved the issue for now, thank you.
Google seems to be a lot tougher on the mobile score than the desktop. Looks to me like a lot of websites rank lower on the new mobile scoring system.
On my personal enfold site tho with just WP- rocket installed I’m getting 90 mobile and 100 desktop. I was getting much lower prior to optimizing images, minifying and deferring css and java, etc.
Try some more of the suggestions it gives you to increase score.
Even testing google.com they rate themselves 100 desktop and 91 mobile, and there’s nothing even on their search page… take it with a grain of salt.
- This reply was modified 5 years, 11 months ago by Brutalben.
“We have to abandon using the Enfold contact forms and change them with CF7 with reCAPTCHA from Google.”
We did the same thing and have noticed a huge improvement, almost no spam now.
I am having same issue, cant click any links in the submenu, and pictures and content are appearing over the menu as you scroll down the page…
March 31, 2015 at 9:34 pm in reply to: Site container width and some styling randomly not working again! #421588Thanks guys, seems to be specifically ” Rewrite URL structure” checkbox that is causing problems, I can enable minifying itself but not that checkbox, and the site stays normal.
March 30, 2015 at 9:53 pm in reply to: Site container width and some styling randomly not working again! #420846I tried as you suggested, turned off plugins and cleared cache, site is still showing the same. Any other ideas? I also updated the theme to latest version. If I edit the content width setting in Enfold options nothing happens on my site, not sure why all of a sudden thats happening.
- This reply was modified 9 years, 7 months ago by Brutalben.
March 28, 2015 at 5:18 pm in reply to: None of my Custom CSS is working since I installed the latest version of Enfold #419862Thanks Yigit, seems to have fixed the problem, saved my ass again!
March 27, 2015 at 6:39 am in reply to: None of my Custom CSS is working since I installed the latest version of Enfold #419105I just tried all of that, If I enable minifying of CSS I get errors on the page, but its worked fine until today, also these two work if they are in the Custom CSS box alone:
@media only screen and min-width 767px{
.phone-info {
position:relative;
top:20px;
font-size:24px;
}
#top #header .social_bookmarks li a {
font-size:30px;
line-height:80px;
min-height:80px;
width:80px;
}But if I add these ones they don’t work and they also mess up the ones above:
@media only screen and max-width 767px{
.page-id-734 .avia-builder-el-22 .avia-image-container-inner,.home #av_section_5 .avia-slideshow {
display:none!important;
}
@media only screen and (max-width: 767px) {
.home #av_section_5 .avia-slideshow { display: none !important; }
}any ideas?
March 26, 2015 at 8:35 pm in reply to: Site dimensions have changed since I last update my home page help! #418791The width is fixed if i disable wp cache plugin, but then my site is really slow. Mobile CSS is no longer working, the image and slider that are supposed to be hidden are showing on mobile. Also my social media icons are way smaller than they used to be, they were approx the same size as the phone number on the opposite side. Can you help me fix my custom CSS?
Here is what I have:
@media only screen and (max-width: 767px) {
.page-id-734 .avia-builder-el-22 .avia-image-container-inner{
display:none !important;
}
input[name=”post_password”] {
background: red !important;
}
@media only screen and (max-width: 767px) {
.home #av_section_5 .avia-slideshow { display: none !important; }
}
@media only screen and (min-width: 767px) {
.phone-info {
position: relative;
top: 20px;
font-size: 24px;
}
#top #header .social_bookmarks li a {
font-size: 30px;
line-height: 80px;
min-height: 80px;
width: 80px;
}}March 26, 2015 at 3:58 am in reply to: Site dimensions have changed since I last update my home page help! #418297Upon further inspection W3 total cache minify setting seems to be causing the issue with the width (any idea why?) however my custom CSS on mobile also doesn’t seem to be working, and my social icon CSS doesnt seem to be working on desktop either.
- This reply was modified 9 years, 7 months ago by Brutalben.
March 26, 2015 at 3:48 am in reply to: Site dimensions have changed since I last update my home page help! #418295Its something to do with my quick CSS area, if I remove the text there the site restores to full width. Heres what I have there:
@media only screen and (max-width: 767px) {
.page-id-734 .avia-builder-el-22 .avia-image-container-inner{
display:none !important;
}
input[name=”post_password”] {
background: red !important;
}
@media only screen and (max-width: 767px) {
.home #av_section_5 .avia-slideshow { display: none !important; }
}
@media only screen and (min-width: 767px) {
.phone-info {
position: relative;
top: 20px;
font-size: 24px;
}
#top #header .social_bookmarks li a {
font-size: 30px;
line-height: 80px;
min-height: 80px;
width: 80px;
}}Can these be updated to work with the newest version of your theme while still having these CSS benefits? Thanks!
Worked like a charm, thank you sir! :)
March 8, 2015 at 7:03 pm in reply to: Password protected page, change color of password box so it is visible #407721Thanks again Elliott!
Thanks Elliot, worked great, awesome theme and support.
- This reply was modified 9 years, 8 months ago by Brutalben.
December 23, 2014 at 9:14 pm in reply to: Webpage header changing from solid black to transparent (screenshots included) #372271Appears to be working now, thanks!
- This reply was modified 9 years, 11 months ago by Brutalben.
December 22, 2014 at 11:04 pm in reply to: Moving phone number down to be centre line with social icons #371866That worked thanks, 1 other issue now is that on mobile the phone number and social icons push my header down and it looks bad, is there a responsive way to make this work on iphone/ipad too?
-
AuthorPosts