Hi,
I guess you refer to the page template. You have to add the code also for page in the same file – http://screencast.com/t/xPlMPtZkm and use the css to add a background for specific page using this class .page-id-xxx – http://screencast.com/t/ADMdOzxLy2H
Thanks!
Hi,
1. This can be caused by Speed Booster plugin(if you use it) which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme default color appears first then changes, because of the cascading property of css. A solution is to change the color directly into css stylesheet file.
2. You can modify the default css for logo, for example please check this solution – https://forum.tagdiv.com/topic/logo-auto-re-sizing-problem-in-v6-3/#post-60395
Thanks!
Hi,
You fix a single widget(element) only on pages where you can add td-ss-row class to the row – https://forum.tagdiv.com/smart-sidebar-2/ But for post pages or other templates where you cannot use Visual Composer, all the widgets(from you custom sidebar) will stick.
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css for mobile device – http://screencast.com/t/KH3RKTjyiI
@media(max-width: 767px) {
body #td-outer-wrap .td-main-content .products li {
width: 32% !important;
float: left !important;
clear: none !important;
margin-left: 2%;
}
body #td-outer-wrap .td-main-content .products li.first {
clear: left !important;
margin-left: 0;
}
}
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
A) Please check your browser console, maybe they are blocked by the ads provide, make sure you don’t break the google policy, as you should not have this issue only for specific posts.
B) Yes the reviews are available only for articles.
C) You can place the grid block anywhere on the page content. I’m not sure how you have added the Big Grid on you page but you can always move the row to the top – http://screencast.com/t/ML9UX0I1 or use it on top of the page and bottom. Please provide more details about this.
D) Yes, the SEO is optimize and it should look like this – http://screencast.com/t/UVRbeh36Ms
Thanks!
Hi,
We know about this issue and it is on our list, unfortunately I cannot provide a quick solution for this. We will try to fix it as soon as possible. Sorry for inconvenience!
Thanks!
Hi,
Did you update the theme recently? Please try to upload the theme again I suspect that it is incomplete, check this guide to update – https://forum.tagdiv.com/how-to-update-the-theme-2/ Let me know how it goes!
Thanks!
Hi,
1. Here you can find the code if you want to modify it – http://screencast.com/t/irz4qdDIuOac Please note that if you want to do this only for specific spots you will have to add some conditions there.
2. Unfortunately this can be caused by Speed Booster plugin which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme default color appears first then changes, because of the cascading property of css. A solution is to change the color directly into css stylesheet file.
3. You can try to copy the style.css into the child theme and renamed to style2.css – http://screencast.com/t/AeKOlI8Y Then comment this line in child theme functions file and add the following code like this – http://screencast.com/t/EaXMLvWJof2
wp_enqueue_style('td-theme', get_stylesheet_directory_uri() . '/style2.css', '', '6.1c', 'all' );
wp_enqueue_style('td-theme-child', get_stylesheet_directory_uri() . '/style.css', array('td-theme'), '6.1c', 'all' );
Also please complete the font path with ../Newspaper/ – http://screencast.com/t/BfolEMBg31FR
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
I have made some test using – https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ so you can also try it. Please note that I have not tested all the plugin’s features, just user login option and it worked properly on my side.
Thanks!
Hi,
1. Try to disable all the plugin and check if the memory usage drops, if it does enable plugins one by one and see which one is causing this issue. If this doesn’t work, try to check the error.log and see if it is anything related to this problem.
2. Please check the documentation for each one, usually it is a script that you have to add on the head container or at the beginning or end of the body container, the procedure is different for each.
Thanks!
Hi,
I’m not sure what you mean, please provide more details.
Thanks!
Hi,
Sometimes there’s a delay on google severs and the browser waits for the font to be loaded. This happens only the first time you access the site, after that the fonts are delivered from the browser’s cache.
Unfortunately I don’t know any solution for this. You could check if there are any fonts which are not used on your pages and they are requested from google. If they are, remove them.
Thanks!
Hi,
Normally you should have a template for your custom post. If you don’t have one the theme will load the default template, this template can be change from Theme Panel > Post Settings – http://screencast.com/t/WZPOmEARbtq
I have checked your child and I see no custom post template. To see how you can create one, please check the official documentation – https://codex.wordpress.org/Post_Types#Custom_Post_Type_Templates
Thanks!
Hi,
Please check this topic how to add a share button(it is from newsmag but principles are the same) – https://forum.tagdiv.com/add-a-new-linkedin-button/ Also you can check this topic – https://forum.tagdiv.com/topic/linkedin-button/ You need to use a plugin for icons like Font Awesome 4 Menus, which is supported by the theme.
Add td-social-sharing-buttons class and a custom class like td-social-reddit to add a background color.
Also take a look at our buttons how they are made and try to use get_permalink() instead of the_permalink().
Regarding the fonts you can search online opinions about TypeKit vs Google. Like you know the theme use google fonts by default.
Thanks!
Hi,
Please make sure that you install and activate the Visual Composer plugin – http://screencast.com/t/9tnw3aQs
Thanks!
Hi,
The theme use google fonts and it has an option to add a specific font for menu items – http://screencast.com/t/usJz0honidt
Or you can do this in the style sheet file if you have some delay – http://screencast.com/t/kHe3UqB5HeTH
Please provide more details if this is not what you mean.
Thanks!
Hi,
The post template 11 has a specific spot to add your code – http://screencast.com/t/n7QSeURkRs1 and it will be displayed like you can see on our demo – http://demo.tagdiv.com/newspaper/td-post-how-to-make-a-perfect-caffe-macchiato-video/
I’m not sure why your ad is not displayed, please check the code, as also on the default post template where you have added the code in a text block, it is not displayed – http://screencast.com/t/pJznsxgEEeX
Thanks!
Hi,
I guess you mean in backend, you can comment this code – http://screencast.com/t/98llWQOL9dd – http://screencast.com/t/sex4ECqP
If you refer to something else please provide more details!
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
You can enable the general modal image – http://screencast.com/t/DxWwod0G2Yto so all your images will be displayed in a lightbox – http://screencast.com/t/Fk5ObBWzTbN
Also if you don’t want your image to open(in lightbox or to image url), you can set it when you add the image to your content – http://screencast.com/t/V3A5m2SeF6
Thanks!
Hi,
Please check this guide to update your theme – https://forum.tagdiv.com/how-to-update-the-theme-2/ If you use version 6 please check A,B,C(we also have video tutorial for ftp update). If you use version 4 of the theme please read also this – http://screencast.com/t/WZSp6R1L6YD
If you have custom modification to the theme’s files you will need to re-add them as when you update the theme these files will be overwritten, but the the styling options you’ve set in the WordPress Theme Customize or settings should not be affected.
For more information on how to backup check the official documentation – https://codex.wordpress.org/WordPress_Backups
Thanks!
Hi,
Of course it is h1 for article title – http://screencast.com/t/FN50tyNB I was referring to your frontpage(homepage), if you want to have h1 you can easily add a text block using the page builder or edit your page and change the page template to Pagebuilder with title – http://screencast.com/t/8MwGVO2MqG
Thanks!
Hi,
I have checked your site and this is not our theme. Please ask about this to the theme author.
Thanks!
Hi,
I’m not sure what the issue is, maybe I missed something, but your slider settings pulls all your posts(from all categories) and you compared it only with posts from one category – http://tvvalkenburg.tv/category/nieuws/
Please set Nieuws category on your Slider settings – http://screencast.com/t/na5I7AnoxO and then compare it to see if you still have issues.
Thanks!
Hi,
Like on post template the individual post setting overwrite the global settings. Only if you disable the individual settings the global will be applied, but this will affect all your posts(including the new published).
Again you can do this in your database, so the theme settings(code) will not be affected, unfortunately I cannot provide a solution if you do this.
Thanks!
Hi,
The theme use the default wordpress search, only the live search(on menu) is customized, but there I have pasted the event title and it is not displayed.
You can search an online solution to exclude the custom post type – https://wordpress.org/support/topic/exclude-custom-post-types-from-search-query-results
Thanks!