- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
- Apitd_api_category_top_posts_style::update_key
- Apitd_api_category_top_posts_style::update
- Apitd_api_category_template::update_key
- Apitd_api_category_template::update
- Apitd_api_module::update_key
- Apitd_api_module::update
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
Auto update doesn’t work very well, at least not for me.
You don’t lose the settings in the control panel. Of course you can export your settings from the admin panel for the theme before update, always a good idea to back that up before doing any updates 🙂
Hi,
I’ve got some questions for the update of the theme.
If i put all the new files, and overwrite existing files, i will loose all my configuration ?
Same question with the auto update toolkit ?
In case it helps anyone else, it seems it was some paragraph code being injected by the iMember360 plugin. We updated plugin to latest version and now it seems to be working.
Hi support,
the old revision, my homepage have the description tag(see picture) http://bizzaviet.com/wp-content/uploads/2015/01/Does-not-have-description.jpg. But when I update the new revision, my home page doees not have (Other page is ok). I dont understand. Can you help me?
please fix it for my website http://bizzaviet.com
I am using WordPress SEO of Yoast
Thanks
New version of theme just updated on Themeforest; see if this helps.
Note, that I’m using Yoast SEO with the last version of theme (prior to today), and not having the issue you’re having with All in One SEO Pack.
Hi I use your theme on this blog
http://www.alexiptoto.com/
I would like to ask you if it is possible at your next update to check this option on the sticky menu to show it like this.
To be different at the beggining and when a visitor scroll down to change. Or if u advice any plugin. If there is no possibility thank you for your time. You are doing already great job. Keep going
OK i found the bug…
when you input email into the footer option of the theme ….
it is rendered like http://mailto:
so google indexed them all.
Can you pls fix the theme and provide an update.
cheers
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,
We know about this issue and it will be fixed in the in the next update. Sorry for inconvenience!
Until then you can use this custom css to fix it:
.td_mod_aj_search .entry-title a, .td_mod_aj_search .entry-title {
white-space: normal !important;
}
Thanks!
Hi Chris,
Please try this custom css:
@media (width: 768px) {
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
clear: none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
clear: none;
}
.woocommerce ul.products li.product.first {
clear: left !important;
}
.woocommerce-page div.product div.summary {
float: right;
}
.woocommerce-page div.product div.images {
float: left;
}
}
We have also included this fix in the next theme update which will be available soon so you can also update the theme.
Thanks
Thank you for the reply
1 – It worked perfectly, I will put this on a child theme to be update proof
2 – This didn’t work. When I click on a child category, the excerpt shows both the translations at the same time including the [:**] in both italian and english site versions, and the english version always shows the Italian titles

3 – It worked perfectly.
Regards
Hi,
If you disable the post views from the Theme Panel – http://screencast.com/t/zNE0WcqP the counter will stop working. We’ll fix this in one of the next updates, until then you have to enable it and use the following css to hide the post views (add it in Theme Panel -> Custom CSS):
.entry-comments-views span{
display: none;
}
.entry-comments-views .td-sp-ico-view {
display: none !important;
}
Or comment/remove the lines from the code – http://screencast.com/t/CPhCfMXbQm
Thanks
Hi,
1. Unfortunately there is no option to place the subcategories on left side, you would need custom modifications. We cannot offer custom work as we work hard on the development, updates, fixes and support.
2. Create your menus from appearance > menus section: http://screencast.com/t/5ntqLpyXaaJ
Add your items to your custom menu: http://screencast.com/t/Ff4S0quiv
Set a page like this and choose your menus and publish: http://screencast.com/t/dAfaYkWmmk
Then use the page ID an set it as mega menu for your menu item: http://screencast.com/t/yphGpD46V
Result: http://screencast.com/t/TEVNDFmT
Please post your issues about newsmag theme in the newsmag section!
https://forum.tagdiv.com/forum/newsmag/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
On my site http://www.sodalive.ba, after last update i cant make to work “Popular posts last 7 days”.
I dont have activated cache plugin, this option is enabled…
Hi,
It seems that the image used for your rss feed is the 'thumbnail' size image which dimensions you can set from WordPress media settings: http://screencast.com/t/cAzwvJywUGS
I’ve also did a research on this and found out that the changes need some time to apply so I suggest you make your changes then give it some time to update.
You can also try to use this filter in your functions file and set it to use one fo the thumb’s that theme creates for each image: http://screencast.com/t/veGfKV1Jf
Here is the filter code: http://pastebin.com/s3wBWjwT
Please let me know!
Thanks
Hello Support,
I just purchased Newsmag today. After I activated the theme, the plug-in WPBakery Visual Composer requires an update: http://www.screencast.com/t/TIvOsnesLD2 . I followed the instructions that mentioned on top of this thread, but I couldn’t manage to update it. Inside the setting of VC it requires its license key, which was not included with my purchase: http://www.screencast.com/t/YLsrRiR5ti . Could you help me to fix this?
Regards,
lex
-
This reply was modified 11 years by
enoxus. Reason: Image link was broken
Note also you will get a 404 error at least once when changing themes, where you are deactivating one directory, and adding a new one, but the new one is still being activated. I usually see ONE 404 error such as for /newsmag/ or whatever when doing some kind of major update. You can just click to say it’s fixed and ignore it.
Also good to resave your permalinks after a major update to WordPress or a theme, in my experience never hurts.
Thank you very much,
Helped only after I added a little change:
.post ul.td-category {
float: right!important;
}
.post ul.td-category li {
float: right!important;
}
.post .entry-date.updated {
margin-right: 0px;
}
Little question:
What is strange mark appears next to the categories?
http://www.hayom.org.il/wp-content/uploads/2015/01/Tag.jpg
FireBug said: .td-category-page-sub-ind.
What is this?
(http://www.hayom.org.il/category/%D7%A0%D7%95%D7%A9%D7%90%D7%99%D7%9D/)
Tnx
-
This reply was modified 11 years by
yakir105.
Hi,
Please use this custom css: http://screencast.com/t/gDmzhr9r
.post ul.td-category {
float: right!important;
}
.post ul.td-category li {
float: right;
}
.post .entry-date.updated {
margin-right: 0px;
}
Thanks!
Hi,
For the moment we don’t want to depend on other plugins, but we may add something optional in a future update.
Thank you, Emil G.
Hi,
Have you also updated WordPress also? If not please do so then following this guide connect via FTP and remove the VC plugin’s folder then install it as instructed here: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Also try this without plugins active, empty cache and purge files if you are using CDN host.
Please let me know how it goes!
Thanks
Hi,
We have this on our list, we plan to add it in a future update, i cannot say exactly when it will be implemented because we have a lot of features on the list and we take them in order.
Until then an alternative would be to use the tag filter, set a certain tag for the posts you want to display and use it on blocks/widgets to display those posts – http://screencast.com/t/nPcAzoocJiH
Thank you, Emil G.
Hi,
Sorry for the delay!
I have checked your site and noticed that most of the images added in your posts are loading just a thumb of the image and not the original image: http://screencast.com/t/rwTodrMFLM which based on the width and height image attributes is stretched and from there that blurry effect appears.
This could be caused by your recent WordPress update so I suggest you try to edit an image within a post and change its size: http://screencast.com/t/oB3B8nsASbB then check again and also try to regenerate thumbnail and empty cache files/purge files if you use CDN.
Please let me know!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
What theme version do your use as the latest version of the theme(4.6.1) doesn’t have an inbuilt version of VC plugin.
Please also note that we provide an unmodified version of the VC plugin, tested to work well with the theme. The theme dose remove though the VC front editor.
Please disable all plugins then install and activate just you version of Visual Composer Standalone plugin then check again as this should work and also make sure that you also update to the latest theme version.
Thanks
Hi,
The tablets don’t have proper support for this feature yet, we also specified this behavior in the Theme Panel – http://screencast.com/t/4CRCRnI4N
If we find a working solution we will fix this in a future update.
Thank you, Emil G.