No search results were found in Documentation!
My UrL:http://www.staging3.maxlaxoc.com/
Desired look URL:http://demo.tagdiv.com/newspaper/
Look where it says “Orange County Lax News” beneath the big slider on my URL.
The look I am trying to achieve is similar to “Don’t Miss” and “Stay Connected” on your demo. I want colored Title text background. I can only get the line and the title text to change color. The title text background stays white.
Hi,
The theme is not slow at all. Please test our demo with google page speed: http://demo.tagdiv.com/newspaper/
Page speed is very personal depending on the hosting that you use, the optimization you have in place and the content that you have on your site. Please follow this guide to increase your loading speed: https://forum.tagdiv.com/how-to-make-the-site-faster/
Thank you!
Hello,
You do not have to install a demo to use the theme. Demos are optional. You can use the theme with all of it’s features without a demo installed.
Thank you!
There are two issue I am facing with this.
1.How to remove ENEWS instagram column or element? I had already tried to edit that page on backend editor but there is no such element of this instagram.
2.I cannot access the 1,2,3 footer widgets. I want to remove them also. When I go to widgets this footer widgets are empty. I can’t find them on backend editor. Please help.
I want to insert the content_inline adbox in smartlist 5
I found this thread https://forum.tagdiv.com/topic/need-help-about-block/#post-120048 where Caitlin showed how to add an adslot at the bottom of smartlist 5 by adding
$buffy .= do_shortcode('[td_block_ad_box spot_id="content_inline"]');
to /wp-content/themes/Newspaper/includes/smart_lists/td_smart_list_5.php
here: http://screencast.com/t/LTyumMT6
But that displays the adbox at the bottom of the entire smart list http://screencast.com/t/Zh2tB3lHL.
Where can I insert $buffy .= do_shortcode('[td_block_ad_box spot_id="content_inline"]'); in /wp-content/themes/Newspaper/includes/smart_lists/td_smart_list_5.php or another file so that the ad will only display after the first image item in smart list 5? For example on your smart list 5 demo: http://demo.tagdiv.com/newspaper/smart-list-style-5/ have the adbox appear only under the first imagel- please see http://screencast.com/t/pOMS6eKx0L45
Hi,
The Category pull-down filter is partially hidden.
VISIBLE: Latest, Featured ports, Most popular
HIDDEN: 7 days popular, By review score, Random
You can see a live example on your demo.
http://demo.tagdiv.com/newspaper/category/tagdiv-fashion/tagdiv-new-look-2015/
Thanks
The Newspaper 7 demo shows white Title Text (“Forum”) and yellow Title Text Background with a yellow line that runs across. When I change the title text background color to Orange, the line color changes but not the tab. I have an Orange Line with black title text and no title text background. I can change the text color with the Title Text Color option. How do I get the title Text Color background to change color?
As of now I am using some other theme, I want to migrate it to Newspaper theme?
Hence, Do I need to install demo for using this theme after activating the Newspaper theme?
http://screencast.com/t/Ix0dbhZ2ajm
Hello,
I’m not sure what a “default” page is. Are you maybe referring to the homepage? If this is the case, then you can use a slider element from visual composer and add it to your page: http://screencast.com/t/UHkauQ3yT
Here is an example of the slides used in our theme:
http://demo.tagdiv.com/newspaper/ios-slider/
http://demo.tagdiv.com/newspaper/big-grid-slide/
Thank you!
I installed this theme on my website, SportsRants.com, when I did so it did a number of strange things forcing me to revert back to my prior theme:
– Would not allow me to Edit Posts OR Pages (It simply went to a blank page)
– Did Not Display any content on the home page (I could not find where to even set this up)
– All my existing content had no featured image set, however when I reverted to my prior theme it showed the previously set featured image.
I installed the theme and installed the ‘Magazine Demo’. From there it simply created issues. I do like the layout and with my other theme being limited I thought this was the best route to go. I just cannot wrap my head around the issues I am experiencing.
Would it matter that I have Buddypress deactivated at the moment? I’m not sure how to resolve the issue and how to setup the homepage
Hello, and thank you for an amazing theme! 🙂
Can anyone please tell me whats the name of the font used in the Newspaper 7 demo, logo?
( NP black version – logo on top of site)
In the “theme fonts” tab, it only says “default font” and not the name of the font.
I have tried inspecting the site in the browser inspector, but as an amateur i cant sort this out.
It would also be nice if you could tell me the name of the other font used in the demo version.
Menus, “trending now ” etc.
Thank you very much.
Have a great summer!
C
Hello,
I am wondering if there is a way to have a “View All” type of button feature added to the options for the Content Blocks.
For example, on the demo site: http://demo.tagdiv.com/newspaper/ — there is a block style 16 for the topic of “House Design” which displays 3 articles. Let’s say that House Design is a category, so these articles are being pulled in for this category. Well, I would like to be able to have a ‘View All’ or ‘View More’ button which links to the ‘House Design’ category page. Essentially bringing the user to view all the articles for that category.
I am surprised this is not a feature already, or maybe it is and I overlooked it. But this is REALLY important for us. If this is not a feature, I guess we will custom build this, but ideally we would like this offered in the theme.
Can anyone advise if this is an option in the theme? Or theme developers – could this get added in the future?
Thank you in advance for your help and feedback.
Thanks,
Lauren
Hi, this is my functions.php which seems quite different to yours? i am unsure where to add this?
<?php
/*
Our portfolio: http://themeforest.net/user/tagDiv/portfolio
Thanks for using our theme!
tagDiv - 2016
*/
/**
* Load the speed booster framework + theme specific files
*/
// load the deploy mode
require_once('td_deploy_mode.php');
// load the config
require_once('includes/td_config.php');
add_action('td_global_after', array('td_config', 'on_td_global_after_config'), 9); //we run on 9 priority to allow plugins to updage_key our apis while using the default priority of 10
// load the wp booster
require_once('includes/wp_booster/td_wp_booster_functions.php');
require_once('includes/td_css_generator.php');
require_once('includes/shortcodes/td_misc_shortcodes.php');
require_once('includes/widgets/td_page_builder_widgets.php'); // widgets
/*
* mobile theme css generator
* in wp-admin the main theme is loaded and the mobile theme functions are not included
* required in td_panel_data_source
* @todo - look for a more elegant solution(ex. generate the css on request)
*/
require_once('mobile/includes/td_css_generator_mob.php');
/* ----------------------------------------------------------------------------
* Woo Commerce
*/
// breadcrumb
add_filter('woocommerce_breadcrumb_defaults', 'td_woocommerce_breadcrumbs');
function td_woocommerce_breadcrumbs() {
return array(
'delimiter' => ' <i class="td-icon-right td-bread-sep"></i> ',
'wrap_before' => '<div class="entry-crumbs" itemprop="breadcrumb">',
'wrap_after' => '</div>',
'before' => '',
'after' => '',
'home' => _x('Home', 'breadcrumb', 'woocommerce'),
);
}
// use own pagination
if (!function_exists('woocommerce_pagination')) {
// pagination
function woocommerce_pagination() {
echo td_page_generator::get_pagination();
}
}
// Override theme default specification for product 3 per row
// Number of product per page 8
add_filter('loop_shop_per_page', create_function('$cols', 'return 4;'));
if (!function_exists('woocommerce_output_related_products')) {
// Number of related products
function woocommerce_output_related_products() {
woocommerce_related_products(array(
'posts_per_page' => 4,
'columns' => 4,
'orderby' => 'rand',
)); // Display 4 products in rows of 1
}
}
/* ----------------------------------------------------------------------------
* bbPress
*/
// change avatar size to 40px
function td_bbp_change_avatar_size($author_avatar, $topic_id, $size) {
$author_avatar = '';
if ($size == 14) {
$size = 40;
}
$topic_id = bbp_get_topic_id( $topic_id );
if ( !empty( $topic_id ) ) {
if ( !bbp_is_topic_anonymous( $topic_id ) ) {
$author_avatar = get_avatar( bbp_get_topic_author_id( $topic_id ), $size );
} else {
$author_avatar = get_avatar( get_post_meta( $topic_id, '_bbp_anonymous_email', true ), $size );
}
}
return $author_avatar;
}
add_filter('bbp_get_topic_author_avatar', 'td_bbp_change_avatar_size', 20, 3);
add_filter('bbp_get_reply_author_avatar', 'td_bbp_change_avatar_size', 20, 3);
add_filter('bbp_get_current_user_avatar', 'td_bbp_change_avatar_size', 20, 3);
//add_action('shutdown', 'test_td');
function test_td () {
if (!is_admin()){
td_api_base::_debug_get_used_on_page_components();
}
}
/**
* tdStyleCustomizer.js is required
*/
if (TD_DEBUG_LIVE_THEME_STYLE) {
add_action('wp_footer', 'td_theme_style_footer');
// new live theme demos
function td_theme_style_footer() {
?>
<div id="td-theme-settings" class="td-live-theme-demos td-theme-settings-small">
<div class="td-skin-body">
<div class="td-skin-wrap">
<div class="td-skin-container td-skin-buy">BUY NEWSPAPER NOW!</div>
<div class="td-skin-container td-skin-header">GET AN AWESOME START!</div>
<div class="td-skin-container td-skin-desc">With easy <span>ONE CLICK INSTALL</span> and fully customizable options, our demos the best start you'll ever get!!</div>
<div class="td-skin-container td-skin-content">
<div class="td-demos-list">
<?php
$td_demo_names = array();
foreach (td_global::$demo_list as $demo_id => $stack_params) {
$td_demo_names[$stack_params['text']] = $demo_id;
?>
<div class="td-set-theme-style">" class="td-set-theme-style-link td-popup td-popup-<?php echo $td_demo_names[$stack_params['text']] ?>" data-img-url="http://demo.tagdiv.com/demos_popup/newspaper/large/<?php echo $demo_id; ?>.jpg"></div>
<?php } ?>
<div class="clearfix"></div>
</div>
</div>
<div class="td-skin-scroll"><i class="td-icon-read-down"></i></div>
</div>
</div>
<div class="clearfix"></div>
<div class="td-set-hide-show"></div>
<div class="td-screen-demo" data-width-preview="380"></div>
<div class="td-screen-demo-extend"></div>
</div>
<?php
}
}
Dear Support,
I wanted to adapt the mobile version of my Site so that it looks like the desktop version (like the mobile version looks like in your demo for the wordlnews theme). I copied the shortcode in the mobile editor of my Home site but then this error occured visiting the mobile version:
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_remote_cache is not set.
wp booster error:
Missing parameter: ‘file’
What am I doing wrong? (Site: konterrevolution.at)
Thanks and Greeitngs Eric
Hello ill0gic0,
This feature can be implemented using the Revolution Slider. Please notice that each of our demos has a specific design and style and if you want to use it you will have to import that demo. For more information about this method, please check our documentation here -> https://forum.tagdiv.com/import-revolution-sliders-on-demos/
Hope this helps!
Thanks for your understanding!
Hi guys,
I am wrestling with the Revolution Slider settings. I have 3 sliders in the slider, but ONLY the first one is showing up. I do not see anywhere intuitive to set it so that all three sliders show in sequence. I have used this before on different websites and did not have this problem. In fact, even when I imported the demo as is with no changes, it still did not change.
Thanks for any tips you can offer.
Hi, which block did you use to implement the beautiful animated image header with 4 posts in the Politics Demo?
http://demo.tagdiv.com/newspaper_politics/
thanks!
Hi,
If you use newspaper 7, the css was changed and the demo css is no longer found in the main css file. Each demo now has it’s own css file so this method will require a further step to work in newspaper 7. Please copy the content of this file: http://screencast.com/t/yfy0U1VGfOm and paste it at the end of the main style.css from the main theme folder.
Thank you!
Hi,
You can use visual composer elements to create a photography presentation. You can also use a gallery: http://demo.tagdiv.com/newspaper/td-post-aston-villa-beat-liverpool-to-join-arsenal-in-the-fa-cup-final/
Unfortunately for the attachment template, our theme does not provide any customization settings apart from the sidebar.
Thank you!
Hello zcarmichael,
Please notice that each demo has own design style and if you want to use the News Magazine style, you will have to install this demo without content and then you can create all your own content or you can install the demo with the content and then edit this with your content but please notice that this last way is not fully recommended because in the future, you will want to change this layout and you disable this demo, you will loose all the data and while if you create your own content (not editing the existing one), all of this will have loaded in the database.
Thanks for your understanding!
Good day. I’m a little bit confused on how I can get my social counter to look exactly the same as the travel blog demo’s.
I checked and the 1.jpg file is in the correct place on my website as shown in your screencast.
Why am I getting HTTP 404 errors? Is it because I removed all demo files and 1.jpg is expected to be in the media library upload folder?
If so, why are you uploading to the media library and not referencing 1.jpg in the theme’s folder instead?
If this is the theme panel background image, then why for every visitor that comes to my website, is it being referenced? That doesn’t make any sense. That background panel image is administration users, not for visitors.
Hi, I am wanting to make a homepage to make my site look more professional and less like a blog. I installed the demo for News Magazine and want my site to look near identical but with my own categories and such. How would I go about making my homepage just like it? Would I just have to start from scratch with Visual Composer or is there any easier way? Thanks!