- 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
@neotrope
I don’t know the version because when this happened I just installed the latest version of Rev Slider 4.6 replacing the old one. My Newspaper theme is 3.5 BUT I remember when I did the latest theme update I didn’t install the themes again…. so it’s probably an old version…
Thanks!
Hi,
I want to show the content of an existing copyright field (via functions.php added in the media uploader) in the gallery, like the description and the caption. How can I do this?
That’s the code of the copyright field…
/**
* Add Photographer Name and URL fields to media uploader
*
* @param $form_fields array, fields to include in attachment form
* @param $post object, attachment record in database
* @return $form_fields, modified form fields
*/
function be_attachment_field_credit( $form_fields, $post ) {
$form_fields[‘be-photographer-name’] = array(
‘label’ => ‘Copyright’,
‘input’ => ‘text’,
‘value’ => get_post_meta( $post->ID, ‘be_photographer_name’, true ),
);
return $form_fields;
}
add_filter( ‘attachment_fields_to_edit’, ‘be_attachment_field_credit’, 10, 2 );
/**
* Save values of Photographer Name and URL in media uploader
*
* @param $post array, the post data for database
* @param $attachment array, attachment fields from $_POST form
* @return $post array, modified post data
*/
function be_attachment_field_credit_save( $post, $attachment ) {
if( isset( $attachment[‘be-photographer-name’] ) )
update_post_meta( $post[‘ID’], ‘be_photographer_name’, $attachment[‘be-photographer-name’] );
return $post;
}
add_filter( ‘attachment_fields_to_save’, ‘be_attachment_field_credit_save’, 10, 2 );
Hi,
Please use this guide: https://forum.tagdiv.com/how-to-update-the-theme/
Will work just fine only remember to make a backup of your current theme files and then try.
Thanks
Hello all,
for this wordpress release I’ve tested the theme a lot since 4.0 beta . The update should work just fine.
Thanks for the feedback,
Radu O.
Hi,
Please try to update following this steps: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/ and install it from the plugin folder that came with the theme files.
Also note that you have to use the latest theme version (4.2.2) with the WPBakery Visual Composer 4.3.3 version.
Hope this helps!
Thanks
Hi,
Glad you managed to do it.
Please see our documentation on how to manually update your theme: https://forum.tagdiv.com/how-to-update-the-theme/
You can use this method for future theme updates.
Thanks
Sad the envato plug in is not working anymore. It had worked great for me before.
I am also having trouble updating to 4.2.2 (Messing around in ftp is always scary for a newbie like me — still learning). 🙂
-mike
Lucian, I suggest for next update to have a setting on theme’s panel for Modal image to On/Off globally.
Right now the default is Off and if you have 15 images in your post, you must click and choose On .. 15 times.
Is there any quick fix for now, to make Modal image default On.
-
This reply was modified 11 years by
gnoe.
Hi,
Thanks Christopher!
@prorok163
Please install the plugins from the plugins folder which came with the theme files.
As Christopher wrote you don’t need licence for those plugins they are included by the theme and will be updated on each theme update.
Thanks
@Christopher, I added Share Count 😉 Will update the plugin soon.
@Kacsa1337 Thanks for the info. I haven’t added support for big displays it but it won’t take long. So, I will update it asap with support for all display sizes 😉
thanks guys!
Hi,
Those short-codes cannot be used at this moment we have released them by mistake, will be available though from the next update.
Sorry for this.
Thanks for the message!
Plugin Update
Downloading package from envato market…
Error! Envato API error.
Hi, i have an error when I want to update the plugin WPBakery Visual Composer.
How i can fix it?
I’ve took a chance this morning and update my WP to the latest version,the update went smooth with out any issues what so ever,and all the plugins still working as they should…i can’t even notice any thing new after the update but so for every thing is still working as they entended.
Hello Again.
I have a new Problem. Since the Update to WP 4.0
Now, when i show something over the Custom AD 1 Field the sidebar will kicked unter the content.
How can i fix it?
http://unserluensche.de/category/stadtleben/
If i disable the AD the Layout will be normal.
I update already. thanks
I have strange situation.
Big slider links don’t work. When I look posts in big menu, everything is fine.
http://www.cakovec.hr.
I try to desable SEO plugin, W3 Cache plugin, clear the cache.
Last thing i did was update to WP4, but then i test it and everything was ok, 3 hours later, problem
Please advise.
My theme Version: 4.1
I down Version 4.2.2 already
Please help me how can update to 4.2.2 ?
Thanks
Hi,
Unfortunately it doesn’t because you can’t override those files via child theme. However you can do it using the main theme, make a copy of those files and replace them after an update.
Thanks
Ok, i forgot that there is an option for the homepage. I fixed that.
Do you plan to fix the css for visual composer in the next update?
Hi,
As Christopher wrote you will need to hire a developer to do this for you, the theme dose not have a feature like that and you need custom work to achieve this, unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Sorry about the inconvenience and for the delay which I’m answering to this.
Thanks for the message!
Hi Christopher,
the jquery from google apis is loaded from the speedbooster plugin. Some time ago I changed the jquery path to use is_ssl() from wordpress http://screencast.com/t/RDuiivrSn0wr . Do you have the latest version? or is_ssl is not reliable?
In the next update I will change the html5shim to is_ssl and also bump up the jquery version to wordpress 4’s one.
Hi,
Unfortunately we haven’t made any progresses regarding this issue and we are still try to find a solution for a better implementation to this.
You can try this to get the “Jetpack top posts & pages widget” into page builder like this:
1. Create an sidebar: https://forum.tagdiv.com/sidebars/ and add only the “Jetpack top posts & pages widget” into it: http://screencast.com/t/a5ddYXDb
2. Go to page builder and add the widgetised sidebar like this: http://screencast.com/t/huoeVy6I
3. Chose the sidebar you made when editing the widgetised sidebar: http://screencast.com/t/OFMPU0Gan5
Sorry for the delay. Hope this helps!
Thanks
Hi,
Thanks for reporting this, we will look into it.
Thanks for the message!
Just another note on a 4.2.2 Newspaper update with a couple dozen plugins successfully and cleanly updating to WP 4 from 3.9.2. 🙂
Thanks @Christopher for helping info.