Hi,
Is an active item from menu, both pages HOME and Sponsorship Information have the same URL destination: http://vbjusa.staging.wpengine.com/
see here: http://screencast.com/t/wjlctQZkD1W
For sharing here is the code, you can remove each line or reorder like you want. This is for the top section, for bottom sharing the code is at the bottom in that file.
On our demo http://demo.tagdiv.com/newspaper/block-1/ you will find all the blocks in Features menu http://screencast.com/t/pIaklaV50x
Thanks for the message!
Hi,
You can change the font size from here: http://screencast.com/t/SpJC8Uw6nom
To change the border size you need to use this CSS, add it in Theme Panel -> Custom CSS section
.block-title {
border-width: 4px;
}
Thanks for the message!
Hi @avni53
Is everything fine there, i see your site works now.
Thanks for the message!
Hi,
We will try to improve the documentation.
Can you take a look on this video: https://www.youtube.com/watch?v=rgWqozuqmJk&index=2&list=PL6CsDkMaejhrfEuAth6JVYLPmFwFzNFwY
or here in this tutorial about how to use the Visual Composer: https://forum.tagdiv.com/how-to-use-visual-composer/
Thanks for the message!
Hi,
I’ve tested tested on a module and works fine, see here:
1. added get_views();?> http://screencast.com/t/LvOEYMEb76R
2. copied the get_views() function in td_module.php from td_module_single_base.php http://screencast.com/t/6pDj3N6S
3 Used this CSS for a better alignment
.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/IBvCvum1oP
Please check again all the steps from there, should work.
Hi,
Firstly please install the Visual Composer plugin that is required by the theme. Go here and install it: http://screencast.com/t/tOn1NYUQIt
About the blank posts the text is there but is white http://screencast.com/t/pCV7TFx4tDa , you need to go to Theme Panel -> Theme Colors -> Posts and leave the default color of the text not white like here: http://screencast.com/t/XHTVArHgpkPy
WP User Cache read more here: https://forum.tagdiv.com/requirements-for-newspaper/
Thanks for the message!
Hi,
Just edit the code like here: http://screencast.com/t/5rnWGav3 and use this CSS to adjust the look, add it in Theme Panel -> Custom CSS section
.td-login-wrap {
padding: 21px 21px 17px;
}
#login-form .mfp-close {
display: none;
}
result: http://screencast.com/t/FGr1ZSsZ
Hi,
The WordPress need to know what page to open when you access your site. If you don’t set a page on Settings -> Reading, then your site you will see only the latest posts.
You need to setup a page from Settings -> Reading and that page will be when you access your site.
If not work, just send us access to your WP admin to take a look. Send via email at contact@tagdiv.com
Hi,
Sorry for the delay! You can move it with no problem, if the theme will ask for license, you need to activate it again on that domain.
Thanks fro the message!
Hi,
Add the new social like here: http://screencast.com/t/dwYNnXFn0J
Then you need to add the CSS for the existing selector, in this case is: td-icon-test http://screencast.com/t/CiJ3YiNyW
Thanks!
Hi!,
Create a new menu like Footer menu, and select it from Theme Panel -> Footer http://screencast.com/t/ByxN6uPb
Hi!, if you don’t set a module the default one will be M1.
Hi @argosmedia,
Can you provide a link to see the issue?
Check a post from our demo to see if works. Here is a link: http://demo.tagdiv.com/newspaper/120-er-visits-linked-synthetic-wordpress-nyc-past-week/
Hi,
You have installed the plugin from here? http://screencast.com/t/umEmGQV1S
Hi,
You need to use the Homepage with article list. To add content after the pagination you need to add it manually in page template php using do_shortcode https://developer.wordpress.org/reference/functions/do_shortcode/ and add your content created from VC.
Thanks for the message!
Will be, we have it on our todo list for future updates.
Thanks!
Hi,
About category Featured https://forum.tagdiv.com/featured-posts-2/
To setup H1 where? Please provide more details.
Hi,
You need to ask about the refund on envato, submit a ticket from here: http://themeforest.net/refund_requests/new
Hi,
Seems like the visual composer add that record for each post and page that you have. You have 10k posts? I’ve deleted a registration for my homepage and the homepage works fine, if you want to delete them, you can make a database backup and delete them.
if you want you can ask the visual composer developers about this for an explanation. http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431
Thanks for the message!
Hi,
What facebook widget? The theme and also the old version 4.xx don’t have a facebook widget. Can you provide more details or show me a screenshot.
What widget photos? Show me a screenshot please or provide a link with the widget.
Go to Theme panel -> Translations and translate the Plus d’histoire from there
Thanks for the message!
Hi,
I’m not sure i understand you question, do you mean you have on all categories template style 6 and you want to have the same background image on all categories. If you don’t want to setup a different background image on each category, you can use a background image on the entire site from Theme Panel -> Background http://screencast.com/t/3s96lHvL and that image will be on categories to.
Is this what you want? Thanks for the message!
Hi,
Thanks for reporting this, we will fix this in the next update, until that you can fix it using this CSS, add it in Theme Panel -> Custom CSS section:
.header-search-wrap .td_module_wrap .td-post-category {
z-index: 2;
position: relative;
}
.header-search-wrap .td_module_wrap .td-post-category:after {
display: none;
}
Thanks for the message!
Hi,
You need to make the same customization as above.
Posts in mega menu are sorted by latest posts(by date)
Thanks for the message!