- NewsmagInstalling pre-built websites
- NewsmagIntroduction
- NewsmagSmart Lists
- NewsmagTheme thumbs
I just noticed that the same problem happens on the Demo site too – http://demo.tagdiv.com/newsmag/td-post-after-effects-guru-tracking-and-stabilizing-footage/
All Vimeo videos have the black lines top and bottom because the iframe is resized wrong.
Any suggestions on a fix would be great.
Many thanks,
Dan
works perfect! thank you very much, should have their documentation as you demonstrated
thanks you
Hi folks
as you may or may not recall I had mentioned something about getting an http/https warning in the theme panel while playing with WooCommerce install.
I have traced this down to an http:// call for fonts in the theme. Since the store I’m setting up for our main business site is “https everywhere” … even with a local 301 redirect for any errant http elements, it turns out it’s a call to Google fonts for Roboto:
Mixed Content: The page at 'https://www.MYSITE.com/store/wp-admin/post.php?post=4&action=edit&message=1' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700&subset=latin'. This request has been blocked; the content must be served over HTTPS.
In td_wp_booster_functions.php
I have this:
/*
* on demo and dev we load only the latin fonts
*
* modify this collection if you want to optimize the fonts loaded when you have the speed booster enabled
*
* collection url -> : http://www.google.com/fonts#ReviewPlace:refine/Collection:PT+Sans:400,700,400italic|Ubuntu:400,400italic|Open+Sans:400italic,400|Oswald:400,700|Roboto+Condensed:400italic,700italic,400,700
*/
wp_enqueue_style('google-font-rest', td_global::$http_or_https . '://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,700,400|Open+Sans:400italic,600italic,700italic,400,700,600'); //used on menus/small text
and
// enqueue the fonts
if(!in_array('g_438', $td_user_fonts_list)) {//'g_438', //Open Sans
wp_enqueue_style('google-font-opensans', td_global::$http_or_https . '://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic'); //used on menus/small text
}
if(!in_array('g_522', $td_user_fonts_list)) {//'g_522', //Roboto condensed
wp_enqueue_style('google-roboto-cond', td_global::$http_or_https . '://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic'); //used on content
}
}
So, apparently from the theme panel, it doesn’t pick up the https dynamically.
I’ve changed to:
wp_enqueue_style('google-font-rest', td_global::$http_or_https . 'https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,700,400|Open+Sans:400italic,600italic,700italic,400,700,600'); //used on menus/small text
} else {
$td_user_fonts_list = array();
$td_user_fonts_db = td_util::get_option('td_fonts');
if(!empty($td_user_fonts_db)) {
foreach($td_user_fonts_db as $td_font_setting_key => $td_font_setting_val) {
if(!empty($td_font_setting_val) and !empty($td_font_setting_val['font_family'])) {
$td_user_fonts_list[] = $td_font_setting_val['font_family'];
}
}
}
// enqueue the fonts
if(!in_array('g_438', $td_user_fonts_list)) {//'g_438', //Open Sans
wp_enqueue_style('google-font-opensans', td_global::$http_or_https . 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic'); //used on menus/small text
}
if(!in_array('g_522', $td_user_fonts_list)) {//'g_522', //Roboto condensed
wp_enqueue_style('google-roboto-cond', td_global::$http_or_https . 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic'); //used on content
}
}
***
but, that did not fix it.
***
Hi folks
this is an advanced user question (me).
Seeking to streamline overhead a little for all the theme functions we don’t use, and will never use with the theme, which are now loaded via td_wp_booster_functions.php and not main functions.php file.
For example, can I safely remove some of the elements such as
require_once('td_ads.php'); //handles background click ad
require_once('td_demo_site.php'); // the demo site
require_once('td_video_playlist_support.php'); //video playlist support
require_once('td_first_install.php'); //the code that runs on the first install of the theme
require_once('td_smart_list.php'); //the smart lists
require_once('td_login.php'); // modal window for user login
In the above list, we don’t use background ads, demo site, video playlists, smart lists, or logins; and we don’t use theme panel to install plugins/check for plugin install.
Similarly is it practical to remove the entire bottom section, since we’re not using the theme admin to manage install or nag screen for *any* plugin install, and it’s a lot of “newbie bloat” for us.
e.g., section starting with:
/* -----------------------------------------------------------------------------
TGM_Plugin_Activation
*/
require_once 'external/class-tgm-plugin-activation.php';
(etc.)
Thanks folks 🙂
Trying to optimize a little as some stuff we don’t use and never will use and is redundant/irrelevant for our use.
Hello team,
How to minify javascript files and css files. i see you demo and you guys are using minify js and css. how you do that in my website http://www.movzio.com google pagespeed suggest minify HTML,CSS and JS. and the second issue is admin-ajax.php load to slowly can you please suggest the solution 🙂
Thank you
-Mosam
The tagdiv social counter has changed since the update;
– there is now no spacing above the title
– The font is changed (larger size and in black)
Compare the widget on my website and your demo and you will see the difference whichhappened after the update, how do I fix this?
website: http://www.ocreurope.com
Hi,
In td_block_8 limit=”3″ custom_title=”HOLIDAY RECIPES
In your demo there is http://i.imgur.com/KvkiaxV.png?1?4301 two reviews are showing..
Can i change number of reviews to display in block 8? Let me know
Hi,
We aren’t aware of this and I also don’t believe that we are facing a bug hare because as you can also find if you check our demo: http://demo.tagdiv.com/newspaper/ the theme looks good on IE7 to 11 browsers.
I also noticed this server error when checking your site on Firefox browser(latest version) so this might also be due to your server. I suggest you also contact your host provider and let them now about this: http://screencast.com/t/0YCFnK627
I suggest you also try to check this without any plugins active, lave just Visual Composer plugin active and also make sure you empty cache and/or purge files if you use CDN host services.
Try this and let me know how it goes!
Thanks
Hi,
First you should update the theme to the latest version and also update the plugins.
1. You have to move the css that comes from the plugins to the page bottom, you have to look for their classes and use the function presented in the pagespeed guide, use the provided function to identify the classes (for css you can also look into the page source) – http://screencast.com/t/tmBelfMQ
Do not move the style.css that comes from the theme, it causes issues.
Ex:
$this->move_style_to_footer('js_composer_front');
You should do this only after you decide which plugins you’ll use. Also note that not all plugins will tolerate this operation, after each move check the site to see if everything works fine.
About contact form – we use Contact Form 7 on our demo, you can try it or ask for another recommendation, i’m sure someone will provide some feedback on this.
2. and 3. Avoid js minification, it causes errors.
Try the other minification settings included in the W3 Total Cache plugin. – http://screencast.com/t/3cbIE92N
Thank you, Emil G.
Hi Lucian,
Yes this issue is as well present in your demo site in iPads. When I try to click on the “Tech” link which should take me to (demo.tagdiv.com/newspaper/category/tech/phones/) it does not work. It only displays the mega menu below it. The same is true for menu titles Lifestyle, Travel guides, and video. Others I see have the “#” assigned which would link to nowhere.
Thank you,
Franklin
Hi,
Please try this div class to display on tablet and mobiles:
<div class="td-visible-desktop">
<a href="http://google.com" target="_blank"><img src="http://demo.tagdiv.com/newsmag/wp-content/uploads/2014/08/rec728.jpg" alt=""></a>
</div>
<div class="td-visible-tablet-portrait">
<a href="http://google.com" target="_blank"><img src="http://demo.tagdiv.com/newsmag/wp-content/uploads/2014/08/rec468.jpg" alt=""></a>
</div>
<div class="td-visible-phone">
<a href="http://google.com" target="_blank"><img src="http://demo.tagdiv.com/newsmag/wp-content/uploads/2014/08/rec320.jpg" alt=""></a>
</div>
And read more info in our documentation: https://forum.tagdiv.com/ads-system-full-guide/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
That is a category subindicator: http://screencast.com/t/ZLHRFMEX
You can see it live here: http://demo.tagdiv.com/newspaper/category/lifestyle/
You need to adjust your a bit, like this: http://screencast.com/t/bNYARebAL
Use this css:
.td-category-page-sub-ind {
border-left: 0px !important;
right: 18px !important;
}
Thanks
Hi,
I’ve suggested you try the demo and let me know if there are menu items/sub links which you cannot open on tablets as I’ve also tested this and haven’t found any issue.
Please let me know!
Thanks
Hi,
The rest aren’t included in the demo. The demo package was designed to help you in your development project and to better understand our product. Please go trough our documentation and see how you can create menus/headers.. and how to use theme’s features and please consider that you can also search this forum for answers as many issues/questions.. were resolved here which can help you.
Thanks
Hi,
@sezarx I believe you refer to the predefined styles: https://forum.tagdiv.com/installing-the-demo-data/
Please let me know if this is not what you need and also if you have any other theme related issues.
Thanks
Hi,
On our demo’s menu are added only some categories that are set to megamenu and pages with submenu items: http://screencast.com/t/dte2bmKwL5
You can make your menu that you need by adding your pages and categories like above.
An icon can be added to the menu like this: http://screencast.com/t/g8EzYaSS3GhO
You can add a category to the menu and set to appear like a megamenu: http://screencast.com/t/70RESs6F if that category has subcategories, they will appear automatically(you don’t have to add them like submenu).
Also our documentation will help: https://forum.tagdiv.com/newspaper-documentation/
Hope this helps!
Hi,
Please also check our demo and see if you still noticed this there: http://screencast.com/t/BDOc2frp5zy as I have also tested this on iPad and haven’t found any issue as you’ve described.
Make sure that you also try this without any plugins active and empty cache/purge files.
Please let me know and also provide you site’s URL.
Thanks
I have installed demo data but i am only getting homepage menu and contact us…what about the rest..kindly help
and is there any option i get same setup as demo
-
This reply was modified 11 years by
Zahid.
Hi,
You have to install demo data from Theme Panel: https://forum.tagdiv.com/install-demo-data/
Please follow our documentation: https://forum.tagdiv.com/newspaper-documentation/
Thanks!
My wordpress is 4.1 and the VC is 4.3.5
I use VC to create a BigSlide on the homepage, and it is not aligned as demo, it is a messy stuff. However, if I use Page template (homepage – bg – no article list), it works ! But I wanna use VC because it is much more customizable.
How to fix this ?
I need to setup menu same as demo theme…but unable to do as even after i installed demo data.
Hi,
I am running a VPS on ramnode.com and got the problem, that the demo files are without pictures.
I tried already to set everything to 777 permissions and also the nginx webserver with his www-data has access as user. The database user has also full access to DB.
On my shared hosting it is working well. But I need it on the VPS and there Newspaper themes needs some more access permissions I think?!
What can I do?
Hello
thanks for quick reply, i used same version of wordpress but kindly tel how i get same look as of demo…with all menus and other things…
Hi,
I’m not sure what causes this that is why it would help to inspect the site so I can figure out what is wrong.
The slider breaks like that when the style sheet of the page is altered like width of it.
I suggest you also remove the Visual Composer plugins then install it from the plugins folder that was provided with the theme files when you’ve downloaded it from themeforest and make sure that you install and use the 4.3.5 version of the plugin.
Use this guide to update the VC plugin: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
You can also check the demo via IE and compare it with your case: http://demo.tagdiv.com/newspaper/
Let me know if you still have this issue afterwards and how it goes!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi Lucian. I followed your instructions and the problem continues. The page is hosted on an intranet and you could not see it, is that the fact that intranet is causing this problem? I’m using internet explorer 11
The menu is below the BigSlider and this is deconfigured.

maybe the menu and the Bigslider are called external files that are blocked by the firewall? which could be?
I say this because when I see the demo template, on the same PC with the same explorer, these items look good.
http://themeforest.net/item/newspaper/full_screen_preview/5489609

thanks
-
This reply was modified 11 years by
jairoo.