Search Results for 'mobile theme'

Results from the Forum
Bogdan B.
tagDiv Staff

Hello,
It seems you do not have the mobile theme plugin installed anymore, but from the screenshot i see the mobile theme working properly. Please read this guide to learn hoe the mobile theme will convert your content on the homepage to a predefined one: https://forum.tagdiv.com/the-mobile-theme/
Thank you!

GadgetViper
tagDiv Member

Thanks for the quick response.

So, to clarify, the new mobile theme will not take Custom CSS from the Newspaper child theme? If I wanted custom elements on post pages, would I need to create a child for the mobile theme?

Thanks

EDIT – I guess I need to just paste all my child theme CSS into the CUSTOM CODE section of the mobile theme backend right? then presumably back it up on any future updates.

Alin [tagDiv]
tagDiv Staff

Hi,

Just a note for your update steps, please clear all the caches and purge your files if you use CDN after you update the theme and the plugins. If not you will have caching issues.
Regarding the theme’s plugins update, the procedure is the same like for Visual Composer – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ Of course you can do this also via ftp, there is not problem.
The Mobile Theme is an optional plugin. It is not a required plugin, so you don’t need to use it if you don’t want too, the theme still have a responsive layout and a mobile version like in version 6. You can read more about Mobile Theme plugin here – https://forum.tagdiv.com/the-mobile-theme/ The Mobile Theme files cannot be overwritten via child theme.

1. No, the Social Counter settings will not be removed, you only need to check if it is properly configured – https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
2. The latest Speed Booster version is 4.5 so please make sure you use it with the latest theme version.
3. The Mobile Theme comes with it’s own template and Mobile Editor so you can add content for your pages there and they will not be empty – http://screencast.com/t/4XYf2A8pXM The Mobile Theme will not work with Visual Composer elements and it doesn’t render tagdiv blocks. Like I said above if you want the same content like on desktop also for mobile devices, just do not activate Mobile Theme plugin and it will be the same. If you want to use the plugin you will need to add content to your pages, create other menus and check the Mobile Theme settings from Theme Panel.

Thanks!

hkhasib
tagDiv Member

Thank you. I’m using mobile theme plugin and it worked šŸ™‚

Alin [tagDiv]
tagDiv Staff

Hi,

Do you use the Mobile Theme plugin?
In this case just paste this custom css to Theme Panel > Mobile Theme > Custom Css – http://screencast.com/t/LMDfjIqR3l

.td-post-featured-image {
display: none;
}

If you are not using the Mobile Theme plugin, you can use media queries and paste the code in Theme Panel > Custom Css: http://screencast.com/t/GzgDh78I

@media(max-width: 767px) {
.td-post-featured-image {
display: none;
}
}

Thanks!

Bogdan B.
tagDiv Staff

hello,

The mobile menu will not show the mega-menu option. That is an option only available for desktop. You use the mobile theme plugin so you will be able to create a whole new menu without mega-menus. Add your favorite menu items and then place the menu on the mobile menu spot here: http://screencast.com/t/imXZPBLKU3nR

Thank you!

Geoffray
Participant
#0

Hello,

I have a “About us” with no link and my logo that appears only on the mobile theme, but i don’t want it. Everything seems to be off on the Theme Panel… but i can’t find how to desactivate it.

Thanks a lot
Regards

GadgetViper
Participant
#0

Hi Guys,

I’m about to perform a 6.7.1 to 7.5 update and I was wondering if you could clarify the following as the best practice?

Prep.

1. full backup.
2. copy custom code from 6.7 child and add it to the 7.5 child files in the code folder.

update.

1. start maintenance mode.
2. delete entire Newspaper and Newspaper child folders
3. FTP the new 7.5 Newspaper and Newspaper Child folders
4. clear cache.

plugins.

1. deactivate and delete VC, then add the new version and activate.
2. td-social-counter and td-speed-booster – Do I overwrite the files with FTP, or do I deactivate, delete and then add new?
3. Add new plugin – td-mobile-plugin and activate – Will this still read CSS code from the child theme?

Finish

1. Take site out of maintenance mode

—————————————–

Concerns and questions-

1. Will my social counter keep its settings? or would I need to re-add all my accounts in the widget?
2. Has the Speed Booster plugin changed since 6.7.1? – is not could I just leave the current one as it is?
3. With the mobile theme active, will all the page content be missing (contact, about, privacy etc.)

Thanks!

urbanopaiva
tagDiv Member

Hi,

Thank you for your reply.

Link is http://ofutebolista.com

I’m gonna leave the mobile theme plugin activated so you can check it out.

Thanks.

hkhasib
Participant
#0

Hi,
I just want to remove the featured image which appears at the beginning of single post in mobile theme. How can i do it?

Bogdan B.
tagDiv Staff

hello,

If you use the mobile theme, please update your theme to the latest version (7.5) and also update the mobile theme plugin by deleting your currently installed one and installing the one that is bundled with the latest version of the theme.
Please also check this guide for more information on the mobile theme: https://forum.tagdiv.com/the-mobile-theme/

Thank you!

Catalin
tagDiv Staff

Hello InstallationComplete,

Please keep in mind that our mobile theme recognizes only one type of smart list on mobile theme and for more information about this concept, please consult our documentation here -> https://forum.tagdiv.com/the-mobile-theme/ If you want to change the structure of smart list on mobile, please notice that you should edit the td_smart_list_mob_1.php core file like this -> http://screencast.com/t/LAQxmfOti
If you want to display more levels in our theme 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 custom work at the moment, sorry!

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately the mobile theme does not have any options to remove the footer about us section. It can be done however using a custom css code:
.td-mobile-footer-wrap .td-footer-description{
display:none;
}

Add this code in the theme panel->custom css box.

Thank you!

Catalin
tagDiv Staff

Hello lekekemahlo,

Unfortunately, our theme does not have any such an option that allows you to create a new mobile menu, sorry! As you can see, the theme has been designed to use only the default mobile menu which is created by default and if you want to add or create another one, with other functionalities and design you should do it yourself or 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! Another alternative for you would be to find a plugin which has this functionality and check the results.

Thanks for your understanding!

tobbix
Participant
#0

Hello,

I have a static startpage, which normally includes a BigGrid, Textfield, Block 6 and Block 14.

If I open it now on a mobile device, there is a strange behaivor.

On the top featured posts are shown and at the bottom also the latest articles

Instead of the Big Grid (which is not possible to show on mobile theme as I read), the code of the Big Grid is shown

[td_block_big_grid_1 sort="featured"]

Same is for Block 6 and Block 14 which appears like

[td_block_6 custom_title="lorem ipsum" header_color="#5b5eba" category_id="30" sort="random_posts" limit="6"]

I already tried to disable all other plugins expect the approved ones.

Any idea how to avoid showing this lines?
Is it related to Visual Composer?

Thanks in advance

Nano
tagDiv Member

You were absolutely right.

This time it worked perfectly well.

Thank you šŸ™‚

Just one thing :

As the SPOT ID for the “article bottom ad” for mobile theme is “content_bottom_mob”
and the SPOT ID for the “custom ad 1” under theme settings- Ad setting is “custom_ad_1”

What’s the SPOT ID for “article bottom ad” under theme settings- ad ?

For the desktop version, I currently have the same ad code under ” article bottom ad” and “custom ad 1” so, I want to save one space and use the “article bottom ad” spot Id.

Thank you.

urbanopaiva
tagDiv Member

Hi Catalin,

Well, I did install another version of the mobile team, but now I’ve got another issue (http://prnt.sc/d1b4zf).

Now it shows the grid and only the first block of the page and the footer. It is also with no style.

It only works when I turn off the mobile theme plugin.

mhendiz
Participant
#0

hi all!

i am using mobile theme.

i want to hide in footer logo and about us section. How can i do?

Bogdan B.
tagDiv Staff

Hello,

I have tested the solution before I provided it. It worked fine on my end. I forgot to put the code inside the “code” tag though and the forum could have converted the comma’s I have edited my reply so try the code again as it;s now inside a code tag and it should run properly. After you implement it as i have shown in my screenshot, make sure you have an ad code in the article bottom ad in the mobile theme like so: http://screencast.com/t/4rL35mWqrXNU

Thanks.

Catalin
tagDiv Staff

Hello kochfix,

I am glad that you are happy with our product. Please keep in mind that the child theme has not been tested with the mobile theme and we cannot provide an accurate response in this regard, sorry! For more information about child theme support, please consult the documentation here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
For your second request, please keep in mind that the translation feature is fully tested with mobile mode and seems to work as properly. Please ensure that you have loaded your desired language and then you have pressed Save Settings, like this -> http://screencast.com/t/qAhGLgYvw9

Thanks for the message!

Nano
tagDiv Member

Hi Bogdan,
Thank you for the response. Yes, I know that the smart list template for the mobile theme is different, though it looks like smart-list 7. and as I wrote above in my reply that, I had also tried to include same code in ā€œtd_smart_list_mob_1.phpā€. Anyways,

I tried to put your code as shown in the image http://screencast.com/t/RtyOwKCaF, but unfortunately, it didn’t work. I again tried to by putting this code like this too ( as we did in do_shortcode option for desktop smart lists version ), but it didn’t work either šŸ™

So, here is my two try:
1.


      // render the pagination
        $buffy .= $this->callback_render_pagination();

        $buffy .= '</div>';
            $buffy .= td_global_blocks::get_instance(ā€˜td_block_ad_box_mob’)->render(array(ā€˜spot_id’ => ā€˜content_bottom_mob’));
        return $buffy;
    }

2.


       

    protected function render_after_list_wrap() {
        $buffy = '';
        $buffy .= '</div>'; // /.td_smart_list_1  wrapper with id
        $buffy .= td_global_blocks::get_instance(ā€˜td_block_ad_box_mob’)->render(array(ā€˜spot_id’ => ā€˜content_bottom_mob’));
        return $buffy;
    }
}

What should I do now? Will you please try this.. as it can be really for many of us. Having a “bottom contextual article ads” from Outbrain, content.ad are a necessity these days, and we have 70% visitors on mobile. So…. please

Thank you…

  • This reply was modified 9 years by Nano.
  • This reply was modified 9 years by Nano.
heathcliff
Participant
#0

I am always padding my text left and right, this time I used Visual Composer. I discovered the Inline Ad Unit is not nicely aligned in the center. The padding should actually be ignored for mobile devices. How can I fix this?

Screenshot

On desktop it’s nicely aligned left in the text(as configured in the theme panel-ad settings).

Thanks in advance.

Bogdan B.
tagDiv Staff

Hello,

The basic settings for the mobile menu are found under the theme panel mobile theme section.
If you want extra css styling for the menu you will have to be more specific. The everything you want changed that is not available in the theme panel has to be coded in.
A font family for the menu can be added like so:
.td-mobile-content li a{
font-family: myfontfamily;
font-weight:900;
}

Margins are a bit more complicated as it depends how you want them.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
We have not officially tested the mobile theme with a child theme so I cannot offer a precise answer. You will have to try and see if the result works or not from the child theme. We have not added any special implementation for the mobile child theme.
Thank you!

kochfix
Participant
#0

Hey there,
great Work, i really like your Theme!

It is really impressive, to see your child functionallity working so far. I added some custom code in wp-booster, which works perfectly, but if it comes to the mobile version, its messing me up.
Mobile version is using the same file “td_module_single_base”, but only the original file, not the child file.

Is there any solution to get some child customizations for the mobile Theme files?
I also want to change the mobile view of some static pages, not only adding content between ( sustainably ).

Another task is mobile translation. There is no translation working for mobile view.

Kind regards,
Stefan

Viewing 25 results - 18,826 through 18,850 (of 22,177 total)