- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi,
Unfortunately the megamenu was designed to display only 5 posts and for the arrows you can change them using custom css. You can change the arrow image using a background image but you need to customize it with css code. Try something like this in Theme Panel > Custom Css: http://screencast.com/t/swWGyNFdcnvb
.td_block_mega_menu .td-ajax-next-page{
background-image: url('https://cdn4.iconfinder.com/data/icons/iconsweets/50/arrow_right.png')!important;
background-position: inherit;
width: 50px;
height: 50px;
bottom: 5px;
left: 291px;
}
.td_block_mega_menu .td_ajax-prev-page{
background-image: url('http://australianvaluations.com.au/wp-content/uploads/2014/12/arrow-left-50x50.png')!important;
background-position: inherit;
width: 50px;
height: 50px;
bottom: 5px;
}
.td-no-subcats .td-ajax-next-page{
left: 72px !important;
}
This is an example you can change those images and change those values like you need. If you don’t have basic css/html experience you ca get someone to help you.
Thanks!
Hello tagDiv team = )
I tried to resolve this myself, but not achieving the results I want.
I can see that the tag color is changed on post page, here’s my example – http://www.goproace.com/wp-content/uploads/2015/04/example1.png
But, I also want the color to be changed on Category, and sub category pages – it is still showing up as default black tag block with white text – http://www.goproace.com/wp-content/uploads/2015/04/example2.png
Any help would be great! Thanks!
Which version of V.C. are you using?
Have you checked security of your other plugins? Did you update Yoast SEO which had security flaw? Did you update/delete old version of Revolution Slider from early 2014?
Have you renamed your main login from “admin” and deleted that user? … did you change all user passwords to “strong” passwords after intrusion?
are you using “limit login attempts” plugin or similar?
Are you using WordPress 4.2 — 3.9 has security issues. Make sure you have latest version of WordPress.
Have you deleted old plugin folders and old theme folders you’re not using? Old insecure plugins with vulnerabilities can still be executed directly.
Have you tried using something like WordFence if your site is so vulnerable?
Is your server using CSF or other firewall to block port scans and flooding, to totally block bad hat IPs from multiple intrusion attempts?
You need to be aware of ALL such issues, and not just ONE plugin. You can also check the forum for VC on their website(s) for info on the “changelog” for any security issues, and also check SECURI to see if one of your plugins may be vulnerable “right now.”
http://blog.sucuri.net/2015/04
You may want to consider using a security system if you’re unable to lock down your system on your own:
https://wordpress.org/plugins/wordfence/
https://sucuri.net/wordpress-security/wordpress-security-monitoring
Hi,
You can do this how is more easy for you. Anyway you will have to create new posts, categories, pages so you have demo like an example to see how you can create your own(how blocks are added using Visual Composer for example). Just take it step by step and create what you need and please follow our theme documentation it may also help: https://forum.tagdiv.com/newspaper-documentation/
If you want to remove the demo please note that it can only be remover manually.
Thanks!
Ok thanks. However, the same problem. That code is not showing the ad it is only showing “< ?php echo do_shortcode (‘[td_block_ad_box spot_id="custom_ad_3"]‘); ?>” on the posts.
Hi,
Please follow this topic to display categories on modules/blocks: https://forum.tagdiv.com/topic/category-display-info/
Thanks!
Hi,
I’m not sure if you refer to this, but you can try this custom css in Theme Panel especially if you use like buttons I think it may help: http://screencast.com/t/rLWy09gB5Sv
@media (max-width: 767px){
.single .td-social-sharing{
margin-bottom: 10px !important;
}
.single .td-social-like-tweet{
margin-bottom: 10px !important;
margin-top: 0px;
}
.td-social-like-tweet ul li{
display: inline-block !important;
}
}
Also please note that these share buttons will be modified in version 5 of Newspaper it will look something like Newsmag share buttons.
Thanks!
Hi,
Please make sure that you have subcategories for the category that you have selected for that block – http://screencast.com/t/Mjc6GLus9X after that set the block like this: http://screencast.com/t/4vtsUiu9D7Y – http://screencast.com/t/FtjtAaMl
Hope this helps!
Hi,
You need to use as that shortcode has been changed from 1.5 version of the theme: http://screencast.com/t/ySZz4HIarI
td_ad_box spot_id – td_block_ad_box spot_id
Thanks!
Hi,
I see that you managed to solve this with Lucian css: http://screencast.com/t/cRG2pbFqC
Also your css for other blocks/modules gradient should work: http://screencast.com/t/mzrc4z43O7 you can also try display none:
.td-module-thumb a:last-child:before{
display: none !important;
}
Thanks!
I stumbled upon another site recently that uses Newsmag and I really liked one of the module they were using because of it’s responsiveness on mobile devices.
If you go to http://sneakerbardetroit.com/, you will notice posts displayed in Block 11 / Module 10:

When you go mobile, you end up with the block looking like this:

Unfortunately, when I use the same block and module for my homepage, my articles look like this on mobile:

And it creates a LOT of scrolling for users when browsing.
Now my question is, how can I achieve the same results? I noticed I’m on Newsmag 1.7 vs the other site who’s on Newsmap 1.5.
Hello,
Lucian requested me to start a new thread here regarding the issue of not being able to change the footer’s text color.
I have tried the code he gave me:
.td-footer-container, .td-footer-container .block-title > a, .td-footer-container .block-title > span, .td-footer-container .entry-title > a, .td-footer-container .entry-title > span, .td-footer-container a, .td-footer-container .meta-info .entry-date { color: red; }
I posted it on the Theme Panel > Custom CSS section
Then I changed the word “red” to “black” (I assumed that’s how it works? And Saved but got Nothing, the Text on the Footer is still the same.
Could you please help me?
Hi guys,
Does anybody know how to remove the margin between two visual composer columns?
I’m trying to create a page that has a grid of content blocks where everything lines up right next to each other
e.g. 4 columns of single images
I’ve set the margin and padding to 0 using the Design Options within visual composer on both the content item and the column it self.
It removes the margin above and below but it has no affect on the margin between columns.
I’ve even created a CSS style with {margin: 0 !important; padding: 0 !important;} but that didn’t work either.
How can this be done?
Hi,
Make sure that you also empty all caches after changing theme’s settings. If this doesn’t help check if the theme is actually saving settings. Some hosts block access to the admin-ajax.php file when saving your settings and with that file blocked the theme can’t save your settings.
If this is your case contact your host provider and let him know about this issue.
You could easily identify if this is happens in your case by checking you browser’s console while saving your settings.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
That settings only apply to a header added to the page content, like this: http://screencast.com/t/M8MfCjItvb3I
For articles title you need to change the big/small (on blocks) post title:
ex:
* http://screencast.com/t/8jWn2uSRd
* http://screencast.com/t/QjYvSpAh
Not sure how you’ve managed to do it like you’ve described as I’ve also tested this and the settings aren’t applying just to header tags added within the page content.
The title style can be set from widgets area: http://screencast.com/t/6TzPiMEXPl2 ..or when adding the widget via page builder suing VC: http://screencast.com/t/d1UpuegOcMB0
For those widgets that don’t have this option you can use custom css to give the tiles a similar design.
Thanks
Hi,
That is because you’re using the newsmag theme not newspaper. For newsmag there is no option to change the footer text color just the background color.
We have this on our todo list for the next update, until then you can use custom css to change it, like this: http://screencast.com/t/C7OXJJTm
Use the css below and just change the color into the one you want, add it in theme panel > custom css section:
.td-footer-container, .td-footer-container .block-title > a, .td-footer-container .block-title > span, .td-footer-container .entry-title > a, .td-footer-container .entry-title > span, .td-footer-container a, .td-footer-container .meta-info .entry-date {
color: red;
}
Let me know how it works and please make a new tread regarding this in the newsmage theme forum section: https://forum.tagdiv.com/forum/newsmag/
Thanks
Hi,
Please make sure that you have post to all those categories as if you don’t have that category will no show up there even you added category ID in the block settings.
I also tested this and it was the only way to recreate this(not having post on a category). Also there is no limit in the code files for this.
You can also check this without any plugins active, leave just Visual Composer active and empty cache. Maybe there is a plugin conflict.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Unfortunately that sort order doesn’t exist on block, but you can add it like this:
*in td_data_source.php: http://screencast.com/t/DGxvKZhvTu
case 'date_ascending':
$wp_query_args['orderby'] = 'date';
$wp_query_args['order'] = 'ASC';
break;
*in td_config.php: http://screencast.com/t/WTt1CgNa4wX
'Date Ascending' => 'date_ascending'
Result: http://screencast.com/t/r4gmhOhp – http://screencast.com/t/NZoEWdqrBBl
Thanks!
Hi,
The block setting sort order date post got [old to new (asc)] option ? , so far seem only got latest [new to old (desc)]
Thanks
Hello,
well, when I set the filters on some block per category ID, just appears 3 or 4 categories, although I have set more than 3 or 4 categories.
For example:
I set 16 categories: http://i.imgur.com/QKjQy48.png?1
But, in frontend, just appears 3 categories, in this case: http://i.imgur.com/Lw6AkhT.jpg?1
My page: http://arenarubronegra.com.br/v3
What did I do wrong? I have the same issue on mega menu.
Thanks!
Hello team,
1- I am trying to change the font size of the H3 tag from the theme panel. Specifically, I changed the “Page Content H3 tag (only on default tamplate)” and also “Post Content H3 tag” to 35 px.
On my homepage, i use block 2 to list posts, but the post title font size is not changing to 35 px. Even when i use block 6, size still doesnt change.
On the other hand, I have a draft page where i usually test settings, I used block 6 there and the font size changed.
Why are the settings not applying to the homepage?
2- How can I have sidebar title have title style 1 like with the other blocks?
Here is my URL: http://www.businessbuzz.me/
Thank you for the continued support! 🙂
Note .. some tweets won’t embed via o-embed and not sure why…
on a recent article we tried to embed two tweets, one worked “normally” (with grumpy cat), and the other we had to use embed code.
<blockquote><p>Behold The Crazy. <a href="https://twitter.com/hashtag/TedCruzCampaignSlogans?src=hash">#TedCruzCampaignSlogans</a> <a href= http://t.co/zTMfvnQPuZ">pic.twitter.com/zTMfvnQPuZ</a></p>— JustJanis (@jsavite) <a href="https://twitter.com/jsavite/status/579798118025281536 >March 23, 2015</a></blockquote> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
(quotes removed around a link as forum won’t render that)
you can can see this here … normal tweet embed worked fine… the weird image discussion version with palin/cruz poster would not.
-
This reply was modified 11 years by
simchris.
I disabled showing author names, because i dont need it on site. I need it only on one specific category and one block for columnists. I use block 12 (module 11) on my home page to show latest post
is there a way to do this?
EDIT: i copied td_module_11.php to my child theme (includes/modules) but my editing doesnt make any changes
Hi,
We plan to add new blocks/modules, features like smart lists and smart sidebar on Newspaper v.5, we’re working on it. We also plan to add the page Mega Menu (Travel – on Newsmag).
Thanks!
Hi,
Please add the shortcode for your ad in single.php if you use default post template like this: http://screencast.com/t/BxOjwAlcosVl
<?php echo do_shortcode ('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
And use this custom css in Theme Panel > Custom Css to add top border: http://screencast.com/t/gNuTaVrUZ
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].