- NewsmagLoading image effects
- NewsmagRequirements for Newsmag
- NewsmagBlock settings tutorial
Hi,
That would be the page padding top and bottom, like here for example
– https://www.screencast.com/t/WItuGiDD
It could be removed with this code, you can try it
.td-main-page-wrap {
padding-top:0;
}
.td-main-content-wrap {
padding-bottom:0;
}
If it is not working or you want something else, please provide a link to the page in question.
Thanks
Hi,
The top grid cannot be disabled, unless you remove all posts from the Featured category so it will not appear, but that is not a good solution.
You could achieve that a different way, it will require a modification to the mobile front page template. The slider can be then placed above the top grid, like this
– https://www.screencast.com/t/EdPqz4Ode
– https://www.screencast.com/t/F5pmyn1oY1
<?php echo do_shortcode ('enter shortcode here'); ?>
The result would be like this – https://www.screencast.com/t/iyizmSRu0a
Some margins could be added to top and bottom if needed
– https://www.screencast.com/t/TagJsncTRb
This would be the code for that, you can modify the pixel values as you wish, then enter the code in Theme panel->Mobile theme->Custom CSS code section
.rev_slider_wrapper {
margin-top:5px!important;
margin-bottom:5px!important;
}
If you want the slider to be full width (no margin left or right) that can be done in the slider settings
– https://www.screencast.com/t/KBRtdV3o7y7q
– https://www.screencast.com/t/IhIWzEvv
Result – https://www.screencast.com/t/sPIvQk6BdT
The top and bottom margin would be like this if you make the slider full width
– https://www.screencast.com/t/866eQxCEh
.forcefullwidth_wrapper_tp_banner {
margin-top:5px!important;
margin-bottom:5px!important;
}
Thanks
Hi,
Seems the website loading speed has greatly improved, it is very fast. The only issue I can see is a 404 error on the post page, related to the content bottom ad
– https://www.screencast.com/t/NUzG1utg
Check the theme panel and remove or verify the article bottom ad. The screenshot you provided point to the theme internal font, but there is no problem with it from what I can see
– https://www.screencast.com/t/5N96jmGBP
Thanks
Best way to do custom CSS, btw; is simply add to bottom of the style.css and minify; don’t place in the theme panel.
Also, if your host supports mod_pagespeed there is a nifty filter to remove comments, empty spaces and line breaks at the server level.
Not perfect answer, but that’s what I do. 🙂
Hi,
If you mean this heading – https://www.screencast.com/t/Sk7fefcZJ
I believe that is added by Woocommerce here – https://www.screencast.com/t/fLAmDLaaGHY
You could edit the plugin and remove it in the files as shown. Or remove the heading with some CSS like this
– https://www.screencast.com/t/FV6xAUqEMRVk
.single-product .woocommerce-Tabs-panel h2 {
display: none;
}
Maybe add some margin as well to compensate for the removal of the heading, if you want to
– https://www.screencast.com/t/A9i5TB8GTZ
.single-product .product ul.tabs {
margin-bottom: 30px!important;
}
Thanks
Hi,
I use the Newspaper 8 theme. Most of the articles in my blog are written by me. My blog contains some articles written by my friends. Because I think that it takes up a lot of space on the pages and that it is untidy, I removed the “Author” section, which is located at the bottom of every post. I just want to add the “Author” section for only the selected post.
How can I do this?
Thanks in advance for your interest and help.
Hi,
I’m currently using 2 Blocks on my page, Homepage Post and Big Grid 6. Is there anyway i can remove the Big grid styles? Currently using the Default, animation is ok, but this choice is “darkening” the bottom half of the images i post. Is there any workaround to do this?
Thanks in advance!
Yes. This is how WordPress works – it ‘clears’ the active widgets when changing themes. It’s not theme related.
Usually it will move the items to bottom of appearance > widgets as ‘deactivated’ and you can drag stuff back into working widget boxes.
WordPress does this, as otherwise site would crash trying to do queries for non-existant theme code for a widget from theme running on different theme.
Welcome to WordPress! 🙂
I think there is a plugin, I’ve not tried it, which allows you to save the ‘state’ of widgets, so you can go between themes and keep widgets as is (maybe it’s ‘theme switcher’ ?). Not sure. But you can go to WordPress.org and look at plugin repo to check that.
( I don’t work here – just some advice. )
Hi,
Remove it from the mentioned file, it will not be loaded anymore. There is a top sharing and bottom sharing, remove the Twitter link from both these locations
– https://www.screencast.com/t/buYja1TjjEE
This will remove the Twitter button – https://www.screencast.com/t/TNssh1wZ6bm
Thanks
Hi There!
I love your theme – you guys did an AMAZING job!
I am, however, having problems with WordPress built-in cropping feature. I think it’s a WP core issue because it’s happening with featured images, product images, and images in post/pages. I believe WP can automatically crop an image without cutting out parts of the image correct?
For example, one of my images is:
https://1m3wnq4dk41o3xjsyg127meb-wpengine.netdna-ssl.com/wp-content/uploads/2017/10/Gundo-8413-True-Royal-Triblend.jpg
When WordPress crops the image it looks like this:
https://1m3wnq4dk41o3xjsyg127meb-wpengine.netdna-ssl.com/wp-content/uploads/2017/10/Gundo-8413-True-Royal-Triblend-600×600.jpg
See how the top and the bottom of the image is cut off?
Another issue is with Visual Composer. When I use the “single image” option and try to apply the size small, medium, full, thumbnail, to the image the image size does NOT change in the post – it stays the same (the full-size image).
Is there a setting in the theme panel I missed that says to maintain the image or something?
I could really use your help with this as I cannot move forward until this is fixed.
Thank you so much!
Hi,
The image limit for Image Box is set to 4. You could add another Image Box element bellow the one you use and configure it – https://www.screencast.com/t/wiOhj0F5Cs
To remove the margin between them you could add an extra class to the first Image Box element – https://www.screencast.com/t/f6lymMIO and use custom css in Theme Panel > Custom Css – https://www.screencast.com/t/x6I2C7yQNFYC
.yourclass {
margin-bottom: 5px !important;
}
Hope this helps!
Okay, I hope I’m able to describe my issue clearly. It’s really two issues, neither of which I think are broken, I’m just doing something wrong.
1. My first issue is how do I make the side-bar continuous. What I mean by that is, when I’m setting up the home page, I create a row and add my elements, and I’ve been adding elements to the side bar as well, but they have to be on the same row as the left element on that row.
Sometimes the side bar element is isn’t as big as the content element, leaving weird gaps in the sidebar. Is there a way to have the side bar separate from rows, and have the elements run continuously down the right side regardless of what’s on the left side?
2. My second issue will most likely be fixed with the first issue, but it relates to the mobile view. Most themes I’ve had will put the side bar on the bottom of the content bar on mobile devices.
Because I’m creating content and sidebar on the same row, instead of have all content, then sidebar as you scroll down, I get content, sidebar element, content, side bar element, etc. it ruins the flow by having the sidebar intermixed, as opposed to having it move to the bottom.
My site is still under construction, but you can see what it looks like by going to GoingFor2.com.
Hi,
The Latest articles section will be added to the bottom of the page, when the required page template is selected
– https://forum.tagdiv.com/page-templates-2/
It can be customized in terms of module used to display the posts, and the content it displays
– https://www.screencast.com/t/k7EkZdPk0En
This section can also have a custom sidebar set
– https://www.screencast.com/t/VJ6GBbk9N
Or it can be removed by selecting a different page template.
Thanks
Hi,
The gradient could be removed with some CSS. The bottom box color in that grid style will be the theme accent color
– https://www.screencast.com/t/L4H3XI3z
You could keep the current accent color and change the bottom, box color with a code like this
– https://www.screencast.com/t/hdwUP1xoExy
The color is in rgba format, the last value being the opacity or transparency of the background color. You can use any color or color code format you want. Then enter the code in Theme panel->Custom CSS
.td_block_big_grid_fl_9.td-grid-style-4 .entry-title {
background-color: rgba(75,0,130, 0.7);
}
Thanks
Got a little more time on my hands to explain it now, so here it goes.
Everything I will post is regarding the desktop (1141px+) view, and the code is in the Advanced CSS -> Desktop Box.
The code I’m using is as follows
.single_template_7 .td-backstretch{
transform: translate3d(-50%, -25%, 0px) scale(1.15, 1.15)!important;
}
.td-post-template-7 .td-post-header{
height:850px;
}
The image I am using is this one. The dimensions are 1920×1280
This is how the post displays on a full HD monitor (1884 width image) It looks absolutely beautiful (IMO) – Preview
If you resize the browser to emulate smaller series, a black bar begins to appear at the bottom as the image is resized dynamically. Due to the new 850px height, the image no longer covers the required area. – Preview (Note the black bar at the bottom)
As I continue to resize the browser, the black bar enlarges as the image gets smaller and eventually begins to look quite bad. Preview
As you can see, it’s still cutting off quite a large amount of the image at the top, despite the black bar appearing at the bottom. Is there a way to…’pin’ the bottom of the image, to the bottom of the header image display area, so it’ll stop creating a black bar? I can move the image down, but then it starts to cut off the bottom of the image more…and motorsport is a pain in that the car is always at the bottom. So being able to pin the bottom of the image to the bottom of the header area would solve it.
Because the mobile devices have a relatively narrow window width they operate in, it doesn’t really cause a problem in those views and I can manage it. It’s the fact that desktops have to range from 1140 up to 1920 that’s causing an issue.
Hope this explains things a bit better!
-
This reply was modified 8 years by
ds.ellis.
Hi Simion,
It’s actually something that happens on desktop only (width greater than 1141px). As you adjust the browser window down from 1920px, the image is dynamically resized to suit the new browser window. The header is still 1000px tall, but because the image is being resized, it eventually becomes too small to fill the entire header and is replaced by plain black.
You’re right that putting the code into the Desktop section fixes the mobile devices, but the desktop section still displays black at the bottom, because the image is now slightly higher than it used to be (the -40% from the original code is now -20%).
One way of fixing it is to use the first bit of code and move the image down, but as I said, motorsport photography tends to be done with the car at the bottom, so I’m losing the car in the majority of shots. It’d be ideal if the image did not resize with the window in the Desktop view at all, and which would mean I could ‘pin’ the image from the bottom, rather than top. 🙂
I might be REALLY bad at explaining things, lol.
Cheers guys.
-
This reply was modified 8 years by
ds.ellis.
Quick update: I removed all the ads code in the theme panel but i see now an ad at the vere bottom of the site just below the footer. What is that thing? I don;t even know how it appeared and I dont know how to get rid of it. Any help please?
Hello,
In order to move over from VC to the tagdiv composer you should follow this guide https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/
As for the ad on the bottom of the post, please check the ads section of the theme panel and remove any unwanted ads. That is the ‘article bottom ad’
Thanks
Hello peopleabroad,
Yes, valid reasons in this regard would be the thing that on tablet and mobile, exists the Scroll effect which allows you to move to the top or move to the bottom very easy, right? That’s the main reason that our developers hide this functionality for mobile and tablet devices.
Another alternative for you would be to use a bit of CSS code to do this. Try the code below and place it in Theme panel -> Custom CSS area and enable this functionality.
The code is ->
@media (max-width: 767px){
.td-scroll-up {
display: block;
}
}
Thanks for your understanding!
Hi, I asked this question in another topic thread that wasn’t related, so i’m just reposting here. How do I delete the ads that come with the theme at the end of each of my posts?
http://streamtheplanet.com/kissanime-kodi/
Hello,
My website is http://jazko.com/#
1) Where should I go to remove STAY CONNECTED (facebook/twitter/youtube) I don’t mean to remove the social icons for all pages, but do not want them to appear on the homepage to show how many followers at first sight. Can I remove the entire section including the bar says ” STAY CONNECTED”?
2) I am installing Default Demo (dummy version) , and wonder where should I go to edit the articles for “Lifestyle News” and “Make It Modern”? In other word, how do I choose which articles to show up on those sections? Can the headline or title to be changed from ” Lifestyle News” to “Lifestyle”? or they cannot be changed?
3) What tags do I need to add to make sure stories show up on the top of the page? Big rectangular space(not ads) cut into 4 different categories? Where can I go to change the setting if I want them to be reduced to 1 big space for top story only? (1 instead of 4)
4) If you roll down on homepage, to Lifestyle news section, you can find first article written in Chinese. I added the phrase “tbd” to the story. My question is, I don’t want to reveal all story when people read them on homepage. I want it to stopped at where I typed “tbd” , so the readers who are interested to carry on, they can hit “Read More…” and enter that page to finish up the story. How do I do that?
5) If I want to remove the whole section at homepage as I think it is too long for readers to scroll down to the bottom. Let’s say, if I wish to remove the entire section of Tech and Gadgets, where should I go to do so?
Thank you for your help.
1 – How can I move the “source” and the tags from the bottom to the top of my posts?


2 – How can I remove the view counter and the commentary counter from the whole site?


3 – How can I change the social networks buttons?

Thanks a lot for the help!
How i remove blank space between text and ad (top and bottom)in single post. (See screenshot.)
You can see my website in my profile.
Hi Guys, I can’t seem to remove unnecessary padding on the bottom of images in post content and in sidebars, is there a default value set for this in the themes css?
Thanks
Matt
Hey Chris, I’ve made my mind and stept off of AMP for now. Will optimize my pages further to make the speed go up and deliver a better user experience. Already upgraded to PHP 7.1, moved some non-essential JS-code to the bottom of the header, minified CSS + JS including above the fold optimization. It really works wonders so far. Have tried multiple times on a test-VPS to get http2 to run, but Custombuild 2.0 (DirectAdmin) doesn’t natively support it yet. The following tutorial for example:
https://www.vultr.com/docs/how-to-activate-http2-support-on-directadmin-centos
Everything goes well, until cURL comes around the corner. Online checks don’t show my websites using http2, and the following command is not being recognized: ‘curl –http2 example.org’. Can’t get it set up right, but might have to do something with the ISO that my provider uses for CentOS 7 + DirectAdmin VPS’s.
Anyway, that’s not a story for this forum. 😀
Thanks for your information so far! It has been very helpful.