Search Results for 'update'

Results from the Forum
StaLau17
Participant
#0

Hello,

I run an online fitness magazine and we like to use image gallery sliders that allow us to share images from another site (recipes for example) and link back to the content owner. So far it appears that this can’t be done with this slider as this slider only shows the images and there isn’t a way to add a link or add a caption about where to find the original recipe. Also, the caption appears in the bottom right hand corner of the image and some of the text is cut off. A few questions:

1. Is it possible to link images in the gallery to another site? If not, will this be updated in the future?
2. Can the caption be centered or moved to the left so that the text is not cut off?
3. Are there compatible plugins that can replace the existing slider with something more functional?

sasquatters
tagDiv Member

Edward,

I followed your instructions and updated the files but my IG feed is still not displaying. I went through several times and tried it with no success.

2ndlinedesign
Participant
#0

Hello,
I am trying to edit my site, but when I click on Edit with TagDiv Composer, the page goes completely blank. All plugins and theme are updated. I already did the suggestions that I have found on here, such as:
https://forum.tagdiv.com/system-status-parameters-guide/
Also in some cases there was a different issue you could try this solution as well
https://forum.tagdiv.com/topic/javascript-error-td-composer-wont-load/

These two did nothing to solve my issue. Please help.

Edward
tagDiv Member

Sorry, I am not a representative of the support team and only Express my opinion. Please be patient. Method of eliminating errors of Instagram you are given above, and it works.

Work on the BIG update requires a lot of attention and careful debugging. I hope that the developers will release the update as soon as possible.

cezarsg
tagDiv Member

Catalin,
here is the content I try to explain:
https://www.screencast.com/t/CA5QJ0iDil

And here is the sql commands I need to execute but it don’t find anything:
UPDATE wp_options SET option_value = replace(option_value, ‘Existing URL’, ‘New URL’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;

UPDATE wp_posts SET post_content = replace(post_content, ‘Existing URL’, ‘New URL’);

UPDATE wp_postmeta SET meta_value = replace(meta_value,’Existing URL’,’New URL’);

UPDATE wp_usermeta SET meta_value = replace(meta_value, ‘Existing URL’,’New URL’);

UPDATE wp_links SET link_url = replace(link_url, ‘Existing URL’,’New URL’);

UPDATE wp_comments SET comment_content = replace(comment_content , ‘Existing URL’,’New URL’);

Edward
tagDiv Member

Developers report that the new update is under deep testing. There is no deadline for this release.

tenzinchoephel
Participant
#0

I have purchased the newspaper theme. I have installed it in a Localhost it and it is working fine. But when i activate theme newspaper at a subdomain in my godaddy account [ i am using goddady deluxe plan]. It shows error ” wp_booster error:Please update your [tagDiv social counter] Plugin!”.

I can’t access the wordpress dashboard. Please help.

Note:
1: I disabled all the plugins and deleted theme.
2: theme folder file permission is set to 755.

Error showing after activating theme.

cezarsg
tagDiv Member

Hi, I Just used Duplicador, and everything was ok. Only content is beyond this plugin. People use SQL command to select and update all content insiste post and page. I cant because the content is Transformed by tagdiv conposer.l

Mucha K
Participant
#0

I have upgraded the site with latest update and I am having problems with the mobile plugin. It will not upload- see attachment. Mobile Plugin wont Upload to FashNerd.com

The mobile site on FashNerd.com is currently not responsive. I cant upload the plugin. I have no idea what the next step should be to recify the problem. Please help!

Catalin
tagDiv Staff

Hello fabiossantos,

Please notice that we do not have yet any updated files. This fix will come with the new theme’s update which will be in the future.
Until then, for the social counter, please make these modifications:
https://www.screencast.com/t/rEBOoudPy

replace with

https://pastebin.com/8p6r7TDh

For the Instagram widget, you will have to replace this file:

https://www.screencast.com/t/da9nIfQr9DT

with:

https://pastebin.com/yrr2DdwB

It’s not very complicated. You can do this via FTP way or simply do this from Editor in WordPress like this -> https://www.screencast.com/t/seCfrKbb

Thank you!

ScubaDiverMag
tagDiv Member

UPDATE – The ads will only display for admins, no other logged in users can see the ads either.

NickDeBaerdemaeker
tagDiv Member

That’s a bummer… Any chance it can be included in the next update ?
Would be really helpful.

I tried using this method but it breaks all post templates

/*
* Define a constant path to our single template folder
*/
define(SINGLE_PATH, TEMPLATEPATH . '/single');

/**
* Filter the single_template with our custom function
*/
add_filter('single_template', 'my_single_template');

/**
* Single template function which will choose our template
*/
function my_single_template($single) {
global $wp_query, $post;

/**
* Checks for single template by category
* Check by category slug and ID
*/
foreach((array)get_the_category() as $cat) :

if(file_exists(SINGLE_PATH . '/single-cat-' . $cat->slug . '.php'))
return SINGLE_PATH . '/single-cat-' . $cat->slug . '.php';

elseif(file_exists(SINGLE_PATH . '/single-cat-' . $cat->term_id . '.php'))
return SINGLE_PATH . '/single-cat-' . $cat->term_id . '.php';

endforeach;
}

SmilingSun
Participant
#0

Hi tagDiv team,

Instagram posts on the website are too old, is not updating.
The link you provide to the Instagram problem in latest questions is 404.

How can I update Instagram?

Thank you,

Francesco
VanlifeMagazine.co

Catalin
tagDiv Staff

Hello flo2paclegacy,

Try to update the theme to the latest version of it which is 8.7.2, clear all the caches and check the results. The theme should have to render your ads on mobile. If not, you should contact the Google Adsense department, tell the problem because they should be able to provide a more accurate response. Notice that the theme only takes the Ads and display it to the frontend.

Thanks for your understanding!

cezarsg
Participant
#0

Hi, I’m migrating my site with Newspaper theme from dev to live, where it works with other URL, for example:
URL DEV: myportaldev.com.br
URL Live: myportal.com.br

But I find problems to update content inside pages made with tagdiv composer via MYSQL, because the content has strange code where a can’t select and update with sql commands. I can’t select all contents using my URL dev to update with new URL.

Could you help me?

fabiossantos
tagDiv Member

Hello

I followed the step by step tutorial, but I did not succeed, You could send me the updated files.

Thank you.

trickybell
Participant
#0

I have linked my Facebook and Instagram Account, but the Social Counter is not displaying the Updated stats. It shows 0 Followers on both Facebook and Instagram Account.
I have also seen this problem on other websites using Newspaper Theme.

Simion C.
tagDiv Staff

Hi,

1. If you are using Visual composer, please deactivate the tagDiv composer. This page builder will be activated automatically when the theme is installed or updated. Deactivate it if that is the case.

2. I don’t quite know what that plugin does, we have not made any tests with it. Maybe you need to update it or change something in it’s configuration.

3. There were some changes made by Instagram to their code, we provided solutions here
https://forum.tagdiv.com/topic/social-counter-and-instagram-problem/
Facebook is also making changes to their code, this seems to cause issue for some users. Depending on what they will do, we will try to provide solutions as well, for users who have issues.

Spyrosm
Participant
#0

Hello, I would like to ask if there is an update for the Instagram feed because the element is not working properly. The Instagram posts which are shown (on our website) are 2 months old, although on our Instagram account there are newest posts. Please give me a solution for this issue. Thank you in advance for your time and your support.

emvoo5
Participant
#0

Hello,
I have built my site using older version of Newspaper. After last update multiple erros poped out.

1. wp_booster error:
td_api_base::mark_used_on_page : a component with the ID: vc_column_text is not set.
/home/kolejarz/domains/kolejarzopole.pl/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_api.php

on some pages ex. http://www.kolejarzopole.pl/sebastian-ulamek/

2. Notice: Funkcja tgmpa została wywołana z argumentem, którego użycie jest przestarzałą praktyką od wersji 2.4.0! The parent_menu_slug config parameter was removed in TGMPA 2.4.0. In TGMPA 2.5.0 an alternative was (re-)introduced. Please adjust your configuration. For more information visit the website: http://tgmpluginactivation.com/configuration/#h-configuration-options. in /home/kolejarz/domains/kolejarzopole.pl/public_html/wp-includes/functions.php on line 4031 Notice: Funkcja tgmpa została wywołana z argumentem, którego użycie jest przestarzałą praktyką od wersji 2.4.0! The parent_url_slug config parameter was removed in TGMPA 2.4.0. In TGMPA 2.5.0 an alternative was (re-)introduced. Please adjust your configuration. For more information visit the website: http://tgmpluginactivation.com/configuration/#h-configuration-options. in /home/kolejarz/domains/kolejarzopole.pl/public_html/wp-includes/functions.php on line 4031

On backend top.

3. Facebook and instagram counters stoped working too.

Simion C.
tagDiv Staff

Hi,

That would signal that there is an issue with the theme. Either it was not installed/updated properly, or there have been modifications to it’s files or code added in it’s files.

You could temporarily remove any theme modifications or additions and see if it works as intended. If there were no modifications made, you should re-install the theme. Preferably by FTP if possible
https://forum.tagdiv.com/how-to-update-the-theme-2/
Let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

First of all, if you have pages built with Visual composer and the layout is not displaying as it should, deactivate the tagDiv composer plugin. Then there would be no problem.
When both page builders are active at the same time, there will be issues with row layouts and other elements.
The tagDiv composer will be automatically activated when the theme is installed or updated.

Thanks

Simion C.
tagDiv Staff

I don’t have any information I could provide you regarding a theme update at the moment. An update would contain exactly the same modifications mentioned in this topic.


@mbernloehr
We could take a look, send us as well an email at contact@tagdiv.com and provide admin login and FTP access.


@DensS
Your Instagram ID seems to work from what I can see
https://www.screencast.com/t/ytfjaNi5I
It works in both Instagram widget and social sharing counter. That hashtag is added after the user ID in by the social counter plugin, it will not cause any issues.

Catalin
tagDiv Staff

Hello Giaco,

Please update your theme to the latest version of it. I saw that you are using the NP 8.0. Update it because this problem has been resolved in the latest version. Clear all the caches and check the results.

Thanks for the message!

irhantoro
Participant
#0

Hi,

I’ve just update Newspaper template to 8.7 version, then some problems come up with my custom pages. I set up the web pages using Visual Composer. Some pages have 3 column settings for certain rows. Here is the result:

Custom layout for row
1/3 + 1/3 + 1/3 works well
1/4 + 1/2 + 1/4 works well
1/6 + 2/3 + 1/6 doesn’t work
1/12 + 5/6 + 1/12 doesn’t work

Somebody, please help me with this problem.

Thanks in advance

Viewing 25 results - 25,126 through 25,150 (of 45,280 total)