Search Results for 'update'

Results from the Forum
Nachrichtenexpress
Participant
#0

Hi, Id like to update to the latest newsmag version and for that I am trying to delete the actual one. But it says it cant delete because theme “doesnt exist”. I tried it through wordpress. I also tried it without deleting it, but than it couldnt be uploaded because “theme already exist”. Very strange.
Any idea?

Ive used the steps as youve described it:

Step 1 – Deactivate the current “Newsmag” theme from the Appearance > Themes section by simply activating a different theme. Once you activate a different theme, delete the Newsmag theme. Don’t worry, your content will not be lost.

andreaspom
tagDiv Member

Hello Bogdan and Catalin,

Once again thank you for your answers.

I have updated WordPress and Newsmag theme to their latest versions. I disabled wp-rocket and replaced it with wp-super-cache (using your recommended settings) and indeed the problem I described with the scrolling was resolved. HOWEVER, when testing cache through the plugin I get the message “The pages do not match! Timestamps differ or were not found!” which usually means cache is not working. I run google page speed an my results were good (lower than when using wp-rocket, but still ok. Desktop score is 80 and mobile score is 66). I am not sure whether caching works or not right now. Any advice on how to make sure?

Andreas

nitrofox
tagDiv Member

I update, but now see this erros in erro_log

[04-Nov-2016 10:06:12 UTC] PHP Fatal error: Access to undeclared static property: td_global::$td_options in /home/mysite/public_html/wp-content/themes/mysite/includes/wp_booster/td_wp_booster_functions.php on line 15
[04-Nov-2016 10:06:12 UTC] PHP Fatal error: Access to undeclared static property: td_global::$td_options in /home/mysite/public_html/wp-content/themes/mysite/includes/wp_booster/td_wp_booster_functions.php on line 15
[04-Nov-2016 10:06:12 UTC] PHP Fatal error: Access to undeclared static property: td_global::$td_options in /home/mysite/public_html/wp-content/themes/mysite/includes/wp_booster/td_wp_booster_functions.php on line 15
[04-Nov-2016 10:06:15 UTC] PHP Fatal error: Call to undefined method td_util::vc_set_column_number() in /home/mysite/public_html/wp-content/themes/mysite/parts/footer/td_footer_template_6.php on line 18
[04-Nov-2016 10:06:16 UTC] PHP Fatal error: Call to undefined method td_util::vc_set_column_number() in /home/mysite/public_html/wp-content/themes/mysite/parts/footer/td_footer_template_6.php on line 18
[04-Nov-2016 10:06:16 UTC] PHP Fatal error: Call to undefined method td_util::vc_set_column_number() in /home/mysite/public_html/wp-content/themes/mysite/parts/footer/td_footer_template_6.php on line 18
[04-Nov-2016 10:06:18 UTC] PHP Fatal error: Call to undefined method td_util::vc_set_column_number() in /home/mysite/public_html/wp-content/themes/mysite/parts/footer/td_footer_template_6.php on line 18
[04-Nov-2016 10:06:18 UTC] PHP Fatal error: Call to undefined method td_util::vc_set_column_number() in /home/mysite/public_html/wp-content/themes/mysite/parts/footer/td_footer_template_6.php on line 18
[04-Nov-2016 10:06:19 UTC] PHP Fatal error: Call to undefined method td_util::vc_set_column_number() in /home/mysite/public_html/wp-content/themes/mysite/parts/footer/td_footer_template_6.php on line 18
[04-Nov-2016 10:06:21 UTC] PHP Fatal error: Call to undefined method td_util::vc_set_column_number() in /home/mysite/public_html/wp-content/themes/mysite/parts/footer/td_footer_template_6.php on line 18
[04-Nov-2016 10:06:24 UTC] PHP Fatal error: Call to undefined method td_util::vc_set_column_number() in /home/mysite/public_html/wp-content/themes/mysite/parts/footer/td_footer_template_6.php on line 18
[04-Nov-2016 10:06:25 UTC] PHP Fatal error: Call to undefined method td_util::vc_set_column_number() in /home/mysite/public_html/wp-content/themes/mysite/parts/footer/td_footer_template_6.php on line 18
[04-Nov-2016 10:06:26 UTC] PHP Fatal error: Call to undefined method td_util::vc_set_column_number() in /home/mysite/public_html/wp-content/themes/mysite/parts/footer/td_footer_template_6.php on line 18

TCPaul
Participant
#0

After updating the theme and VC successfully, i have the following issue:

The sidebars on pages (note, it’s only on pages…posts and products are okay) are not appearing.

When i go to edit a page, on the section which allows you to choose the template layout for the page and to select the side bar, the following message is displayed:

“While using Visual Composer sidebar settings are not available. To add a sidebar on page use the widgetised sidebar block.”

Could you advise me about this please.

Thanks.

iluvatoq
Participant
#0

Fixed

wleschper
Participant
#0

I’m trying to update to the latest version and when I attempt to do so, I get this message: Destination folder already exists. Any help on how to update the theme is appreciated.

Canito
tagDiv Member

Thanks. I found that there was a problem with visual composer, I haven’t installed the updated plugin.

But still have the problem with the “Hybrid menu on right with logo” option, I have pasted the code but the logo image is still too tiny .

I will really appreciate your time, to solve this problelm. Thanks.

dennisjpitocco
tagDiv Member

Hi Catalin:

Linkedin Share Button has been working perfectly (following your advice above in September). However, it disappeared completely after we installed the latest Theme Update earlier this week!

I’m wondering if their new version code changes no longer support the temporary patch they supplied?

Here’s what we did:

1) Edit file: \public_html\wp-content\themes\Newspaper\includes\modules\td_module_single.php
At somewhere near line 53 add (just after/under whatsapp) add:

<a class=”td-social-sharing-buttons td-social-linkedin” href=”http://www.linkedin.com/shareArticle?mini=true&url=&#8217; .
urlencode(esc_url(get_permalink())) . ‘&title=’ . htmlspecialchars(urlencode(html_entity_decode($this->title,
ENT_COMPAT, ‘UTF-8’)), ENT_COMPAT, ‘UTF-8’) . ‘&source=’ . urlencode(get_bloginfo(‘name’)) . ‘”
onclick=”window.open(this.href, \’mywin\’,\’left=50,top=50,width=600,height=350,toolbar=0\’); return false;”><div
class=”td-sp td-sp-linkedin”></div>

2) Make sure custom CSS code is still there. Add in theme options, custom code, custom CSS:

.td-social-linkedin {background-color: #006699; }
.td-sp-linkedin {width: 32px; height: 32px; background-position: -24px -744px; }

We observed the code was still in the custom CSS theme options.

3) Replace the image sprite files with the one’s you manually supplied last time.
Replace the sprites in \public_html\wp-content\themes\Newspaper\images\sprite with:

Still not working… Help!

krysn76
tagDiv Member

i updated the theme properly using http://ftp..also cleared all cache ,cdn

the theme fonts section,ads section are affected, every options value on those page shows as -1

krysn76
Participant
#0

Hello ,

I updated the them from my old v6.6.5 to latest 7.5 today & now i see most of theme options are appearing as disbaled i.e. they show -1 value – http://prntscr.com/d31q4x ???

How to fix this problem..pls help asap

Awaiting reply
Best Regards

Bogdan B.
tagDiv Staff

You can use the child thee for the css, I just stated it;s easier with the theme panel. You will not lose any code from the theme panel if you update. It is easier than using a child theme.
Thanks.

jaypabs
tagDiv Member

Hi,

Thanks for the reply. But I’m asking on how to update it, not how to install it.

Is it safe to deactivate and then delete this plugin and install it again from the latest version? Or just simply overwrite the files?

krewblink
Participant
#0

Im having an issue with the plugin,

Whenever i post a new article the website wont update until i deactivate WP super cache.

Can you recommend a different plugin?

Thank you

Bogdan B.
tagDiv Staff

Hi,
Well you can hide ads on particular posts with css but you will have to add a code for each post you want the ads removed from. If you add lots of posts, the code will get huge in a small amount of time.
I will add this suggestion on our list for future updates and if the development team decide on it , maybe we will be able to implement such a feature.
Thank you!

heathcliff
tagDiv Member

As for the article inline ads, there is no simple way to remove a particular ad.

Maybe in the future update a possibility to manually override it. As you know, news articles can also consist out of short stories. For example inline Advertisement in stories of 300-400 words are inappropriate.

Thanks

Catalin
tagDiv Staff

Hello MrOrsh,

Unfortunately, this fix was not been included in our latest update. Please notice that all of the improvements which will be released in our updates are decided by our team of developers in order of priority. We will consider to fix in in our new updates.

Thanks for the message!

Bogdan B.
tagDiv Staff

Hi,
Pages have no option to add a featured image as the post featured image. You can add a simple image but without a title. If you update your theme though you can have an image with text using the new image box element:
here is a large single image example: http://screencast.com/t/86uVLJ5zMhttp://screencast.com/t/NmsWOiql
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

I see you use a very old version of our theme. We suggest updating as more and more things will break from a theme that has been released 3 years ago. If you update wordpress and plugins bu not the theme, then there will be a moment when it will not work anymore. We cannot provide compatibility between the theme and wordpress if you do not update it.

1. Please use this css to center the logo
@media (max-width: 767px){
.header-style-3 .td-logo img {
position: relative;
right: 0;
top: -10px;
z-index: 3;
padding-top: 0px;
width: 180px;
margin-left: auto;
margin-right: auto;
display: table;
}

2. I cannot provide any css solution for it as it;s not added through css. il;m not even sure newspaper 4 had this option. Check the theme panel .If there is no such option in there, you can only add it custom .

5. This is how the search icon was added on newspaper 4:

.td-sp, .td-scroll-up-visible {
background-image: url(images/sprite/elements.png)!important;

}
You can change that url to your own image url and it should work

Thanks.

Catalin
tagDiv Staff

Hello beserk77,

Indeed, the Ajax pagination is used only for pages in Blocks if you are using the Visual Composer. In a future update, it is possible but we cannot say for sure if it will get done in the next update because we have a big list of fixes, improvements, and suggestions to implement. It’s hard to filter them and select which one gets implemented now and which one gets postponed. The developers decide if it gets done or not, though.

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,
That is a long ago issue that has since been fixed for quite some time. You still use newspaper 6.3 We are at version 7.5 now. Please update your theme as we cannot guarantee newspaper 6’s compatibility with the current version of wordpress.
Please use this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!

Catalin
tagDiv Staff

Hello ThePhotoConnection,

I guess that you want to achieve the similar layout with your above example, right? Please notice that our theme has a large list of blocks which are available in Visual Composer. Please check here -> http://demo.tagdiv.com/newspaper/block-1/ because there you will find all our blocks which are presented in our demo. Also, for more information in this regard, please consult our documentation here -> https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ -> https://forum.tagdiv.com/block-settings-tutorial/
If is not what you mean, please provide more details so I will be able to provide a more accurate response.

Thanks for the message!

MrOrsh
tagDiv Member

Just wanted to point out that this issue was not resolved in the last update of the theme. I still have to use the code provided. As I can remember from our mail-conversation there actually was in issue with this (and not just me doing something wrong :P).

Totally ok to use the code, but just thought you should know 🙂

Ladiesabroad
tagDiv Member

Hi

I do not really understand how to add an extra call. Also if I use this method, I guess I will have to update all my 800 previous posted articles manually?

Two questions:
1. Just to be sure we do understand each other right. What I am asking for is to change the colour of the links in the text of the blog posts, pages and category and tags. Only the text which is the actual written content of each blog post. Not the sidebar, title, footer and other links shown in each article. Is it no easy way to change only those links either?

2. Another solution. Can the hoover colour for the same links as described above be changed easily? That might be a solution which can work.

Thanks.

Catalin
tagDiv Staff

Hello davidrattray,

The Visual Composer is fully tested with the theme and seems to work as properly until now, without any issues. Please ensure that you are using the latest version of the theme (Newspaper 7.5) and also, the latest version of required plugins which come bundled with theme packet. The MagicNumbers plugin is not tested with the theme and we have no idea about the theme behaviour with this type of plugin and also, we cannot say for sure if it will work or not with the theme, sorry! My recommendation is to disable all the untested plugins and install only ones which come bundled with the theme and rule out any conflicting plugins. For more information about how you can update the Visual Composer, please consult here -> https://forum.tagdiv.com/how-to-update-visual-composer-plugin/

Thanks for the message!

Catalin
tagDiv Staff

Hello lancetylerphotos,

Before each update, we recommend doing a full backup to your data because in this case, you will avoid losing all your data. Please keep in mind that the updating from 4 to 7. If you are custom modification through the code and you are not using the child theme, please keep in mind that all of them will be overwritten by the new update. For more information about what type of files were changed in our new update, please check this link ->changelog section -> http://themeforest.net/item/newspaper/5489609 Please notice that your update has to be done only via FTP because this is the surest method in this regard. For more information about theme updating, please check this documentation here -> https://forum.tagdiv.com/how-to-update-the-theme-2/

Hope this helps!

Thanks for your understanding!

Good luck with your project!

Viewing 25 results - 31,876 through 31,900 (of 45,280 total)