26935 comments found.
Hi. How can I change the font in the tables (decrease)?
Hi,
Do you use a plugin for tables or do you create them using html? Please send an email at contact@tagdiv.com and provide more details about this and a link so we can take a look as the theme doesn’t have an option to change this from theme fonts and you will have to use custom css or add it inline. Please send the email and we will take a look and also paste a link to this ticket.
Thanks! Alin V.
Thanks!
Am I able to prevent other people’s related videos showing at the end of my youtube videos? Presently visitor can stay on my page and watch anyone else’s content after my videos finish.
Replied to the other ticket! Please try that solution from our forum.
How do we change the number of posts displayed within a category page? At the moment, I only see 10 posts per page.
Hi,
You can control the posts number on loop page from wp settings – http://screencast.com/t/GQPCazsMgma
If you have other issues/questions related to the theme please create a new topic on our forum – http://forum.tagdiv.com/
Thanks! Alin V.
Hi guys, does the new Newspaper version work well with W3 Total Cache? I somehow prefer it over WP Super cache…Thanks
Hi,
Yes, it should work fin also with W3TC, for old version of the theme we have recommended this plugin to be used as default(settings).
Thanks! Alin V.
what does ” GENERAL MODAL IMAGE ” do exactly ?
Hi,
It is specified on our documentation what this option does – http://forum.tagdiv.com/general-settings/ and also you can read more about this(how it is applied) in panel where you enable/disable it – http://screencast.com/t/cL7ZH6WHjtQu
Thanks! Alin V.
Hi,
is there a way to hide date only on blocks, modules but keep it for single post page ?
thanks
Hi,
Please try this custom css in Theme Panel > Custom Css:
.td-module-meta-info .td-post-date {
display: none;
}
I ask you again like I asked before, please write about your issues on our forum – http://forum.tagdiv.com/ or via email – contact@tagdiv.com as this section is more for presale questions.
Thanks! Alin V.
Hello, I have a few problems I can’t seem to fix.
Everything was working fine until I changed my header logo. When i “visit site” while logged on to wordpress i can see that my logo is there. When I visit my website after logging out, the logo does not show up. Instead it shows a white box with a question mark on it.
I also tried to change my websites tag line, and a similar thing occurred where my new tagline is only visible to me when logged into my website. To everyone else they still see the old tagline.
How do I fix this ?
Hi,
Please clear all the caches to make sure that it is not a caching issue. If the issue persist please send an email at contact@tagdiv.com and provide wp-admin access so we can take a closer look. Also paste a link to this ticket.
Thanks! Alin V.
I have sent an email with my wp-admin access. Please have a look.
Replied via email!
Video post thumbnail in homepage is not showing automatically.
Hi,
Does it generate the video thumbnail after you add the video url and publish the post? – http://screencast.com/t/9nf6R4j9 Please provide more details via email at contact@tagdiv.com and also provide your site url. Also paste a link to this ticket.
Thanks! Alin V.
Hi. There is a patch in theme folder, what do I have to do with it?
Hi,
It is specified in our documentation what these files are for – http://forum.tagdiv.com/whats-included/ and please use forum for your questions/issues – http://forum.tagdiv.com/
Thanks! Alin V.
Hi Team, Thanks for the greatest Wordpress theme you guys developed, after the recent wordpress update, my pageload speed time increases badly. earlier it was 78-85 now it is only 30/100.
it shows -
Compressing http://gaadiwaadi.com/wp-content/themes/Newspaper/style.css could save 609KiB (88% reduction). Compressing http://gaadiwaadi.com/…s/js_composer/assets/css/js_composer.css could save 436.4KiB (91% reduction). Compressing http://gaadiwaadi.com/…tent/themes/Newspaper/js/tagdiv_theme.js could save 283.2KiB (77% reduction).
Minifying http://gaadiwaadi.com/wp-content/themes/Newspaper/style.css could save 135.9KiB (20% reduction).
means atleast i can save 1.6 mb on everypage view which is equal to what my full page size was about a month ago.
also, google webmaster shows that the theme isn’t meets Google accelerated mobile page
{ We did not find any Accelerated Mobile Pages in your site Accelerated Mobile Pages (AMP) are an open-source initiative to provide web pages that load fast and look good on mobile devices, even over slow networks. If your AMP-compliant pages include a few additional pieces of information, they can also benefit from special display features in Google Search results. }
can you please help me on priority ?
Hi,
Concerning speed optimizations we have made a page speed guide and covered the most important aspects that google notifies you of ( image optimization, js/css render blocking and more..) and based on which it classifies and grades your site’ regarding speed. You can find it here: http://forum.tagdiv.com/how-to-make-the-site-faster/
For the moment I cannot offer an accurate answer regarding Accelerated Mobile Pages implementation, but it is added on our list and the developers will consider it for future.
For other issues/questions please contact us via email at contact@tagdiv.com and also paste a link to this ticket.
Thanks! Alin V.
I have a problem that is I cannot upload image to host. I used GoDaddy Manage Wordpress. plz help me
When I upload in Post, I receive Unable to create directory wp-content/uploads/2016/01. Is its parent directory writable by the server?”
Hi,
Please check your permission for upload folder from your server – https://codex.wordpress.org/Changing_File_Permissions
Thanks! Alin V.
Ok. I fixed it but I now I can not upload image with big size such as image more than 1600 pix width.?
Hi,
Please make sure you follow this guide and increase all the values from System Status to recommended – http://forum.tagdiv.com/system-status-parameters-guide/ – http://screencast.com/t/O5xuf65w You cannot upload bigger files than the value you have set for post_max_size also you can read more here – https://wordimpress.com/how-to-increase-wordpress-file-upload-size-correctly/
If you don’t have access to the php.ini file please contact your host and ask him about this and let us know how it goes via email at contact@tagdvi.com and also paste a link to this ticket.
Thanks! Alin V.
I used GoDady Shared Host. Following the guide: http://forum.tagdiv.com/system-status-parameters-guide/
I have set these parameters:
“php_value max_input_vars 5000 php_value max_execution_time 300 php_value post_max_size 50M”
in .htaccess file,
below is code:
”# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
- END WordPress
- BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase // RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . //index.php [L] </IfModule>
- END WordPress
php_value max_input_vars 5000 php_value max_execution_time 300 php_value post_max_size 50M”
But I get “Internal Server Error”
??
Hi,
Please send an email at contact@tagdiv.com , include a link to this conversation and provide wp-admin and ftp access so we can take a look.
Thank you, Emil G.
Ok. I sent an email. Plz check!
Do you know of any plugins that work with the theme to enable a pre-role advertising video? I.e. An ad plays before the video on the site begins?
That is the only function I am missing in upgrading to your theme from the True Mag theme, which comes with a custom app that does this.
Hi,
Unfortunately the theme doesn’t have a feature like this and we did not tested any plugin with this functionality so I cannot provide an answer in this regard or make a recommendation, sorry!
Thanks! Alin V.
wow, I want to setup template for travel. pls show me how ?
Hi,
Please check this guide – http://forum.tagdiv.com/installing-demos/ and for other questions/issues related to the theme please open a new topic on our forum – http://forum.tagdiv.com/
Thanks! Alin V.
Thank you. I have installed travel demo. Now, I want to continuing use this template, plz guide me, uninstall or create new ?
Hi,
You don’t have to uninstall it, you just have to add your own posts and categories. You can also chose to install a demo without the predefined content – http://screencast.com/t/sRsdIQPvKQu
Thank you, Emil G.
Oh. So perfect. Tks you!
Hi … whats the best way to add Video demo main page in default demo theme .. I have my default theme activated and would like to add a video page something similar to Video demo(home page )..
thx in advance
Hi,
You can import only the video homepage if you need this – http://screencast.com/t/kAYyeZezC6S Please also check our documentation(video tutorial) – http://forum.tagdiv.com/homepage-how-to-build-and-set-it/
For other issues/questions related to the theme please open a new topic on our forum – http://forum.tagdiv.com/ as this section is more for presale questions.
Thanks! Alin V.
Ok, I found it, tks you!
I have installed and activiate theme successfully but I cannot find some plugins by your recommend such as SEO by Yoast, Jetpack, Font Awesome 4 Menus… when search in plugins section. I used GoDaddy Manage Wordpress.Hi,
Please note that these plugins are not provided with the theme files and you will have to search and install them if you want to use, here you can find the plugins provided with the theme – http://forum.tagdiv.com/whats-included/
If you still have issues please send us an email at contact@tagdiv.com and provide more details and also wp-admin access so we can take a look. Also paste a link to this ticket.
Thanks! Alin V.
Thank you. All done!
I created my tagDiv account, but I can’t find the “ask question” or “new question” button. Does my account need to be approved before I can ask support questions?
Hi,
Did you created an account on our forum? – http://forum.tagdiv.com/ Just log in to your account and create a new topic – http://screencast.com/t/SfUvtHc7ymin If this is not your issue please provide more details via email at contact@tagdiv.com and also paste a link to this ticket.
Thanks! Alin V.
Hello! I bought the theme. I had to fix some things. I gave freelancers. After that looked code style.css and is there found 15 records with the code Base64. This may be encrypted by a reference? Or the code is set in the subject matter? I averaged just 15 with the code base 64. Maybe it’s the way it should be and I did not pay attention before?
} .td_login_tab_focus:after { position: absolute; right: -91px; top: -3px; width: 91px; height: 43px; display: block; content: ’’; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; background: transparent url(‘data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFsAAAArCAMAAAAgygRqAAAAkFBMVEX///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9Qh/bAAAAMHRSTlMAAAECAwUGBwQICwkODQwKDxgREBMXEhUWFBokHR8cGyIgIRkjHiUnKSYrLC8yLihWK/CyAAABTklEQVR4XrXVaW6DMBSFUYoNYUoC2IEwz5k67X93fbZRmqqVKlW93wLO/cMzlm0/maz/jwFtTjjKdoC2y3G27+Hs0GEwOwDaO5fZKHu74TA78nF27HswW4Q4O907DGVngQuz5Q5nF+ojBNk50D5GvoeyD3EIsxOBsyf1gYPsMgtgdkfHg7JbOh4Osmt9PBh7yXF2Q8eDsodD7Hsge6TDRNl9ImD2PAk6TIxdlSnMPtHRw2×19CD7SkePss812RxlmwcFkHVp6Hgczr5mP/R3+9aXMtr7G5Nrckyejpu+7/5qP1dLkqcijnRb1Y4KVHsqpHzqPn1f/TL505z1cqmGui0T1YE6UnmeF0UhpcyyLKWEEHGs1s2wWX3YXBfXvfuY9fp2u7yfr6dTRc3z3Pf9OI7D0DTNstR13bZd15XlNOntdVdKPfo5uQ7quXXM4x+ZsxzCpsfJUgAAAABJRU5ErkJggg==’) no-repeat; pointer-events: none;
Hi,
On some places we had to use b64 to include certain elements. You can easily check each code using an online b64 decoder (just search for one on Google).
Thank you, Emil G.
Is this theme, or the NewMags theme better for SEO?
Which is the better theme for video content?
Hi,
Both themes share the same core so their functionality and performances are similar. Also we recommend Yoast Seo plugin to be used with our themes.
Both theme have the same functionality for videos, please check our live demos and choose which you like more(design, blocks, modules) – http://demo.tagdiv.com/newspaper_video/ – http://demo.tagdiv.com/newsmag_video/
Thanks! Alin V.
Great, thanks you.
Hi,
how can I use Google Fonts with Visual Composer text block? Example: I create a page using default template and visual composer; inside a text block I put some paragraphs assigning h1, h2, h3… On theme panel/theme fonts I assign a different font family for h1, h2, h3… When I preview the page, I see the default font (Roboto) on h1, h2, h3… But if I use page builder + page title or if I do not use visual composer, I can see all Google Fonts I have choose. Is it a limit of Visual Composer?
Thanks
Hi,
If you set a specific font on body, it will be applied also on text block content(paragraphs) – http://screencast.com/t/LVsYWenZs but unfortunately it doesn’t apply also on h tags and you will have to use custom css for it as the option to set a font for h tags from panel it will not be applied in text block content(it will be applied only when you don’t use Visual Composer) – http://screencast.com/t/y8zJGcLH6Zw0
.wpb_text_column h1 {
font-family: Actor;
}
I will add this on our list and see if we can find a solution for it and add an option in Theme Fonts or find a solution to take the page h settings also for text block content.
Thanks! Alin V.
Is there a way to turn off images from showing up in Block Excerpts? The post has a feature image and starts with an image. Block Excepts are showing me two images instead of one. Also can I limit the amount of text that shows up or is this only done with <read more>?
Thanks
Hi,
Please send an email at contact@tagdiv.com and provide your site so we can take a look at your issue with 2 images. Also paste a link to this ticket.
You can control the excerpts that appear on blocks from Theme Panel > Excerpts – http://forum.tagdiv.com/excerpts-introduction/ The only module based to get post content and where you can use read more tag to limit the text is module 15, but not block was designed using this module and it can be used only on loop templates(category page, latest articles, tags, search..) please also check this topic from our forum – http://forum.tagdiv.com/topic/read-more-button/
Please open a topic on our forum is you have other issues/questions related to the theme – http://forum.tagdiv.com/ and our support team will gladly help you as this section is more intended for presale questions.
Thanks! Alin V.