Hi,
I just saw we need to translate the meta title as well:
<title> Archives | Site Name</title>
Could you please add in your next update?
Thank you,
Check around the 3.7 update. Visual Composer was removed as a build-in and changed to a plugin within Newspaper. The normal update process does not apply. As mentioned here https://forum.tagdiv.com/topic/visual-composer-stop-working-after-update-to-latest-newspaper-version-3-8-1/
Be sure to update the plugins found in the theme plugins folder; I do these manually to be safe.
Hi
Ive had newspaper installed for several months and love it. Ive been busy with other projects so not updated the theme for about 2 months.
Just downloaded the latest update and installed and it crashed!
I then removed that new version and reinstalled the backup but its not right!
The site is http://www.kentparents.co.uk
Parts of the site are ok – like this http://www.kentparents.co.uk/category/classes/ but the homepage and other parts just have this message:
Fatal error: Call to undefined function vc_shortcode_custom_css_class() in /home/parents/public_html/wp-content/themes/Newspaper/vc_templates/vc_row.php on line 30
Can you help??
Thanks
Lee
Thanks…tried all plugins one by one and no different.
We are on 3.8.1 and not 3.9.2
My theme doesn’t have the option to update and isn’t showing its not the latest version
Where should I get the lasts and show can I stay up to date?
Si
hi
I would like to move the ad above the post title instead of under it – I think a recent update may have changed it.
can you advise please?
thanks
Andrew
Hi,
When one want to update logo it quite challenging. When we click on logo management window (which also tackles fevicon) the window is broken as you can’t see the ‘search option. Check the attached image. Is it not possible to use the WP-Media window to manage images for logo and fevicon? We change logo for events like July 4th etc and it’s impossible to manage logos.
Can you please fix this?
Thanks.
Hi,
I’ve been using your theme for my blog and it’s great.
There’s a tiny bit of a help that I want. I’m trying to remove the <time> tag that’s associated with every post-meta but it’s hard to find out where to do that. Can you point me in the right direction?
Basically, I just want to remove the <time> tag that goes like this:
<time itemprop=”dateCreated” class=”entry-date updated td-visibility-hidden” datetime=”2014-07-04T15:12:23+00:00″>Jul 4, 2014</time>
I can get it removed through “css” but I want to remove it at the html output level so that search engine spiders can’t fetch that data from my page. Any help would be really great!
Thanks in advance.
Thank you for that!
Just a suggestion for a future update. Would it be possible to have an option to enable/disable certain posts and pages from appearing on the mobile site?
Hi,
We have fixed this issue in the last update, if you don’t have the last theme version(3.9.2) please update the theme. http://screencast.com/t/zSFZl1hPLh5
Thanks
Hi,
the VC plugin current version is 4.2.3, if you get this message with these latest plugin version please update the plugin from the plugins directory of the theme, like this:
https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Thanks
This banner just started showing up for me today as well.
Assuming all we can do is looking forward to the next Newspaper update?
Hi,
I’m glad you’ve managed the issue.
Thanks
Hi,
The theme dose not contain a file like that, if you want you can send us a screenshot with the file content.
Thanks
Hi,
Please make sure you have the latest theme version (3.9.2), also check to see if the Visual Composer (4.2.3) is at his latest version too, if it’s not please update it like this: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
If nothing works please send us an e-mail with your wp-admin username and password and also FTP access at contact@tagdiv.com so we can check this issue, make sure to specify your problem or send an URL to this topic.
Thanks
Hi,
Please update your theme to the latest version, we have fixed this, then translate it via Theme Panel.
Thanks
Hi Lucian,
Thank you very much for all the css controls.
I meant to get on last night and say that is was now working.
Now previously on this site i did remove the code in functions.php that adds in the other elements of VC.
When I thought of this i went in and removed those lines of code again and presto it started working fine.
So I am not sure if my previous selections are stored in the database or not, but alas it is working.
Again thank you for your effort in supplying all the code above.
Darren
I ran the theme update, now the website shows only the home page. When I click on any article on the homepage it shows a complete white screen. Please help.
if i send it to you, can you check it?
Thanks
Hi,
The update is there but Radu O. forgot to change the version number.
We will fix this in the next update.
Sorry about that
Hi,
There isn’t any f.txt file in our theme files, maybe it came from one of the plugins.
Thanks
Hi,
Sorry for the delay.
We will fix this in the next update, until that add this CSS in Theme Panel -> Custom CSS:
/* CSS Animations */
.wpb_animate_when_almost_visible {
opacity: 0;
}
.wpb_start_animation.wpb_top-to-bottom {
-webkit-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
-moz-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
-o-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
opacity: 1;
}
.wpb_start_animation.wpb_bottom-to-top {
-webkit-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
-moz-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
-o-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
opacity: 1;
}
.wpb_start_animation.wpb_left-to-right {
-webkit-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
-moz-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
-o-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
opacity: 1;
}
.wpb_start_animation.wpb_right-to-left {
-webkit-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
-moz-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
-o-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
opacity: 1;
}
.wpb_start_animation.wpb_appear {
-webkit-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
-moz-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
-o-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
opacity: 1;
}
/* Top to bottom keyframes */
@-webkit-keyframes wpb_ttb {
0% { -webkit-transform:translate(0,-10%); opacity: 0; }
100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@-moz-keyframes wpb_ttb {
0% { -moz-transform:translate(0,-10%); opacity: 0; }
100% { -moz-transform:translate(0,0); opacity: 1; }
}
@-o-keyframes wpb_ttb {
0% { -o-transform:translate(0,-10%); opacity: 0; }
100% { -o-transform:translate(0,0); opacity: 1; }
}
@keyframes wpb_ttb {
0% { transform:translate(0,-10%); opacity: 0; }
100% { transform:translate(0,0); opacity: 1; }
}
/* Bottom to top keyframes */
@-webkit-keyframes wpb_btt {
0% { -webkit-transform:translate(0,10%); opacity: 0; }
100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@-moz-keyframes wpb_btt {
0% { -moz-transform:translate(0,10%); opacity: 0; }
100% { -moz-transform:translate(0,0); opacity: 1; }
}
@-o-keyframes wpb_btt {
0% { -o-transform:translate(0,10%); opacity: 0; }
100% { -o-transform:translate(0,0); opacity: 1; }
}
@keyframes wpb_btt {
0% { transform:translate(0,10%); opacity: 0; }
100% { transform:translate(0,0); opacity: 1; }
}
/* Left to right keyframes */
@-webkit-keyframes wpb_ltr {
0% { -webkit-transform:translate(-10%,0); opacity: 0; }
100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@-moz-keyframes wpb_ltr {
0% { -moz-transform:translate(-10%,0); opacity: 0; }
100% { -moz-transform:translate(0,0); opacity: 1; }
}
@-o-keyframes wpb_ltr {
0% { -o-transform:translate(-10%,0); opacity: 0; }
100% { -o-transform:translate(0,0); opacity: 1; }
}
@keyframes wpb_ltr {
0% { transform:translate(-10%,0); opacity: 0; }
100% { transform:translate(0,0); opacity: 1; }
}
/* Right to left keyframes */
@-webkit-keyframes wpb_rtl {
0% { -webkit-transform:translate(10%,0); opacity: 0; }
100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@-moz-keyframes wpb_rtl {
0% { -moz-transform:translate(10%,0); opacity: 0; }
100% { -moz-transform:translate(0,0); opacity: 1; }
}
@-o-keyframes wpb_rtl {
0% { -o-transform:translate(10%,0); opacity: 0; }
100% { -o-transform:translate(0,0); opacity: 1; }
}
@keyframes wpb_rtl {
0% { transform:translate(10%,0); opacity: 0; }
100% { transform:translate(0,0); opacity: 1; }
}
/* Appear from center keyframes */
@-webkit-keyframes wpb_appear {
0% { -webkit-transform:scale(0.5); opacity: 0.1; }
100% { -webkit-transform:scale(1); opacity: 1; }
}
@-moz-keyframes wpb_appear {
0% { -moz-transform:scale(0.5); opacity: 0.1; }
100% { -moz-transform:scale(1);opacity: 1; }
}
@-o-keyframes wpb_appear {
0% { -o-transform:scale(0.5); opacity: 0.1; }
100% { -o-transform:scale(1); opacity: 1; }
}
@keyframes wpb_appear {
0% { transform:scale(0.5); opacity: 0.1; }
100% { transform:scale(1); opacity: 1; }
}
Sorry about this
Thanks
Hi,
We have moved an old newspaper theme based website to our server. It was on the 3.3 version and we have moved the website and updated to 3.9 version.
But, we have found some styling problems.
We have seen the custom.css from the previous designer and we have trying to modify everything there but there are some things that we don’t know how to do it.
Is there anyway we can contact privately with someone who can help us with this?
thanks
Just updated to 3.9.2 and 4.23 of visual composer, but animations are still not working.
Please help as this is a customers site of mine.
Also tried all the standard word press themes like Twenty Twelve etc and the animations worked. But as soon as I go back to Newspaper or the child theme it wont work?
Thanks in advance
Darren
-
This reply was modified 12 years by
bobbyd67.
ok will try later.is f.txt file one of your official files?
I have saved a page and found this fine on the folder
It seems contains functions
Thanks