- NewsmagBlock settings tutorial
- NewsmagCategory tag on modules/blocks
- NewsmagtagDiv Composer Tutorial
- NewsmagWeather Widget
- NewsmagExchange widget
- NewsmagInstagram widget
- NewsmagHow to use the Visual Composer plugin
- NewsmagIntroduction
- NewsmagFooter templates
- NewsmagCustom ad spots
- NewsmagLoading image effects
- NewsmagSmart sidebar
- NewsmagFeatured images
- NewsmagGeneral settings
- Newsmag7 days post sorting
- NewsmagTheme thumbs
- NewsmagExcerpts introduction
- NewsmagTheme colors introduction
- NewsmagtagDiv slider gallery
- NewsmagVideo playlist
Is this a bug with the Theme?
You rock man. Thank you. The header has the issue also. It appeared correct because the demo image ad was there also (duplicate banners ads on top of each other).
This was the actual header ad code.
<div class="td-all-devices">
<div data-mantis-zone="header"></div>
</div>
If I add the image, the mantis ad displays proper size.
Went ahead and added:
.td-a-rec-id-header .td-all-devices {
display: block;
}
That fixed the issue as well. Appreciate your help. Just wonder if this is a bug that should be reported somehow?
Thank you and Appreciate the great support.
Hi!
Been using the theme for a month and it’s been great regarding functions and customization. The only thing I’ve been really fighting with is performance, as the theme generates lots and lots of inline CSS & JS instead of having main cores on files which I can compress and cache.
So far I’ve done all the optimizations recommended, using WP Cache and also Fast Minify. They work as intended, however there’s one thing they can’t fix: Inline code.
The Theme Panel puts all the custom fonts, colors and customizations in inline code instead of storing them in a file, making it impossible to compress, minify and cache those files, while also render those customizations last.
Is there a way I can easily modify the code (I’m a dev), without breaking updates, for putting those customizations on a file instead of inline?
And as a suggestion, reducing the inline code both for the Theme Panel customizations and for the Blocks would be a huge performance hit on this theme. Even on dedicated servers it’s not loading as fast.
Regards and thanks
Ako ti je proradilo ovo sa brisanjem keĆĄa onda je to to.
TakoÄer, kao ĆĄto ti Äovjek ispod kaĆŸe: iskljuÄi sve nepotrebne pluginove od teme, makni sve custom kodove i vidi dal je sve ok. Uostalom stvarno vidi dal ti je na drugim kompjuterima upaljen adblock neki. Ako je iskljuÄi to, jer adblockeri blokiraju reklame đ
Hi.
Thumbnail cropping does not seem to work.
https://prnt.sc/h2qwa6
Thumbs on Modules/Blocks,Has been fully enabledă
https://prnt.sc/h2qx57
Hi,
This code will surely center align the titles
– https://www.screencast.com/t/MtoCoLB6
There was a stronger code left aligning this element, from the demo you have installed
.td-blog-fitness .td-footer-wrapper .block-title,
.td-blog-fitness .td-footer-wrapper .block-title{
text-align: center!important;
}
If you want the About me text to be aligned as well add this code
– https://www.screencast.com/t/4p1Ypt64gM4J
.td-blog-fitness .td-footer-wrapper .footer-text-wrap {
text-align:center;
}
Thanks
Hi,
If I understand correctly the image was displayed vertically in the post page. I have not heard about this issue before, could not say what is causing it. I believe the image is originally like that, from what I can see this is the original image used
– https://i1.wp.com/jazko.com/wp-content/uploads/2017/10/DSC_0322.jpg
WordPress has an option to rotate the images after uploading them in the media library
– https://www.screencast.com/t/WbasznpouK5
Or you can process the images before you upload them, in a photo editing program for example.
Images should not change orientation once uploaded the intended way. I have not heard of this issue before, but every day is something new.
As I understand there are multiple options to implement that verification code. The easiest way would be to add the code as mentioned, in the theme header file. That will be sufficient. The file is located in the main theme folder, on the server you are using. They can be accessed by FTP
– https://premium.wpmudev.org/blog/wordpress-theme-files/
– http://www.wpbeginner.com/beginners-guide/beginners-guide-to-wordpress-file-and-directory-structure/
Or you could simply use the default WordPress editor, like this
– https://www.screencast.com/t/ET50xtubPbKo
Regarding the page issue, from what I can see it is not displaying correctly at the moment. Edit the page with the tagDiv composer and make sure all the elements are placed corrector. You could simply remove the block with issues and add it again.
The easiest way to implement additional sharing would be to use sharing plugins. The alternative is by code modification only and manual implementation. I could not say if or when more sharing options will be added in the theme by default.
Thanks
Hello,
Just a thought but are you sure your users don’t have adblock on? Happens to me all the time.
If not, please try to disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hi,
On each block you can filter posts by specific categories, please check block settings tutorial – https://forum.tagdiv.com/block-settings-tutorial/ There is an option also to exclude categories
Or you can try unique articles or offset features – https://forum.tagdiv.com/unique-articles/ – https://forum.tagdiv.com/offset-feature/
Thanks!
Hi,
Please enter this code in Theme panel->Custom CSS section, it will fix the issue with the article bottom ad
– https://www.screencast.com/t/67sPOYzd4p7t
.td-a-rec-id-content_bottom .td-all-devices {
display: block;
}
The header ad seems to be displaying properly from what I can see
– https://www.screencast.com/t/sapEeWxu
Thanks
Hello,
It could be a plugin that is no longer compatible with the new version of the theme or certain blocked content from the host side. We have encountered both situations so please disable all plugins and clear all caching and then check for any blocked files in htaccess and contact your host and ask for any blocked files from the host side.
Thank you!
Hi,
I believe that demo you have installed has conditions to remove the author name. It will not be displayed
– https://demo.tagdiv.com/newspaper_blog_beauty/
Each demo has custom design, this is one of the design choices for this demo. Along with module comments, post views in the post page and comment count in the post page. If you want to display the author name, you will have to remove this code in the demo stylesheet
– https://www.screencast.com/t/sZ19cY5uol
Remove just the author name from the code if that is the only meta you want to display.
Or use a code like this to make it visible, the result is like this
– https://www.screencast.com/t/Zn5MmWwb
It will not have any styling similar to the demo, since it was not meant to be displayed. You could make it aligned with the date
– https://www.screencast.com/t/9hYneSVq47xI
.td-blog-beauty .td-post-author-name {
display: inline-block;
top: 3px;
}
Then further customize the font properties – https://www.screencast.com/t/pCnp6jUtF1i
Thanks
Hi,
If you use the Jetpack sorting option, everything will be processed through the plugin, with no influence by the theme. If the plugin has settings to modify the time period, you can give it a try.
Additionally as mentioned in the guide no other setting from the Filter tab will work in that block, the block cannot have pagination as well
– https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
This is unusual, I see the problem you are referring to. There are 6 posts in the “LOL” category for example, and the mega menu block finds 6
– https://www.screencast.com/t/O9FQkAZX
But the pagination does not seem to display the 6th post. Besides a duplicate post in that category I don’t see any other issue. There are no errors in the page that would indicate why this is happening.
A suggestion would be to deactivate all plugins except theme plugins as a test, and clear all caching. Check the theme system status and see if all the parameters are according to this guide
– https://forum.tagdiv.com/system-status-parameters-guide/
Then check if this has any effect, let us know the results.
Thanks
Hello fquiquet,
Yes! If you want to change this style you should add the above code which I gave you above directly in style.css and then you can customize each block header from the composer.
Thanks for your understanding!
Hi,
Please edit the page with the tagDiv composer and there you will see all the elements that the page contains. Simply click on the block or element you want and customize it. More information about the tagDiv composer here
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Also here are all the available block settings and options
– https://forum.tagdiv.com/block-settings-tutorial/
Thanks
Hello morebusiness,
Sorry but the theme does not allow you to make an infinite scroll for Woocommerce page products, sorry! Only available type pagination for this kind of page is numeric pagination, like this -> https://www.screencast.com/t/SKAc517MtnVN
The mega menu has not been designed to display the shop pages but only our posts and default pages.
If you want to hide the ads for the Woocommerce page you should use a bit of CSS code for this and target your page desired by page ID.
Notice that our theme has the own sign in/login functionality and does not use the Woocoemmerce’s functionality in this case. The Woocommerce log in should be applied only for Woocommerce elements. You should check the plugin’s documentation here -> https://docs.woocommerce.com/?s=login&post_type=documentation&search_in=3
If you do not like the design of it you should create your own style using a bit of CSS code but notice that it have to do by yourself because we cannot provide custom work at the moment, sorry!
Check the plugin’s settings to enable or disable all of the specific plugin’s elements, sorry!
Sorry but that question regarding on Google Translate is not theme related! If you want to know how this can be done, please google it. As a hint, you can take a closer look at this tutorial -> http://nationbuilder.com/google_translate_widget
Sorry but please notice that the standard position of social sharing networks cannot be changed very easy because the theme layout will be damaged, sorry!
.td-default-sharing .td-social-sharing-buttons {
border: 1px solid #ebebeb;
border-radius: 20px;
}
The result is here -> https://www.screencast.com/t/R5eWwNSa
I guess that you are using the Footer template style 1 which comes by default with these widgets. If you want to change the content of it notice that you can do this only by the code. So, if you want to create your own Footer template style, I recommend you to use the Footer template style 5 according to our documentation here -> https://forum.tagdiv.com/footer-templates/
Notice that the Editor Picks is just a simple block style 7 sorted by some default parameters as you can see here -> https://www.screencast.com/t/me51SX6Vj6h
Hope this helps!
Thanks for your understanding!
Hello Catalin. I want block 9 to look like block 9 as in the official Gadgets demo, as show at the official demo sites. See also the screenshot in the link as in first post.
The site currently looks the Global medicine official Newspaper demo, where block 9 looks differently. http://www.screencast.com/t/sCcErAroZ
Hello Frydenborg,
Please provide your website URL so I can take a closer look at your block 9 style and also, you should provide some useful screenshots to show me, how exactly do you want to look this.
Thanks for the message!
Hi!
I am building a newssite and need a system that excludes a post to be visible more than one place on the frontpage. Is there an easy way to do this automatic?
This is what i am thinking of:
Big grid: My four most recent news
Ads
Block: Fifth to ninth moste recent news
Ads
Block: Category with recent news in category excluding those shown in Big grid and first block
English is not my first language so please dont make it to complicated… đ
Beste regards
Tore
hi simon,
I want add to title icon in social media block.
example: https://cdn.pbrd.co/images/GQPoXPz.png
I try your icon methods but social media block don’t work. It’s breaking.
Hello zaone,
Try to use the block 7 because on mobile, you will bring this kind of layout, like this -> https://www.screencast.com/t/HP1aujDfPh9q
Thanks for your understanding!
Hi,
Unfortunately I don’t understand what exactly you want to do with the posts. Please provide more details about the matter, for a more accurate answer.
If you want to customize the way blocks and grids display posts, this is a guide presenting all the available settings and options
– https://forum.tagdiv.com/block-settings-guide/
Thanks
Useful to read through theme docs to learn what everything does, try here for example
https://forum.tagdiv.com/theme-blocks-modules/
Can you explain what Modules are to me? There is a lot about Modules in the Block Settings and Excerpts in the Theme Panel and I donât understand what it means or why I might want to change any of the default settings.