- 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
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspapertagDiv Opt-In Builder – Emails
- NewspaperBookmark – Save For Later
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperWooCommerce: Happy âAdd to Favorites!â
- NewspaperLockers
- NewspaperLeads
Hi jstudio,
I understand what do you want to achieve. It is possible this thing, but is necessary to make some modification in the core file page-pagebuilder-latest.php. Also, you need to use do_shortcode to place the Big Grid 3 and Block 14 where you want.
This is the shortcode for Big Grid 3, Style 1 -> http://pastebin.com/myfFgjg5
This is the shortcode for Block 14 -> http://pastebin.com/wZm0NQDZ
After this, please place this code in php file, like this: http://screencast.com/t/arckqt2QY
Hope this helps and let us know how it goes!
Thank you!
Hello,
Please provide more details to what space you are referring to. Make a screenshot of it so we can understand your request. Not all blocks have the same padding. You will need to test each block you use and see which space is too big and which one must remain the same.
Thank you!
Hi zdepth,
I cannot provide a safe explanation about why ABP ad blocker do not block the header and footer ads because this thing comes from the structure of this blocker algorithm, sorry. What can i tell you precisely is that the ads have the same type of coding.
Glad that i could helped. Thank you!
As an alternative you can sort your posts in a different way or use pagination so doubled posts will not be as obvious.
Can you give me some more idea about that so that I can try it?
-
This reply was modified 10 years by
Aronno755.
Hi
1. 3. Please check in Visual Composer settings if this option is enabled: http://screencast.com/t/OeqvCNmGnf Also try to deactivate all plugins except VC, clear all caches and test again.
I’ve checked your site and usually loads fine: http://screencast.com/t/iUaEDuEEJR but sometimes seams that the theme’s css isn’t loaded: http://screencast.com/t/MxA8TA0r I am not sure what’s blocking the the css but you can try by viewing the site a few times in browser only with Visual Composer active, just to make sure that there is no conflict with some plugin.
2. This could be a cache issue so make sure that you’re empty all caches then test again.
4. The theme wasn’t designed to be full width, you will need custom modification to achieve that. However I’ve noticed that on the indicated page you have only single image blocks from VC. You can try the stretch row and content option of VC but I am not sure how will as wasn’t tested with the theme: http://screencast.com/t/pgZmuEkt I’ve made a quick test with this configurations and seams to work fine: http://screencast.com/t/RtPnmDjOZO – http://screencast.com/t/doEVYIFrlmi http://screencast.com/t/tRlYotyvGsY
Hope this help.
Thanks!
Hi
That happens because the td-more-articles-box container have a right: 0 position from the theme so try this css to remove it:
.td-front-end-display-block {
right: auto;
}
Thanks!
Hi
This is the default behavior when you set you block this way. The filter does not detect which post is shown previously so these situations can occur. This is on our list of improvements and in a future update we hope we will be able to implement an option to make these random posts unique.
As an alternative you can sort your posts in a different way or use pagination so doubled posts will not be as obvious.
Thank you for your understanding!
Hi
First you need to edit ads.php file and add this code like here: http://screencast.com/t/fuxJVOF4Q1K
<div class="left-img">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]')?>
</div>
<div class="rigth-img">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_2"]')?>
</div>
Then add this css in theme panel > custom code > custom css:
.left-img, .rigth-img{
display: inline-block;
}
.td-header-ad-wrap{
height: auto!important;
}
You need to insert your ad code in custom ad 1 and custom ad 2 from theme panel: http://screencast.com/t/2IncMW3yH2 or if you want a different ad spot just change the shortcode from ads.php file. The result should be like here: http://screencast.com/t/sym9GLVY
Hope this help.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Oh and of course I could change the css class “.td_module_xx .entry-title a” to the color I like but that way every module will have that color. I need different post title colors for different modules.
Or is there a way to add a custom css class in the “Block Settings”?
Hi
First of all thanks for your theme, I really like it.
I’m wondering how to change the link color of a module (.td_module_xx .entry-title a) to the color selected as “Title background color” in the “Block settings”.
When hovering a post title the color already changes to the “Title background color” from the “Block settings”. But I want the link color always to be the “Title background color”, not only when hovering.
Thanks for your help!
Hi,
I need some help for the layout
Right now i have it set up as template layout:
Page builder
Blog grid 3
Block 14
(left) Latest Articles (right) Sidebar
How can i have it so the Block 14 is shown under the latest articles? I can’t seem to position it under. By default is goes above.
Right now it is like this – i would like to place the Marketers Manuel section under the Latest Articles section.
view screenshot here
Hello,
You can edit the files directly and replace the white image with your own. You will have to resize your logo to fit all sizes but you simply have to replace the image and get the same result:
http://screencast.com/t/V81WDLyQPYle â http://screencast.com/t/M79JT1Ma3bW
You can see thumbnail used for every block/module here: http://screencast.com/t/2n8ObkP7w0
Thank you!
I was wondering how to edit the default template so that the space will been small. The default space is too big for me
Hi there. In my current design my sidebar is on the left. This makes the More Article Box appear on top of the content making it extremely annoying.
I am trying to move this guy to the left side. So far I have partially succeeded:
.td-front-end-display-block {
left: 0;
}
.td-more-articles-box {
border-color: #4A97DA;
border-width: 1px 1px 1px 0px;
bottom: 250px;
}
The thing that is not working is the return animation. It is actually quite funny because the box appears on the left and then exits on the right ^^.
Any advice on which code to target for the return animation would be greatly appreciated :).
example: http://goo.gl/Zm7PHb
Hey Catalin…
Thank you for you help and Please read below:
1. On the ad dissappearing issue, you are right.. its a ad blocker on my Chrome called ABP (Ad blocker plus) which is a highly popular ad blocker for Chrome users. When I put my domain name in the ad blocker’s whitelist, the ads appeared. Now this come to another more important issue for your theme because ABP is widely used by chrome users and its pretty bad if they block those ads on Chrome users that has that plugin cos advertisers are paying top dollars for their ads & expect their ads to appear across all platform, browsers & bypassing all ad blockers. But the ABP ad blocker didn’t block the header & footer ads though, so maybe there is some way to make custom ads on newspaper theme to have the same type of coding as the header & footer ads so that they cant be block?
2. On the ad resizing issue, you are right as well… I disable all plugins and the ad size appear normal again. Further check on this & I found out that its the jetpack plugin that is causing this and I cant disable Jetpack because my news ticker on top would go missing if I disable jetpack. Any suggestion on this?
Anyway thank you so much for your support… God bless and cheers!
-
This reply was modified 10 years by
zdepth. Reason: added comments
Hi, I just updated the last update which you released 25th Nov. After updating the theme and website I’m having duplicate article issues into my website homepage. I’ve used block 14 to create a infinite load of latest articles but I see the articles from other block shows into this block section while loading infinitely. My website is http://www.dietfigure.com.
Can any of the support member can check the issue and give a solution to get rid of duplicate articles. Note: I tried offset posts but no results đ
Remove the plugin and it fixes all.
New and fixed version of this plugin you can find do download here at the bootom:
https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/
just read what it says.
But if you never use td-api plugin then you really do not need it at all.
Hi john80,
There is an option for it in Visual Composer->Block Settings, like this: http://screencast.com/t/HbRBSbQfELF
Thank you!
Hi jsup,
Our theme has not been designed to show Sign in/Log in on mobile version. Please try the code below to fix it in your mobile side. Place the code in Theme panel->Custom Css area, like this: http://screencast.com/t/BzV7Wpof
@media (max-width: 767px){
.td-header-top-menu {
display: block!important;
}
.td-header-sp-top-menu .td_data_time, .td-header-sp-top-menu .menu-top-container, .td-header-style-1 .td-header-sp-top-widget{
display: none;
}
.td-header-sp-top-menu{
display: table!important;
margin-left: auto;
margin-right: auto;
float: none!important;
}
}
The result you should see here: http://screencast.com/t/rmHYIJX9zh
Hope this helps and let us know how it goes!
Thank you!
Hello,
Not all blocks use the same method of applying the title. Some use a span tag. You will need to adjust the code for these blocks like so:
If you set a link to your block title then the previous code will work. If the title is not a link, the theme uses a span:
.td_block_6 .block-title>span { width: 100%;}
.td_block_7 .block-title>span { width: 100%; }
.td_block_12 .block-title>span { width: 100%; }
Thank you!
Hello,
The Api plugin is online and can be downloaded from here: https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/
Thank you!
Update!
The Api plugin is online and can be downloaded from here: https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/
Thank you!
Update!
The Api plugin is online and can be downloaded from here: https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/
Thank you!
is it possible to block ads appearing on individual posts?