Hi,
Radu uses a development version and those files are not present in the final one, you can find the code here – http://screencast.com/t/amVzccb8k8Sm
Yes we plan to fix it in the next update.
Thank you!
Hi,
In the latest update we changed everything, it’s practically a new theme and the old customization will not work, sorry. The best approach on this would be to create a local development install and try to rebuild the custom modifications for the new theme and when you’re done update the main site.
Before update please backup the entire site (files and database), in case something goes wrong use the backup to restore the site to it’s previous state.
Thank you!
Hi,
1) Try the following css:
.td-footer-template-4 {
padding-top: 5px;
padding-bottom: 0px;
}
.td-footer-info {
margin-bottom: 5px;
}
2. Try the following css:
.td-footer-info .td-social-style-2 .td-icon-font {
font-size: 20px;
}
.td-footer-info .td-social-style-2 .td-icon-font:hover {
color: red;
}
4. The easiest solution would be to disable automatic positioning on taboola and look on their documentation (i suspect you use a plugin for it) for a shortcode, then use the do_shortcode() function to place it on the desired location inside the post template files (loop-single default and 1-11). – https://codex.wordpress.org/Function_Reference/do_shortcode
5. You have to add it in each post template file like this – http://screencast.com/t/nAaP3gTWp
<?php echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'custom_ad_1')); ?>
Thank you!
Hi,
I just made a test the view counter works with W3 TC. Make sure the settings are configured like this – http://screencast.com/t/zzi5SNkl
Disable all plugins except for Visual Composer and W3 TC and see if the issue is still there, this issue may be caused by a plugin conflict.
Thank you, Emil G.
Hi,
I’ve checked your page and it’s ok, did you solved it? – http://screencast.com/t/cI5VnwL0jkSw
From your description i suspect it was a Cross-Origin Resource issue.
If the issue is still there for you try to clear the browser cache.
Thank you!
Hi,
We use xampp installs for testing, we didn’t tested other tools so i cannot recommend you something else.
First backup the site files and database, in case something goes wrong you just use the backup to restore the site. Usually c-panel comes with an option for this, or you could do this manually – https://codex.wordpress.org/WordPress_Backups
You can’t keep the old theme in the same folder, you either delete it an install the new one or move it to another location.
In v6.1 we fixed some of the issues which were reported on v6.0:
[ Version 6.1 ]
- improvement: added global colour for block headers in General theme colors section
- improvement: now you can change the fonts on Lists in post content from Theme panel
- improvement: added .screen-reader-text class for better usability
- improvement: visual composer updated to the latest version
- improvement: better documentation + first video tutorials
- fix: UI improvements, key images now have a specified height, this prevents repaints and it makes the page appear that it loads faster
- fix: unique articles work now as expected
- fix: better review import from version 4
- fix: speed booster 4.1 works better now + buddyPress fix
- fix: big grids on iOS where missing titles until touch
- fix: block 20 css fix + speed booster
- fix: content bottom and top content ads css fix for safari, firefox and IE
- fix: various css fixes
- fix: social counter instagram
- fix: main menu z-index
- fix: missing Ajax filter option for IOS slider
- fix: visual composer single image block alignment issues
- fix: space issue when turn off the top menu on header style 12
- fix: the ajax dropdown filter sometimes disappeared when the mouse was moved down to select ca category
- fix: ajax filter - was deselecting all the selected filters from the page on click
- fix: better alignment on reviews
We may consider releasing beta versions in the future, thanks for your suggestion.
Thank you!
-
This reply was modified 11 years by
Emil G.
Hi,
That area has a background – http://screencast.com/t/g2PsjADHlvT
You could play with the transparency – http://screencast.com/t/CpD5pQjpr
.td-post-template-8 .td-post-header {
background-color: rgba(0, 0, 0, 0.1);
}
Or remove it:
.td-post-template-8 .td-post-header {
background-color: transparent;
}
It also comes with a gradient: – http://screencast.com/t/qIE9Mlo3rUQy
Use the following css to remove it:
.td-image-gradient-style8:after {
display: none;
}
Thank you!
-
This reply was modified 11 years by
Emil G.
Hi,
Version 6.1 was released yesterday, the unique articles issue was fixed.
Thank you!
Hi,
Try the following css: – http://screencast.com/t/shsS3KBo
.td_block_big_grid_2 .td-module-title a{
background-color: rgba(214, 77, 236, 0.7) !important;
}
or:
.td_block_big_grid_2 .td-module-title{
background-color: rgba(214, 77, 236, 0.7) !important;
}
Thank you!
-
This reply was modified 11 years by
Emil G.
Hi,
The theme ads og data only for the image, you could delete it from here – http://screencast.com/t/t9gXKHEiuu1P
If the duplicate og’s are still there check the other plugins.
Thank you, Emil G.
Hi,
We added a list with plugins with which we tested the Speed Booster plugin, it automatically disables itself if a new plugin is installed. This measure was added to prevent plugin conflict/failure for the average user. This plugin was intended for advanced user, it requires modifications on the code to add new resources (js and css) which are moved to the bottom of the page and conflicts may appear because some plugins may cause issues when you try to move their resources at the page bottom. If the things would have been easier we would make this an automatic process with no need to edit files and make error checking tests with each plugin.
There’s no need to disable all those plugins, you have to add them to the list and check if they work when Speed Booster is enabled. – http://screencast.com/t/q0VwS4g41F
You also have to follow the steps added in the documentation to add into SpeedBooster the resources coming from those plugins and see if there are any errors when they are moved at the bottom – https://forum.tagdiv.com/how-to-make-the-site-faster/
The Speed Booster plugin doesn’t replace the cache plugin, it just moves javascript and css at the bottom of the page. So you have to use a cache plugin, we recommend using WP Super Cache.
Thank you, Emil G.
Hi,
Newspaper 6 uses different thumb sizes and for best results you have to regenerate all thumbs. The best approach would be to find out which one are used on your site, check the modules used on your pages and turn off the thumbs for ones you don’t use – http://screencast.com/t/GHdvy9rXcF1D – then use the plugin to regenerate them.
Try to do this at a time when the traffic is low on your server, or the alternative would be to place an “under maintenance” screen until you’re done.
Thank you, Emil G.
Hi,
I suspect it’s coming from a plugin, try to disable all plugins and see if the issue is still there.
You could also rename(via ftp) the wp-content/plugins folder and check again.
Thank you, Emil G.
Hi,
By default Visual Composer only appears on pages editing section, you have to enable it for posts from Visual Composer -> General Settings – http://screencast.com/t/WDZK4qqI8
For WP Memory Limit edit wp-config.php and add the following line – http://screencast.com/t/iGlIRZ9H – http://screencast.com/t/dEYp4gtfBp
You can read more about this here – http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Tinymce should not be disabled.
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
Newspaper compared to other themes ads extra data to the menu items (mega menu data) and it may go over the default max_input_vars value which is 1000. You have to change the value inside the php.ini file and restart Apache. After that you could add the phpinfo(); function at the bottom of a template (ex. the Category template) – http://screencast.com/t/YPHJcQle – Open a category page on frontend and look at the bottom for the max_input_vars value to see if it’s changed to 5000. – http://screencast.com/t/TUUKd1sLUw
Also check the host documentation on how to edit the php.ini file, they usually have a guide.
If the menu still doesn’t save try to create a new menu and add the same items on it, the old menu may have some hidden error (from a parameter or something else). If it works delete the old menu and use the new one.
Thank you, Emil G.
Hi,
I’ve checked your page on both iPad and desktop and it delivers only 728×90 ads, no 960×960 blank page.
The issue may come from the ad provider, i see you’re not using default adsense.
If it happens again on desktop use the browser inspector to check for errors. Let me know if you find something.
Thank you!
Hi,
You could try via the theme API, check the API documentation – https://forum.tagdiv.com/the-child-theme-method/
You use the same hook, call the same property and assign an empty array.
Thank you, Emil G.
Hi,
You asked on the wrong section, this is Newsmag.
The Ads>Posts>Post Template style 1 is not related to the More Articles Box, to add custom code inside that area you have to edit the file which generates it, you can find it here – http://screencast.com/t/HwRuyTYU5Sjc
Here’s a similar thread – https://forum.tagdiv.com/topic/change-more-articles-box/
The smart sidebar just keeps the sidebar sticky (it follows you when you scroll down). If it’s a long sidebar it scrolls down to it’s end. Not sure what you mean with that image, please provide more details. The layout has to be set from the widget section or from the page (if you use visual composer to create 2/3 + 1/3 columns).
Thank you, Emil G.
Hi,
I’ve checked the page and it seems to be a css issue, the modules should look like this – http://screencast.com/t/Ijq55IFuvo
Try to remove the custom css (save it in a file on your local hdd) and check if the modules are properly displayed. If the error is gone check the custom css for errors.
If you don’t have any custom css try to disable all plugins except for Visual Composer and check again.
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
You have to edit the template file and comment the comments line – http://screencast.com/t/QSkeE32eIa
Then add at the bottom the following code: – http://screencast.com/t/pbesR44l
<div class="td-container">
<div class="td-pb-row">
<div class="td-pb-span12">
<?php comments_template('', true); ?>
</div>
</div>
</div>
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
Try to look for the error log (usually you can find it in c-panel), paste here the latest errors.
Thank you, Emil G.
Hi,
We have a lot of messages lately and for the moment the time doesn’t allow me to test your code and provide a solution for this, it’s a complicated section of the code and my advice is to look for professional developer to help you solve this, sorry for this. If you don’t know anyone you could look on places like – http://studio.envato.com/
Thank you, Emil G.
Hi,
Replied via dashboard – http://themeforest.net/author_dashboard?utf8=%E2%9C%93&filter=all&term=#comment_10306446
Thank you!
Hi,
Replied via dashboard – http://themeforest.net/author_dashboard?utf8=%E2%9C%93&filter=all&term=#comment_10306446
Thank you!