Search Results for 'update'

Results from the Forum
watkip
tagDiv Member

Hi, I did. Scraped and debugged + Cloudflare and w3 cache refresh.

How can we disable the author tag with the latest theme version?

I removed the whole code but it still displays my author name + link. One update back I only had to add // and it worked just fine, but I still don’t know how to remove the tag nowadays.

Thanks, looking forward hearing from you!

potatohead101
tagDiv Member

So, are you guys planning to anything to help everyone to be able to customize their mobile menu in the future? I wish we knew it before we started working on our project.
Instead of relying on random devs all the time, I prefer relying on you guys with a possible update in the future. Since it looks like everyone who purchased the theme complaining about not having an option to customize the mobile (which is the most important thing for any websites or blogs since people use their mobiel phones more than their desktop, such as 83%), it’d dope if you guys let everyone know about it. Also, please let me know if guys are considering this, so we’ll have a better understanding about who we have to work on a long-term. Also, we’re a bit afraid of that’d decrease our page speed because of additional CSS codes.
Also, we have come across another problem right now, right before I started typing this. So, on theme panel/blocks settings/category tags on modules, is not working even tho I cleared all the caches.It doesn’t show on the thumbnails or homepage posts.

itmehedi
tagDiv Member

Thank you for your answer. I understand that. I need to replace with update theme.
My only concern will it change any existing settings after update the theme?
If not then i will do this.

Simion C.
tagDiv Staff

Hi,

You can deactivate the theme in the system status like this – https://www.screencast.com/t/AskZyy3K and activate the theme on your new site. Please note that the reset option is only available on the more recent versions of the theme, maybe you need to update the theme first – https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks

Simion C.
tagDiv Staff

Hi,

This could be happening when the complex visual composer elements present on your page, make multiple ajax requests under heavy visitor traffic. You should try to reduce the number of requests, like block pagination, ajax filter etc. from each of the block settings – https://forum.tagdiv.com/block-settings-guide/ Also make sure you have updated Visual composer – along with the theme update. Alternatively this can be caused by a plugin, so you could deactivate all of them if possible, except visual composer and check the results. Here are some guides to help you configure the WP Super Cache plugin – https://forum.tagdiv.com/cache-plugin-install-and-configure/ and optimize site speed – https://forum.tagdiv.com/how-to-make-the-site-faster/
Lastly please make sure the server meets the theme’s requirements – https://forum.tagdiv.com/requirements-for-newspaper/ Hope this helps and let us know how it goes.

Thanks

cobaltica
Participant
#0

Hi,
I’m using last version of template (v. 3.3.1) on WordPress 4.7.2. My Visual Composer is 4.9

When I try to use visual composer I see in my consol this error:

Uncaught TypeError: $template.get is not a function
at n.html2element (backend.min.js:6)
at n.render (backend.min.js:6)
at n.appendShortcode (backend.min.js:6)
at n.<anonymous> (backend.min.js:6)
at load-scripts.php:94
at Function.m.each.m.forEach (load-scripts.php:94)
at n.addChild (backend.min.js:6)
at n.addAll (backend.min.js:6)
at _ (load-scripts.php:96)
at m (load-scripts.php:96)

script: http://www.festascienzafilosofia.it/wp-content/plugins/js_composer/assets/js/dist/backend.min.js?ver=4.9

This is very important for me because I can’t update my website.
Can you help me?

alcanceweb
Participant
#0

Gentlemen,

My widgets page are too slow, it takes a 5-8 delays seconds for a single scrollbar click. It just impossible to work with.
I tried fresh installation, no plugins activated, cache cleared, other updated browsers, nothing works.

Waiting for a solution, please.

Best regards,
Fabio.

Catalin
tagDiv Staff

Hello itmehedi,

Please keep in mind that our recommended way to do theme update is via FTP way. Please consult our guide here -> https://forum.tagdiv.com/newsmag-install-via-ftp/ follow all the steps from here and update your theme.

Hope this helps and let us know how it goes!

Thanks for your understanding!

itmehedi
Participant
#0

Hello,
I want to explain first that I want to do.
I have older version of newspaper theme (7+). So, Now I want to update the theme.

Here, I will do:
Go to cpanel-> Website Name folder -> Wp-content folder -> Theme Folder-> Newspaper -> Delete this folder and Upload Latest version.

I have not edited or customize existing theme code.
So, I guess, my theme will update if i follow above process. But, Here is my few query:

1) Do I need to active other theme during this process?

2) After update will it change my all existing theme setting?

3) I have installed demo version of newspaper theme(when i started the website). Later, I edited or deleted demo post and replaced with my new blog post. And also, I have changed the setting as my need(Few block also deleted from my homepage which were not necessary for me).
So, What will happen for the demo setting that I installed with older version?
(I am worry about this part please explain clearly. Because, if previous demo setting not work then I need to install demo version again with this update theme version and need lots of work to setup everything again.)

4) I do not want to change my exiting theme setting, post-page setting etc but want to update theme. So, if i follow my above step then will i face any problem? Do you have any other safest recommendation to update the theme?

Thanks

adrapper
tagDiv Member

Hi,

I use PowerPress by https://www.blubrry.com/

You can see the implication that I have worked out for myself at
https://theredpill.report

The problem I have is I have to hand update it every episode.

Thanks

ChRoM
Participant
#0

Hey guys,
I’m blogging about games and it’s really helpful that Newsmag supports game reviews with a rating feature. However, as it stands right now, it is necessary to provide two or more ratings for sub-categories which the theme uses to automatically calculate an overall score. I only need the overal score, no sub-categories. Is this in any way achievable right now and if not, would you consider implementing this in on of the next updates? I can’t imagine that I’m the only blogger who’s in need of this.

Many thanks in advance, Manfred

Jaredt
Participant
#0

How do I update the author box sidebar widget with my personal photo and description? As you can see on my homepage there is just a blank profile placeholder and “Author Name”.

Link: http://www.agentleaders.com/

Thanks and great theme!

Jared

tagdivfan2016
Participant
#0

Good Afternoon,

I would like to display the date a post was last updated instead of the publish date. This is a code snippet I found that accomplishes this:

<p>Last Updated: <?php the_modified_date(); ?></p>

I tried modifying loop-single.php by replacing this:

<?php echo $td_mod_single->get_date(false);?>

with this:

<p>Last Updated:</p><?php echo $td_mod_single->the_modified_date(false);?>

This did not work and prevented the post content from displaying.

Can you please tell me the best way to change the post date to most recently modified date?

Thanks!

EU-uutiset
Participant
#0

I found the code below that exclude a child category from it’s parent’s archive, but the child category is still present in “grand parent” archive. I have a category listed as: News, European Union, Approved legislation from Parliament. The last category is just an auto updated category that should not be listed on front page (handled through interface) nor in “News” section or “European Union” section. How would I be able to achieve this, and also for future reference: how to nest these kind of issues indefinitely?

Grand parent’s category number is 3,
Parent’s category number is 1169 and
child’s category number is 2184.

function exclude_categories() {
$excluded = array( ‘2184’ );
if (is_category(1169)){
set_query_var( ‘category__not_in’, $excluded );
}
}
add_filter( ‘pre_get_posts’, ‘exclude_categories’ );

Thanks =)

Bogdan B.
tagDiv Staff

Hello,

Sorry but visual composer does not come with a key. The free version does not have one. Please read this guide: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/

Thank you!

LeadingSport
tagDiv Member

Hi,

I have updated Visual Composer, cleared the cache but unfortunately the problem is still there.

Additionally I’d have another question. We are using Tables by Supsystic plugin, where in order to publish the tables on pages we need to use shortcodes. Unfortunately, the tables on pages do not look like the originally set up one (styling, size…) Any idea what might cause the issue?

Thanks,
LS

Catalin
tagDiv Staff

Hello szysz,

Please keep in mind that our theme has changed a lot and the latest version of it is Newspaper 7.7. Also, notice that the WordPress version has changed to 4.7.2 which is not tested for Newspaper 6, sorry! Please update your theme to that latest version of it, install only the most recent version of required plugins, clear all your caches and check the results. For more references about FTP way, please consult our guide here -> https://forum.tagdiv.com/newsmag-install-via-ftp/

Thanks for your understanding!

Catalin
tagDiv Staff

Hello hunsour,

Unfortunately, the Mobile Theme is not actually tested with Newsmag, sorry! At the moment, it is only available for Newspaper and not only for Newsmag. Notice that our developers are working hard in this regard and in near future update, maybe this feature will be implemented in Newsmag theme, sorry!

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

If you have set the font properties in theme panel – https://www.screencast.com/t/LyvnjmOk1VY4 it should apply to all the block or widget titles. Try to clear your cache, and also update your Visual composer editor to the latest version – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ and check to see if the problem is still there.

Bogdan B.
tagDiv Staff

Hello,

Please check one more thing. If you are using a child theme, remove it and only use the main theme. If you use an old child theme and update your theme without updating the child as well, the theme will break.
If you still cannot manage to update properly, please contact us via email at contact@tagdiv.com and provide a link to your site, wp-admin with administrator rights and ftp access.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
It will affect future updates only if the post template files are changed (not very often) The post template files are not changed often but you should still be careful on each update to check the list of modified files. With every child theme modification you must replace the file in your child theme that is modified on a theme update. We release a list of modified files on each update so users know which one they shgould replace in their child theme.
Thank you!

lbartosek
tagDiv Member

Hi,

not sure why the link isn’t there if I included in my previous message

So here your are : https://1drv.ms/f/s!AkIZ0iKtBNnXl5RlJ83w8BnElQLEnA

Just to point you to the right direction. I know how that the child theme won’t work with no activated main theme and I know how to upload files/folders via FTP. I also knew that it has to do something with my current code of my child theme because if I uploaded the default child-theme along with the new version of the Newspaper theme it looks like it works. I was just disappointed that I have to modify my child-theme after the theme update.

I haven’t had time to figure out what piece of code is causing it but I wanted to get the activation issue sorted in order to get the auto update working. I am curious if it will cause the same issue regarding the child-theme.

Can you please fix the activation issue in order for me to try to update your theme the automated way and if it will stop my child-theme from working I will try to figure out what piece of code is causing as I don’t remember exactly if it was the style sheet or the function.php where I don’t have much of the code anyway.

Thank you

CUSPMag
tagDiv Member

Thanks.

So I reached out to my host company because I do not know about coding. They checked and told me all parameter are set. They told me to send you the exact error I are getting. If you can provide me with any specific feedback (something that needs an implementations of sorts), it would be helpful.

None of my add block work correctly. They don’t open correctly & I can’t save any of the information.

I recently did an update, is there something that happened there?

Simion C.
tagDiv Staff

Hi,

The child theme does not work without a parent theme installed. This is a simple process, just delete the main theme folder from the server and upload the new one. Then activate the child theme. If the child theme is not working properly after the update, you will need to go over the code, because some elements or classes may have been subject to change. More about the theme update here – https://forum.tagdiv.com/how-to-update-the-theme-2/ I can not see the screenshots because there is no link.

Thanks

kiev_walking
tagDiv Member

I think problem that theme does not have a “shop area menu”, like top, main and footer areas (not full support woocommerce, how do you think)?
Can you add this feature in the next update?
I don’t found any plugin that works as i want for this 🙁
Or maybe i can insert menu area with some shortcode or code of php in widget?

Viewing 25 results - 30,501 through 30,525 (of 45,280 total)