- 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
Hi,
The gallery waits for the script to load however this should not behave like this. We have this on our attention and we will try to find a solution until version 5 update.
You can work around this by using this custom css in theme panel > custom css section:
.post_galery_slide_1 {
overflow: hidden;
}
This will hide the images until the gallery script loads.
Thanks
Hi,
We recommend you update the theme to the latest version as the latest update has fixes related to the security vulnerability recently announced on themeforest: https://blog.sucuri.net/2015/04/security-advisory-xss-vulnerability-affecting-multiple-wordpress-plugins.html
First make sure you backup your current theme and wp install then update the theme by uploading the theme files via FTP: https://forum.tagdiv.com/how-to-update-the-theme/
Use this guide and the introductions provided there to make sure you do this right: https://forum.tagdiv.com/topic/how-to-guide-to-moving-from-newspaper-to-newsmag/
After doing this update the child theme. First make a backup of it then update it then copy the customized files.
Please note that if you have changes made to modified theme files, you need to adjust your customization to theme’s code.
Hope this helps!
Thanks
Hi,
Glad you’ve solved it!
I mean this: http://screencast.com/t/iGSUTlnbf – It happens due to your css/html minifications so please make sure you replace the style.css file with the original one or if noting changes please make sure you re-upload the latest version theme files via FTP following this guide: https://forum.tagdiv.com/how-to-update-the-theme/
I’ve tested your minified css code and had the same issue: http://screencast.com/t/oiS78Y8a2
Thanks
I actually have a copy of the visual composer for myself for other projects. Can I use my updated copy or will that knock out your customisations?
Just trying to think how we can resolve this quickly as she can’t update or add posts right now using VC
Thanks
Hi,
When we updated Newspaper theme the latest version of Visual Composer was 4.4.4. We always test the new version of the plugin with our theme and then we include it in theme files when a new version of the theme is released.
Do you mean that when you switch to Classic mode, you cannot add text there? – http://screencast.com/t/1bHbegjlVbix
When the Backend editor is active you can add blocks using Visual Composer and you can add text using text block – http://screencast.com/t/okb9RUW8VV
Please provide more details about your issue if this doesn’t solve it.
Edit:
Sorry I didn’t see your reply!
Please also try this without any plugins active, leave just Visual Composer active, empty cache and check if you still have this issue. Let me know!
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
I have a client who can’t add text through the Backend Editor. She has no formatting tools either in the editor window. Just visual and text tabs.
Have updated to the most recent version of both WP and Theme. Obviously VC has been updated to v4.5.1 but current one supplied with theme is 4.4.4.
Be good to know why this is happening or if anyone else has had similar issues.
Thanks
Hi,
If I update the child theme won’t I loose all the changes we’ve made? I did start this process and updating the theme changed a lot of our customizations.
How crucial is updating the theme? Can we stay at 4.2 or are there security issues with that version?
thanks!
Hi,
Unfortunately the theme doesn’t have this option, when a parent category is made mega menu it will take all subcategories automatically(also sub-subcategories) – http://screencast.com/t/gtNCbqNcF – http://screencast.com/t/2dOWnz4ckJy
You will need custom modification for that and unfortunately we cannot provide any custom work at this time as we work hard on development, updates, fixes and support. If you need this, my suggestion is to look for a professional developer to do this for you.
Thanks!
Hi,
It will be a major update for Newspaper theme, who bought the theme will not have to pay for this.
Thanks!
Quick update re: placing leaderboard above menu. It does work when modifying header-style-5.php. Child didn’t work (and upon reviewing your documentation I now learned something more!), but direct edit did work.
Still, I did not like the look, so we’ll try other positions.
Thanks again guys!
Hi Lucian
thank you so much for fixing it 🙂
can you let me know how you fixed it so I will be able to do it myself
if the same happens in the next theme update
Thanks
Zoe
Hi,
Will it be a new theme that we have to pay or simply a update of the current theme ?
I ask you that because i’ve bought newsmag that is very good but the layout is toot small than newspaper.
Thank you
Any updates on this? Don’t want to deploy with these kinds of issues!
Hi,
@frasercarly89
That behavior is on all your site’s pages, homepage also and they all appear unstyled. Checking your site I’ve noticed that you’ve minified/compressed your css/html so please make sure that you also tested this without using any plugins and turn off any css/html/js compression you have enabled then test again.
If noting changes then please make sure you re-upload the latest version theme files via FTP following this guide: https://forum.tagdiv.com/how-to-update-the-theme/
@Stefan
I can’t see this on your site so please provide more details which can help me recreate this and also make sure you also test without plugins, empty caches turn off minification option and test again.
Thanks
Hi,
1. Just the one form the wp-content > plugins folder and please always make sure you backup your WordPress and theme install: https://codex.wordpress.org/WordPress_Backups
2. Yes, best would be to disable all plugins, then delete the Visual Composer plugin and install within theme files > /plugins folder. Please use this guide: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
3. If you don’t use any cache plugins then go ahead without concerning this aspect.
4. 1. Edit your wp-config.php file and enter something like:
define('WP_MEMORY_LIMIT', '96M');
WordPress memory can be different to the server – you need to set this regardless of server memory settings
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
2. If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 32M try 64M:
memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
3. If you don’t have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 64M
4. If none of the above works then talk to your host.
Thanks
Hi,
You have to edit the module files and uncomment the following line – http://screencast.com/t/1xaLNPnxj
We’ll add an option for it on our next updates.
Thank you, Emil G.
Hi,
No, in the patch folder are files that have been changed from previous version of the theme. So if you use 4.6.2 version you can upload only patch files to update the theme.
Thanks!
Hi,
Thanks Chris for your suggestion!
I have added this on our request list and we’ll address it in a future update.
Thanks
Hi,
Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/jAXZVpuwryc
.header-logo-wrap {
float: right;
margin-left: 0px;
margin-right: 30px;
}
You can change to a template without articles like Homepage Blank and add blocks via Visual Composer – http://screencast.com/t/rrHDX6TuIT so it will be displayed only blocks that you add to your page.
Please also consider that unfortunately the version 5 of the theme will not include rtl support. You can still use the theme as it is but unfortunately you cannot updated it as you will lose the rtl support or you can update it and make yourself the necessary adjustments needed. If you can’t use the theme we can offer a full refund, just send an email at contact@tagdiv.com and we will explain the procedure.
Sorry for the inconvenience!
Thanks!
today, i updated my theme newspaper. then the header logo in main page is not displayed properly.
first the logo is displayed properly. but finally logo is not displayed properly.
my homepage url is http://www.indeconsulting.com, the header logo is the left of ad under main menu.
how can i fix this?
Hi,
We recommend to update the theme via FTP using this guide – https://forum.tagdiv.com/how-to-update-the-theme/ but also you can do this using envato wordpress toolkit from the same guide.
Thanks!
Well, I still can’t update theme setting even if I delete cache and temp files.
There’s any other way I could do that. I need to remove the featured slider of a specific category.
@alin aw I see I am going to give that a try then.
Just to make sure, can I remove the comment, author and date meta tag from all the modules or is it from the ones I am using? Or do I need to keep them and add // to them?
On a side note, if there is a future update to the theme, won’t it erase what I did?
Hi,
Did you activate it from Visual Composer settings also for pages? – http://screencast.com/t/mbX5B6rUjZ2 – http://screencast.com/t/x9zPDrzWahax
We recommend to be used for pages templates as in posts it may cause some issues so it is better for post content to be used by default.
Yes, we update also Visual Composer plugin after we make some test with our theme(we also use full version with no modifications) and it will be included in new version of the theme, you can find it in /plugins folder.
Thanks!
Hi,
Glad that you have managed to solve this. We try to fix this in the next update.
Thanks and sorry for inconvenience!