- 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,
I use IE11 with autoupdates.
For 1 second I can see the webpage, but then it turns blue as the same background as the mobile menu version.
See here: http://www.screencast.com/t/ES0fHp8y
Hi,
If you are missing any theme options you should create a fresh install of the theme by following this guide:
https://forum.tagdiv.com/how-to-update-the-theme-2/ and checking for any plugins that can cause conflicts with the theme. DIsable all of them except visual composer and then clear cache to see if there is a plugin conflict going on.
Thanks.
Hello,
The image box comes from the theme, not visual composer so you will have to upgrade the theme as well.
Please use this guide to update your theme: https://forum.tagdiv.com/how-to-update-the-theme-2/ and then update visual composer using the guide above.
Thank you!
Hello, In latest update, there is no option to choose where the inline ads showing. I want to set inline ads to show after first paragraph.
What i have do:
1. deactive all plugin but visual composer
2. purge all cache in wp rocket and cloudflare
3. there are no custom code or else in template.
still not showing.
I updated PHP version to 5.6.2 and now images seems uploading.
We shall test more with different set of images now.
Thanks
Hello there,
I recently updated the new version of themeforest and it has done something strange to my header advert. It used to be placed between my logo and the menu bar and now it’s in the background to my menu – see here: http://citysavvyluxembourg.com/
Any ideas welcome!
Farrah Gillani
Is there a way to target the more articles box to a specific article? I thought this was an update planned for v7. I don’t see it as a setting option, but thought there may be a simple php change. Help would be appreciated.
Thanks!
Hi
I have visual composer 4.12; meaning no Image Box element to choose. I guess this means I have to upgrade. I have found the site for how to upgrade https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/, but where du I upload the file Newspaper\includes\plugins\js_composer.zip from? Or from where do I download it to my computer from?
Thanks from Lena
-
This reply was modified 9 years by
Ladiesabroad.
Ok thanks, now works. Probably took some time to update itself 🙂
Hi,
Wp super cache has an issue in the current version. Please use this topic to fix it until the plugin is updated:
https://forum.tagdiv.com/topic/mobile-theme-problems-3/#post-133756
Thank you!
Hi,
Please use this guide: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Make sure you have the latest version of the theme though as the latest version of the plugin is only available in newspaper 7.6
Thank you!
Hi,
This must of happened due to changes in the last update, you can try this code and see if it works for you, just enter it in Theme Panel->Custom Css
.page-template-page-pagebuilder-title .wpb_text_column :last-child .block-title span{
margin-bottom: 0;
}
Alternatively you could get the same result as you are now, using a Raw HTML above your Text block like this – http://screencast.com/t/hFweuysfQ – http://screencast.com/t/BXLTO5jEQ0 This is the code for the style that goes in the Raw HTML
<h4 class="block-title" style="border-color: #595959;"><span style="margin-right: 0; background-color: #595959;">DON'T MISS</span></h4>
And this is the result – http://screencast.com/t/gNqVfbOR
Thanks
Hello,
Please make sure you update your theme to the latest version: https://forum.tagdiv.com/how-to-update-the-theme-2/ and most important update your visual composer plugin: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thank you!
Hello,
Sorry for the misunderstanding. There are discrepancies, yes. I added them on our buglist and we will fix the sizes for the next theme update. The correct size is 140 x 48px
Thank you!
Interesting. I was looking for the same solution. What should I put instead of the
get_date(false) to get the ‘last updated’?
Thanks
-
This reply was modified 9 years by
roed.
Hello,
It’s the latest visual composer update, not the theme update that changed the css for the elements.
Please use this code:
.wpb_text_column:last-child, .wpb_text_column p:last-child{
margin-bottom: 0!important;
}
As for the icons, please use font awesome 4 menus to insert icons inside the menu items.
Thank you!
Hi,
You will have to provide more details than that. What code? what is it supposed to do? Did you implement it again in the head section exactly as it was in the previous update? You probably updated the theme and forgot to put the code back ion the head section. The theme files get replaced when updating so any at all altering of the theme files will be lost.
Thank you!
Hello,
Please ignore the activation message. Read this guide where this is specified: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thank you!
I just downloaded the new update of the theme but can’t get the visual composer update. Please help.
I did delete the old plugin and reuploaded the file. Still got 4.2
I have (up to the latest update) been using the following code to replicate the sidebar and module-headings look even on pages:
<h4 class="block-title">
<span class="">CONTACT US</span>
</h4>
This has worked perfect up until the last update of the theme where all of a sudden the line that goes underneath the text nog gets pushed down one row. See for example my contact page for reference: http://www.enkelteknik.se/kontakt
If you compare the first sidebar header (that says “SOCIALT”) with the first header of the actual page (that says “KONTAKT”). The line beneath the word “KONTAKT” has been pushed down.
Is there any way to fix this? I can´t really figure out what in the code that has changed since the last version.
Hello all,
after the last update the space between some elements was much bigger. The problem was the 26px here:
.page-template-page-pagebuilder-title .wpb_text_column :last-child, .page-template-default .wpb_text_column :last-child, .page-template-page-pagebuilder-title .wpb_text_column p:last-child, .page-template-default .wpb_text_column p:last-child {
margin-bottom: 26px;
}
I could solved it by changing it to 0px. But it works only for this page: http://dojczland.info/praca-w-niemczech/. There is also another one which is still affected: http://dojczland.info/cv-po-niemiecku/. But I can not find the file where I shold change the 26px to 0px. Do someone have an idea where to look for ?
The other problem is that the icons from the main menu are not there any more:
dojczland.info
Do someone have an idea why?
Thank you in advance for an answer!
Bets regards,
Adam
Happy New Year to all,
I wonder if I could get some help please. I am using the Newspaper 7 theme and find it to be perfect for my website and proposed business however I have one major problem. The pages are not updating. The only page that updates is the home page, every other page sticks.
I have cleared my cache but that doesn’t seem to work and I have also downloaded the plugin WP Super Cache by Automatic. I have selected all the recommended features within this plugin but still no joy with the pages updating. I have also checked other browsers and the issue is the same.
My website is very dependent on RSS Feeds and I use the excellent plugin RSS Aggregator to feed the content into the website. This is doing its job really well but as I say, the pages are not updating with the new feeds and posts. I am really at a loss with this and very frustrated as my website is useless unless the pages update automatically so any help would be very much appreciated. You can check the website out at http://www.yourgolfdigest.com.
Many thanks,
Kingsley
Hello Support,
After the update to Newspaper 7.6, we noticed a new 26px tall gap in every Tablepress row.
We tracked it down to the following CSS rule in style.css:
.page-template-page-pagebuilder-title .wpb_text_column :last-child,
.page-template-default .wpb_text_column :last-child,
.page-template-page-pagebuilder-title .wpb_text_column p:last-child,
.page-template-default .wpb_text_column p:last-child {
margin-bottom: 26px;
}
We are currently using the following JS code to “workaround” that gap (to minimise the change of impact with other elements in the page):
jQuery(“.tablepress .row-hover p”).css(“margin-bottom”,”0px”);
jQuery(“.tablepress .row-hover :last-child”).css(“margin-bottom”,”0px”);
The reason why we employed jquery to workaround this is because we could not control this aspect simply by entering the following CSS code within the Tablepress options:
.tablepress * {margin-bottom: 0px;}
We are suspecting that the reason this did not work is either the specificity of the rule (although we also tried with more specific CSS rules without much luck) or the order the CSS files are loaded by the browser.
How would you recommend to approach a “fix” for this? We would like to keep Tablepress specific fixes within the relevant Tablepress options, if possible, to better manage those in the future.
Note: the website address is http://goalpoint.pt/
Regards,
Pedro
Well, o course a custom post type can have a standard post category. As you see in the above code, it just works 🙂 I add the categories and the post types in the block in Visual Composer and everything would work fine – if the theme wouldn’t lock out custom post types by default.
If it wouldn’t, your users could display any custom post type in the Big grid easily with its associated category. But it’s your choice, of course. 🙂 For me, it makes everything much harder because I have to come up with a complicated solution for beeing update safe – if it it working at all… In the end it has to be done via JavaScript – thats a little dirty 😉
Hello,
Google recently changed their algorithm and people confuse this with the theme update which came out at the same approximate time.
Thanks.