Search Results for 'mobile theme'

Results from the Forum
kreativewire
Participant
#0

I will admit, this theme is extremely not easy in terms of editing this block, I’ve spent 2 days trying to do it. I went to:
https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
and Still cannot see this “block section”… I’ve been to the post side, edit and create, same with pages, it’s simply not there. Do I need to have something on my browser enabled? cause I suppose I’m just blind, on your guide #1 of solution #2 I do not have that + sign.

See even if I click classic mode it just removes the word “mobile editor”

Bogdan B.
tagDiv Staff

Hello,

The page-level ad needs a custom implementation as this topic suggests: https://forum.tagdiv.com/topic/page-level-ads-problems/ however if you use the mobile theme you need to implement it in the mobile header.php as it;s a different file. We have not tested the page-level ads with our theme so I cannot say for sure they will actually work in the mobile theme. This fluctuation you mention could be the result of another issue that affects wp super cache and the latest version of wordpress: https://forum.tagdiv.com/topic/mobile-theme-does-not-work-properly/
Pleas provide an example of what type of ad is in the article inline ad spot and provide a link to your site so we can inspect it.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
This is a common misconception our users seem to have. Our theme is already responsive and does not require the mobile theme to display properly on mobile devices. This is an entirely optional plugin.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The mega-menu sub-categories will appear in the mobile menu as sub-menus. We added compatibility between the mega menu and the mobile theme but page menus will not show up on mobile. Sorry. We have no solution to provide for a page menu in the mobile menu. You can have a different mobile menu if you use the mobile theme plugin and create your own mobile version of the menu: http://screencast.com/t/Piq3zPra

As for the other content, please read this guide: https://forum.tagdiv.com/search/mobile+theme/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

It seems your code is working to some extent, but some rules are wrong. There is no such thing as position: left;, the line-height: .5; needs a dimension in pixels is the most common use for it, etc. Please do a google search for these css proprieties and see what values these can accept.
The second css selector is wrong as well: blockquote cite What is cite? is it a class? and id? If it;s a class you need to add it with a dot in front or if it;s an id with a # in front.
On the mobile heme you can add shortcodes in the mobile theme editor on pages and insiode the post content for posts. please read this guide: https://forum.tagdiv.com/the-mobile-theme/

I hope this helps.
Thanks

Catalin
tagDiv Staff

Hello DeRothschild,

Unfortunately, our mobile theme has not been designed to be modified from the Theme panel, sorry! Please notice that this plugin has been made to have a simplistic structure just to be more useful to use and very fast. If you want to develop this plugin, you will have to alter the code from the front-page.php core file from this -> http://screencast.com/t/3kKOhca2a Please notice that is not a simple task and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
All the custom CSS which you want to be applied for your Mobile Theme you should add in this area, here -> http://screencast.com/t/HJtxRLlkoDR If you have a caching plugin, in order to achieve best results, try to clear all of your caches and test it again.

Thanks for your understanding!

mpdimitrov
Participant
#0

Hi,

I want to know how can I turn off repetition of posts on the mobile theme. On my homepage – http://fintechroundup.com/ in the mobile version we have the three articles at the top which are marked as featured, but they then show in the latest articles below as well. I want them to only show in the top three articles at the top to avoid duplicate posts.

Thanks!

nandakishorkn
tagDiv Member

Simply disabling the mobile theme plugin is working fine on Mobile devices as expected.

Also the following note from the guide https://forum.tagdiv.com/the-mobile-theme/ helped me to understand it better.

If you want to display the same elements on both mobile and desktop, don’t use the mobile theme, the main theme is already capable of this with it’s responsive design for mobiles.

Thanks.

nateb2127
Participant
#0

Hello, I love the theme and know that it will greatly help our site.
I have a couple of questions however.

One.
I am trying to change the block quote but it won’t let me through custom css. I got it to change a little bit but for some reason I can’t seem to get it to do anything else such as position and location. Here is the code I am using:

blockquote {
font-family: Times;
font-size: 16px;
font-style: normal;
width: 100%;
line-height: .5;
position: left;
color: #000000;
border-left:1px dashed #c1c1c1;
border-right:1px dashed #c1c1c1;
border-top:1px dashed #c1c1c1;
border-bottom:1px dashed #c1c1c1;
background:#e8e8e8;
margin-top: 3px;
margin-left: 3px;
margin-right: 3px;
margin-bottom: 3px;

}

blockquote cite {
color: #000000;
font-size: 16px;
display: block;
margin-top: 5px;
}

blockquote cite:before {
content: “\2014 \2009”;
}

Two.
We use both Paid Memberships Pro and Theme Your profile.
How can I load shortcodes using the mobile theme?
The login page doesn’t load anything, nor does the sign up or check out page, profile, page, none of it.
I need those pages to work because we have viewers that purchase memberships to our site.

Thank you for your help!
The theme so far is amazing and each update you guys do brings more awesomeness!

Catalin
tagDiv Staff

Hello taddeo,

The author will need a bit of a CSS fix as the CSS got changed a bit in the new update but the author name was not updated for it. So until the next theme version please use this CSS code in the mobile theme’s custom code box:

.td-post-author-name div { display:inline; }

Sorry for the inconvenience.

DeRothschild
Participant
#0

Hello

Two questions about the mobile theme please:

1. Can we control the design of the “related articles” at the bottom underneath the article?

2. It seems like the custom CSS code we enter in the theme panel under “WRITE YOUR OWN CSS HERE” in the mobile section, does not work.

Where would be the best place to hard-code in-line styles and Javascript codes for the mobile view of the theme?

gossiponthis
tagDiv Member

Thanks for the update, glad to hear you guys plan on making updates to the post, homepage and smart templates.

Our responsive mobile site was slow, clunky, cluttered and FULL of those nasty ads that redirect you off the page and sends you to the app store, Google Play store or some weird, unobscure blank page. The mobile theme takes care of ALL of that, so overall, I’m happy, and our readers are happy that they can finally view our content on smartphones 🙂

Thanks again, and looking forward to the updates. Keep up the great work!

gossipowl
Participant
#0

Hi,
I found out that I could significantly boost my adsense earnings by changing the order my adsense code loads via the html code, however, I have my adsense codes inserted via the Newspaper theme panel. As in, for each location I want the code to appear, I have a different code like for the mobile header, mobile article inline, mobile article bottom etc. My most popular location is the Mobile article bottom slot, so I want the adsense code to load that ad first. I don’t know how to do this, can someone please show me? I’d also like to change the loading order for the desktop format as well, so that the article bottom ad loads first in the html order. Thank you!

Bogdan B.
tagDiv Staff

Hello,

There seems to be an issue with wp super cache and the latest version of WP. Please follow this topic for a quick fix until they update the plugin: https://forum.tagdiv.com/topic/mobile-theme-does-not-work-properly/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Thank you for your appreciation. Customer feedback is very important to us. You can also rate us if you want from this link 🙂 https://themeforest.net/item/newspaper/reviews/5489609

To the matter at hand, we do plan on implementing further options into the mobile theme. For the moment it;s only version 1.0 and we launched it to see if it grows in popularity and if users like it so we can asses if we will spend time and effort into improving it and adding more options to it. The mobile theme is a success and we will add updates to it and implement more options in future updates. But for the moment the there is only 1 smart list style and 1 post template and one homepage template. It’s limited, I know, but we plan on updating and providing more options in the future.

Thank you for your understanding.

Bogdan B.
tagDiv Staff

Hello,

1) Please follow this guide to set up your facebook counter properly: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/ and please clear all caches afterwards from the plugin, browser or cdn server if you use it.
Let us know if you still have trouble with it.

2) For the mobile theme you must also assign menus from the menus area of wordpress: http://screencast.com/t/k6dmaQ9CXJ

Thank you!

andreabarbieri
Participant
#0

Some of my posts (Not everyone) are displayed as mobile on desktop mode!

Like this:
http://www.giochi-da-tavolo.it/migliori-giochi-di-societa/

If I deactivate tagDiv Mobile Theme Plugin, I resolve it.
If I clear the cache I resolve just for some hours, than it turn as mobile, not as desktop.

Please, how can solve this issue??
Thanks!!

Andrei L.
tagDiv Member

Hi

The top bar was not intent to be deployed on mobile devices, that’s why the menu is hidden. This is defult theme’s implementation and to change it are required some code customization.
This is a complex task which involve many customization in order to be achieved.
We can’t offer speed customization services at the moment so if really need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.

Thanks!

taddeo
Participant
#0

Hello,

Recently i purchased the theme but to start the project performed some tests in the mobile version and came across a display issue in the author’s name.

Problem image: http://imgur.com/a/ibMlt

I follow another topic which mentions add this snippet: .td post-author-name div {display: inline; } In the custom theme css, but it did not work with me, still display the error.

Any other suggestions to solve?

gossiponthis
Participant
#0

Hi,

Let me first say that I love how fast the 7.3 theme is — especially the mobile theme. However, I’m not a huge fan of the paginated smartlist on the mobile theme. Is there a way for me to turn that off and just use the “smartlist 2” version of the smartlist theme?

I’m aware that turning the mobile theme off and using the responsive layout is an option, however, we have very specific reasons for needing to have a completely separate mobile layout from our desktop layout, so I would rather continue using the mobile theme if possible.

broadstone
Participant
#0

1. I have updated the social counter plug in but it shows my Facebook fans as 0 even though I have several fans on my Facebook. URL is correct and checked. http://www.financialthing.com

2. Using the Mobile theme plug in, I tested on my phone and when I click on navigation bar on right side, it says “Click here to use the wp menu builder”. There’s no way to navigate the mobile site? When I click on that message I get a 404 Not Found page

Bogdan B.
tagDiv Staff

Hello,
We recently discovered a flaw in wp super cache and the new version of wordpress. Maybe this could be a reason for the drop as we have found nothing theme related that can affect the traffic: https://forum.tagdiv.com/topic/mobile-theme-does-not-work-properly/
Give it a try!
Thanks.

Bogdan B.
tagDiv Staff

Hello,

1) Stretching the logo is a bad idea as it will loose lots of it;s quality .if you want a bigger logo, you will have to create a bigger logo in your photo editor. The theme cannot stretch it and prevent quality loss.
Here is an example of such a logo: http://demo.tagdiv.com/newspaper_cars/
Here is the size of your logo: http://themidfieldgeneral.com/wp-content/uploads/2016/08/Untitled-design-10.png and here is the size of the cars logo: http://demo.tagdiv.com/newspaper_cars/wp-content/uploads/2015/08/header-red-contrast.jpg
Here is an example of what happens if I try to stretch the logo: http://screencast.com/t/TKNCnSgWEeV

2) For mobile you are using the mobile theme plugin so there is a special footer location for the m,obile footer menu and the desktop footer menu, Please access the manage locations section of the menu and select menus for each location: http://screencast.com/t/AFl9HaVgM

Thank you!

Catalin
tagDiv Staff

Hello all,

After several investigations in this regard have concluded that this type of issue come from WP Super cache which is not fully compatible with WordPress 4.6 and that’s why this problem occur. We hope that WP Super cache plugin will be updated it as soon as possible and that problem will be fixed. Notice that this issue appears and on Mobile Theme from Jetpack when the caching plugin is active.
Please notice that we have reported this issue to Jetpack and we are waiting for an update from them. Until that, you should use our workaround posted here -> https://github.com/Automattic/wp-super-cache/issues/132

Thanks for your understanding!

bvanrij
Participant
#0

I activated the Newspaper theme, and now the WP Admin panel does not display at all. Only a blank white page. The live website will display, but not the admin panel. Same problem on different browsers and also mobile.

Viewing 25 results - 19,551 through 19,575 (of 22,177 total)