When I go to my website here on mobile I only see 3 pages and not the rest. Any help?
Website:https://goo.gl/fXywhF
Hi,
I don’t quite understand the problem you are referring to.
If you refer to menu please make sure that you have set the same menu for desktop and mobile ( https://www.screencast.com/t/d8JEepvxTyW ).
If you refer to pagination ( https://www.screencast.com/t/3cI4foanvsRc )
Thank you for your understanding.
Hi,
If you refer to menu please make sure that you have set the same menu for desktop and mobile ( https://www.screencast.com/t/d8JEepvxTyW ).
Thank you for your understanding.
I don’t see what you see. Have a look at my screenshot, you can zoom in (it’s a full screen capture)
https://www.dropbox.com/s/d768bjdgt73uvge/Inkedscreencapture-perfectkickboxing-wp-admin-nav-menus-php-2018-10-26-12_26_19_LI.jpg?dl=0
Hi,
I’ve just inspect your website and I saw that you have set this custom css in Newspaper >theme panel>custom code >custom css
.menu-item-125 .sub-menu{
max-height:400px;
overflow:auto!important;
}
Please move this custom css in advance css set in in all section without phone section
https://www.screencast.com/t/mY5wu0s2
Thank you.
Yes! I have all my menu’s now also on my mobile website. Thanks very much!
Should I open a new topic about the custom code? I asked these codes everywhere for help on different fora and also here when I was an absolute noob and had zero knowledge and now I am a little bit more smarter at webdesign and also know what HTML, CSS, javascript and php is.
Now I want to clean up a little bit, but I don’t know what these codes do.
Could you help me explain what these codes do so I can decide if I should delete them or keep them? Or should I open a different topic.
.menu-item-125 .sub-menu{
max-height:400px;
overflow:auto!important;
}
.category .td-page-title{ display:none!important }
.td_category_template_6 .td-category-header {
min-height: 400px;
}
.vc_tta-container .wpb_video_wrapper iframe {
height:100%!important;
}
.wpb_heading { display: block; }
Hi,
https://www.screencast.com/t/HAM5fTTsP9
1. Read this topic https://forum.tagdiv.com/topic/problem-with-the-slider-on-the-menu/
2. Read this topic https://forum.tagdiv.com/topic/how-to-get-the-text-on-the-category-box-away/
3. Read this topic https://forum.tagdiv.com/topic/problem-with-categorie-back-ground/
4. This code is to have the the full height of video ( I think you change some settings for video )
5. This code is for this:
https://www.screencast.com/t/DYOsnxuUuF
https://www.screencast.com/t/IBPj2FTjDTL
Thank you.