Search Results for 'mobile menu'

    No search results were found in Documentation!

Results from the Forum
emilyjames
Participant
#0

Hi,

Everytime I upload an image for the background of the mobile menu, it comes out blurry.

Can you please specify what is the best size for the mobile menu background, so the image shows perfectly?

Thank you,

Emily

obichijioke
Participant
#0

After Installing the Sound Radar demo on my site. I noticed a performance decrease of more than 60 seconds load time.
After debugging my site with firefox I found the problem an image file trying to load from this link
(http://192.168.0.208/wp_011_sound_radar/wp-content/uploads/2017/04/mobile-menu.jpg) was timing out. I have looked for it but have not found it. Please can Someone help me out.
Thanks

agrajewski
Participant
#0

My menu button is unresponsive on mobile. I thought I could fix it my installing the mobile theme, but I don’t see the file in the documents I downloaded from when I purchased Newspaper. Thank you for your help.

Simion C.
tagDiv Staff

Hi,

The mobile menu/search background image can be removed or replaced in the theme panel
https://www.screencast.com/t/kEgRcAYXHTB
Same for the Sign in/Join background image
https://www.screencast.com/t/abvohWCklH6

Thanks

hanakousuke
tagDiv Member

Hi,

The following plugins were not included from the beginning.

tagDiv Composer
Revolution Slider
TagDiv Mobile Theme
TagDiv SpeedBooster

I think that the following was installed when updating the theme.

tagDiv Composer

When tagDiv Composer is invalidated, the character display is normal.
However, the image is not displayed.

http://www.fighters-spirits.com/magazine_test/archives/2309

The difference between the test server and the production server is whether the following plug-ins are not included.

Popup Maker

http://fightersspirits.sakura.ne.jp/043.jpg

http://fightersspirits.sakura.ne.jp/043.jpg

Version

Test server Newspaper – Theme panel version: 8.0

Production server Newspaper – Theme panel version: 7.8.1

Popup Maker is in the test server, but it is disabled.
All other plugin versions are the same.

The custom CSS is below. It is described on the test server and the production server.

.widget_nav_menu .sub-menu {
display:none;
}

.td-category-header .td-page-title { text-transform: capitalize; }

http://fightersspirits.sakura.ne.jp/044.jpg

http://fightersspirits.sakura.ne.jp/044.jpg

jmaurice
Participant
#0

Is it possible to add seperation lines to the mobile menu similar to older version of newspaper & newsmag? Im looking for border lines that seperate the menu content, is this possible?

dennisjpitocco
tagDiv Member

Hi Simeon:

As requested, all plugins were removed. The same issue persists, the home page renders, but posts do no (they display white blank pages). The debug log has lots of these entries:

[26-May-2017 11:59:16 UTC] PHP Fatal error: Call to undefined method td_options::get_array() in /home/bizcatal/public_html/wp-content/themes/Newspaper/parts/menu-mobile.php on line 10
[26-May-2017 11:59:26 UTC] PHP Fatal error: Call to undefined method td_options::get_array() in /home/bizcatal/public_html/wp-content/themes/Newspaper/parts/header/top-widget.php on line 15

When I revert back to the old version of the theme, everything works. When I enable all plugins over the old theme, all is still working.

Help!
Roger – COB5 Client Support

dennisjpitocco
Participant
#0

Trying to remedy Theme Conflict with Plugins. Are able to provide fix for following issue:

PHP Fatal error: Call to undefined method td_options::get_array() in /home/xxxxxxxx/public_html/wp-content/themes/Newspaper/parts/menu-mobile.php on line 10]/home/bizcatal/public_html/wp-content/themes/Newspaper/parts/menu-mobile.php on line 10]

Thank you! Site is http://www.bizcatalyst360.com

pstgibson
Participant
#0

Dear support,
I have been able to check the default Sign in/ Join for warrimarket.com from your assistance by implementing redirection. But their is another sign in / Join when you tab on the menu button for mobile view. For security reasons I need to also redirect this sign in/ Join.
I will appreciate a location of the file where this change can be done.
pls mark the exact lines to be replace on the script.

Thanks

atalhoy
Participant
#0

Hello,

My mobile page is showing the proper menu in apparently one specific category only: “artigos”. All other categories show the regular desktop menu below the articles as if the mobile theme isn’t activated. I wish the mobile theme to show properly.

Any help?

Thanks!

Bogdan B.
tagDiv Staff

Hello,

Sorry but the mobile version is the same as the desktop version unless you use the mobile theme. The mobile theme plugin allows you to have another menu fro mobiles, different from the desktop menu.

Thank you!

Harlock_
Participant
#0

Hi, how can I show top menu instead of main menu on mobile?
Thanks,
Francesco

Catalin
tagDiv Staff

Hello didtav,

Unfortunately, our theme does not have any such an option for the menu to be always sticky on Mobile Theme, sorry! You should edit the theme core files in order to include this effect. This is not a simple task and if you aren’t aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!

Thanks for your understating!

Catalin
tagDiv Staff

Hello Vishal,

If you want to display the top bar menu on the mobile devices, you souhld use a bit of CSS code for it. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->


@media
(max-width: 767px){
.td-header-sp-top-menu {
display: block !important;
}
}

Thanks for the message!

didtav
Participant
#0

hello,

how do i make the logo and menu always sticky on mobile view when using mobile theme plugin?
i can make it always sticky if i deactivated the mobile theme plugin, but i want to use the mobile theme plugin and want the logo and menu always sticky.

thanks

Premier
Participant
#0

I searched and searched these forums for the solution and could not find it. The usual answer here is “deactivate all plugins and clear cache” which didn’t work anyway.

Solution: APPEARANCE > MENUS use dropdown to select proper menu, “select Menu” and re-save the menu.

Vishal
tagDiv Member

Hi I only can see social icons

I cants see

my top menu bar in mobile view

See at: vishalbhandari.com

BrokenAmerica
Participant
#0

I just purchased Newspaper 7 and have it up and running on my site brokenamerica.today and we are having issues with it displaying correctly on iOS devices. We are getting the following:
Error on mobile display
Not sure why this is happening. It looks like it the home page only and the menu system isn’t correct also.

johnny5lives
Participant
#0

Hello, on the mobile version of our website (mobile not enabled) we have a buggy top menu. I think I just need to hide the top menu thats broken, but I have had no success with css yet.

Our URL is http://www.sharpstaking.com.

Thank you

Catalin
tagDiv Staff

Hello Sowon,

1,2)Please notice that the default style of mobile menu icon looks like this -> https://www.screencast.com/t/iJxkvT18 If you want to change this, you should edit the theme core file like this -https://forum.tagdiv.com/topic/how-to-change-icon-on-mobile-menu/
In general, if you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

I have inspected your website, and I see that you have RTL installed. The theme does not support RTL direction at the moment, some elements will not work properly and problems like this will happen. If you want to customize the theme so it may work and display without problems in this situation, you will have to make changes to multiple elements and classes. The problem that happens with the menu is a direct result of RTL. Please try the code provided below and see if this works for you – https://www.screencast.com/t/11MiKvhTVbjJ
It must be entered in Theme panel->Custom Css section

#td-mobile-nav {
position: fixed;
}

Thanks

Sowon
Participant
#0

Hi,

I’ve installed mobile theme plugin.

1. Is there any other mobile menu format I can choose?
2. If not, how can I change the icon such as meun and magnifying glass and so on. How can I change the position of those icon. I want to move them both to right side.

my site is http://blog.newswire.co.kr/

Thank you for your support.

gasparlanca
Participant
#0

Hello there,

I started my website a couple weeks ago (www.raquetc.com) and I was wondering if it’s possible to *not* show a post in the big slider right after the page menu. Sometimes we publish an article that we want to have in the homepage but not in the slider…

First we thought we just had to ignore the “Featured” category, but then we found out that even if we don’t click it, they’ll stay in the slide (browser version) — and that they’re only out of the mobile slider.

Can you please help me? 🙂

Much appreciated,

Gaspar

Iker Glez
Participant
#0

How can I change the color of the address bar to the same color as the menu in the mobile theme?
Thanks in advance

vahid
Participant
#0

Hi there, we installed the mobile theme on our website (http://alefbaco.com). But it seems to have a problem. it automatically opens menu navigation on start and you have to scroll right to see the main content.

Viewing 25 results - 5,826 through 5,850 (of 8,091 total)