Wordpress Version is 5.7.2 the new release
Hi,
Thanks, found a fix, looks like the problems was I was using responsive, mobile page, and mobile theme instead of using just 1 version. All of these versions were conflicting causing the different version to load.
Update, ah my problem is a responsive version of the site loads instead of the custom mobile page
-
This reply was modified 5 years by
twsillimanian.
Update, I’m trying to look into it, it looks like the problem is with wordpress, instead of loading the mobile version of the page, it loads the desktop version like an automatic modified version of the desktop homepage designed for mobile
another update: I get what you mean by mobile responsiveness, I guess that’s it, it loads the mobile responsiveness version instead of the custom mobile-homepage and header I made. Sad to say, I still need help with it.
-
This reply was modified 5 years by
twsillimanian.
-
This reply was modified 5 years by
twsillimanian.
https://www.twsillimanian.com/
I’m not sure but where the mobile responsive version is, but I think I’m using the mobile page one since I had to make my custom header, homepage layout in mobile, and category page.
I’m thinking im using mobile page because that’s the one I clicked on and edited, the button right at the top right in /wp-admin
Also I disabled the mobile theme plugin since I was thinking that was the problem. I disabled it earlier and the wrong homepage and header still appears. I tried it on phone, and different browser the same problem occurs too.
Hi Bettina,
But wouldn’t that make the menu button appear twice?
Hi, I’ve made the line a comment in both the locations of the theme, since composer and standard pack are both installed. The scroll up button still shows up, what to do?
Oops nevermind Ana, I had to use
<!-- -->
for making it into a comment, thank you Ana
-
This reply was modified 5 years by
twsillimanian.
Hi, these codes doesn’t remove the scroll to top button
I’ve put them on “Custom CSS” and every box in “Advanced CSS” and even the Live CSS Editor. Any fix? I want to remove the scroll to top button or hide it.
.td-scroll-up-visible {
display:none;
}
.td-scroll-up {
display:none;
}
Nooope, I still got the same problem again