- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi,
Unfortunately, we cannot replicate this issue to our devices because we do not have iPad 2 with such an old iOS, sorry! This task involves doing such a custom modification only for your devices and you need to do it yourself through creating your own custom CSS code, using the Inspector Browser from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks for your understanding!
Hi,
This can be a plugin conflict, you can try to deactivate all non theme plugins, clear all cache and look again.
Also you can try to hide that video, if you want to do that you need to add the below custom css in Newspaper>theme panel>Custom code>Custom css
.td-post-sharing-classic{
display:none;
}
Thank you.
I mean to say that if I remove paragraph “disable the plugins if there are incompatible plugins” from speedbooster plugin then my own custom CSS (custom code) will be stoped working.
Hi,
I think this is a possible with some hard work, but if you want to try you can see the documentation for this here -> https://www.w3schools.com/css/css_tooltip.asp
Thank you.
Hi,
If this is what you want to achieve -> https://www.screencast.com/t/tP6L7RLk
Please add the below custom css in Newspaper>Theme panel>Custom code>Custom css
.td_ajax_load_more {
width: 100%;
}
.td-load-more-wrap a {
background-color: #000;
color: white;
}
Thanks.
Hi,
You can check this by using the inspector like in custom css
– https://www.screencast.com/t/y5f46XB0RLl
– https://www.screencast.com/t/5AvjtDPKm3b
– https://www.screencast.com/t/oM9C12G0
Thank you.
Thanks – can you give me any CSS code to solve this problem? (For iPad 2 from 2011, running iOS 9.3 – a lot of our readers may have older devices.)
Here is a shot of what I am seeing:
https://drive.google.com/open?id=1fLOAYEA60yi8gej1uNBUb7CQNM2Knl5P
There should be no heading or text over any image. It should look like this:
https://drive.google.com/file/d/1-ULP9CMmYzryuoJlJ_B6GOHw8jbrktfd/view?usp=sharing
Hi,
For making this customize on Load More button you’ll need some custom css, if you need help please provide a link to your website were I make an inspection to Load more button, in this way I will be able to provide you the right answer.
You can change from 10 post in 5 post in Settings > Reading https://www.screencast.com/t/CpnuFAnS
Thank you.
Hi,
So if those settings are not working -> https://www.screencast.com/t/o7GdFIcL the next option is to set some custom css for the Live search text
.td-header-top-menu .td-drop-down-search .entry-title a {
color: black;
}
Please add this custom css in Newspaper>theme panel>Custom code>Custom css
-> https://www.screencast.com/t/B7IDKVhiAe3v
Thank you.
@Viju The discussion is regarding the speedbooster plugin. What custom CSS are you referring to exactly? Sorry if I misunderstand something.
Hi,
So something like this maybe – http://prntscr.com/m8dr76
.td-post-sharing-bottom .td-post-sharing-classic {
float: right;
top:25px;
}
.td-post-sharing-bottom {
padding: 0px 0 15px 0;
}
Be sure to enter it in Advances CSS in the desktop section, as this modifications may not look so good on smaller devices.
Thanks
I already did this method but custom CSS won’t work.
Any other idea?
Thanks.
Hi,
Please add this custom css in Newspaper>theme panel>Custom code>Advance css> phones
https://www.screencast.com/t/VObCKxWv2y
.td-main-page-wrap {
padding-top: 0px;
}
https://www.screencast.com/t/w8AIZ8AP
Thanks.
Old argument – and I am likely one of the biggest naysayers on child themes, personally, as it’s an additional redirect of the main CSS; further, over time, when there are ‘major’ theme updates/upgrades, the child theme has to be updated as well (kind of like pesky WooCommerce templates) — which entirely defeats their purpose beyond style over-rides.
It’s a general ‘norm’ to have child themes as part of WordPress, but ideally better to consider simply adding another css file that over-rides main theme css, and perhaps load that vs modifying sub-templates as child theme.
This is *only* my opinion, based on using WP since 2004, so I’m a bit biased based on how we used to have to tweak for speed/performance. Less of an issue now with http/2 and PHP 7.2, etc. But used to be minor speed bump to do child load on top of main load.
Hi,
Here is talking about margin-top and margin-bottom values as you can see here -> https://www.screencast.com/t/f1ZELKls If you want to change these values which come by default with the theme, you need to use such a custom CSS code, using the Inspector browser to create your own Custom CSS code. For example, for h3 tag, you can use the code below and place it in the Theme panel -> Custom CSS area. Look at this -> https://www.screencast.com/t/BCscaH4BbVa0
.td-post-content h3{
margin-top:300px;
margin-bottom:200px;
}
Thanks.
Hi,
The CSS tab is presented here -> https://forum.tagdiv.com/block-settings-guide/ -> https://www.screencast.com/t/m3uIvuYUwe Also, form ore information Box Model, please check here -> https://www.w3schools.com/css/css_boxmodel.asp
Thanks.
Thanks – I have discovered by accident how borders work – by adding values to the border margin in CSS tab. Correct? So question answered… Did I miss some documentation in your manuals on this?
Hi,
Please notice that’s the default functionality of the theme when you are using a big grid. This is the responsive version of this element, sorry! You can try using a bit of CSS code if you like to display in this way -> https://www.screencast.com/t/87UD6gLH1
@media (max-width: 767px){
.td_block_big_grid_2 .td-big-grid-post {
height: auto;
}}
Thanks.
Hi,
lease use these guides to make the implementation properly:
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/
https://forum.tagdiv.com/topic/moving-to-ssl/
Thank you!
Am rezolvat problema prin mutarea codului urmator inainte </div> <!– /content –>
<?php
if (have_comments()) {
// on Newspaper the css class ‘td-pb-padding-side’ is not applied
$td_css_cls_pb_padding_side = ”;
$td_css_cls_block_title = ”;
$global_block_template_id = td_options::get(‘tds_global_block_template’, ‘td_block_template_1’);
if (‘Newsmag’ == TD_THEME_NAME) {
$td_css_cls_pb_padding_side = ‘td-pb-padding-side ‘;
} else if (‘Newspaper’ == TD_THEME_NAME) {
$td_css_cls_block_title = ‘td-block-title’;
if ($global_block_template_id === ‘td_block_template_1’) {
$td_css_cls_block_title = ‘block-title’;
}
}
$num_comments = get_comments_number(); // get_comments_number returns only a numeric value
if ($num_comments > 1) {
$td_comments_no_text = $num_comments . ‘ ‘ . __td(‘COMMENTS’, TD_THEME_NAME);
} else {
$td_comments_no_text = __td(‘1 COMMENT’, TD_THEME_NAME);
}
?>
<div class=”td-comments-title-wrap <?php echo $td_css_cls_pb_padding_side . $global_block_template_id?>”>
<h4 class=”td-comments-title <?php echo $td_css_cls_block_title?>”><span><?php echo $td_comments_no_text?></span></h4>
</div>
- “>
<?php wp_list_comments(array(‘callback’ => ‘td_comment’)); ?>
<div class=”comment-pagination”>
<?php previous_comments_link(); ?>
<?php next_comments_link(); ?>
</div>
<?php }?>
I have now worked around this rendering problem on tablet by adjusting margin for tablet portrait and landscape under the CSS tab – is this the default way to get your columns equal? That’s ok if so, but please advise if there is another method.
However, I am still seeing header and text moving up and overlaying image on the iPad. This problem does not occur when resizing desktop browser to tab size. Can you explain/resolve this iPad problem? Do you have a tablet you could test http://jazzreview.co.uk and tell me if you see header and text overlaying image?
Thanks again – your help is invaluable. This is a test site I want to launch to another url on Thursday.
Hey Simion, good to hear about the CSS optimization and reduction. Always nice to know that the devs are looking for more ways to simplify for performance.
The following themes are installed but incomplete.
Name Description
Newspaper Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet.
Hello. There is a thin, grey line in the footer, under the footer widgets but above the footer info content.
I’d like to remove it but can’t seem to find the code in the css for this.
Can you please guide me to the css I need to edit for this. Thanks in advance
Hi,
1. This is possible only with custom css , if you need help with this please provide a link to your website in this way I will be able to provide you the right css.
2. If you are using the mobile theme you need to set the content for page in mobile editor, please read our documentation for mobile theme -> https://forum.tagdiv.com/the-mobile-theme/
Thank you for your understanding.