Search Results for 'update'

Results from the Forum
Emil G
tagDiv Staff

Hi,

We included the latest version of Visual Composer in our latest theme update so i guess you already have it.
Please check the error log to see if there are any hidden errors reported in there.
Also, if possible, please provide some traffic and resources usage statistics. If you don’t want to paste them here send them via email at contact@tagdiv.com , don’t forget to include a link to this conversation.

Thank you!

Branstone
tagDiv Member

Hi Alin,

What do you mean by: “running the script will import your setting from database also it will change the shortcodes” – is there something I should do after doing the update in order to run a script to import my old settings? Can you send me the exact instructions for that?

Also – I indeed had some custom css – so I just need to copy these from the old theme and paste it into the custom css on the new theme?

Any more tips on to how to update in the smoothest possible way would be highly appreciated!

Thanks!

Branstone
tagDiv Member

So do I understand correctly that there is no way of updating to the new Newspaper 6 without messing up the whole website?

If it’s a totally new theme – meaning I will need to rebuild the homepage completely?

Because I tried to update according to the instructions and it messed up my website.

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have such an option for menu, you will need custom work to achieve this, unfortunately we cannot provide any type of custom work at this moment as we work hard on development, updates and support.
You can add a different border color for each item from the menu, using unique class of items – http://screencast.com/t/IinTmGl2Ghttp://screencast.com/t/uKGH6NCX

.sf-menu .menu-item-15.current-menu-item a:after {
background-color: red !important;
}

Just change the number for above css code with your specific number and add the css code for each item.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You should not post these information here at this is a public forum. I have deleted purchase and activation codes.
Unfortunately we do not keep track the site where the theme is activated, we track only the number of the theme’s activations. To update you have to log in on themeforest and download the version 6 package and update using this guide(make a full backup) – https://forum.tagdiv.com/how-to-update-the-theme-2/ You use envato purchase code to activate your theme if you need this – http://screencast.com/t/kSso5Shm2Vou If you have buyed 2 licenses it should work without any issues.

Thanks!

Branstone
tagDiv Member

OK – I re-uploaded all the files and now it’s fine…

But the new update to Newspaper 6 definitely doesn’t guys, after the update I would have needed to build the site from scratch again…I think you should mention that in the instructions…

Cheers!

Branstone
Participant
#0

Hi there,

I tried to update to Newspaper 6, but it mushed up my site completely.
Luckily I backed up before and downloaded the old Theme folder installation through FTP, so I deleted the new Newspaper 6 theme folder files and uploaded again the old theme folder installation.
Now the website won’t load, I get this message:

http://www.screencast.com/t/UwFSZq1Zw

Kindly advise!

Thanks!

fadoum
tagDiv Member

This is the same problem I’ve been having since I upgraded and updated. The icons for editing individual blocks are not there. I can only move or delete whole blocks but not edit. Please help. I haven’t been able to use any of the really nice looking homepage templates.

fadoum
tagDiv Member

hi
I am trying to edit my home page but it is not working. I have updated the vc pluglin and still no change. please help.
thanks

andyc81
Participant
#0

I just updated to v6 and all the links no longer come up as the blue color we were using, instead they come up as black just like the rest of the text. It shows up as blue in the post editor, but not in the actual post. Example here: http://talking10.com/2015/06/20/chryst-badgers-remind-big-ten-they-can-recruit-just-as-well-as-anyone/ (with text being Cole Van Lanen after 2nd embedded tweet).

Please help. Thanks!

momo
tagDiv Member

Nevermind. I finally got the coding right. Must go to bed..!

For those interested:
add_action('td_global_after', 'hook_td_global_after'); // hook used to add or modify items via Api
function hook_td_global_after() {
td_api_block::update_key('td_block_authors', 'file', get_stylesheet_directory() . '/includes/shortcodes/td_block_authors.php');
}

momo
Participant
#0

I have tried to make an authors page using the authors block, been looking at this post for the solution -> https://forum.tagdiv.com/topic/author-box-help/

It works fine when i insert this in the main themes td_block_author.php


$buffy .= '<div class="td-authors-description desc">';
$buffy .= '<p>' . get_the_author_meta( "description", $td_author->ID ) . '</p>';
$buffy .= '</div>';

But im trying to make it work from my child theme instead. I have added this to my child functions.php


function hook_td_global_after() {
td_api_block::update('td_block_authors',
array(
'map_in_visual_composer' => true,
"name" => 'Block Authors',
"base" => 'td_block_authors',
"class" => 'td_block_authors',
"controls" => "full",
"category" => 'Blocks',
'icon' => 'icon-pagebuilder-td_block_authors',
'file' => td_global::$get_template_directory . '/includes/shortcodes/td_block_authors.php',
"params" => array_merge(
td_wp_booster_config::get_map_block_general_array(),
td_wp_booster_config::get_map_filter_array(),
td_wp_booster_config::get_map_block_ajax_filter_array(),
td_wp_booster_config::get_map_block_pagination_array()
)
)
);
}

But it doesn’t work. Its probably me whos to tired to figure it out, but i dont get it. :/

simchris
tagDiv Member

Not sure why this link isn’t a sticky:
https://forum.tagdiv.com/how-to-update-the-theme-2/

renemeik
Participant
#0

How Do I update the theme?

dabiathlet
tagDiv Member

Hi Radu,
how will the support for the old version work? Will there be reminders about updates? I let my programmer set up my site two month ago with child theme and many other features. I can’t change now to version 6, as it would destroy the whole site!
Yours
Mario

Gezondheidskrant
Participant
#0

Hello Emil,

I have bought two Newspaper-themes at the Envato market for two websites.

– Website 1: http://www.gezondheidskrant.nl ( The Netherlands)

– Website 2: http://www.gezondheidskrant.be ( Belgium )

Because of the new Newspaper theme I would like to update both website, but I don’t know which license belongs to which website.

* The first license:

Private informations -deleted

* The second license:

Private informations -deleted

I have two questions:

– Which license belongs to which website?
– What is the TagDiv code of the second license?

Thank you very much and thank for maken the beautiful Newspaper 6 theme!

Kind regards.

Marcel Klein Breteler
The Netherlands

Alin [tagDiv]
tagDiv Staff

Hi,

There is no special upgrade policy, you need log in and download from themeforest the new theme version and follow this guide to updatehttps://forum.tagdiv.com/how-to-update-the-theme-2/ Before update please make a full backup of your current installation. We recommend that you delete the old version of the theme before uploading the new one. Let us know how it goes!

Thanks!

fabinhoalmeida
tagDiv Member

Yes, the effect is very beautiful. But I see a difference between versions. In the previous version it slid gently giving a 3D effect. Now in the new version, the image slides with small leaps and lost the charm. I had already visited the demo page and is equal to my installation, sliding jumping jacks. It may seem a silly whim on my part, but I think the Newspeper was so beautiful in its update that could not miss one of its most beautiful visual effects. Look at this I would be extremely grateful for this repair. Thank you!

jonybigude
tagDiv Member

Well, that sucks 🙁 Would be an amazing thing to add in a future update!

Thanks for the help!

Alin [tagDiv]
tagDiv Staff

Hi,

We know about this and it will be fixed in the next update. A quick fix is to comment this line – http://screencast.com/t/aS14xDbmoHs

Hope this helps and sorry for inconvenience!

Alin [tagDiv]
tagDiv Staff

Hi,

I cannot see your screenshot We know about an issue with Big Grid, when child theme is used and it will be fixed in the next update. Please also check this solution, it may help – https://forum.tagdiv.com/topic/big-grid-1-and-2-problems-on-newspaper-6-and-6-1/#post-55067

Thanks!

Marius
tagDiv Staff

Hi,
Depends of what you want to modify. You can modify or create new things using the theme API, without losing anything on an update. Here is the API documentation if help: https://forum.tagdiv.com/the-theme-api/

Thanks for the message!

stephenwebb
tagDiv Member

UPDATE: It will not display the sidebar on any pages where there is shortcode. It doesn’t matter what type of shortcode, but any shortcode will make the sidebar disappear.

Andrei L.
tagDiv Member

Hi

Thanks Chris for the link.


@ckearney
In future we will come with an update winch contains an advanced system data.

stephenwebb
Participant
#0

I updated my theme to Newspaper 6 and now the sidebars are not showing on some of my pages. There is no rhyme or reason, the settings are all the same, the sidebar is still the same but it’s just not showing on specific pages.

Viewing 25 results - 39,901 through 39,925 (of 45,280 total)