- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperHow to use the Flex Blocks cache option
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to insert a block inside the content of a post
- NewspaperFlex Block Settings Guide
- NewspaperMeta Info on Modules and Blocks
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewsmagBlock settings tutorial
- NewsmagCategory tag on modules/blocks
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- ApiPractical example – How to add a new Block and Module
- Apitd_api_block::delete
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
Hi,
Unfortunately we don’t have a guide available for this.
@eliddon
What you could do is to use the latest article section on your page and use the module 7 layout with or without the excerpt, you will have look like this (without excerpt): http://screencast.com/t/njj39Tytqa1 – with excerpt: http://demo.tagdiv.com/newspaper/category/module-7-category/
Unfortunately the module 7 is an extension of module 1 which can’t be used on blocks, just on loops that is why you have to use the template with latest articles section.
Hope this helps!
Thanks
Hi,
Having those open graph tags og: should solve this however I’ve checked your site using the FB debugger tool and noticed this curl errors: http://screencast.com/t/betP0eGVld5h
This looks like an issues from fb end so you could also address this to their support.
After some research I found that it seems
“Facebook have acknowledged it as a valid bug and it has been “Assigned” for fixing.”
This might also help you: http://stackoverflow.com/questions/27484611/unable-to-paste-links-to-our-site-into-facebook-incorrect-errors-on-facebook-sc
Thanks
Hi,
If the plugin comes with a shortcode you could use a Text block to call it on page – http://screencast.com/t/ISbiHvwk
Thank you, Emil G.
Hi,
You can change block2 to use module 10 which uses not thumbnail, like this: http://screencast.com/t/tLcYozpEBmO
Then comment or remove the ‘art-thumb’ images size from function: http://screencast.com/t/XgYvUox6K93i
Please note that module3 and the art-thumb image size is also used on block1 so removing this thumb will affect that module.
After commenting the image size function you need to use a plugin like Force Regenerate thumbs: https://wordpress.org/plugins/force-regenerate-thumbnails/ ..which will also remove the thumbs.
I suggest you get a freelancer to help you with this if you don’t have any basic php coding skills and make a backup of you current theme installation.
Thanks
Yes, I have Adblock Plus installed on both browsers. I never even thought about that. I have since renamed the image files and they seem to work. I also have added the tablet and mobile images that I made; unfortunately, I don’t own a tablet or smart phone, so can’t test them.
THANK YOU so much for your patience and help with this!!
Hello, I beg you to add a translation widget tagdiv the website to SlideBar? Thank You
<aside class=”widget widget_transposh”><div class=”block-title”><span>Translation</span></div><span class=”no_translate”><select name=”lang”
Your banner appears in Google chrome without any issue. Might be you have installed ad blocker in your browser or it might be internet security softwares like kaspersky?
Why don’t you rename the banner file from “header-ad.gif” to “headerb.gif” for testing purpose?
Hello
I am using Block 2 as sidebar widget. http://prntscr.com/6pmxrt
Where i need to modify code to remove small thumbnail from it to reduce the number of server requests and enhance the page loading time?
Hello TagDiv team and forum members,
Ive been messing around with the Newspaper theme for a while and Ive been loving it. Congratulations guys, this is an awesome theme.
That aside, I need some help with ads. I`ve just recently setup my Adsense account and everything seems to be ok on that end.
I am currently trying to put an ad on my header just to see how it looks but it`s not showing up. Do you guys have an idea what may be the issue?
FYI. I have adblock disabled.
for the block row, i noticed it is not up to 728px which is why my ads isn’t working. I have included a screenshot of how ads is right now. ads are cut into the sidebar for below article when i specify it to be 729px.
http://s10.postimg.org/i6276cc89/Screen_Shot_2015_04_04_at_5_54_41_AM.png
(My ads is right above the pagination) I think i can increase the block row width or maybe change the size of the side bar since it is currently 339px, If i change it to 300px, that will give more room for the .td-block-row to be bigger and accept 729px correct? I’m not sure 🙁
Is there any documentation on how to impliment a custom layout block. I already know to use the child theme for customizations..
I’m looking for something similiar to Block 3 (which is 3 images with title below stacked) but I want it full width (image cropped but full width – similar to the slide) and also add 4 – 6 lines of the excerpt.
I tried searching the forums and didn’t come up with anything yet so I appologize if this has been asked before.
@suport002 Speaking in theory, as I haven’t tried it myself, but couldn’t he simply place his html in the header ad box for two images, and style them with a bit of custom css?
@bhcrow Based on what you have on your site right now (both anchors with images inside overlapping each other), add the following code to your custom CSS in the theme panel. It puts the two images side by side and restricts their width and height to the 728×114 ad container.
.td-header-ad-wrap div div a {
display: inline-block;
width: 362px;
padding-left: 2px;
height: 114px;
}
.td-header-ad-wrap div div a img {
width: 100%;
position: relative !important;
max-height: 100%;
}
This works but it is rough. You will still need tweak it a bit to fit your application and the images used.
You can find a complete, easy to follow, reference for CSS at W3 Schools CSS. That will help you understand the properties I used above so you can tweak them. The selectors are correct though, for your code.
Hope this gets your site moving in the right direction.
Good luck.
Hi,
You can try to add an extra class to the text block that you use – http://screencast.com/t/vZEWzzHA36 and use custom css to float right:
.yourclass {
float: right;
}
Off course try this without the css provided before. Like I said Visual Composer is used for pages on our theme and you can encounter some issues.
Thanks!
you are right, i had Adblock enabled in my browser, and for some reason it blocks ads from header, and not from sidebar. I disabled it on my site and i saw my ad 🙂
Thx for quick answer, maybe my experience can help someone else later
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/ABDmLGdjfg
.block-title > a, .block-title > span{
border-radius: inherit;
}
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css it will show the top menu, but will hide the date and social icons: http://screencast.com/t/SvZy24not1j
@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
.td-header-sp-top-menu .td_data_time{
display: none !important;
}
.td-header-sp-top-widget{
display: none !important;
}
}
Unfortunately theme doesn’t have an option to add a different top menu on mobile since it already been hided by default on phone screen.
Hope this helps!
Hi,
I guess that you refer to have more than 3 footer columns. Unfortunately you will need custom modification for that as footer columns were designed at the size to display our block properly. So if you make any custom modification to the footer columns you will need change the size also on Visual Composer elements: http://screencast.com/t/LkoiakEZ0q3R
Thanks for the message!
-
This reply was modified 11 years by
Alin [tagDiv].
Hello guys,
How do i remove the round corners from the “title background” stripe. The stripe behind the custom title of the blocks.
thank you.
Hi,
1. You have to these spans in menu-top.php: http://screencast.com/t/AWBUF791
.td-header-menu-wrap .td-social-wrap{
float: right;
}
.top-header-menu.td_ul_login{
float: right;
}
.top-header-menu.td_ul_logout{
float: right;
}
Results:
* When you are logged out: http://screencast.com/t/b1SuJmpaU
*When you are logged in: http://screencast.com/t/piaD4ezr2SH3
4. That space appears because the Popular Videos block is on a different row then Editor block and that space cannot be reduced via css code. You can try to add another block in the Popular videos column or remove Travel Guides block from that row.
There are many possibilities to build your page with Visual Composer, also you can use Widgetised Sidebar block to display your custom sidebar(create it and add widgets to it): http://screencast.com/t/RqaeiOAXaIor
Hope this helps!
hi is it possible to make footer more than 3 block?thanks
Hi,
Unfortunately the woocommerce widgets don’t have an option to change the title style like on theme’s blocks, but you can inspect these titles and change via css code in Theme Panel > Custom Css: http://screencast.com/t/zKCxbCnM
.woocommerce .block-title span{
background-color: transparent;
color: #222222;
}
Thanks!
Hi,
Newspaper theme was designed in 3 columns fixed grid, so the blocks are recommended to be used 1/1 – 1/3 + 1/3 + 1/3, or 2/3 + 1/3 like you can also see in backend when you split the row(are colored blue): http://screencast.com/t/0y8y1bJwl8vy
You can see also on our demo how the blocks are used: http://demo.tagdiv.com/newspaper/block-2/
Thanks!
@adi_mitran The theme documentation details which modules are used by which blocks – Block & Modules NewsMag Documentation.
Hello,
i would like to chage the font used on the site.
the problem is when i start customizing the fonts for modules because they are named different.
In the visual composer they are called block 1,2,3 etc and in the fonts settings thei are called module 1, 2,3 but they don’t match.
so how do i see which module is which block?
thank you
Hi,
Like you can see above I added category class to this apply only on categories pages and apply this on unwanted templates. You can try to remove .category and you will see that this it will be aplied also on search page.
But to be sure that the code it wont apply anywhere else you can add this only for search page: http://screencast.com/t/JbduJZkffMpl
.search .td-page-wrap .span4.column_container .block-title span{
background-color: #222222;
}
.search .td-page-wrap .span4.column_container .block-title{
border-color: #222222;
}
Also like I said above tagdiv blocks have this option to change title’s background: http://screencast.com/t/Zg8HaGZ2wWf the problem is with wordpress widget but also this can be targeted individually with their class: http://screencast.com/t/ctpCnmtc5q
Hope this helps!