- 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
Earlier today I moved a block on my Homepage and decided it’s position wasn’t what I wanted and went to move it back and now for some reason I am only able to move the first 2 blocks on the homepage page builder. I can’t see or access the other 10+ blocks. For some reason when I love the edit page the top left icon in the page builder keeps loading. The icon that links to wpbakery.
I am able to add more blocks, but I can’t see them to edit them.
For some reason the window just doesn’t want to expand the height for all the other blocks to display.
Hello,
have you tried running force-regenerate-thumbnails plugin?
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
This plugin should fix all of your existing thumbs images, but if in the future you upload small images, they will be showing like this. Use images greater than 700×400 or use a plugin like thumbnail upscale.
Cheers!
Hi,
I also had some issues with the scroll up button. It still doesn’t work for me in some rare cases like old ie mobile devices, but it’s like 0.1% of visitors so I don’t care.
In your case, it can be a bit of css:
line 20212 of style.css (newspaper 6.4)
@media (max-width: 767px) {
.td-scroll-up-visible {
display: none;
}
}
I think it should be like this (at least I changed mine and it shows the button in mobiles):
@media (max-width: 767px) {
.td-scroll-up-visible {
display: block !important;
}
}
You can try to replace the code in style.css file or paste the second block of code in the “custom css” section of the theme panel.
Hope this helps, cheers!
The image thumbnail is not covering the block image container, since the image does not cover the container there is a black background where the image should go.
You can see what is happening here.
http://dailyflickk.com/
Hi,
You can sue this add this code:
global $post;
if (is_singular()){
$args['post__not_in'] = array( $post->ID );
}
..to the td_data_source.php file, like this: http://screencast.com/t/K8DVFT2LCb
This should exclude the current post from block queries on post pages and should give you the result you need.
Thanks for the message!
Hi,
You can add a background color for the article title – http://screencast.com/t/UAGvtvl3R6i
.td_block_18 .td_module_mx8 .td-module-thumb a:last-child:after {
opacity: 0;
}
.td_block_18 .td_module_mx8 .td-module-meta-info {
background-color: rgba(0, 0, 0, 0.22);
padding-bottom: 20px;
bottom: 0 !important;
}
Hope this helps!
Hi,
The full width of the Big Grid block is like you can see in the demo 1068px – http://screencast.com/t/lb5jOOBFBf8 – http://demo.tagdiv.com/newspaper/ Unfortunately it cannot be stretched if this is what you mean, this is how it was designed.
Please provide more details if this is not what you mean.
Thanks!
Hi,
I guess that you have this space issue because of text with title margin and padding bottom. Try to add your title using Raw Html block like this(also you can add your link) – http://screencast.com/t/eUhlIK0TL – http://screencast.com/t/dqCtqkZ6R2gd
<h4 class="block-title"><a href="http://your link">
MOST POPULAR
</a></h4>
Unfortunately the Text with Title block doesn’t have an option to add a link like the theme’s blocks have.
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
While looking into browser console and trying to use buttons or dropdown I get this error:
Uncaught ReferenceError: td_blocks is not definedtd_getBlockObjById @ tagdiv_theme.js?ver=6.4:3015
(anonymous function) @ tagdiv_theme.js?ver=6.4:2423
m.event.dispatch @ jquery.js?ver=1.11.3:4
m.event.add.r.handle @ jquery.js?ver=1.11.3:4
Hi,
Sorry for delay we don’t work on weekends! We answer to the most oldest topics so if you add a new replies we get later to your topic.
Newspaper 6 is a whole new theme that is released for free for all of our existing customers so an update from 4 to 6 may cause the same issues as switching to another theme (but we did try to maintain compatibility where ever possible). We also changed the page templates I guess that you have used the default page template that allowed sidebar automatically to your content. Unfortunately in version 6 if you use the default or pagebuilder with latest articles you have to add the sidebar using pagebuilder. Try to change the template to pagebuilder with title and see how it looks – http://screencast.com/t/F85RTexAME
Also the block title style 1 that you used in previous version doesn’t exist anymore in version 6, that’s why appear this background issue for block title and you have to edit each homepage block and change the background color – http://screencast.com/t/7qRvDzjc
The VC frontend editor is deactivated from the theme files, as it doesn’t work with the theme’s blocks. You can activate it if you comment/delete this code – http://screencast.com/t/o8tlhjUyh
We tried to find the best way for the transition(the script), but some issues may appear. We are very sorry for all the problems that the update caused and if you cannot use the theme, we can arrange for a full refund(send an email at contact@tagdiv.com with you request,also paste a link to this topic and we will explain the procedure).
Sorry for inconvenience!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
What theme version do you use? I also tested this with the latest version 6.4 and when you disable comments that blocks title doesn’t appear anymore. This issue was on our list bu it was fixed, here you can find a solution if you don’t use the latest version – https://forum.tagdiv.com/topic/remove-no-comments-label/
Thanks!
Hi Alin,
Many thanks for solving this!
For others: it was a bug that can be solved as follows:
To fix this you have to add the following code – http://screencast.com/t/CrXP3Oe8sJK2
if ($icon_id == ‘mail-1’){
$url = ‘mailto:’ . $url;
}I’ve added this on our list, we will fix it in one of the next updates.
Thank you, Emil G.
Hi,
The CATEGORY TOP POSTS STYLE setting is used only for category template. For frontpage you have to add the Big Grid using Visual Composer pagebuilder – http://screencast.com/t/90xgJ9aD1s
Please check documentation – https://forum.tagdiv.com/block-settings-tutorial/ also you can check our youtube channel there are some video tutorials like this one – https://www.youtube.com/watch?v=rgWqozuqmJk
Thanks!
Hi,
You can find some filter options in Big Grid settings(or any other block) and also a sort order please check documentation – https://forum.tagdiv.com/block-settings-tutorial/
Unfortunately the theme doesn’t have an option to place a post in a specific spot from Big Grid.
Thanks!
I just test ur search box and it work fine for me on my side…
The slide is working on my end as well…
you have a lot of errors in your javascrpit console.. fix these issues..
Blocked a frame with origin "http://tpc.googlesyndication.com" from accessing a frame with origin "http://dev.fokus.ba". Protocols, domains, and ports must match.(anonymous function) @ jquery.min.js:2
jquery.min.js:2 Blocked a frame with origin "https://googleads.g.doubleclick.net" from accessing a frame with origin "http://dev.fokus.ba". The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "http". Protocols must match.
(anonymous function) @ jquery.min.js:2
http://dev.fokus.ba/wp-content/uploads/2015/05/facebook.jpg Failed to load resource: the server responded with a status of 404 (Not Found)
http://dev.fokus.ba/wp-content/uploads/2015/08/dragan-haris-lopare.jpg Failed to load resource: the server responded with a status of 404 (Not Found)
http://dev.fokus.ba/wp-content/uploads/2015/07/facebook-video.png Failed to load resource: the server responded with a status of 404 (Not Found)
http://dev.fokus.ba/wp-content/themes/fokus/images/icons/newspaper.woff Failed to load resource: the server responded with a status of 404 (Not Found)
http://dev.fokus.ba/wp-content/uploads/2015/07/protesti-3.jpg Failed to load resource: the server responded with a status of 404 (Not Found)
container.html:17 Blocked a frame with origin "http://tpc.googlesyndication.com" from accessing a frame with origin "http://dev.fokus.ba". Protocols, domains, and ports must match.kb @ container.html:17
hiro_dynamic_player.js:578 Running Hiro version: 107.8.1-71
hiro_dynamic_player.js:578 Running Hiro version: 107.8.1-71
https://b.scorecardresearch.com/p?C1=1&C2=16580707&C5=09 Failed to load resource: net::ERR_INSECURE_RESPONSE
(program):1 Error: Ad adLoadError error: No ads were found in the ad response. At least one ad is required to be able to load or play. errorCode: 1001(anonymous function) @ (program):1
2(program):1 Error: Ad adLoadError error: No ads were found in the ad response. At least one ad is required to be able to load or play. errorCode: 1001(anonymous function) @ (program):1
3(program):1 Error: Ad adLoadError error: No ads were found in the ad response. At least one ad is required to be able to load or play. errorCode: 1001(anonymous function) @ (program):1
(program):1 Error: Ad adLoadError error: No ads were found in the ad response. At least one ad is required to be able to load or play. errorCode: 1001(anonymous function) @ (program):1
(program):1 Error: Ad adLoadError error: No ads were found in the ad response. At least one ad is required to be able to load or play. errorCode: 1001(anonymous function) @ (program):1
(program):1 Error: Ad adLoadError error: No ads were found in the ad response. At least one ad is required to be able to load or play. errorCode: 1001(anonymous function) @ (program):1
(program):1 Error: Ad adLoadError error: No ads were found in the ad response. At least one ad is required to be able to load or play. errorCode: 1001(anonymous function) @ (program):1
(program):1 Error: Ad adLoadError error: No ads were found in the ad response. At least one ad is required to be able to load or play. errorCode: 1001(anonymous function) @ (program):1
2(program):1 Error: Ad adLoadError error: No ads were found in the ad response. At least one ad is required to be able to load or play. errorCode: 1001(anonymous function) @ (program):1
2(program):1 Error: Ad adLoadError error: No ads were found in the ad response. At least one ad is required to be able to load or play. errorCode: 1001(anonymous function) @ (program):1
5(program):1 Error: Ad adLoadError error: No ads were found in the ad response. At least one ad is required to be able to load or play. errorCode: 1001(anonymous function) @ (program):1
2(program):1 Error: Ad adLoadError error: No ads were found in the ad response. At least one ad is required to be able to load or play. errorCode: 1001(anonymous function) @ (program):1
VM649:1 Error: Ad adLoadError error: No ads were found in the ad response. At least one ad is required to be able to load or play. errorCode: 1001(anonymous function) @ VM649:1
VM656:1 Error: Ad adLoadError error: No ads were found in the ad response. At least one ad is required to be able to load or play. errorCode: 1001(anonymous function) @ VM656:1
VM666:1 Error: Ad adLoadError error: No ads were found in the ad response. At least one ad is required to be able to load or play. errorCode: 1001(anonymous function) @ VM666:1
2VM674:1 Error: Ad adLoadError error: No ads were found in the ad response. At least one ad is required to be able to load or play. errorCode: 1001
We’re trying to find a way to have content blocks that link to pages, but in the same format as posts. While I realize you can filter blocks to show pages, this functionality doesn’t help us as we need to be able to set a custom title sometimes, and control which pages are featured.
I was considering creating a custom module to handle this, with a custom post type (or ACF fields for a hidden post category), but I see that the URL for the blocks get pulled from includes\wp_booster\td_module.php.
Can someone suggest the best possible solution for this? Is there a way we can add a custom block with the theme API to handle this?
Thanks!
I guess I am dumb. He meant something else, and I just wasted my time showing this. Sorry for the extra thread and post on this. Anyways I think it is cool to have the infinite scroll or load more on the blog page this way. Using block 4 for the blog page.
Hello!
I’m trying to add a section title to my homepage to go over a non-Block Visual Composer element. Right now I just have an empty “Text with Title” element with my carousel element under that. However, that’s causing uneven spacing (as circled in the screenshot)

Is there a better way to accomplish this or remove the spacing between the elements? Also, how do I add a URL to the Title in the “Text with Title” element? It’s an option on the Block-related elements, but not in the “Text with Title” element.
Thank you!
I just figured a way to do the blog page via VC with loading more button. I went to settings>Reading> and changed the blog page for posts to nothing for blog posts, and the page for blog page became empty and with normal writer now. So I add now the block 12 to it with load more setting and now it shows just fine. I am now going to add the sidebar to it.
I guess from trying this infinite scrolling only works on home page? I went to the blog page and edit page and using visual composer with block 12 and set the load more button and it did nothing, cause the global blog template in the theme panel just shows up with pagination still on the bottom of the page.
I saw nothing that can even be seen in the theme panel as to set for load more or infinite loading on the blog template. No way to disable the global settings to use infinite loading from VC on the blog page. So the infinite scrolling for blog page is not available, but I don’t want to add the blog page thing to the home page, because I like the way the home page with blocks are with different categories.
I just don’t see any way to make the blog page a infinite scroll. None of the plugins from WordPress repository even does it. Unless, I am doing something wrong. I just can’t get that on the blog page. I think that is what the other thread is about too.
I use a code in my functions.php file to help me sharpen my images..may be it can work for you, but you will have to Regenerate your old Thumbnails images to see the effect but all new uploads after will take effect right away..
function modify_image_before_saving( $image, $post_id ){
if ( ‘attachment’ == get_post_type( $postid ) )
return $image;//add interlace image option
imageinterlace( $image, true );// sharpen image
imageconvolution( $image, array(-1,-1,-1,-1,16,-1,-1,-1,-1) , 8, 0 );return $image;
}
add_filter( ‘image_save_pre’,’modify_image_before_saving’, 15, 2 );
Hey there,
unfortunately the smart sidebar isn’t scrolling although I enabled sidebar on all templates and don’t use [tagDiv] Block 14, [tagDiv] Block 15 and [tagDiv] Slide.
Any ideas what the issue could be?
Thanks and regards
Hello! When I try to upload an image with the plugin “thumbnail upscale” activated i only get an error, i have tp refresh the page and then i’ll find the image correctly uploaded.
Here’s the errore i get:
Warning: imagecreatetruecolor(): Invalid image dimensions in /public/wp-includes/media.php on line 2128
Warning: imagecopyresampled() expects parameter 1 to be resource, boolean given in /public/wp-includes/class-wp-image-editor-gd.php on line 198
Warning: imagecreatetruecolor(): Invalid image dimensions in /public/wp-includes/media.php on line 2128
Warning: imagecopyresampled() expects parameter 1 to be resource, boolean given in /public/wp-includes/class-wp-image-editor-gd.php on line 198
Warning: imagecreatetruecolor(): Invalid image dimensions in /public/wp-includes/media.php on line 2128
Warning: imagecopyresampled() expects parameter 1 to be resource, boolean given in /public/wp-includes/class-wp-image-editor-gd.php on line 198
45
I already checked some basic stuff: there’s enough memory allocated to WP, the file format is supported and correctly named, i don’t use anything like photon (i’m testing on a clean install) or Cloudflare. When the plugin is deactivated the error goes away. Also, the problem doesn not replicate if i switch to TwentyFifteen.
Can you please help me? Thanks.
Hello,
I have try the solution with slug, but when I have made the necessary changes I am getting following error when I try to login at wp-admin: ” Parse error: syntax error, unexpected ”orderby” (T_CONSTANT_ENCAPSED_STRING), expecting ‘)’ in XXXX/wp-content/themes/Newspaper/includes/wp_booster/td_block.php on line 147″
If you want, you can get the file here: https://www.dropbox.com/s/y3dckfe0svlcllt/td_block.php?dl=0
Also you can check the screenshot: http://prntscr.com/89xi5p
Thank you.
-
This reply was modified 10 years by
iceb.
I have used block 16 in single loop .php to display other posts from the same category.
Please how to change th query that display block 16 to ecxlude the actual post from displaying
http://www.panorama.com.al/basha-instat-i-qeveritar-pranoi-sot-zyrtarisht-krizen-rama/
I want in the right hand of website not to show the actual post but others from the same category
Where to find this $buffy .= $this->inner($this->td_query->posts, $td_column_number); to modify?
I use this shortcode in loop_single1
<?php echo do_shortcode(‘[td_block_16 limit=”5″ style=”” category_id=”‘.$rezi.'” category_ids=”” tag_slug=”” autors_id=”” installed_post_types=”” sort=”” limit=”5″ offset=”1″]’);?>
$rezi is post category but i want to exclude thispostid