Search Results for 'mobile'

Results from the Forum
pinnaclecompass
tagDiv Member

Hello,
Thanks for the response Bogdan, Simon and fametaxi.
We were finally able to update the theme 8.7.1. We updated the theme and the plugins in the theme package, including Visual Composer.
We are still having trouble with the search and menu button on mobile, on our home page caymancompass.com. We did a test where we deactivated all plugins, then activated each plugin at a time, starting with Visual Composer.
Everything else works great. The only clues I have is that:
1. Images don’t show, (opacity 0) so the animation doesn’t fire. Currently, we have some CSS to override it until we find a fix.
and 2. when we tried to use Autoptimize to test if combining all javascript helped, the buttons worked again, but photo galleries did not. So, it’s something with js, but we’re stuck. I even added this line to css, as Mr. Google suggested, but still no luck:#td-top-mobile-toggle {
cursor: pointer !IMPORTANT;
}

The above solution did not work either.

Any advice would be appreciated. We will continue to troubleshoot.

hellonikoloz
tagDiv Member

That css code does not show top bar in the mobile devices. you can check yourself
siteww.com

Also in when i put that code into custom css area, it says : “use of !important”

Totelae
tagDiv Member

Hello Catalin,

I’m just trying to change the font family displayed by default on the mobile theme… I’ve already read the link you gave me. But the thing is changing the font-family in the css did not work..

Pradeep Augustine
tagDiv Member

I have updated the tutorial in detail with the new codes and how the search box is rendered. The code to render the search form in Mobile is also updated. Consider checking it here https://www.getcooltricks.com/wordpress/google-cse-integration-to-newspaper-wordpress-theme/. This is fully compatible with the latest version of the theme.

Kindly update the link in best of forum as getcooltricks.com now uses https.

Pradeep Augustine
tagDiv Member

I have updated the tutorial in detail with the new codes and how the search box is rendered. The code to render the search form in Mobile is also updated. Consider checking it here https://www.getcooltricks.com/wordpress/google-cse-integration-to-newspaper-wordpress-theme/. This is fully compatible with the latest version of the theme.

Pradeep Augustine
tagDiv Member

I have updated the tutorial in detail with the new codes and how the search box is rendered. The code to render the search form in Mobile is also updated. Consider checking it here https://www.getcooltricks.com/wordpress/google-cse-integration-to-newspaper-wordpress-theme/. It is fully Compatible with the latest version of the theme.

Pradeep Augustine
tagDiv Member

I have updated the tutorial in detail with the new codes and how the search box is rendered. The code to render the search form in Mobile is also updated. Consider checking it here https://www.getcooltricks.com/wordpress/google-cse-integration-to-newspaper-wordpress-theme/. This is fully compatible with the latest version of the theme.

Pradeep Augustine
tagDiv Member

I have updated the tutorial in detail with the new codes and how the search box is rendered. The code to render the search form in Mobile is also updated. Consider checking it here https://www.getcooltricks.com/wordpress/google-cse-integration-to-newspaper-wordpress-theme/. It is fully compatible with the latest version of the theme.

Thanks.

Pradeep Augustine
tagDiv Member

I have updated the tutorial in detail with the new codes and how the search box is rendered. The code to render the search form in Mobile is also updated. Consider checking it here https://www.getcooltricks.com/wordpress/google-cse-integration-to-newspaper-wordpress-theme/.

ctoweett
tagDiv Member

Last question, what resolution in pixels does the mobile theme take over from the desktop theme?

ctoweett
tagDiv Member

Good to know. If it is complex, then it is not worth it. Still, I hope you will be able to enable editing the mobile theme via child theme soon.

Bogdan B.
tagDiv Staff

Hello,

Sorry but for the mobile theme we have not tested any other smart list of an ajax live search. They were implemented exclusively on the desktop theme. The mobile theme was built specifically to remove all complex elements such as ajax calls, page builders,etc. in order to provide maximum page loading speeds. Sorry but we will not be able to help in this regard as the mobile theme was built specifically to ignore such elements. It will not be simple to modify it into using them.

Thanks for understanding.

drunkonlife
Participant
#0

Hi, I built out a static home page using the div composer and it was looking pretty good (I just wanted a nice clean look and this theme gave it to me!) I thought everything was fine but when I took a look at it from a mobile, it basically stripped out all the articles and left me with the “author” bio. My question is do I need to add a short code to the actual page to make this work? https://ftgcommunity.com Also, is there a way to pull the author bio out of certain pages (like the home page) when I want to keep the page generic? Thanks!

Catalin
tagDiv Staff

Hello,

Sorry but please notice that our theme has been designed to have a special menu for mobile devices. The theme does not have an option that allows you to display the desktop main menu for mobile devices, sorry! The width is too small and that’s why this design decision was taken.

Thanks for your understanding!

Totelae
Participant
#0

Hi everybody, i’m trying to change the typography of the menu, without success.

What i’ve tried (in the mobile folder) :
– add in the file header.php
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,800" rel="stylesheet">
– add in the file style.css
.td-mobile-content .fa {
margin-right: 10px;
min-width: 22px !important;
display: inline-block;
font-size: 18px;
text-align: center;
position: relative;
top: -1px;
font-family: 'Montserrat';
}

But it did not work. Have i done something wrong ?

Catalin
tagDiv Staff

Hello bellendir,

For more information about our mobile theme, please check our documentation from here -> https://forum.tagdiv.com/the-mobile-theme/ Regarding on images on the block, try to regenerate all of your images using the Force Regenerate plugin with Thumbnail Regenerate, clear all the caches and check the results. Please check the documentation from here -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Thanks for your understanding!

Shamdin
tagDiv Member

I Found the search, but still I can’t make the theme black on mobile 🙁

Shamdin
Participant
#0

Hi,
I can not find the search disable button in theme panel, where is it?
i have used the black theme settings only, but in mobile/tablet it is white how to change?

aditya58singh
Participant
#0

Search Console has identified that your site is affected by 1 new Accelerated Mobile Pages related issue.

New issue found:

The text inside tag ‘style amp-custom’ contains ‘CSS !important’, which is disallowed.

What should I do to remove this error

Catalin
tagDiv Staff

Hello hellonikoloz,

If you want to customize your mobile mode you should do it yourself or you can try the mobile theme.

If you want to display the top bar menu on the mobile devices, you should 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 your understanding!

Catalin
tagDiv Staff

Hello Jose,

This is the style for our Mobile Theme concept. Notice that plugin does not allow you more options to customize mobile version, sorry! So, if you do not like this layout, you should simply disable the mobile theme plugin and the theme will be automatically switched to the general responsive mode.

Thanks for your understanding!

ctoweett
Participant
#0

Hi. I have been making some custom modifications to the mobile theme and I would like to ask some questions:
1. How to enable ajax live search?
2. How to switch the smart list style from style one to style 2 and retain the css look of style 2? I tried to change the code in td_smart_list_mob_2,php by replacing it with td smart style 2 but it is bot showing up as it should (not sure if it is the css for the former).

adekppd
Participant
#0

Hi My website https://pinterpolitik.com/ is not showing correct on
especialy in iPhone. But My website is showing by responsive on my computer and other Mobile type . I confirm website https://pinterpolitik.com/tangis-puisi-ibu-indonesia/
looks like this ..
https://www.screencast.com/t/gDP4eSr59pEd
Let me know the method to correct clean display my website on mobile, iPhone.

kkindia70
Participant
#0

newspaper menu open very slow in mobile

itsonmessage
Participant
#0

When we display our site on mobile and click on the hamburger menu, the screen shrinks and a shadow goes around the image but the menu does not appear.

https://www.ceocommunicator.com

Viewing 25 results - 28,726 through 28,750 (of 41,416 total)