- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperNewspaper theme documentation
- NewspaperTheme Colors Introduction
- NewspaperWhat’s Included in the Newspaper Theme Package
- NewspaperFilters and sorting for taxonomies
- NewspaperHow to Add a Logo in Newspaper
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspapertagDiv AMP Plugin Tutorial
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewspaperFont Customization
- NewspaperBackground Introduction
- NewspaperHeader ads
- NewspaperPost template ads
- NewspaperCustom ad spots
- NewspaperMain Menu
- NewspaperHow to Install Newspaper via FTP
BTW, here’s an updated snippet for wp-content/themes/Newspaper/parts/header/td-login-modal.php …
echo '
<div id="login-form" class="white-popup-block mfp-hide mfp-with-anim">
<div class="td-login-wrap">
<i class="td-icon-modal-back"></i>
<div id="td-login-div" class="td-login-form-div td-display-block">
<div class="td-login-panel-title">' . __td('Sign in', TD_THEME_NAME) . '</div>
<div class="td-login-panel-descr">' . __td('Welcome! Log into your account', TD_THEME_NAME) . '</div>
<div class="td_display_err"></div>
<div class="td-login-inputs"><input class="td-login-input" type="text" name="login_email" id="login_email" value="" required><label>' . __td('your username', TD_THEME_NAME) . '</label></div>
<div class="td-login-inputs"><input class="td-login-input" type="password" name="login_pass" id="login_pass" value="" required><label>' . __td('your password', TD_THEME_NAME) . '</label></div>
<input type="button" name="login_button" id="login_button" class="wpb_button btn td-login-button" value="' . __td('Login', TD_THEME_NAME) . '">
<div class="td-login-info-text">' . __td('Forgot your password? Get help', TD_THEME_NAME) . '</div>
<div style="position:relative;top:6px">' . do_shortcode('[apsl-login-lite]') . '</div><div style="position:relative;bottom:27px">' . $users_can_register_link . '</div>
</div>
' . $users_can_register_form . '
<div id="td-forgot-pass-div" class="td-login-form-div td-display-none">
<div class="td-login-panel-title">' . __td('Password recovery', TD_THEME_NAME) . '</div>
<div class="td-login-panel-descr">' . __td('Recover your password', TD_THEME_NAME) . '</div>
<div class="td_display_err"></div>
<div class="td-login-inputs"><input class="td-login-input" type="text" name="forgot_email" id="forgot_email" value="" required><label>' . __td('your email', TD_THEME_NAME) . '</label></div>
<input type="button" name="forgot_button" id="forgot_button" class="wpb_button btn td-login-button" value="' . __td('Send My Password', TD_THEME_NAME) . '">
<div class="td-login-info-text">' . __td('A password will be e-mailed to you.', TD_THEME_NAME) . '</div>
</div>
</div>
</div>
';
Please let me know where the files are for the mobile version so I can start fiddling with it.
-
This reply was modified 9 years by
tomashley.
Hello,
I use the mobile theme by tagdiv. It’s possible to show the instagram widget on the footer in mobile, like in the display mode?
Thanks!
The first code should work. It worked for me it removes the footer from mobile theme remember to place the code in themepanel> mobile theme> custom css
Hello,
I tried to hide the logo on the footer on mobile theme with different custom code:
.td-mobile-footer-wrap{
display:none;
}
and
@media (max-width: 767px) {
.td-footer-logo {
display: none;
}}
But with no success; I love the mobile theme by tagdiv, but I don’t want to display the logo on the footer…what’s the right code for do this?
Thanks
Please help me. My site is not visible properly on mobile devices.
It shows only short codes and logo is also not shown when page is refreshed.
Featured images are also not opened which I customized through child theme.
Let me mention here that I am using certain customization via child theme. Is it due to that reason?
Thanks.
I managed to fix my first issue.
To anyone who also want to hide menu in mobile theme I used this code in newspaper> mobile theme > custom code
.td-header-wrap{
display:none!important;
}
I still want to add a grid widget on my mobile theme thank you
Hello I have switched mobile theme plugin and I want to change few things.
1) How Do I remove the default header as I am using a ubermenu https://www.screencast.com/t/IOZckMojZ
2) Is there a way to remove the 3 featured post from mobile theme and replace them with a grid widgets?
Ignore this I have created a new thread regarding a mobile theme thank you.
Good afternoon,
I’d like to know how to modify the number and number of posts that show up in Mobile Theme.
For example:
I want to show only the last 5 posts and 3 specific categories.
How I can increment the number of showing featured posts?
By default is 3, but i need show 5.
And it´s posible don’t show the last posts? Just the featured category?
Thanks so much!
Hi
The WP Super Cache was installed and configured like indications, but anyway I disabled it for test. I was disabling all plugins and testing them, and when I disabled tagDiv Speed Booster all was better. I thought this was a esencial plugin for Newspaper template but now I realize the site is working well without it. I hope it.
I also disabled tagDiv Mobile Theme and Akismet. Is Akismet needed?
Thanks you for your help.
i switched to mobile theme and seems to be fixed
Hey how do I remove the header from the mobile theme?
I am using a responsive ad from adsense.
I don’t see mobile theme section on my theme panel? I have not enabled the mobile them maybe that’s the reason. Also is there any advantage of using td mobile theme?
Thank you
That does help a lot, Bogdan, and please accept my sincerest apologies, I was referencing the wrong image on my cloud ;-( Hopefully this will make sense now, what I am trying to do is to go from this, which is how the page currently looks on mobile:
http://media.altimac.com.s3.amazonaws.com/images/obits-mobile-A.png
to this:
http://media.altimac.com.s3.amazonaws.com/images/obits-mobile-B.png
so that we can see more than the top of the deceased’s head. It looks like you have given me some clues, though, that I could try either
@media (max-width:767px) {
.category-obituaries .td_module_mob_2 .td-module-thumb {
height: 116px;
}}
Or I could use the API as you noted and do something like
td_api_thumb::update(‘td_???????’,
array(
‘name’ => ‘td_????????’,
‘width’ => 100,
‘height’ => 75,
‘crop’ => array(‘center’, ‘middle’),? ‘none’?
‘post_format_icon_size’ => ‘small’,
‘used_on’ => array(
‘Module 6, 7’, ‘Block 1, 2, 7, 8’
)
)
);
where “td_???????” are the thumbnails that are used in the mobile posts loop page for both the “grid” of the first three listings and then the list of the remainder. I am thinking they are td_324x160 for the grid and td_80x60 for the list of posts following but that is my best guess based on how they look on the mobile theme.
The js files in our theme are found here: https://www.screencast.com/t/7GYqYOPT
2 for the main theme and 2 for the mobile theme.
Thanks.
Hello,
1) It seems that your mobile ad has a fixed width and that width is bigger than the device you use. Please use a responsive ad for mobile phones.
2) Please add this code in the theme panel-> mobile theme-> custom code section:
.td-mobile-footer-wrap{
display:none;
}
Thank you!
OK, i’ll try one more time on this. What I really want to achieve is this:
http://media.altimac.com.s3.amazonaws.com/images/obits-mobile3.png
So that the people’s heads are not cut off. I was hoping there was a simple way to go this via CSS but no matter where I look, I cannot find a rule that sets the height of the images in the mobile theme. IF you can just tell me what the selector is that determines that, or where the rule is in the styles.css file, I can change it. I already created a rule to disable the images completely, but I would rather be able to show them as long as they are “normal” size and don’t just show the tops of people’s heads. Again, I don’t mean to be a pest about this but in our newspaper, and in every newspaper all over the world, there are dozens of “head shots’ of individuals that are all getting chopped off because of the default styling of the mobile theme. All I want to do is adjust that so that the images are acceptable to us and to our readers. Thanks!
Hello,
Please add this code in the theme panel-> mobile theme settings-> custom css box:
.td-a-rec-id-header_mob{
margin:0!important;
}
https://www.screencast.com/t/0l8kEv2G32xn
Thank you!
Hi,
Now I’m confused. What are you really trying to achieve. You mention above you want to disable the images because of he cropping. You simply need to add the code in the mobile theme section under custom css and the images will no longer show up. The mobile theme is tied to the main theme in many ways, yes.
The css for the mobile theme can be found here: https://www.screencast.com/t/roauOvGoJ
Or you can simply add a custom css code in the section mentioned above.
Thank you!
I’m looking to reduce the whitespace surrounding the Header Ad in the mobile theme.
I want to reduce the top and bottom padding, but I’m not sure where in the css to make this change.
How can I do this?
Thank you, Bogdan and I do have some CSS in that field already, but my problem is I can’t seem to figure out what template is used to render that post loop page when using the mobile theme. I’ve had no problem determining which template does what for desktop, but there seem to be a lot of things in the mobile theme that refer back to grids and templates and CSS rules in the primary theme directory, as well as the mobile theme directory. That’s why I am confused, unless I am totally mistaken about how the mobile theme works. And again, I am not asking you to write the modifications for me, I just need a pointer to in which section of the CSS are the rules that would need to be altered so that only the mobile post loop is affected. When I use Firebug to determine the CSS selectors, they seem to be in numerous places.
Hello,
Sorry but we have not tested the AMP plugin so I cannot say for sure. We do know it works with the standard theme but we do not know if it will work properly with the mobile theme or not. Some users claim it works without issues. We have not tested this ourselves though.
Thank you!
Hello,
Sorry but our theme does not have any ad refresh option. I’m not sure what slideshow you are referring to.
As for the more articles box, you can enable it for mobile phones using thsi css code:
@media (max-width: 767px){
.td-more-articles-box {
display: block!important;
}}
Thank you!
Hi,
I have tested the code before providing it and now also, and it is working as intended
– https://www.screencast.com/t/1tx5Y0Ftk
– https://www.screencast.com/t/L3nIFzn5
– https://www.screencast.com/t/RslZJIlTCKq6
Try clearing your cache after inserting the code, maybe this is why the code does not apply.
Also for the mobile theme not working properly, you could try the solution provided in this topic
– https://forum.tagdiv.com/topic/mobile-theme-issues-5/
Thanks