- 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,
The top menu for the mobile version was hidden by default. You have a code in your custom css that displays it. If you want it to only show social icons on mobile, you need to remove this code from your custom css box:
@media (max-width: 767px)
.td-header-sp-top-menu {
display: block!important;
}}
Thank you!
Hi zdepth,
I’ve checked again your site and the ads seems to work fine, as well. Please make sure that you do not have any one block ads in your Chrome browser and if you have, please disable it.
For your second request, please disable all the active plugins, except Visual Composer and try it again. It could be a conflicting plugin. Also please clear all caches.
After this, if your problem is still there, please send us an email at contact@tagdiv.com and provide your log-in information so we can take a look at your page setup. Please also provide a link to this topic so we know who you are.
Thank you!
Thanks, this has worked for the most part.
I’ve also changed block 6, which is working, but block 7 and 12 aren’t. I’ve used the code below, is there something incorrect with it?
.td_block_slide .block-title > a { width: 100% }
.td_block_6 .block-title > a { width: 100% }
.td_block_7 .block-title > a { width: 100% }
.td_block_12 .block-title > a { width: 100% }
Thanks
Hi strawberrybase,
Please try the code below and fix the problem. Place the code in Custom Css area, in Theme Panel.
.td_block_slide .block-title > a {
width: 100%
}
The result you should see here: http://screencast.com/t/tZWdtIvIn
Also, if you want to have this style for another block, please replace this class .td_block_slide with the class block used, for example: td_block_6, or td_block_5, … etc.
I hope this helps and let us know how it goes!
Thank you!
Hi bluhub,
I’ve checked your site now and everything seems to works fine about your slider. Please provide more details about this because i do not saw the problem there and otherwise i can be able to provide a more accurate response.
For your second request, you can hide your pagination button of your News Sticker if you use the code below:
.td-trending-now-wrapper .td-next-prev-wrap {
display:none;
}
Place the code in Theme panel->Custom Css area, like this: http://screencast.com/t/HFtowNXBT and the result you should see here: http://screencast.com/t/uHlhxWdBfyW
If you want to display number of views on the block image, especially for block 8, it is necessary to make some modifications to show the views.
First of all, you need to know what kind of module is used in your block and this thing you can find here: http://screencast.com/t/urs7uFoNMC . After this, you have to add this code in get_views(); ?> td_module_7.php, like this: http://screencast.com/t/rGIUp8VWW .
On the second step, you have to copy the function get_views() from td_module_single_base.php in td_module.php like here: http://screencast.com/t/6pDj3N6S
Also, on the final step, you can use this CSS for a better alignment, add it in Theme Panel ->Custom CSS section, like this: http://screencast.com/t/agIXeDpeRn
.td_module_wrap .td-module-meta-info .td-post-views {
position: relative;
display: inline-block;
top: 2px;
margin-left: 14px;
color: #aaa;
}
.td_module_wrap .td-module-meta-info .td-post-views span {
margin-left: 5px;
}
Result: http://screencast.com/t/5mNoYgS9A7
I hope this helps and let us know how it goes!
Thank you!
Hi,
Unfortunately for the code i provided, it grabs all the categories. As i stated above: “your problem cannot be resolved by either methods as the css one is not dynamic and the php one pulls all categories to the block.
You will need custom work to get it exactly as you wish”
Please hire a freelancer to adjust the code in order to display only primary category.
Thank you!
Hai,
1 – I am trying to publish a post in R-T-L.
I Used the text direction Right alignment for the post contents and <div align=”right”> for the post title. Set the side bar to left. The result is “Sidebar” has shown on the left, but after the comments section not besides the post contents. See here http://prntscr.com/96nudn
2 – I also want to align the heading text of the block 14 to the right.
Please help me to resolve both issues.
Hi
The theme code was tested and optimized for best performance, we have a lot of clients and the theme works well on a large variety of hosts.
First please make sure that you use the recommended server configuration for Newsmag theme, you can check our documentation for more details: https://forum.tagdiv.com/newsmag-requirements-for-newsmag/
There are lots of factors that influence the site’s page-sped. I suggest you first try this without any other plugins active, leave just VC plugin active the check again.
To improve your server response time you can try to reduce the number of queries (fewer plugins, fewer blocks on page, reduce the elements which use ajax requests/pagination like mega menus/load more/infinite load), also consider using a cache plugin, we recommend the WP super cache plugin with the following configuration: https://forum.tagdiv.com/cache-plugin-install-and-configure/ To improve the loading speed look the mysql query cache: http://dev.mysql.com/doc/refman/5.1/en/query-cache.html we also use it on our demo.
Also you can use the speed booster to move the js and css at the bottom of the page, eliminate render-blocking, but not for all plugins. Check the System Status if the speed booster is active if you use other plugins than the tested ones. You can find some useful information regrading speed booster usage in this topic: https://forum.tagdiv.com/topic/speed-booster-questions/
Also you can read this guide, it may help – https://forum.tagdiv.com/how-to-make-the-site-faster/
Thanks!
Thanks all. I ran WP-optimize as you specified and there is still no change.
Any other suggestions?
EDIT: What I noticed is when I go into a page to edit it, the element is no longer a visual composer element but now text–the block now assumes its just a text block. I need to figure out how to get them recognized back as com poser elements–at least that is what it appears to be. Note in the screencap below the first block is the original showing it thinks its just text, and the second block is a new, added element I just put in:
Thoughts? BTW, are amny of you folks actual support or just being nice by helping?
Thanks again.
Hi,
after updating http://www.latinacorriere.it the following custom CSS is not working:
.td_block_13 .meta-info-container h3{
padding-left:20px
}
.td_module_14 .td-module-meta-info{
bottom: -50px;
}
I also tried to clear cache (WP Super Cache) but still not working.
Thank you for support,
Gianni
How can I prevent a post from appearing more than once on a page?
If a post is featured, I don’t want it to repeat in any of the other category blocks.
Thank you for your help.
Lanny
Help!
I just updated to the newest newspaper through the envato wordpress toolkit and the site has broken. It appears that possibly visual bakery is broken or css somehow?
Instead of graphics this is the code I see:
[td_slide_big limit=”4″ sort=”” category_id=”23″ category_ids=”” tag_slug=”” autors_id=”” installed_post_types=”” autoplay=”” offset=””]
[td_block2 category_id=”14″ limit=”4″ custom_title=”LATEST NEWS” ajax_pagination=”next_prev”][td_ad_box spot_id=”custom_ad_1″]
[td_block2 category_id=”3″ limit=”2″ custom_title=”FEATURED”]
[td_block4 category_ids=”18″ limit=”3″ header_color=”#2b2b2b” custom_title=”COCKPIT RECORDINGS” ajax_pagination=”next_prev”]
[td_block2 category_id=”17″ limit=”6″ header_color=”#82b440″ custom_title=”VIDEO” ajax_pagination=”next_prev”]
[td_ad_box][td_block8 category_id=”19″ limit=”3″ custom_title=”ESCAPE & EVADE! DOCUMENTS” show_child_cat=”all” ajax_pagination=”next_prev”]
Here is a screen shot
here is what it should look like 
I tried to disable and delete the latest visual bakery plugin but that didnt work and I am stuck with the oldest versio, 4.7.4 and somewhow cant find the newest, so if you can provide a link to that i would appreciate it.]
thank you!!!
Hi,
i’d like to style the block titles on…
http://www.dynamicevents.org/test/
so they resemble the look of my old site…
So, to be clear, the background colour of the ‘Projects’ block title (maroon on my test site) will span the full length of the column rather than just the word. Much like the ‘Latest Issue’ block title (in green) does on my old site. Is this possible?
Thanks
Hello,
– I have an issue with slide on my website for the first time when you open the home page it only load the first article(post) image among three and it keeps showing white space while other article were load quickly. please advise . here us the link to my web : http://izubarirashe.rw/
– secondly i wont to remove there pagination button <> to the news sticker and remain with only article title auto rotate.
– i also need to display number of views on the block image especially to the reading image of block 8
thank you
Hi jcarr99,
Please try the code below and place it in Theme panel->Custom Css area, like this: http://screencast.com/t/s0mTFxEVefe
@media(max-width: 768px) {
.td-social-facebook .td-icon-facebook, .td-social-twitter .td-icon-twitter{
float: left;
}
.td-social-but-text {
display: block!important;
}
}
The result you should see here: http://screencast.com/t/cIxwMDHaai5
Hope this helps!
Thank you!
Hello,
I looked into this a little bit and found some interesting results. Bare in mind that the plugin is not tested with our theme:
If the block is set to display posts as well as events, it displays the event time and on posts the post time: http://screencast.com/t/7ezlWVOuu – http://screencast.com/t/BGy1sBIjI
If it is set just to events it does not display the event time but rather the posting time: http://screencast.com/t/qoJ52Wbz
If you want to set the block to just pick up events, and get it to work you could adjust your code a little bit like so:
<?php echo tribe_get_start_date($this->post->ID, true, 'l, F jS, Y'); ?>
and remove the standard get_date code for this module: http://screencast.com/t/lGmjCLiT8d
I hope this helps.
Thank you!
-
This reply was modified 10 years by
Bogdan B..
Hi all,
the update with the fix is live on themeforest – Newspaper 6.6
Sorry about the delay :(.
@Ferenan – please let us know what ad blocking software are you using? on what browser and the exact name so that I can try it out.
Hi
Try to deactivate all plugins except Visual Composer, clear all caches and test again. If the problem persist try this css in theme panel > custom css:
.wpb_single_image {
display: inline-block;
}
Thanks!
Hello,
Please provide more details to how the table is implemented and how the block displays it. Blocks usually display the featured image of a post, not the post content. Please provide a link to your problem and a screenshot
Thank you!
Hi,
Unfortunately css does not know what category it is coloring. You can only color an element. If you wish to color a particular element with a particular color you have to use a css selector that targets that particular element.
http://www.w3schools.com/cssref/css_selectors.asp
for example on this block1: http://screencast.com/t/AZEgaCl8joEN
.td_block_id_132895618 .td_module_mx5 .td-big-grid-meta>a{
background-color:red!important
}
.td_block_id_132895618 .td_module_mx11 .td-big-grid-meta>a{
background-color:green!important
}
But css does not know which category is displayed. If another category is displayed in that particular element you colored, it will also have that color you set.
Css is not dynamic like that.
On the other hand. You can copy over the function i showed you in a previous reply and replace it with the function from td_module.
The function to get_gategory is a big one. It starts at function get_category() { on line 177 and goes all the way to line 267 after return $buffy. You need to copy this whole code from: http://screencast.com/t/v5zSRpvR
and copy it to td_module replacing the get_category function there: http://screencast.com/t/Khkp9xlu0m
As a result you will have the color from the theme panel set to the category tag on modules but at the same time it will pick up every category the post has as parent: http://screencast.com/t/gFLrJld6
So, as a bottom line, your problem cannot be resolved by either methods as the css one is not dynamic and the php one pulls all categories to the block.
You will need custom work to get it exactly as you wish, with only one parent category and colors at the same time.
I hope this sheds light on the subject.
Thank you!
Hi Bogdan,
Thanks for your reply. Can you please make some tests on your side? Unfortunately our test server is only local and I don’t want to break the layout on the live site.
What I have noticed so far, it is not caused by ads. Furthermore, if I would put a extra ad in between, the layout would be fine. It seems like the issue is occurring as soon as I put 2 block widgets after each other and one is hidden on mobile.
Regards,
Loano
Hi,
This is a bit of stretch, but I’m hoping someone on support or maybe another user has some previous experience with displaying the correct event date for The Event Calendar by Tribe on the Newspaper homepage.
Editing parts of td_module_1.php and by using filters, I’m able to display the post type tribe_events in the Newspaper layout Pagebuilder + latest articles + pagination. I can display the correct date in the Homepage latest articles section (bottom loop just before pagination) and in a widget but in Blocks, all I get is the current date. This is the code I’m using to display the date:
<?php echo tribe_get_start_date($post->ID, false, ‘l, F jS, Y’); ?>
From a few things I read over at The Event Calendar’s forum, a new loop is needed but I really don’t know how to do it in the Newspaper theme. Any help would be greatly appreciated!
thanks!
Hi SamuelWright,
Please try the code below and place it in Theme-panel, Custom Css area.
.td_block_id_2613887240 .block-title {
font-weight:bold;
}
.td_block_text_with_title {
padding-bottom: 0px;
}
The result you should see here: http://screencast.com/t/jTqNtzyNlaP
If is not what you want, please provide more details about this, so i can be able to provide a more accurate response.
I hope this helps and let us know how it goes!
Thank you!
Hi,
I’m using Block 1 to show posts from category on homepage.
Post composed using http://www.tablesgenerator.com/html_tables
When preview post everything is ok, but table content of post will be convert to text-line like “JTNDZGl2JTIwY2xhc3MlM0QlMjJ0Zy13cmFwJTIyJTNFJTNDdG” if the post included in Block module.
Is there anyway to fix and force it display full table content post using Block?
Thanks.
Hello matijakurusic,
If you want to change the block title colors for a specific block, you can achieve this thing if you set this option within Visual Composer->Block Settings, like this: http://screencast.com/t/RRb7jeCLDIu . After this, please clear all caches and try it again. If your problem is still there, please send us an email at contact@tagdiv.com and provide your log-in information so we can take a look at your page setup. Please also provide a link to this topic so we know who you are.
For your second request, you can change the font in Theme panel->Theme fonts->Other->News Sticker Title, like this: http://screencast.com/t/pXssS3aJC and for change the font color, please use the code below in your Custom Css area, within Theme panel, like this: http://screencast.com/t/0aJpgH9A
.td-trending-now-wrapper a {
color:red;
}
The result you should see here: http://screencast.com/t/v6o6HFs2W
Hope this helps and let us know how it goes!
Thank you!