Search Results for 'update'

Results from the Forum
Maggie Lauh
Participant
#0

Please kindly check my question in below image:
http://chuantu.biz/t6/337/1530519374x-1404764870.jpg

Bogdan B.
tagDiv Staff

Hello,

Please update your theme to the latest version by using this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
The Instagram issue was fixed in the latest theme version.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You will only see the options if you have the appropriate theme version. You have to update your theme. Please use this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/

Thank you!

Simion C.
tagDiv Staff

If it’s not there then the version you are using does not have the option. Remove the search by hiding it with CSS or in the code. With CSS it would depend on the theme version you are using, the code has changed over updates. A similar topic here
https://forum.tagdiv.com/topic/hiding-search-icon-from-top-menu/

Jose
tagDiv Member

I’m sorry, I think that I’m having problems with my website, out than the theme. When I fix them, I’ll try the update again.

Greetings and thanks

Simion C.
tagDiv Staff

Hi,

If you use a latest sorting then the published posts should be visible in the blocks and grids as soon as you publish them. I believe caching plugins should refresh/update the homepage as soon as a post is published.

You could try the same as suggested in this topic I found and check if the issue is fixed
https://infoinspired.com/how-to-guides/how-to-refresh-your-wordpress-front-page-when-w3-total-cache-in-use/

Thanks

Catalin
tagDiv Staff

Hello Ramazan,

You should update the theme to the latest version of it. Also, if the problem is still there after this, you should send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer to your setup page.

Thanks for your understanding!

McDohl
tagDiv Member

Update your website php version to 7.0 through php selector on your hosting..

McDohl
tagDiv Member

Update your website php version to 7.0 through php selector on your hosting..

Simion C.
tagDiv Staff

Hi,

At the moment the theme does not have an infinite scroll function for post pages, this is considered to be implemented and may be available in a future update.

There is a gallery, it can be used in posts or pages, example
https://demo.tagdiv.com/newspaper/td-post-aston-villa-beat-liverpool-to-join-arsenal-in-the-fa-cup-final/
https://forum.tagdiv.com/gallery-2/
It will not change the URL when scrolling through the images however. There are also smart lists that can be used in posts
https://demo.tagdiv.com/newspaper/10-landscapes-wont-even-imagined-exist/
https://forum.tagdiv.com/smart-lists/

Thanks

Alexandr Andriitsev
Participant
#0

Hello, team!

1. What plugin can you recomend to create a child theme?

As i understand now you provide a possibility to collext own ahild theme, but then I could not understad how to start to do that.

2. Aftrer updat the them via ftp as I undesrats now I has to import all theam settings as well as custom css?

tzabula
tagDiv Member

Hello! After the last theme update (27/06/2018) the problem with Pinterest Widget appeared:
http://take.ms/BXocR
http://take.ms/5tQuJ
http://take.ms/T2un4

Please, advise how to fix.

ctoweett
tagDiv Member

Yes. Check the filter tab of the block you are using to show the posts and you will see an option to filter by categories (category filter http://i.prntscr.com/R_hGQtn0ROiBTIweIBsXFw.png). Select the category you want from that dropdown and update your changes.

miejan
Participant
#0

I am unable to edit text in elements, and I cannot ad images to elements. A link with necessary server settings was sent to me, and my server indicates that they are in line with your specifications. Tag Composer is not working since the last update, and I am having problems updating my site. Unfortunately I may have to consider finding a different theme. Please advise.

Kundurnews
Participant
#0

Hi,
i can’t update your Newspaper 8.8.2
https://snag.gy/o4RKDa.jpg
i use w3T and cloudflare for caching and i have using ftp to clean install, for many times,.. reinstall for wordpress,..
I’ve checked in this forum, mobile theme is good, but on my theme status system, red marked indicator; https://snag.gy/hOyStM.jpg
i hope it getting solve, thanks,..

One Way
Participant
#0

I have been using the theme and since I updated I get a http error when I upload images, Its not the size of image as it works sometimes but 9/10 times it fails.

I upgraded to the most recent version of the theme. I have never has this happen before using the theme.

I have done the upgrade on memory etc.

Any suggestions

janellelcarter
tagDiv Member

So is there anyone able to help? Doing some research and some suggest to update the user capabilities in the theme file.
https://wordpress.stackexchange.com/questions/183502/give-author-users-the-right-to-embed/183504

Other suggestions are to use a different method of embedding maps or to use a User Role Editor plugin to change the Author capabilities. Does TagDiv have any recommendations on which approach is best?

Thank you!
Janelle

@Sean
tagDiv Member

This happened with me. Check your theme plugins are up to date. The composer on my install was updated and the menus reappeared.

avenlylane
tagDiv Member

I followed the instructions and none of the plugins would update. A warning in red would come up saying

“THIS PLUGIN IS AUTOMATICALLY DISABLED
The following plugins were disabled because they are incompatible with this version of Newspaper:”

Then it links me to the page you linked me to already. I am not sure what else to try. I have the latest version as I just purchased this theme a few days ago. I can’t find an update since then. What else can I do to get the plugins to work with my site?

ChrisB
Participant
#0

The Newspaper theme is one of the most popular WordPress themes and Disqus is one of the most popular WordPress commenting plugins, but the two don’t work together. Please add an option to use Disqus instead of the built-in WordPress comments.

I’ve edited td_module.php and td_module_single_base.php to add Disqus support, but my changes will be overwritten with the next theme update. Please add native support for Disqus to the Newspaper theme. Here is a code example that is working for me and can be used to help you get started:

includes/wp_booster/td_module.php

https://gist.github.com/ChrisBegley/a87c775e19903944b4f9c7d06efdfcf1


function get_comments() {
        $buffy = '';
        if (td_util::get_option('tds_m_show_comments') != 'hide') {
            $buffy .= '<div class="td-module-comments">';
            $buffy .= '<a href="' . $this->href . '#disqus_thread">';
            $buffy .= get_comments_number($this->post->ID);
            $buffy .= '</a>';
            $buffy .= '</div>';
        }

        return $buffy;
    }

includes/wp_booster/td_module_single_base.php

https://gist.github.com/ChrisBegley/7bfc66d9b3c84849936f3a65bd3e1c4c


function get_comments() {
        $buffy = '';
        if (td_util::get_option('tds_p_show_comments') != 'hide') {
            $buffy .= '<div class="td-post-comments">';
			$buffy .= '<i class="td-icon-comments"></i>';
            $buffy .= '<a href="' . $this->href . '#disqus_thread">';
            $buffy .= get_comments_number($this->post->ID);
            $buffy .= '</a>';
            $buffy .= '</div>';
        }

        return $buffy;
    }
simchris
tagDiv Member

You can update the plugin without updating the theme. Download the ‘all files’ and look in the various folders for the different plugins and related content included with the theme.

Be sure to keep backups of everything via FTP before updating anything, so that you can ‘roll back’ if something breaks.

Also see the docs on how to update theme. Good idea to make backups of all your custom settings, dbase, etc., if you have not already done so.

  • This reply was modified 8 years by simchris.
parentologyhub
tagDiv Member

I’m having issues with tagDiv following update too and have emailed. It’s so frustrating! I (stupidly) haven’t had any issues with updates before and didn’t create the backup this time…. have I lost everything?

Prerit
tagDiv Member

After Updating theme to 8.8.2 all existing post amp url convert from /amp/ to /?amp. Is this happen because of update or this is a issue of plugin. Pages amp URL still remain samee /?amp. check this url

https://www.codxx.com/tnpsc-805-assistant-horticultural-officer-recruitment/?amp

above url belong to a post. In previous version of theme the same post url was this

https://www.codxx.com/tnpsc-805-assistant-horticultural-officer-recruitment/amp/

But now this url showing me 404 page not found error

jaydeedaley1
tagDiv Member

Hi Bogdan

Thanks for your help. I have updated the theme and plugins and the instagram element is now working, but I’m afraid the social counter still doesn’t display the followers numbers, but the App ID settings has been removed.

All my IDs are correct and I also cleared the cache. What do you think could be preventing the numbers from displaying?

I look forward to hearing from you.

Thanks again.

Jaydee

aedney
Participant
#0

Hi

Since doing the new update, I cant seem to remove the review stars from appearing on the homepage.

I dont want any stars appearing, I want the Author and Date appearing as it does for all other posts on the page.

My site is http://moviesgamesandtech.com

many thanks

Andrew

Viewing 25 results - 23,551 through 23,575 (of 45,280 total)