- This topic has 17 replies, 4 voices, and was last updated 4 years, 2 months ago by
David.
-
AuthorPosts
-
February 2, 2022 at 5:04 am #2102567
Royal Rangers
I have a GP on three sites and they have same settings. But it doesn’t work on one site:
Sticky sidebar doesn´t work. I use this code:
@media (min-width: 769px) {
#right-sidebar {
position: -webkit-sticky;
position: sticky;
top: 80px;
margin-top: 0px;
}
}Secondary menu doesn’t work. I use default theme settings but secondary menu I view only on frontpage.
https://ctrlv.cz/YfJyIn posts doesn´t work social icons. On pages are working. This is same block in footer.
https://ctrlv.cz/ZbDgThis settings working on two websites.
February 2, 2022 at 6:46 am #2102678David
StaffCustomer SupportHi there,
your site is behind a mainentance mode and the URL you provided doesn’t bypass that.
February 2, 2022 at 7:22 am #2102715Royal Rangers
Sorry. Site is online now.
February 2, 2022 at 8:47 am #2102910David
StaffCustomer SupportDo you have any server side caches or optimizations running ? As some content is loading very late
February 2, 2022 at 9:06 am #2102942Royal Rangers
I think no
February 2, 2022 at 9:18 am #2102953David
StaffCustomer SupportYou should ask your host if there are any issues with the site database or the server as there is definitely something wrong with the way its loading.
February 2, 2022 at 9:26 am #2102958Royal Rangers
Another site Is ok. Same server 🤔
February 2, 2022 at 12:17 pm #2103112Ying
StaffCustomer Support2 sites on the same server may have different settings.
Let us know after you contact your host 🙂
February 2, 2022 at 6:36 pm #2103360Royal Rangers
The HTTP proxy Cache is running on the web server.
February 2, 2022 at 8:24 pm #2103397Elvin
StaffCustomer SupportHi Jan,
The HTTP proxy Cache is running on the web server.
That’s something beyond our scope of support as it’s a server setting. It really has to be dealt w/ from the side the hosting.
Once you’ve settled this, the changes should apply on the site w/ the issue. 😀
Don’t forget to clear your browser cache as well to be sure. 🙂
February 2, 2022 at 8:56 pm #2103414Royal Rangers
Caching disable via code in .htaccess
# BEGIN Expire headers <ifModule mod_expires.c> Header unset ETag Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate" Header set Pragma "no-cache" Header set Expires "Sat, 1 Jan 2000 01:00:00 GMT" </ifModule> # END Expire headersFebruary 2, 2022 at 9:32 pm #2103445Elvin
StaffCustomer SupportCan you link us to the page on the site w/ the issue?
In case the problem is in the actual way of how the CSS code was pasted.
February 2, 2022 at 10:37 pm #2103487Royal Rangers
Ok. I send link on one post and one page.
February 2, 2022 at 10:43 pm #2103496Elvin
StaffCustomer SupportAh I see the issue here.
The CSS itself doesn’t seem appropriate for making the sidebar contents sticky.
This should be the more appropriate CSS for making the right sidebar sticky. 🙂
@media (min-width: 769px){ #right-sidebar > .inside-right-sidebar { position: -webkit-sticky; position: sticky; top: 120px; margin-top: 0px; } }See it in action here – https://share.getcloudapp.com/P8u628Dy
February 2, 2022 at 11:22 pm #2103518Royal Rangers
Thank. It is works!
Maybe this is css problem too.
Secondary menu doesn’t work. I use default theme settings but secondary menu I view only on frontpage.
https://ctrlv.cz/YfJy
And this I don´t know where is problem 🙁
In posts doesn´t work social icons. On pages are working. This is same block in footer.
https://ctrlv.cz/ZbDg -
AuthorPosts
- You must be logged in to reply to this topic.