Search Results for 'update'

Results from the Forum
Vlad S
tagDiv Staff

Hello !

Unfortunately this options have not received any updates yet.

Thank you !

iconshare
Participant
#0

Hi,
After update to 10.3.9 the dropdown menu not work. I update the theme to 10.3.9.1 nothing happens again.

I read many threads here that they suggest plugin “Enable jQuery Migrate Helper” nothing fixed yet.

I send 3 emails no response. What happen here how to fix this?

Waiting almost 4 days.

Vlad S
tagDiv Staff

Hello !

What you can see is the files modified as you can see here, maybe this will be helpful for you: https://www.screencast.com/t/6SEt2J2GdXl

Changelog: https://themeforest.net/item/newspaper/5489609

This can be checked on every update and may protect you from losing your custom options.

Thank you !

burak911
tagDiv Member

Hi,

We have WP 5.6 and sure that using Newspaper v10.3.9.1. We don’t use any other plugins except TagDiv’s and image lazy-load or optimization plugins besides the theme LazyLoad.

Enable jQuery Migrate Helper plugin plugin serves as a temporary solution, enabling the migration script for website to give plugin and theme authors some more time to update and test their code.

So what’s your permanent solution to fix this problem?

Thanks

xyq146353
tagDiv Member

I have messaged to your support, but it has been 2 days ago. No reply yet.

Does this happen is because of the theme update?

SMK
tagDiv Member

Ok, I updated the theme to v10.3.9.1 and the case is as follows:

1. Image included to the article (featured image) – the lightbox settings of all featured images in all articles are set off. Before first update (to v10.3.9) these settings were set on. Now it looks like I have to turn it on manually in every article to fix the problem. Screen – https://imgur.com/a/eU6QRAW

2. Problem with Complianz plugin. It’s strange, because problem sometimes appears and sometimes disappears. I can’t find out what it depends on. While taking the above screenshot the problem was visible (you can see the notification on the left side). But some other times it doesn’t show up.

  • This reply was modified 5 years by SMK.
greenbooks
tagDiv Member

Thank you so much.

It would have been good to have a step-by-step document to update all parts of the pre-built theme!
Regards
Greenbooks

nick1968
Participant
#0

Hi, up until update to v. 10.3.9 and then 10.3.9.1 embedded Vimeo videos were showing horizontally centered on the page (basically, the videos were showing full width). After the update, the videos appear smaller in size and are aligned on the left. Is there anything that I can do to center the videos automatically or do I have to go to each page and center them manually?

Thank you,

Nick

Calin
tagDiv Staff

Hi usc-shift, I understanding what you are saying, the problem is that we are only the support team, for the moment we do not have enough skills to create code and improve the theme speed, but we writhe notice to our developers to improve our theme pages speed and we also try as we can to help the user to improve the website page speed, even if this is not covered by the support policy -> https://forum.tagdiv.com/newspaper-theme-support/ -> https://i.imgur.com/pCGIUG2.png
I do not want to offense you or other users, and I only want to understand that we try to help on support as much we can, but some things are over our knowledge.
Thank you for your understanding and sorry for the inconvenience. We hope that our developers will improve this in the coming updates.

Calin
tagDiv Staff

Hi GuillaumeFRK, unfortunately our theme do not have an option for this, sorry. We have only for block title set the H seo, but the rest of theme are set by default in theme files. Also if you manage to make those changes in theme files, all those will be lost after a theme update, because not all files can be set in a child theme.
Here is a similar topic https://forum.tagdiv.com/topic/headings-2/
Thankyou for your understanding and sorry for the inconvenience.

KD
tagDiv Member

Thank you for the update! I’ll be on the lookout for a better fix whenever the devs can get that sorted out.

Calin
tagDiv Staff

Hi, unfortunately for the moment our search elements do not have any filter to can search only for some categories, posts… I think that this is a good feature and hope it will be add in the coming updates.
Thank you for your understanding!

Calin
tagDiv Staff

Hi,
From when the problem occurred? If is only after the theme update, please make a full backup and send us an email at contact@tagdiv.com and set the link of this topic in the email.
I will inspect the situation and provide a fix.
Thank you!

Calin
tagDiv Staff

Hi vedatorhanvo, if you are using the mobile theme plugin, your mobile version will use a different mobile theme and the mobile version will be faster, but you have only few options for editing. For example there will be no sidebars and pages made with builders, those need to be made using the mobile editor more the bottom of each page -> https://i.imgur.com/Qi90hhn.png but the posts will be display, but without sidebar, also there are no extra options to add extra post content, sorry! All that you can do with this mobile theme plugin can be found in our documentation from here -> https://forum.tagdiv.com/the-mobile-theme/
Also now we provide a new option of mobile page -> https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/ where you can make your mobile layout like you want, maybe this will help you!
Thank you!

Calin
tagDiv Staff

Hi jfox20, if the problem was not solved after you updated to Newspaper v10.3.9.1 and you clear all cache, please make a full backup and send as and email with the details from my above reply, and I will check the problem.
Thank you!

andreawebarts
tagDiv Member

guys i got that you know about this issue and we need towait an update of tagdiv

that s all we know

don t knwo if you fixed this and it there waas an update

zoldfulu
tagDiv Member

Again the same thing.
Update and the page is a mess.
1. The header is now wrong, (the header image voers everthings, the dimension is set too thin, plus when I tried to import a header (default pro) the editor gives content error messages).

2. Since the update, the posts do not feature the sidebar.

honestdish
tagDiv Member

To fix this, I’ve edited the plugin directly under plugins -> plugin editor (WARNING to anyone else reading this, if tagDiv updates their plugin, there is a risk they will overwrite this change and you’ll have to make it again).

Then I chose tagDiv composer from the dropdown on the top right and clicked apply. I navigated to legacy -> common -> booster and clicked on td_module.php. Then I clicked into the code area and typed cmd-f (ctrl-f for windows) and searched for this:

class="td-image-wrap

I replaced that line that starts with $buffy, with the following code:

	            
                if ( is_null( $this->post_thumb_id ) ) {
                    $no_thumbnail = 'no-thumb';
                } else {
                    $no_thumbnail = '';
                }
                $buffy .= '<a>href . '" rel="bookmark" class="td-image-wrap ' . $no_thumbnail . $video_popup_class . '" title="' . $this->title_attribute . '" ' . $video_popup_data . '>';

I now have a “no-thumb” class which shows up then there is no thumbnail, and am able to use that to hide the thumbnail anchor (“a”) element entirely via CSS.

nitrofox
tagDiv Member

Hi Vlad S,

The point is that it would save me time if they informed in changelog what was updated in the plugins folder, or at least to inform which plugins were updated or not, it was already a help to facilitate the update.

Best regards,

Ricardo Ribeiro

Vlad S
tagDiv Staff

Hello !

Unfortunately the files that you are having modified are not included in the child theme and you will have to keep re-doing them after each update. Unfortunately for this there is no workaround on what you are using.

Thank you !

usc-shift
tagDiv Member

Thank you friend, but Vlad are not writing to us, but to those who do not really understand the technical details and will not check what we are writing here and trying to prove, but simply read that the update is focused. Pure marketing, nothing personal, but for us it can be translated as go anв …. yourself.(( It is calculated that 99% of people will simply decide not to waste their time and not write the same thing 300 times.

  • This reply was modified 5 years by usc-shift.
great1212
tagDiv Member

ok.

Here you go…

Correct Menu Pic:

https://postimg.cc/Kkm39rdh

Shrinked/Contracted Menu Pic when website loaded in Windowed Mode;

https://postimg.cc/Ff4YRVFk

Please check at ur end and do let me know for any update.

Regards,

Robert Turner
tagDiv Member

This sounds like the same issue we are having where changing images is simply ignored by the composer, it doesn’t add them. It also won’t change the existing images in a template. You can delete them and then the composer doesn’t update the content. Started with 10.3.9

Robert Turner
tagDiv Member

Calin, we’ve got Vlad chatting to us on a similar thread as well, perhaps the two can be brought together to avoid duplication.
https://forum.tagdiv.com/topic/tagdiv-composer-wont-save-templates-or-update-existing-ones/#post-378603

themes10
Participant
#0

I get this error when traying to update TagDiv plugins after updating to the newest Newspaper version.

“Destination folder already exists. /custome……………”

How is this fixed ?

Viewing 25 results - 12,326 through 12,350 (of 45,280 total)