Search Results for 'mobile menu'

Results from the Forum
munvik
tagDiv Member

Q. Does post templates, block and grid support custom post.
Your Answer: Our blocks support custom post types but you will not be able to sort them based on their custom taxonomy. Please read this guide

Query: But in custom post type, option for selecting post template is not available

Q. Is there anyway to change style of reviews
Your Answer: Reviews can only be changed with css. There are no settings for more styles.

Query: Please help me in respect of class and modification code. I do not have knowledge about coding.

Q. Is it possible to create custom templates / style / block / Module / Grid for post, etc.
Your Answer: If you have the proper coding skills you can create anything, but our theme does not have a block/module/grid creator. It can only be done with hardcoding.

Oh, I dont know much about coding

Q. Number of youtube subscriber details are showing 0 insted of actual number
Your Answer: please use this guide to properly configure the plugin

I followed exactly the same. But still, there is problem. Further, my earlier facebook sharing number are not showing on posts

Q. In mobile theme, Menu background is not working. Menu items are there but due to no background it is not visible. see screenshot https://www.dropbox.com/s/8bnhu1mslnwd51e/MobileMenu.png?dl=0

Q. In desktop version, post template style-5 is not showing featured image in the post single page. But in mobile (mobile theme activated) it is showing featured image. Does all post template style, block and module are working only in desktop. Does mobile theme does not support them.

Q. How could I add custom post type posts list in the mobile (mobile theme)

Q. Does Mobile Editor works only in page. Mobile editor option is not available in post.

munvik
Participant
Problems - topic
#0

Thanks for wonderful theme. I have following problems:
a. When I am trying to applying Category Top Post Style in a category, then there is no space between top Post and Articles. How to increase space between them. See (http://viewpublish.com/category/movie_reviews/) see https://www.dropbox.com/s/t8537pbqmdtlhfg/Space%20Error.png?dl=0

b. Is it possible to hide category pull down filter for particular category.

c. Does post templates, block and grid support custom post.

d. Is there anyway to change style of reviews

e. Is it possible to create custom templates / style / block / Module / Grid for post, etc.

f. Does it support featured images from dropbox.

g. Does modal image supports images inserted into the post from dropbox.

h. Is it possible to show custom html / PHP Code in after page title & share buttons but before main content in post template styles

i. Further, how to show list of custom post type posts along with categories, etc.

j. number of youtube subscriber details are showing 0 insted of actual number.

k. Does theme supports custom taxonomies apart from ‘Category’ and ‘Tags’

l. In mobile theme, Menu background is not working. Menu items are there but due to no background it is not visible. see screenshot https://www.dropbox.com/s/8bnhu1mslnwd51e/MobileMenu.png?dl=0

m. In desktop version, post template style-5 is not showing featured image in the post single page. But in mobile (mobile theme activated) it is showing featured image. Does all post template style, block and module are working only in desktop. Does mobile theme does not support them.

n. How could I add custom post type posts list in the mobile (mobile theme)

poppeto
Participant
#0

Hi, i am trying to cut down the number of internal links and i have checked my site and i am getting duplicate internal links from my main menu being duplicated by mobile menu? i tried turning the mobile plugin off but they remain?
thanks

Lucian
tagDiv Staff

Hi,

1. Actually the theme does not have an option to completely remove the menu on the mobile theme however you can use a custom css code to hide it like this: https://www.screencast.com/t/WXybdKTiBNd > https://www.screencast.com/t/WrPpBDmyvc1F

use this css code:

#td-top-mobile-toggle {
display: none;
}

2. It’s enough to set the Featured category to it, like this: https://www.screencast.com/t/g7n61VG6v

Thank you!

PedroMiguelMoreira
Participant
#0

Hello,

Can you please tell me:

1- how not to appear the menu option in the mobile theme. In fact, in Mobile Theme / Mobile Settings / Main Menu, I select the option “—No Menu—“; however, when I enter in my site (www.videosupporters.com) by mobile, in the left top it appears the option to open a menu (the symbol of menu in mobile, I mean, the 3 horizontal lines), and if I click on it it opens a page that says “Click here – to use the wp menu builder”;

2- As it is written in the support documentation, the first section of the homepage displays 3 featured posts (posts included in the Featured category) – my question is: how to I define which posts are featured (or, in other words, what I have to do in order that a post will be classified as featured category)?

Bogdan B.
tagDiv Staff

Hello,

Sorry but this means your js ‘broke’ Try the search icon or the mobile menu as well.
We do not recommend the js minification at all.

Thank you!

midronepro
Participant
#0

Hi,
May be my question was answered somewhere but I am having a serious problem on my site http://www.midronepro.com.
When I click on the mobile button sometimes it works and show the menu and sometimes there is no reaction and I see a symbol # at the end of the url!!!1

can you please help?

Bogdan B.
tagDiv Staff

It seems the menufication plugin is causing the menu on the mobile theme.
The photon is a setting of jetpack tjhat is known to cause issues with our theme. Jetpack has grown into a huge plugin with lots and lots of settings and unfortunately not all opf them work properly. Photon is known to cause image issues.
Please remove menufication if you want to have a proper mobile theme header or use the code above as I have tested it again and it works properly. you probably have an open css tag in your custm css code already present before adding this one. That is the most common issue with css that does not apply. Here is an example of how the code applies from our side:
https://www.screencast.com/t/eUeCd9NIgA2

Thank you!

bezmapy
Participant
#0

Hello guys,
I spent hours of googling, but nothing helped. I want to change header url from default to different page. When visitor clicks on header image (or logo) now is automatically redirected to homepage. How do I customize the link?

As far as I know, I have to edit header.php, but have no idea where should I place desired link.
All the best

<!doctype html >
<!–[if IE 8]> <html class=”ie8″ lang=”en”> <![endif]–>
<!–[if IE 9]> <html class=”ie9″ lang=”en”> <![endif]–>
<!–[if gt IE 8]><!–> <html <?php language_attributes(); ?>> <!–<![endif]–>
<head>
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
<meta charset=”<?php bloginfo( ‘charset’ );?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php
wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
?>
</head>

<body <?php body_class() ?> itemscope=”itemscope” itemtype=”<?php echo td_global::$http_or_https?>://schema.org/WebPage”>

<?php /* scroll to top */?>
<div class=”td-scroll-up”><i class=”td-icon-menu-up”></i></div>

<?php locate_template(‘parts/menu-mobile.php’, true);?>
<?php locate_template(‘parts/search.php’, true);?>

<div id=”td-outer-wrap”>
<?php //this is closing in the footer.php file ?>

<?php
/*
* loads the header template set in Theme Panel -> Header area
* the template files are located in ../parts/header
*/
td_api_header_style::_helper_show_header();

do_action(‘td_wp_booster_after_header’); //used by unique articles

PedroMiguelMoreira
Participant
#0

Hello,

I have installed the Mobile theme (which is great!) in my site http://www.videosupporters.com, but there are some options of the menu that aren´t working well – for example, if you select in the menu the option “Send a video”, on the desktop version it works well (http://videosupporters.com/front-submission/), but in the mobile it doesn´t work (it only appears the message “front submission”, which is the name that I gave to the form).

What is going wrong?

Thank you.

Best regards!

Catalin
tagDiv Staff

Hello 12familyde,

I have checked your website and I did not saw any problems with your menu on mobile mode, like this -> https://www.screencast.com/t/9IVCcmNGD6. It seems to be a caching problem generated by your caching plugin. Try to clear all your caches, purge all CDN files and check the results. Also, try to clear the server cache from your dedicated server. If you do not have any permissions in this regard you should contact the hosting provider and request this task.

Thanks for the message!

serjnsk
Participant
#0

Hi
How to delete “Sign in” from the menu in the mobile version
http://prntscr.com/dumvgj

12familyde
Participant
#0

Hi Tagdiv-Team,

there are some reeeally strange things happening on my site 😉 …
Some customers wrote us, that our mobile menu sometimes shows chinese symbols, although our site is completely in german. I have checked this: an they are telling the truth!

After some pageviews the mobile menu shows up in chinese (or asian or whatever symbols). This only seems to affect the mobile part of the site…

I don’t know what happened! 🙁

site is: https://www.1-2-family.de

Warmest regards
Torstens

ederribeiro
Participant
#0

Hi,

I am having trouble with the menu on Android mobile devices using Chrome. The menu opens but nothing happens when I try to click on items. This problem does not seem to happen on iOs. I’ve also tested on one Android device using Firefox and it is working as expected.

The website is: http://www.portalrealidadevirtual.com.br.

Let me know if you guys need any more detail.

Att.,
Eder

kuolema
Participant
#0

Hi
i’m using a plugin ADS PRO to generate a code that manages random view of an AD SKIN.
I want to show this ad as a background

The code generated is this:

<?php echo bsa_pro_ad_space('11'); ?>
or
<?php echo do_shortcode('[bsa_pro_ad_space id="1"]'); ?>

I’ve tried putting this code into the body tag, before or just after, but i didn’t manage to let it work properly.

here’s the result: screenshot

as you may see, skin is not overwhelming the menu and both the sides of the main container.
How can i fix that?

Here’s a working version of the skin banner set as normal BACKGROUND from the theme panel

screenshot of working skin ad

ALSO: i don’t want that this banner is seen on mobile devices.

thanks a lot in advance

thepeel
tagDiv Member

Ok thanks I know I need to use a drop shadow with the following code.

div {
box-shadow: 10px 10px 5px #888888;
}

But what <div> element is the mobile menu. I tried .td-header-top-menu and it didn’t work.

Thanks

Rudy Rodriguez
Participant
#0

Since I have entered the world of web pages I have tried a lot of topics but Newspaper is the most complete, but I have a small problem. Since updating to version 7 the menu loads me black in both the web and mobile version and I have tried to fix it but it has been impossible.

Could someone help me?

Thank you very much!

Sorry for the translation;)

ben.hinc
tagDiv Member

Bogdan,

I appreciate your response. First, I want to let you know that I contacted the author of the plugin. He is aware of the cause of the conflict and pledged to fix it with his next release.

Regarding using either the mobile theme or an AMP plugin to offer a mobile experience, I think this is the wrong approach. An AMP-enabled mobile page is completely different than the pages generated by your mobile theme plugin. AMP pages get added visibility in Google search results and lead to increased clicks, impressions, and user experience thereby leading to improved SEO. AMP compatibility may also impact ranking within Google search results.

AMP isn’t about providing a theme but rather supporting a set of technologies that give the pages preferential treatment in Google search — an important element of any news site. I find it difficult to believe Newspaper is the best news theme for WordPress if it does not make it easy to support the implementation of AMP pages. On my site, AMP pages are only viewed when clicking on a Google search result on a mobile device. Visiting the site directly will load the regular mobile theme. Additionally, we provide a link on the AMP page to load the mobile theme for a better experience.

Making compromises for better search result placement is not optimal. Because of this, modifying the existing mobile theme so it is compatible with AMP would obviously be the preferred solution but you have stated in previous communications with me that this is not on your roadmap.

Therefore, choosing an official AMP plugin that works flawlessly with Newspaper as you have done with Contact Form 7, WP Super Cache, Font Awesome 4 Menus and other plugins is essential to ensure that Newspaper remains the best and most full-featured news theme for WordPress. The AMP for WP plugin is the best we’ve found and this is the one I would recommend you take a look at.

Thanks,
Ben

Amit
Participant
#0

Hello,

Whenever I visit my site from the mobile device there is a Menu wrapper flash for fraction of seconds

It only comes when the mobile theme plugin is active along with the speed booster plugin.

Disabling any one of then fix the issue.

Is there any solution to fix it without disabling any plugin.

NOTE: No incompatible plugin is installed.

Catalin
tagDiv Staff

Hello thepeel,

Unfortunately, our theme does not have any such an option that allows you to make this, sorry! As you can see, our mobile menu has been compacted to be displayed in hamburger menu to rate well on mobile devices. 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 work at the moment, sorry!

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,

We get this issue a lot with users who try to customize the theme to position properly in RTL mode. The mobile menu is hidden from view in the normal mode but when you switch to rtl, you will also have to change the mobile menu position so it will be outside of the screen on the right. The css for the mobile menu will not change automatically.

http://screencast.com/t/6CwWgdtZpDa

Thanks

ben.hinc
Participant
#0

Hello,

My website located at http://www.theapexracing.co uses Newspaper with the tagDiv Mobile Theme plugin activated.

Today I installed the AMP for WP – Accelerated Mobile Pages plugin which I learned about in this forum post.

The plugin works as expected except for one key issue. When an AMP page is loaded on a mobile device, the menu specified in Appearance > Menus and set to the AMP Menu location does not load. When an AMP page is loaded on a desktop browser, the correct menu loads.

If I deactivate the tagDiv Mobile Theme plugin, the correct menu loads on mobile devices.

It’s clear that the tagDiv Mobile Theme plugin is interacting with the AMP for WP – Accelerated Mobile Pages plugin in some way that causes the menu to not load properly.

Do you have any suggestions for how to resolve this? We do not want to stop using the tagDiv Mobile Theme plugin but supporting AMP is also very important to us.

Thank you.

jabal3amel
Participant
#0

Hi.. i have just purchased Newspaper7, and found while designing pages that the Mobil menu is displayed next to the main page on browser and mobile. please help me get rid of it.

awtown
tagDiv Member

For further clarification, in the Theme panel > Header > Sticky Menu, Smart snap (mobile) is selected. I’m viewing the site on a desktop monitor – 1920 X 1200.

thepeel
Participant
#0

Is there a way to make the mobile menu have a gradient or shadow underneath? I’ve attached a picture of what the shadow looks like on the desktop site. The mobile menu doesn’t have any shadow or line so it’s hard to distinguish where it ends and the content begins.

Thanks

View post on imgur.com

Viewing 25 results - 6,126 through 6,150 (of 8,091 total)