- 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
I completely agree, this is a TEMP fix until tagdiv gets their shit together.
I have dozens of themes, I keep them all updated. I don’t have problems with ANY of them, just this one from tagdiv. We expect better, your themes are nice, you have good sales numbers, but there are serious problems in your QA, professional theme companies don’t have problems like this as often as this theme has.
Hi,
I am using block number 11 to show articles on my website and I would like to get the same layout even on mobile (http://hardwarestartup.io). At the moment the images on mobile are really big and the article titles are shown below. I would like to maintain the same layout I have on my website even on mobile (like TechCrunch app).
Is there any way to do that?
Thanks a lot!
Best,
Fab.
Just a few nice and sleek content blocks that I’ve been seeing around. These maybe a nice addition to Newspaper 5:
http://www.screencast.com/users/princepetropia/folders/Default/media/ad7ad529-ab85-4c1b-8d75-ed1ec1f50023
http://www.screencast.com/users/princepetropia/folders/Default/media/cae467fb-38f5-4754-a5c3-d5b71088a44f
http://www.screencast.com/users/princepetropia/folders/Default/media/d9a0142b-93f1-44bf-8d79-c86979fd355f
http://www.screencast.com/users/princepetropia/folders/Default/media/5eee03fe-8f9c-4724-b82f-04a7026ea13d
Thanks!
Hi,
Not sure how posts from that block widget aren’t from the “uncategorized” category while you’ve set it to filter posts from that category.
My guess is that your custom code is affecting the widget block query and causes this. The block title link correctly to the “uncategorized” category as this is the normal behavior of block title url, to link to the filtered category if an custom url is not set.
If you want that the block title to link to the filtered category then go over your custom code as the normal behavior of this should be as you need it.
Thanks
Hi,
If you want change the width and height and also crop(center) of the thumb please edit the td_config.php file: http://screencast.com/t/MvPEw8AGR ..then regenerate thumbnails using this guide: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
For example I edited like this – http://screencast.com/t/b7zifZGZLK then regenerate thumbs – http://screencast.com/t/cYyU8UxbXF
Before: http://screencast.com/t/bzJFlnc3VDsT
Result: http://screencast.com/t/MImsQmSf
Please also consider that changing thumb sizes will also affect other blocks/modules which also use this thumbs.
Hope this helps!
Hi,
I guess that you refer to the Big Grid posts. Unfortunately Big Grid block doesn’t have an option to set number of posts to display or pagination.
Thanks!
Hi,
PLease try this custom css for your home page: http://screencast.com/t/2wAp3ZZ3nJ
.home .span4 .td_block5 .td_mod4{
border-bottom: 1px solid black;
}
Hope this helps!
Lucian,
Good day! I have gone through every entry in the Newspaper Forums that has a solution for adding horizontal lines between posts/titles in modules and blocks.
I’m using module 4 / block 5 and I can’t seem to get it to work using any of the css I’ve found in the Forum. I have managed to give my block and outline, but the separator lines are not working for me.
I hope you have a solution for this.
Have an awesome day!
Philip
Hi,
I updated the theme but the Visual Composer plug-in is acting as if was not updated:
1/cannot use the front end editor (won’t appear)
2/ grid elements broken and full of errors
Warning: array_unshift() expects parameter 1 to be array, null given in /htdocs/public/www/wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php on line 686
Warning: array_unshift() expects parameter 1 to be array, null given in /htdocs/public/www/wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php on line 686
Fatal error: Wrong vc_map object. Base attribute is required in /htdocs/public/www/wp-content/plugins/js_composer/include/helpers/helpers_api.php on line 9
3/ All the new VC features won’t appear.
I tried everything
Reinstall the theme
Reinstall the plugin
Deactivate & reactivate all the other plug-ins one by one
What else?
Plug-in version 4.4.2
Hi..
When using the Video Post Featured Image feature, WP grabs the image
from YouTube. So far so good. When using Block 6, this preview image
has a black bar on top and on bottom.
Any advice to prevent this except changing the Block Type?
Such as automatic zoom so that no borders are visible?
Cheers,
Guenter
Hello,
I updated the Newsmag theme and now I am not able to edit Block 14 and other blocks since the Visual Composer is loading all the time… It is going to infinite loading..
Here is a screenshot of how it looks like..
http://awesomescreenshot.com/07b4o3bgf1
Visual Composer version 4.4.2
Newsmag 1.6 is installed
Wordpres 4.1.1
Loo
Hi,
I have checked your site and you have this custom css that hide all span4 from the row: http://screencast.com/t/mzLp70PL3VaQ – http://screencast.com/t/nxiemo1Iq
Please check your Custom Css from Theme Panel and see if you find it or you can try to overwrite it: http://screencast.com/t/nNusinrWWrq
@media (max-width: 767px) {
.container .span12 .row-fluid .span4 {
display: block !important;
}
}
Hope this helps!
Hi,
Unfortunately that happens as the module uses a small thumb and on mobiles it gets enlarged (stretched) via css.
If you don’t mind using a larger thumb image for module 10 thumbs you could try to change the thumb size for it. Edit the td_config file and change the width and height of the thumb from here: http://screencast.com/t/oaBaVnCOMDW ..then regenerate thumbnails using this guide: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Please also consider that changing this thumb sizes will also affect mega menu and block 11 which also use this thumbs.
Or you can use the same size for images like there are on desktop also on mobile screen using this custom css: http://screencast.com/t/ALLD1c6teqj
@media (max-width: 767px){
.td_module_10 .td-module-thumb {
width: 180px;
}
}
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
No,
i want my code.
i want to add the same code on block title.
Look this: http://puu.sh/gGDXD/5978b4fdd5.png
Now i select the Category ‘Uncategorized’ and each post i see articles from same category NOT from Uncategorized.
BUT the Title of block is linked to ‘Uncategorized’. I want also to when i click on block title to go at Current Category.
Thanks a lot!
Hi,
Please remove this code you’ve added to the block query then test again: http://puu.sh/fTSlf/3edc259c79.png
I believe that your change to the query is affecting the block title. I suggest you use the code Emil provided: http://screencast.com/t/nA1mQ7EENM
Thanks
-
This reply was modified 11 years by
Lucian.
This is interesting: It’s not the main issue that http videos are not shown in a https website (in Chrome and FF), but it’s because the http video is loaded in an iframe!
_Explanation:_
There’s a difference between active mixed content and passive mixed content. Mixed passive content is img – audio – video – embed and is safe to show. Iframe is not. Also script is not.
Mixed Active Content is content that has access to all or parts of the Document Object Model of the HTTPS page. This type of mixed content can alter the behavior of the HTTPS page and potentially steal sensitive data from the user. Hence, in addition to the risks described for Mixed Display Content above, Mixed Active Content is vulnerable to a few other attack vectors.
See https://developer.mozilla.org/en-US/docs/Security/MixedContent#Mixed_active_content
It would be best if https support is all over in the theme. But from a content/visitor perspective the solution would also be to replace the iframe embed from the featured video template. Is that an option?
-
This reply was modified 11 years by
fiftyfifty.
Hi,
1. On the first page you don’t use that block properly, please take a look on our demo how block 6 an9 are used( http://screencast.com/t/2kVZPiI4OIzI ): http://demo.tagdiv.com/newspaper/block-6/ – http://demo.tagdiv.com/newspaper/block-9/
On category page please try this custom css: http://screencast.com/t/RyNkkd0E
.category .td_mod9 .item-details{
margin-left: auto;
margin-right: 300px;
}
2. You don’t use the mega menu properly please follow our documentation for this: https://forum.tagdiv.com/how-to-use-the-megamenu/ and also the result on our demo: http://demo.tagdiv.com/newspaper/
3. Please try to enable all shortcodes from Visual Composer settings: http://screencast.com/t/yW4ZmGFjsf
Also if this doesn’t solve the issue please try to delete Visual Composer and install it again.
Thanks!
Hey,
For some reason recent posts from Block 7 on Home Page don’t show up on mobile devices.
It only shows the main slide, and under that is shows the ‘load more posts’ (it’s in hebrew). but when i press it nothing happens.
What i want is to show recent posts from Block 7, without the ‘load more’.
I attached 2 screen shots: one is a mobile view, and the other is the Home Page layout from the Admin.
Mobile: http://tinypic.com/r/2u4j6s2/8
HomePage: http://tinypic.com/r/5cx54j/8
Thanks
Hi,
On post page please enable/disable author from Theme Panel > Post Settings: http://screencast.com/t/t1muRyC4ycr0
Result: http://screencast.com/t/xE1NKZGKrcQ7
If you want to remove author from blocks/modules please edit modules files and comment/delete this line: http://screencast.com/t/gwTncsx3t
Hope this helps!
Hi,
Your class was added to the block div and you added css code to display none on mobile view, but the container div had display block, so probably your class(css code) was so powerful to overwrite container css: http://screencast.com/t/tm7HGeUSeJNE
So that’s why I said above to add the class to the column.
Hope this helps and I’m glad that you managed to solve this!
Hi,
Please use this css code in Theme Panel > Custom Css: http://screencast.com/t/J94W3mFw
.td_block6 .wpb_button{
display: none;
}
Thanks!
Hello,
i have this AdSense code
<script type=”text/javascript”><!–
google_ad_client = “ca-pub-1234567890123456”;
/* Citypatras.gr / 336×280 */
google_ad_slot = “1234567890/1234567890″;
google_ad_width = 336;
google_ad_height = 280;
//–>
</script>
<script type=”text/javascript”
src=”//pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
But the Custom ad print this without adslot:
<script type=”text/rocketscript”>
var td_screen_width = document.body.clientWidth;
if ( td_screen_width >= 1200 ) {
/* large monitors */
document.write(‘<ins class=”adsbygoogle” style=”display:inline-block;width:300px;height:600px” data-ad-client=”ca-pub-1234567890123456″ data-ad-slot=””></ins>’);
(adsbygoogle = window.adsbygoogle || []).push({});
}
if ( td_screen_width >= 1019 && td_screen_width < 1200 ) {
/* landscape tablets */
document.write(‘<ins class=”adsbygoogle” style=”display:inline-block;width:300px;height:600px” data-ad-client=”ca-pub-1234567890123456″ data-ad-slot=””></ins>’);
(adsbygoogle = window.adsbygoogle || []).push({});
}
if ( td_screen_width >= 768 && td_screen_width < 1019 ) {
/* portrait tablets */
document.write(‘<ins class=”adsbygoogle” style=”display:inline-block;width:300px;height:600px” data-ad-client=”ca-pub-1234567890123456″ data-ad-slot=””></ins>’);
(adsbygoogle = window.adsbygoogle || []).push({});
}
if ( td_screen_width < 768 ) {
/* Phones */
document.write(‘<ins class=”adsbygoogle” style=”display:inline-block;width:300px;height:600px” data-ad-client=”ca-pub-1234567890123456″ data-ad-slot=””></ins>’);
(adsbygoogle = window.adsbygoogle || []).push({});
}
</script>
data-ad-slot is empty.
Can you fix it?
Thanks a lot!
If I publish a post which is not a review, the date and author is shown underneath the post title. If a publish a post and make it a review, the author is shown underneath the post title, but not the date. Posts highlighted in blocks such as on the sidebar do have a date shown, but it is not on the actual post itself. How do I get the date to display in my review posts? Thanks. Gavin
Hi,
Please try this css in Theme Panel > Custom Css: http://screencast.com/t/DZh5ffkG
.sf-menu > .current-menu-item > a,.sf-menu .td-menu-item > a:hover{
background-color: rgba(255, 0, 0, 0.06) !important;
color: red;
}
Result: http://screencast.com/t/zMBgZOxNq
Also for image you can inspect the images using Chrome inspect tool and add some css to that classes, if you don’t have basic css knowledge you can hire a professional to do this for you.
For example you can add opacity for Big Slide images something like this: http://screencast.com/t/HpATKjBJP3h
.td_block_big_grid .td-big-grid-post .entry-thumb{
opacity: 0.9;
moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
-khtml-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
Hope this helps!