Search Results for 'update'

Results from the Forum
PhotoWorkout
Participant
#0

You should update the social media sharing button for Pinterest

from https://pinterest.com/ to https://www.pinterest.com/

Both for theme panel > post settings > sharing > Pinterest
and > tagDiv Social Counter

Not a big deal, but it produces a bunch of 301 “Moved Permanently” notices in analytics. It would be best practice to update the outgoing links.

Thanks

Thomas
Participant
#0

Hello

On our site, we change the link to the profil of the member.
https://www.virtualmagie.com/profil/
By default on the theme it goes to their articles.
We put a link to /profil for him to have the possiblity to modify.
Til the last update, the link change another time.
But this time, the files to change also change.

Before I have to edit those :

Modification lien vers profil

Pour version desktop

Dans parts/header/top-menu.php modifier le lien vers le profil :

"ID) . '" class="td_user_logd_in">' . $current_user->display_name . '"

par : "' . $current_user->display_name . '"

Pour version mobile

Dans parts/logged.php modifier le lien vers le profil :

"ID) . '" class="td_user_logd_in">' . $current_user->display_name . '"

par : "' . $current_user->display_name . '"

I managed to find the new file for the desktop link but not for mobile.

Which file and part will I have to edit to sent to /profil ?

Thanks

nina
tagDiv Member

so I don’t need to do anything about this problem? do I just need to wait for the theme update?

Nils
Participant
#0

Hello,
i’ve updated my wordpress and newspaper theme today .
i get a bug where i can’t have the visual tab of the article editor to load.
if i create a new article, when i click on ‘visual’ (top right of the editor) it keep adding :
<span style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" data-mce-type="bookmark" class="mce_SELRES_start"></span>
to the text tab without switching.

in firefox debug console i get this error :
typeError: s is undefined[Learn More] plugin.min.js:1:1018

and the stack trace complain about tinyMce

thanks in advance

Simion C.
tagDiv Staff

That seems solved, but the website still is slow. Maybe it would be time to consider to update the theme, update WPBakery and all the plugins.
Using the latest WordPress and such an old theme version would not be the best method. Conflicts may appear and some things will probably not function correctly.

If you should consider it, here is an update guide
https://forum.tagdiv.com/how-to-update-the-theme-2/
Make a backup before, to be safe.

Simion C.
tagDiv Staff

Hi,

Could be that a plugin is using it (an old plugin that is not updated), or maybe some code you use. Theme doesn’t use that function
https://www.screencast.com/t/xJR1Xp8A7MR
You could check plugins or codes entered in the theme files or a child theme.

Simion C.
tagDiv Staff

Hi,

That has been on our list for quite some time now for investigation and modification if needed, indeed is originating from the theme here
https://www.screencast.com/t/NxLhbDVvy8g
I will make some inquiries about this and we will try to resolve the issue for the next theme update. I am sorry for this inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

The tagDiv composer will allow the same functionality and more. You can build a page in any way possible, there are 10 types of full width grids for example
https://demo.tagdiv.com/newspaper/full-big-grid-1/
You can stretch rows – https://www.screencast.com/t/CkWLnUWu
There will be more new elements to come in future updates, for the tagDiv composer.

So simply create a new page, edit it with the composer and start building
https://forum.tagdiv.com/tagdiv-composer-tutorial/
https://forum.tagdiv.com/block-settings-guide/

If you should have any questions I will help you.

Thanks

mlindia
tagDiv Member

I’ve tried to update via Theme’s Plugin page as well. But it is saying:

The plugin does not have a valid header.

Screencast: https://cl.ly/2l3g1f0H2q1A

mlindia
Participant
#0

Dear Team,

Can’t activate both tagDiv Composer and tagDiv Cloud plugins after this new theme version 9.0.1.
tagDiv Cloud requires tagDiv Composer. But can’t activate “tagDiv Composer” plugin first.
It says, following error: (Screenshot: https://cl.ly/2w343P2L0q1a)

PLUGINS DISABLED AUTOMATICALLY

The following plugins were disabled because they are incompatible with this version of Newspaper:

tagDiv Composer

1) Followed the procedure mentioned in this page: (both manual and automatic install) https://forum.tagdiv.com/newspaper-how-to-update-a-plugin/ – both not worked.
2) I’ve installed the latest version of your theme: Screenshot: https://cl.ly/3l0X1A3G0h16/o
3) I’ve installed the latest version of tagdiv composer plugin: https://cl.ly/3Z3l1r3E300B But can’t activate.

Please help.

Catalin
tagDiv Staff

Hello SPAREGmbH,

Please update the theme to the latest version of it which is NP 9.0.1. Do it via FTP, clear all the caches and check the results.

Thanks for the message!

silasims
tagDiv Member

silasims
tagDiv Member

The image is a mobile view of what my site should look like

When I view the website on my mobile it doesn’t look like this.

Simion C.
tagDiv Staff

Hi,

I would suggest that you contact your hosting and mention this to them with all the details. Not being able to update WordPress itself and the plugins is a problem.

Also mention the fwrite() and fclose() warnings to them, they should be able to fix these as well.

Thanks

nina
tagDiv Member

hello .. where do I need to enter the code? where did the code start? does it start with the word // risoluzione problemi from strutturati articoliri?

function add_mod_hatom_data($content) {
$iso8601_date = get_the_time(‘c’);
$author = get_the_author();
$title = get_the_title();
if(is_single()) {
$content .= ‘<div class=”hatom-extra”><span class=”entry-title”>’.$title.'</span>
ultima modifica: <span class=”updated”> ‘.$iso8601_date.'</span>
da <span class=”author vcard”><span class=”fn”>’.$author.'</span></span></div>’;
}
return $content;
}
add_filter(‘the_content’, ‘add_mod_hatom_data’);

rocketman
tagDiv Member

Hi Simion,

I’m just providing an update to this ticket.

I went ahead and made changes to title and excerpt length on module 19 and then global to test the difference, however, the change only get applied to the home page, they do not get applied to any of the other posts on the rest of the category pages.

See here: https://www.screencast.com/t/1ZdSoZjLdYkH

Can you please tell me what I’m doing wrong?

Thanks!

Thomas
Participant
#0

Hello
Before we create button with the theme system.
On a recent updates, you change the system and it is better.
BUT for now old looks of buttons created with old system no seem to show like a Newspaper button style.
An example here https://www.virtualmagie.com/articles/tests/matos/applications-magiques-telephones-android/
We have hundred of pages like this.
It is not possible for us to change all these.
I think it would be necesseray on all future update your put back code for the buttons look like plan.
Before that could you please provide some CSS custom code?
Regards

rocketman
tagDiv Member

Simion,

Upon the theme update, it removed all CSS since I don’t have the child theme installed yet.

With that said, I manually added the CSS code and nothing happened.

I just removed the CSS code, cleared server cache & website cache and tested in new Chrome incognito tab and looks like the update did not fix the issue.

Please have a look here: https://www.screencast.com/t/h37Y7a0C

Thanks!

Simion C.
tagDiv Staff

Hi,

You can, for each post. Edit the post and there should be in the custom fields a post view count, modify there and update the field and post
https://www.screencast.com/t/j6Pn2e5BbBJ

Thanks

Simion C.
tagDiv Staff

Hi,

I believe the issue was fixed in update 9 if I am not mistaken. The demo was modified and there is no need for any code. Remove the code I provided to you and the header should be the same for all pages of the website when you use an image logo.

Please try it and let me know.

Thanks

Bogdan B.
tagDiv Staff

Hello,

It can only be changed through the api as mentioned here:
https://forum.tagdiv.com/td_api_thumbupdate/https://www.screencast.com/t/USsLGLL6

Thanks

Catalin
tagDiv Staff

Hello crazydiver,

This feature is added to our list of improvements but notice that we cannot say for sure if it will be or not implemented in near future updates.

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,

It could have been the cache. If you updated the theme or plugins. You must clear the cache as well.

Thanks

Bogdan B.
tagDiv Staff

Hello,

Thank you for your suggestion. I will ad this to our list for future updates, and if this request becomes more popular, we will consider implementing it into our theme.

Thank you!

doxenford
Participant
#0

Hi,

I am getting errors when trying to update wordpress or a plugin. It appears to be an error with TD Composer. I am getting the following:

Warning: unlink(/var/sites/p/pharmafield.co.uk/public_html/wp-content/uploads/wordpress-4.9.8-no-content-twyceL.tmp): No such file or directory in /var/sites/p/pharmafield.co.uk/public_html/wp-admin/includes/file.php on line 979
Download failed.: Destination directory for file streaming does not exist or is not writable.
Installation Failed

When I also try to edit a page in TD composer I get a long list of errors:

Warning: fopen(/var/sites/p/pharmafield.co.uk/public_html/wp-content/plugins/td-composer/includes/templates/font-awesome.php): failed to open stream: Permission denied in /var/sites/p/pharmafield.co.uk/public_html/wp-content/plugins/td-composer/includes/tdc_main.php on line 721

Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/sites/p/pharmafield.co.uk/public_html/wp-content/plugins/td-composer/includes/tdc_main.php on line 750

Warning: fclose() expects parameter 1 to be resource, boolean given in /var/sites/p/pharmafield.co.uk/public_html/wp-content/plugins/td-composer/includes/tdc_main.php on line 752

Warning: fopen(/var/sites/p/pharmafield.co.uk/public_html/wp-content/plugins/td-composer/includes/templates/typicons.php): failed to open stream: Permission denied in /var/sites/p/pharmafield.co.uk/public_html/wp-content/plugins/td-composer/includes/tdc_main.php on line 721

Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/sites/p/pharmafield.co.uk/public_html/wp-content/plugins/td-composer/includes/tdc_main.php on line 750

Warning: fclose() expects parameter 1 to be resource, boolean given in /var/sites/p/pharmafield.co.uk/public_html/wp-content/plugins/td-composer/includes/tdc_main.php on line 752

Warning: fopen(/var/sites/p/pharmafield.co.uk/public_html/wp-content/plugins/td-composer/includes/templates/open-iconic.php): failed to open stream: Permission denied in /var/sites/p/pharmafield.co.uk/public_html/wp-content/plugins/td-composer/includes/tdc_main.php on line 721

Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/sites/p/pharmafield.co.uk/public_html/wp-content/plugins/td-composer/includes/tdc_main.php on line 750

Warning: fclose() expects parameter 1 to be resource, boolean given in /var/sites/p/pharmafield.co.uk/public_html/wp-content/plugins/td-composer/includes/tdc_main.php on line 752

Warning: fopen(/var/sites/p/pharmafield.co.uk/public_html/wp-content/plugins/td-composer/includes/templates/td-multipurpose.php): failed to open stream: Permission denied in /var/sites/p/pharmafield.co.uk/public_html/wp-content/plugins/td-composer/includes/tdc_main.php on line 721

Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/sites/p/pharmafield.co.uk/public_html/wp-content/plugins/td-composer/includes/tdc_main.php on line 750

Warning: fclose() expects parameter 1 to be resource, boolean given in /var/sites/p/pharmafield.co.uk/public_html/wp-content/plugins/td-composer/includes/tdc_main.php on line 752

Any suggestions please?

Many thanks

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