No search results were found in Documentation!
Hi,
It seems to direct to Facebook at the moment
– https://www.screencast.com/t/wS1wIn07D5o
– https://www.screencast.com/t/ZelG2uU5dGq
If the link to the account is entered properly in the theme panel social networks field, there should be no problems.
That is the footer menu, you can create your own menu and set it in the theme panel
– https://www.screencast.com/t/yQxwFSww4
I could give you a code to increase the top padding on the logo tagline, for mobile. Try entering this code in Theme panel->Custom code->Advanced CSS in the phones section
.td-logo-text-container .td-tagline-text {
padding-top: 10px;
padding-bottom: 2px;
}
Thanks
Hello TagDiv Team,
My website is very slow on Mobile, some images are not loading. Users can’t access to the menu, when I click on it nothing is happening… I don’t understand why. Plus my Pages Insight scores are pretty high: 88 Mobile / 92 Desktop: https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fmybeautifuleurope.com%2F&tab=desktop . My GT Metrix score is high too.
I checked this page: https://forum.tagdiv.com/how-to-make-the-site-faster/ and I still can do some improvements from this page. But I don’t understand why before it was working good 🙁
Can you help me detect what is the issue on my website?
Thank you very much for you awesome work 🙂
Hi,
The socials displayed in the top bar, footer and mobile menu, will be the ones that have an account link entered in the Theme panel->Social networks
– https://www.screencast.com/t/m2BWplvt2ZuQ
You can remove the socials from that location if you wish.
Thanks
I’m having the same issue on our site. Mobile menu is loaded on desktop site and the layout is all messed up. Need a fix to this ASAP.
Thank you
Hi,
I have got an issue with mobile menu. I don’t have activated tagDiv Mobile Theme as it’s not required and when I click mobile menu on my website – http://www.oszczedzanienaetacie.pl I see some social Icons like: Facebook, Instagram, Twitter and YouTube icons.
How to remove it in theme? Can’t find it.
Could you please check? Thanks in advance
I can not get the search box in the header to display in all browsers. I only get it to work in Chrome for PC (Windows 10).
For all other browsers nothing happens when clicking on the search icon.
I am using Header Style 12.
This is the site: http://www.vgrfokus.se
I turned off sticky menu to avoid any conflicts, but it does not help.
Mobile version of the search box works fine.
Hi,
The search icon is just already added on the top right in the mobile menu, like this
-> https://www.screencast.com/t/dN64keGm
Thanks.
Thank you,
your code doesn’t work but I solved using that custom CSS code:
.td-health .td-header-wrap .td-header-main-menu {
background-color: #219ed3!important;
}
.td-health .header-search-wrap .td-icon-search {
color: #ffffff !important;
}
.td-health #td-top-mobile-toggle i {
color: #ffffff !important;
}
Last question, removing the theme what I will lose? And between removing theme and
CSS customizazion, wich is the site BEST/FASTER solution method?
Regards
Dr. Cocci
Hi,
Please do not post such export codes in the topic, it is causing problems to the forum functionality.
The Health demo you mention has custom design as all demos have, in this case including a background color set for the mobile menu bar by the demo. This would override the color you are trying to set through the theme panel.
A solution would be to remove this design choice from the demo stylesheet
– https://www.screencast.com/t/BrvYKagQOoEE
A different solution would be to use a similar code to change the background color
– https://www.screencast.com/t/KYHmMwX9K
This code has to be entered in Theme panel->Custom CSS section, if you decide to use it.
@media (max-width: 767px) {
.td-header-wrap .td-header-main-menu {
background-color: #219ed3!important;
}}
Let us know if you require further help, or you have more questions.
Thanks
Thank you Catalin,
It works now.. Can you tell me on how add the Search icon on the top right in the mobile menu?
Hello jalmz,
I have inspected your mobile website and I saw that your mobile menu button is white and that’s why it’s invisible. Try to change the color of it using the following code ->
#td-top-mobile-toggle i{
color:#111;
}
The result is here -> https://www.screencast.com/t/KjD5lgAzMXuu
Thanks.
Hi,
You could use some CSS to customize how it displays. Something like this will work for the present situation
– https://www.screencast.com/t/MVOHZ7MTcW
This is the code used, enter it in Theme panel->Custom CSS if you decide to use it
.td-menu-background,
.td-mobile-container {
width:75%;
}
You can use the browser inspector to identify the elements present on the page and their classes and create custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Like this webiste http://communicationforchange.id
the mobile menu only open 75%, not full width.
could you help me find the CSS code to change?
Thank you
Hi,
It should work, that is how the mobile menu bar background color is supposed to be changed
– https://www.screencast.com/t/bGeJpiQf
– https://www.screencast.com/t/Gm4ws5dMI4hN
A possible cause for the change to not be displayed could be caching. Please try and clear any caching installed and check the results.
If there is still a problem please provide a link to your website so we can inspect it. Configure the theme panel color before with the color you want. Maybe we can identify what is happening.
Thanks
hi NewsMag,
I deactivate my mobile theme plugin.. I have a problem with the Navigation. Theres no = in the Nav and I cant find the Search icon..
https://prnt.sc/h8iz7p
https://www.biliranisland.com/blogs
Thanks
How to make mobile menu opens only 75% width, not full width.
could you help?
Thank you
Hi,
In primis, I can’t use tagDiv mobile plugin because is very very incompatible with many external plugins like Contact form 7, newsletter plugin, etc … so I have to use native Newspaper mobile theme purposes.
Now, I want to change background color within Mobile menu bar:
from Newspaper > Theme colors > Section, Mobile menu/Mobile search > MENU BAR – BACKGROUND COLOR
Select menu background color putting #219ed3 (my primary color theme) but it doesn’t work!
How can I solve this issue?
Thanks
Regards
Dr. Cocci
Hi,
I have tried to add an icon in the menu like this
– https://www.screencast.com/t/Ry0fST34go
The results are here, both desktop and mobile
– https://www.screencast.com/t/FJlKfyRhPP
– https://www.screencast.com/t/tHSjDBAk
Even for all menu items – https://www.screencast.com/t/4GXl5Rfc7v
So the icons should be displayed properly for you as well. Double check how you added the icons.
Thanks
Hello! The mobile menu for my site (https://futurebangers.com) works great but the icon for ‘Genres’ is shown right above the dropdown arrow, instead of to the left of the text. Is there a way around this?
Thanks in advance.
Hi,
The top menu will not be displayed on mobile. It could be made to appear with custom code, like this for example
– https://www.screencast.com/t/F4Uj2zte22H
This is the code used, enter it in Theme panel->Custom CSS
@media (max-width: 767px) {
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;}
.menu-top-container {
margin-right:0;
}}
Thanks
Hi,
when I use the mobile version, I need to also view the Top Menu items, now I can only see the items of Header Menù.
My website is http://fisrabruzzo.it/
How can I do?
Thanks and regards!
Hi,
thank you for your very detailed answer.
Now, I have added my rev slider but I whant it immediately under the header menu.
Not between the Top grid and latest articles.
Is there a way to do this above?
Otherwise, how can I disable Top grid in mobile theme?
Regards
Dr. Cocci
Hey, I had same issues … but showing non-secure SSL image errors in browser.
Stray 192.168.0.120/wp_011_gadgets/wp-content/uploads/2017/03/53.jpg inside the latest Newspaper template. I think I uploaded the Gadgets config.
I found it by doing a select on the wp_options table:
SELECT * FROM wp_options where option_value like “%192.%”;
The above screencast screenshot from Simon C did the trick, found these references in the BACKGROUND Sign In/Join Bacground and Mobile menu/search background.
Please fix this in next pull request pls … its a tough one to find.
Hi,
The theme is fully responsive and will adapt the website for every device. All the theme elements are responsive. I have inspected the website, there seem to be no side scrolling issues at the moment
– https://www.screencast.com/t/XAE13GbDHxhh
– https://www.screencast.com/t/JU4C7p1vyO
If it happens again please try and scroll to the sides and see what exactly is causing the issue. Usually these issues are caused by ads that are not responsive or optimized for mobile.
The menu is not working on desktop as well, so it will not work on mobile. Please re-add each of the menu items as categories, if they are categories
– https://www.screencast.com/t/tcMNvH8qBzt
This is a guide if you would like to create mega-menus
– https://forum.tagdiv.com/mega-menu/
Thanks