Search Results for 'update'

Results from the Forum
Emil G
tagDiv Staff

Hi,


@Christopher
– Thanks!

@Novaque
– The Author Box contains the Author hCard data, you disable it and that’s why you get those errors. The issue is on the list, we’ll fix it in one of the next updates.

Thank you, Emil G.

Satch
tagDiv Member

Thank you for your swift reply.

I only downloaded WP files so could not find the latest version of VC. Now I found it in the right folder and could successfully updated.

Many thanks and have a great Christmas.

Marius
tagDiv Staff

Hi,

If you want to change the fonts in other places you need to change it via CSS, sorry for the inconvenience! We will try to improve this in future updates.

Just make like this:

.put-all-selector-here,
.selctor-1,
.selector-2 {
font-family: "your custom font";
}

If you don’t have CSS knowledge, please hire someone to customize the theme for you.

Hope this help!
Thanks for the message!

Marius
tagDiv Staff

Hi,

In the last update we put the latest version of the Visual Composer plugin, which is compatible with latest WP version 4.1. Yes, you can update to 4.1 but make sure you update the visual composer to.

Thanks the message!

howtoisolve
tagDiv Member

link: http://pastebin.com/jVkkGPtX Not working

Please give alternate or updated url…

Marius
tagDiv Staff

Hi,
I’ve checked your site and looks to be fine: http://screencast.com/t/8HaAG1xoFw
Also please make sure you use safe plugins and you have all updates for WP, theme, plugins. The theme doesn’t have any virus :).

Thanks or the message!

Marius
tagDiv Staff

Hi,
To update the plugin to latest version you need to download the latest theme version from Themeforest and inside the package in plugin folder is the latest version of the Visual composer.

Read more here: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/

Thanks for the message!

Marius
tagDiv Staff

Hi,

You have modified the style.css?
What you can do is to replace all files via FTP but without style.css if yours is modified and then compare your style.css with latest from theme to see what differences are. You can use WinMerge for that.

If you have custom CSS in Theme panel -> Custom CSS section, that will be fine on each update.

Hope this help!
Thanks for the message!

Urme
Participant
#0

Where can I find a change log of the latest version? And do I need to update any plugins that came with the theme?

Satch
tagDiv Member

Sorry to come back again but forgot to mention one more thing.

Since the update, I could not use drop and move function of blocks. Will this be solved if I could download VC 4.3.5.?

Thanks,

Satch
tagDiv Member

Hi,

I received the notification via email about the Newspaper theme update on 20 December and noticed Visual Composer is updated to 4.3.5. However, in my “downloads” package in my envato account, I could only find VC 4.3.4. not 4.3.5. I checked today again but sill no 4.3.5. in my downloads. Do you know why?

Thank you in advance for your kind reply.

simchris
tagDiv Member

Good choice 🙂

I have a little cheat sheet I keep with my mods to four files, style.css, and functions.php

and I just change those each update vs dealing with the unpredictable child theme stuff.

St
tagDiv Member

Ok. thanks for your help.

In the meantime, I just change the original CSS, and I just put the note on top, so that if there is an update, I will know which part I need to modified.

thanks for your and this community support.
st

simchris
tagDiv Member

Unfortunately, this is how the CSS works with WordPress.

When using child theme

a) child theme CSS loads
b) redirects to main theme CSS
c) custom CSS loaded in head of document

the delay is unavoidable on some servers.

Not using child theme can help with issue, but best bet is to mods to the main style.css and just do that with each update. Worth doing for removing the flash of unstyled text (“FOUT”) issue.

Quick and dirty method is just paste your custom CSS at bottom of the style.css file. You’re loading some things twice, but it can cut down on the perception due to ONE file loading both CSS (try it!). I’ve done this during development sometimes. Works pretty well. 🙂

  • This reply was modified 11 years by simchris.
St
tagDiv Member

Hi,
As Christopher said, the theme read style.CSS first (including default color, font, etc) then render other customization. However, I put my code in child theme – style.CSS. Why this method can not render straight from customization? Or should I put the code in theme setting?

Emil, if we have to change original style.css, we will have problem with new update.
Not mentioning there are some customization on font, etc…

regards,
st

simchris
tagDiv Member

Update the plugin from the files included with the theme download.

See the docs right side of page “Documentation > Newspaper” which provides info on how to update the plugin. 🙂

fluxresearch
tagDiv Member

I should clarify the media folders are still there. It’s just the images that are missing.

I’ll update when Web Synthesis gets back to me. They are one of the top managed hosts so we’ll see what’s up.

ewing
tagDiv Member

Hello Marius

Tthank you for your answer.

In my posts, I would like my first line of text has to be next to the featured picture.

Before I used this code in style.css

     post wrap
* /
.post .thumb-wrap {
   float: left;
   margin-right: 20px;
}

but it doesn’t work anymore since I have updated the theme.

please help me.

best regards

Woolf00
Participant
#0

Hi,

I bought the Newspaper theme 3 times and tried to update the visual composer. Unfortunately it always tells me that i have to insert envato username, api key and license key first. I used the license key that i received from You guys but it doesn’t get accepted.

What should I do in order to update the plugin or find a replacement?

Thanks!

simchris
tagDiv Member

For some odd reason it looks like your sidebar got trashed if you created a custom sidebar. If no default sidebars for the theme are shown, it may mean the theme didn’t get updated properly.

Simply deactivate theme, delete old theme folder, re-upload theme, then activate again. I’ve had this happen to me also. Fun with WordPress 😉 (oh wait, it’s *not* fun!)

simchris
tagDiv Member

You might need to go back to the appearance > widgets page and “resave” the widget/sidebar.

This happens sometimes with a theme update and if caching wasn’t disabled, and sometimes from disabling the theme to update it.

This happened to me with latest update where my home page custom sidebar was missing many of its widgets and had to drag them back on and reset. In my case it was also because I replaced some plugins and didn’t have them “on” when I switched the new theme back on, so the widgets got disabled for missing plugin. Doh.

Might not be your issue, but worth a try. 🙂

simchris
tagDiv Member

Thanks Emil,
I sure did try to debug this one 🙂

My next test was going to be to replicate your sidebar to see if it was a module there as nothing else appeared to be the cause.

Thanks so much for sorting that out!
Look forward to update for this one.

Chris

  • This reply was modified 11 years by simchris.
peterll
Participant
#0

Hi

I hope you can help with a problem

We are developing a new site using Newsmag and everything was working until we updated the theme yesterday. Now only the home page is showing any sidebar content – all other posts and pages have an empty sidebar. The site is due to go live on 1st January so this is very urgent.

The site can be viewed at http://www.breedingnews.com/testsite

Regards

Peter

Emil G
tagDiv Staff

Hi,

We’ve made some tests and it seems to come from the modules containing reviews used in the sidebar, on the demo there are none, that’s why the issue doesn’t appear there. We’ve added on the list for the next update, sorry for the inconvenience.

Thank you, Emil G.

prose976
tagDiv Member

Thanks. I tried that and have found that apparently certain plugins (i.e. W3 Total Cache) can have issues when other plugins are updated “on top” of them. I believe I must disable W3 and a couple of others while I update Bakery. Then I can re-enable W3 and everything will work fine.

I appreciate the help. Issue is resolved for now.

Have an Awesome Day!

Philip

Viewing 25 results - 42,076 through 42,100 (of 45,280 total)