- NewspapertagDiv Composer Tutorial
- NewspaperCredit System
- NewspaperCreate a frontend submission form
- NewspaperHow to Use the Tabbed Content shortcode
- NewspaperCreate a form contact page
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperSocial Sharing
- NewspaperSingle Post Shortcodes
- NewspaperInfinite Loading for Single Posts
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperHow to Add a Logo in Newspaper
- NewspaperCustom Post Type Support
- NewspaperCloud Library Templates
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperHeader Builder
- NewspapertagDiv Cloud Library Plugin
- NewspaperAd Box Element and Ads Overview
Hi
This can be achieved only by editing the code which generate the author box. Replace the code from td_block_authors.php with this one: http://screencast.com/t/smtjtqQKGJ – http://pastebin.com/XaLKJKvN – http://screencast.com/t/iZ6y4bwNF
Also you have to set the authors by to display authors by post count in Visual Composer or in widgets area: http://screencast.com/t/zonMc9T2Zb Note that by editing the indicated file author box will display only three authors on entire site.
Before making any changes make sure you do a full backup to your current wp-install.
Hope this helps.
Thanks!
These are the following path which are consisting of eval and base64_decode.Let me also inform you that it is a fresh install with wordpress.After i install the visual composer , again many path will have files under it containing eval and base64_decode.
wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_import_export_settings.php:33
wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_update_newspaper_6.php:347
wp-content/themes/Newspaper/includes/wp_booster/wp-admin/external/ace/worker-css.js:1
wp-content/themes/Newspaper/includes/wp_booster/wp-admin/external/ace/worker-javascript.js:1
wp-content/themes/Newspaper/includes/wp_booster/td_block.php:556
Please help
i have a problem on VC page building. when i click in page/post VC editing, tab’s right upper corner buttons like “trash can” or “dropdown menu” button, always makes main page goes up and buttons are not working.
i put video link to check it out.
youtube link
Sharing this issue with you, to make you aware, and perhaps there is a fix?
When I try to save a Page that uses Visual Composer shortcodes, I get error:
“Warning: Cannot modify header information – headers already sent by (output started at …/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php:149) in …/public_html/wp-admin/post.php on line 197
Warning: Cannot modify header information – headers already sent by (output started at …/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php:149) in …/public_html/wp-includes/pluggable.php on line 1171”
I have discovered that if I open this file:
/Newspaper/includes/wp_booster/td_block.php
and comment out this line:
// echo the default style of the block
// disable this line fixes page save echo $this->block_template()->get_css();
return '';
}
.. then I able to save VC pages without error.
I wonder if anyone else has this error? Or perhaps something unique to my environment. Anyway glad I am able to fix this way, for now. Thanks!
Hello,
Thank you for your appreciation.
1) You can use this css code to remove the top padding:
.home .td-main-page-wrap{
padding-top: 10px!important;
}
add the code in the theme panel->custom css box/
2) I’m not sure exactly how you want to separate the search. You can add a few css effects to the icon if you like for example:
.td-icon-search{
border: 1px solid lightgrey;
}
result: http://screencast.com/t/a7wW2VCAI
or maybe
.td-icon-search{
border-left: 1px solid lightgrey;
}
http://screencast.com/t/0QWMWxawIoe
3) Optin forms are added with plugins so I;m not sure exactly how you want the form. The details are pretty vague. You already have a full width slider from revolution slider plugin so you only need a form and content below the slider. For this you can use visual composer:
https://forum.tagdiv.com/how-to-use-visual-composer/
https://forum.tagdiv.com/block-settings-guide/
Hope this helps.
Thank you!
Hello aedney,
Please keep in mind that we have no idea what type of code you have. If you want to add your js.code in your header, you will have to edit the header.php core file and place there like this -> http://screencast.com/t/jiiQ1IttD or if you want to add it to your pages, you have two possibilities -> the first one, using the ROW JS element from Visual Composer and secondly you will have to edit the page templates corresponding to your page template used by you. Please notice that we only guide you in the right direction and if you are not aware what you will have to do further, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thanks for your understanding!
Hello gilean,
Please notice that you can use the same way for adding the ads to your post pages but you will have to add the code using the do_shortcode method where you want in your articles.
For example, if you want to display some ads in your article, first of all, you will have to create the code from the Visual Composer, like this -> http://screencast.com/t/jPe8zXDY and then you have to add the following code in the corresponding file with the post template used by you. As an instance, if you are using the post template style 1 you will have to add the code in loop-single-1.php, like this -> http://screencast.com/t/sQATPmLwlhD and the result you should see here -> http://screencast.com/t/s6nnSsQ5
-> <?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1" spot_title="CUSTOM AD"]');?>
Thanks for your understanding!
Hi,
Thank you for creating this theme. It’s amazing!
I would like som help with the visual composer element td_block_authors (found in includes/shortcodes)
I want it to show the description and social icons the same way as it shows on single posts, with description and social icons.
Can anyone help me with the code needed to tweak the author box?
I just installed the Newspaper 7 theme and the News Magazine demo. When I go to the page editor, Visual Composer is not appearing — just the stock WordPress composer box filled with the Visual Composer codes. Looks like this: https://snag.gy/e8C5w9.jpg I have disabled all plug-ins, except the plugins that come with the theme (Slider Revolution, Mobile Theme, Social Counter, Visual Composer). I have enabled WP_Debug, and it logged the following errors:
[03-Jun-2016 14:53:09 UTC] PHP Notice: Undefined index: description in /home/meteam5/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block_widget.php on line 135
[03-Jun-2016 14:57:46 UTC] PHP Notice: Undefined index: source in /home/meteam5/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_theme_plugins.php on line 159
[03-Jun-2016 14:58:04 UTC] PHP Notice: Undefined index: source in /home/meteam5/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_theme_plugins.php on line 159
How can I get Visual Composer to display correctly?
Hi Guys,
Great theme, love it so far!
I have just bought Newspaper 7 and have som initial issues.
1) Can I remove “Latest articles”-section from the buttom of the front page, so the page just “stops” after the visual composer content? If yes, can you please tell me how?
2) When I’m trying to install tagDiv Mobile Theme I get the following message?
Fatal error: Cannot declare class Mobile_Detect, because the name is already in use in /var/www/mydailycommute.dk/public_html/wp-content/plugins/td-mobile-plugin/Mobile_Detect.php on line 28
Thanks guys 🙂
Daniel, Denmark
Hello infrastructureaustralia.com,
I have checked your shortcode and this is not correct. I saw that you are using the Custom layout for your Visual Composer row, which is wrong if you are using with our theme, like this -> http://screencast.com/t/vnW8DG3kerR
If you want to create a smart sidebar for your homepage, please notice that it should be like so -> http://screencast.com/t/QhwVj7jsTp Please try to create a new page for testing and add the following code on your backend ->
[vc_row el_class="td-ss-row"][vc_column width="2/3"][td_block_1 custom_title="Block title 1" ajax_pagination="load_more"][/vc_column][vc_column width="1/3"][td_block_6 limit="2"][/vc_column][/vc_row]
Hope this helps!
Thanks for your understanding!
Hi to all,
Im using Newsmag theme ver. 2.3.7, WPBakery Visual Composer ver. 4.11.2 and tagDiv Social Counter ver. 3.2, Site: savjetologija.com
The thing is that SC plugin is showing tw, yt, g+ correctly by number of followers/likes but shows wrong data for fb.
I noticed here in some comments that there was mentioning of SC plugin ver. 4.0, seems I can’t find it anywhere?
Also, in last update of Newsmag theme I found folder Newsmag-tf\patch_2.3.6_2.3.7\includes\plugins\td-social-counter.zip, so I was wondering is this mybe patch for fixing fb data number in SC plugin?
Thanks all!
Hello Navito,
Please notice that this website is very well customized by it’s owner and requires to spend a bit of time until you will bring this layout. Also, please notice that this website has the similar layout with our travel demo layout and if you want to bring this, please try to follow the below tutorial in this regard ->
This is the simplest solution of recreating the travel demo homepage on another demo. This cannot be done without the custom classes used by the travel demo.
Please follow these simple steps to recreate the travel demo homepage with another (or no) demo installed:
1)This is the ‘shortcode’ of the page layout. You can simply paste it inside to your page editor in classic mode and text mode: http://screencast.com/t/SUt9ItUc the code: http://pastebin.com/RAA6DkWp
2)The background image will not be found so you will need to add your own image in the row setting: http://screencast.com/t/yB2Bh0rbo
3)Please add this class: td-travel to the body of the website like so: http://screencast.com/t/fOt9sfquQtVy
This will be the result: http://screencast.com/t/vlZG4G8m1Xpy
4)In the final step, you will have to copy/paste the custom CSS for this demo travel from the core file, like this -> http://screencast.com/t/oQurpGTnM
Also, please notice that if you want to add the banner which looks like as Travel demo, you will have to use Visual Composer ->Stretch Row for the image, like this -> http://screencast.com/t/BKSJkm1Zxetc -> http://screencast.com/t/3RTst4tfRW
Hope this helps!
Thanks for your understanding!
Hi
@Andrew You have to update Visual Composer plugin at V 4.11.2 which is included in theme’s path. Current plugin’s version that you’re using it’s outdated and don’t work fine with last version of wordpress: http://screencast.com/t/w3alY0f3lCNz
@flavourmag you also have an older version of VC: http://screencast.com/t/aIMSkR2kPI Ceck our documentation and update the plugin: https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/
Thanks!
Hi,
Unfortunately visual composer is not recommended on posts in our theme as it was not tested. you can activate visual composer for posts from the VC settings role manager, but you could get mixed results. We only designed the blocks to work on pages, not on posts.
In order to remove the gradient on the slide element and the icons visibility, you can use this css:
.td_block_slide .td-image-gradient:before{
display:none!important;
}
.td_block_slide .td-icon-left, .td_block_slide .td-icon-right{
opacity:1!important;
}
Thank you!
All of a sudden the images on my website stopped appearing.
I’ve tried the following with no luck:
1: I updated to the latest version of WP (4.5.2)
2: I updated to the latest version of the Newspaper Theme (7.1.1)
3: I updated to the latest version of Visual Composer (4.11.2)
4: I’ve tried disabling all plugins except Visual Composer
5: I cleared the cache in WP Super Cache.
I tried the following (after reading other people’s support tickets for this issue)
1: I went to Theme settings and disabled lazy load. This seems to allow some of my images inside posts and in sidebars to load, but still none of my featured images are loading. I have turned lazy load back on.
Here is a link to my site: http://www.azoutdoormagazine.com/dev
Please help.
Hello alpsbox,
1)I suspect this problem come from your untested plugins. Please try to disable all the active plugins, leave just Visual Composer, clear all your caches and install only the plugins that come bundled with our theme and rule out the conflicting plugins. I saw that you have used some untested plugins which could create this issue. Please try without them and check the results.
2)Please try the code below.
.td-category-header {
z-index:3!important;
}
The result ->http://screencast.com/t/xlj8bRhciKsx
Thanks.
I’ve just updated Newspaper to 7.1 and tagDiv Social Counter to 4.0, and social counter shows 0 fans.
Again: I had the same issue a couple of month ago, solved with Newspaper 6.6.5 and td social counter 3.2.
I’ve also deleted the old Facebook App and I’ve created a brand new one, no changes.
Can you please help me? Am I doing something wrong? Please notice that Now I’ve set display:none to td-social-info class.
You can see the problem on http://www.psicopoli.com/ (js composer block) and on all other site pages (widget).
On this site http://www.saporedivaltellina.it (newspaper 6.7.2 and tagDiv Social Counter 3.2) everything works, and I’m waiting before applying the updates.
thanks in advance, Luca Pecchi
Hi,
The element is created custom for the dark demo version. In order to re-create it you need to create a tab element in visual composer and only use grids with style 1. Then you ned to add an extra class to the tab element: td-tab-color
Once you did this, you need to copy over the css from the black version into the main style.css file: http://screencast.com/t/2A3bCsQF
Thanks.
Delete your current social plugin. Then upload and install the td-social-counter from your newspaper zip.
C:\Downloads\themeforest-145138-fast-blog-wordpress-theme.zip\Newspaper\includes\plugins
oh wow! This fix after my upgrade didn’t work for me either.
Social counter for WordPress. Widget and visual composer block. Version 4.0
Newspaper 7.0
Kevin
-
This reply was modified 10 years by
PGN.
Hi
This is the default functionality when Visual Composer it’s used on page template default. You can use page-builder+title and hide page’s title using this css in theme panel > custom code > custom css: http://screencast.com/t/Ykcl5S7kylOG
.page-template-page-pagebuilder-title-php .td-page-title, .page-template-page-pagebuilder-title-php .td-page-header.td-pb-padding-side {
display: none!important ;
}
.page-template-page-pagebuilder-title-php .td-page-content{
margin-top: 0px;
}
Thanks!
Hi,
1) The mobile menu problem is generaly caused by the old style.css from newspaper 6 being cached and served on the site from the cache. That causes the layout to break so clearing caches will eliminate caching issues.
On your site you no longer have the overlaping mobile menu: http://demo.tagdiv.com/newspaper/td-post-aston-villa-beat-liverpool-to-join-arsenal-in-the-fa-cup-final/
2) Please disable all plugins except visual composer and activate the mobile theme without other plugins. Some plugins can cause conflicts with our mobile theme.
Let us know how it goes.
Thanks.
Hi,
You can try to check for pagebuilder so if you do not use pagebuilder on a page, the css and js will be removed:
add_action( 'wp_print_styles', 'aa_deregister_styles', 10 );
function aa_deregister_styles()
{
$td_use_page_builder = false;
if (method_exists('WPBMap', 'getShortCodes')) {
$td_use_page_builder = true;
}
if ($td_use_page_builder == true) {
wp_deregister_style('js_composer_front');
wp_deregister_script('js_composer_front');
}
}
Hope this helps.
Thanks.
Hello Marto,
1) Please notice that our new mobile theme do not support the Visual Composer and it only displays the Big Grid -> your desired text -> and the latest articles features. For more information about mobile theme, please check our documentation here -> https://forum.tagdiv.com/the-mobile-theme/
2) For more information about page level ads implementation, please check this topic here -> https://forum.tagdiv.com/topic/page-level-ads-problems/
3) Please notice that the mobile theme does not support adding the widgets. This was made to be very fast and clean. All information about this feature you will find in the above documentation. If you want to have widgets, you will have to use the normal mobile theme (responsive mode).
4) If you want to hide the back to the top button, you have to use a bit of CSS code to do it. Please try the code below and place it in Theme panel->Cusotm CSS area.
The code is ->
@media (max-width:767px){
.td-scroll-up-visible {
display:none;
}
}
5)If you want to show the footer menu, you have to change them from Theme panel, like this -> http://screencast.com/t/3QDthMdzkA
6)Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-mobile-footer-wrap {
display:none;
}
7)Unfortunately, our theme does not have such an option for mobile font menu. If you want to change the font from the mobile menu, you can only do using a bit of CSS. For example, you can use the following code ->
.td-mobile-content{
font-family:arial;
}
Please notice that the font will have to be loaded from the Theme panel->Theme fonts, otherwise, the font will not be loaded. If your custom font is not loaded in our theme, you have to load them using ‘@font-face’ For more references in this regard, please consult here ->>
https://forum.tagdiv.com/font-customization/ – https://forum.tagdiv.com/topic/custom-font-issue/
8)I suppose that you are referring to the post view count for each post page. If you want to hide/remove it, please notice that you can do that from Theme panel->Post Settings, like this -> http://screencast.com/t/gBgk740e If is not what you mean, please provide more details.
9)As you can see, for the mobile theme, you cannot display the blocks for your sidebar. For more information about sidebar, please check our documentation here -> https://forum.tagdiv.com/sidebars-tutorial/
10)Please notice that the mobile theme has been designed to be very basic/simple and clear just to be very fast. Yes, the modal image was removed because influence the speed optimization and that was the decision of our developers. Also, you cannot turn it on because you do not have any option to enable it.
So, if you are unhappy with the new mobile theme behaviour, you simply disable the Mobile theme plugin and the theme will be switched to the normal mobile responsive.
Thank you for your understanding!
Hi,
The theme adds this css to the alt text inside the logo:
.td-visual-hidden {
border: 0;
width: 1px;
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
}
For some reason this is missing on your site. If you add this code the alt text will no longer be visible but this should be there by default. Please disable all plugins except visual composer, clear cache and reset cdn files. There is most likely a plugin that interferes with the css.
Thank you!