Search Results for 'update'

Results from the Forum
Catalin
tagDiv Staff

Hello JBH,

Yes, this fix will be available for the next major update in near future.

Thank you for the message!

Bogdan B.
tagDiv Staff

Hi,

2. If you are using header style 8 , the sticky menu problem will be fixed in a future update, until then please use another header style. if you do not use headers style 8 and you need a css code for the sticky menu, then please provide a link to your website so i can create the code by inspecting your site.
3. Unfortunately the theme has no option for ads outside it’s main container. You will need to either hard-code it or find a plugin that has such an option.
4. I cannot confirm anything about the disqus plugin other then the fact that our users seem to be satisfied with it. The plugin is not tested. I cannot provide answers for plugins we have not officially tested. You will need to try it out as it is a free plugin and see if the comment counter will work with the plugin.

Thank you for your understanding.

sezimar
Participant
#0

Olá Amigos!!!

Vejam como eu customizei o tema. Click no link Blog do Prof.Sezimar

simchris
tagDiv Member

Rule #1 is NOT to update all plugins as many times they have bugs, are broken and cause issues. It’s only wise to update to TESTED versions of plugins, and check the support pages for any plugin for issues PRIOR to install. Often the latest versions of VC, SliderRevolution, Yoast, etc., have introduced major major problems with new versions (Yoast often rushes out 5 bug fix releases the first week to fix “problems” which have done things like break sitemaps, demolish meta data, and break other plugins!).

So, good to perhaps plan a little better for how you approach “updates” as the “latest” is not always the “best” — it’s better to be wary, and savvy of NEW updates, and not fully tested/mature versions proven to actually work with WP, themes, other plugins, and best practices.

You can update plugins which are bundled for free with theme each time the theme is updated. Also note over past 2.5 years, TagDiv has been on top of releases patches/updates for every security issues raised.

You might want to look at things like the Securi WordPress blog and other resources which stay on top of all the vulnerabilities in WP and related tech.

Good to be wary, but it’s super safe around these parts! I’m an #infosec expert, so totally part of my daily routine around here. 🙂

simchris
tagDiv Member

Also useful to keep backups of your site periodically via FTP; for all your plugins, theme, and WP; export settings from theme and via the WP settings admin panel. Also learn to make periodic backup of your dbase via phpmyadmin (like WP warns you to do before upgrading WP!), so that you can easily “revert” back to a prior version.

It’s useful to turn off ALL automatic backups as frequently plugins like Yoast going to full dot upgrade, WordPress introducing a bug (like 4.1.1 did), or things like ACF4 not allowing copy/paste of Excel/tabular data in WYSIWYG boxes with their most recent update paired with WP 4.1x.

Any update can break a site!

Similarly things like WooCommerce, you need to review the changes with full dot updates (like 2.5) to see what you might need to change with theme files.

JBH
tagDiv Member

Thank you Catalin, do you think it will be fixed the next update?

JB

Confidential
tagDiv Member

Thank you for your reply!

1. Doh! I had lazy load turned off because I thought off by default prevented the animation.

2. Thanks for the code! It worked to reduce the width of the site. The only thing it didn’t impact was the sticky menu. Is there similar code for reducing it’s width? Right now it bleeds over when you scroll down.

sticky menu

3. Below is an image with arrows to what they’ve done with regular ads, but not actually a wallpaper/skin wrap.

Ads

4. Can you confirm if Disqus comments update the comment count on post lists such as the main and category pages? If not this is something I would have to have a freelancer get working. Comment count is a big deal for me on my sites.

I’ll look at Envato. Thanks again.

robvun
tagDiv Member

Just in case someone might need this in the future – if things should go awry because of a WordPress update, watch this video about downgrading easily:

Bogdan B.
tagDiv Staff

Yes. This is a strong reason to disable automatic updates. This way you will know if the update creates a problem. If the update is automatic, you could wake up one morning and your website will be broke all of a sudden and you will not know why. If you update manually and the site breaks, you will know exactly why this is.
I hope this helps.
Thank you!

Emil G
tagDiv Staff

Hi,

Thanks for reporting this issue. The 7 days system was built with the idea that each post will receive at least one view each day. This was a bad assumption and we plan to fix it, it’s on our list and it will be modified on one of the next updates. Sorry for the inconvenience.

A function which updates the count at the beginning of each day for all the posts is problematic because there are sites which have thousands of posts and such an operation would kill their functionality. We plan to take another approach which doesn’t interfere with the site performance in any way.

The 7 days array is stored in the post meta and it can be deleted using wp-cli – http://wp-cli.org/commands/post/meta/
Or delete_post_meta – https://codex.wordpress.org/Function_Reference/delete_post_meta
Or a database query – http://blog.grapii.com/2012/08/remove-custom-fields-from-wordpress-database-using-sql/
Look for the following keys – http://screencast.com/t/9ZAehdEYidjR
If the 7 days array is not set, the theme creates a new one and sets the last_day and the total parameters – http://screencast.com/t/bcZToUIfPL

Before trying this make sure backup your database – https://codex.wordpress.org/WordPress_Backups#Database_Backup_Instructions

Thank you!

robvun
tagDiv Member

Could this be a reason to disable automatic updates?

Bogdan B.
tagDiv Staff

Hello,
An automatic update such as this could create issues if there are any. In the previous update, worpdress broke the pagination in our theme and we had to implement quick-fixes/updates in order to compensate for it. Fortunately this update fixed what the previous one broke and we have no reports of any errors caused by it.
Thank you!

robvun
Participant
#0

Wordpress takes care of automatic updates. I’ve just got one: => 4.2.2

Since this happens automatically, I’ve got a question: could an update like this lead to sudden incompatibility of your theme or the associated plugins?

Thanks in advance for your answer.

Catalin
tagDiv Staff

Hello cstibi,

At the moment, the single way to change it is how I presented you above. In a future update, it is possible but we cannot say for sure if it will get done in the next update because it is not a simple task and also, we have a big list of fixes, improvements and suggestions to implement. It’s hard to filter them and select which one gets implemented now and which one gets postponed. The developers will decide if it gets done or not, though.

Thank you for your understanding!

sid
Participant
#0

Hi,

This happens occasionally on the homepage when the icons show up something else. It gets resolves when you visit 2-3 pages.

http://i67.tinypic.com/167ldo1.png

Started happening after updated to latest version.

Also, how do I remove that line from the top of the top menu? using header style 8.

Any thoughts?

-Sid

Catalin
tagDiv Staff

Hello JBH,

If you want to exclude this header, it is necessary to use a bit of CSS to hide it. Please try the code below and add it in Theme panel->Custom CSS area.

.td-comments-title-wrap {
display:none;
}

We know about this problem and we try to fix it in the future update.

Thank you for the message!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately we cannot update the theme the same time visual composer updates the plugin, but we add a new version of the plugin every time we update and there is a new release out. At the moment the latest version of the theme uses Visual composer version 4.9.2 which is the latest version of the plugin. I do not think we can be more up to date on that one 🙂
Please update your theme to the latest version and make sure you update visual composer as well (just use the one that comes with the theme https://forum.tagdiv.com/how-to-update-visual-composer-plugin/)
Thank you!

egudmann
tagDiv Member

The theme also includes a very old version of the Visual Composer. I have already bought a new version of the Visual Composer and some of it´s add-ons. To use it I need to know how to disable the VC in the theme so I can use the license included with the new Visual Composer plugin.

It is crazy to use old versions of plugins which are included in themes. In the past year I have had 3 malware attacks. I am not saying the Rev-slider or the Visual Composer is the root of the problem – but they have been injected at some point and rule #1 in WordPress is to keep all plugins up to date to keep malware out. Having a theme which does not allow me to update the plugins when needed is possibly irresponsible of me. You should give webmasters the option to at least update them.

Catalin
tagDiv Staff

Hello skyscorcher,

Unfortunately, the recommended only way is to make a full backup to your site. In each update, the theme files will change and if you were changed any file that was changed in the update, your old settings will not apply because the theme overwrite the old code and you have to re-add this code in the new file changed.
For more information about backup, please consult this documentation -> https://codex.wordpress.org/WordPress_Backups

Thank you for the message!

Andrei L.
tagDiv Member

Hi

The style.css file is not included on the list with allowed files which can be modified in child theme because it’s included by default in child theme. Any child theme contains in its basic structure a style.css and functions.php file.
Regarding the code from child theme there is an important aspects that must be considered:
– if in previous theme’s version a specific code added in child theme worked fine that doesn’t mean that will work with a new theme version. When theme update many of its files are changed and it’s a good practice to check update_log.txt file for each update and see what files had been modified so if those specific files are used in the child theme you will have to check your customizations to not break the functionality of the theme.
In your case if the css code does not apply from child theme means that even the selector has been changed or there is a more powerful code in main theme style which override the css from child theme.
The css code it’s very tricky and always the most precis or most powerful selector apply the style for a specific element.

Thanks!

simchris
tagDiv Member

Not theme related.

You should specify the proper www vs non www URL in your WP settings panel, and/or explicitly set that in your wp-config.php file.

You should set your site to serve ONLY one version of your site, either http://www.yoursite.ooo or yoursite.ooo and *not* both.

You should let Google know which version is the primary, preferred version in your webmaster tools console.

If you have mixed versions of the URL in your content, consider doing search/replace via your mysql phpmyadmin to replace all versions of the “wrong” iteration of the domain.

If you explicitly specify the URL in your wp-config.php file, then WP might automatically redirect any requests for one version to the other.

Hope that helps!

Make sure you tell Yandex, Bing, Google which *version* of your site you will be using, and update your settings to match. Only YOU can do that. Theme doesn’t manage the URL.

Confidential
Participant
#0

I have several configuration questions.

1. Hover Slide Animations: Is it possible to disable the slider image animation. What I mean by this is, for example, if I hover over one of the sliders with my mouse the image zooms in and then goes back to its previous size. I have looked for a setting that disables such animation, but have not been able to find a way to turn it off. Is there code that can disable it?

2. Site Width: Can the width of 1164 be reduced without impacting functionality? My primary goal is to get rid of all the extra white space padding on either side of the site. Before looking at it with firebug I thought it was a margins or padding config issue, but when I used firebug it appears the width of the site is 1164 without padding. I’d like to reduce it down so that there is only a small amount of white on either side of the site with a width of say 1096. Can this be done without compromising the theme? If so is would you have code I could just paste in to make the tweak?

3. Wallpaper Ad Functionality: Question 2 directly relates to this question. I run an entertainment blog and from time to time we get campaigns that will take over the site with wallpaper ads on either side and above the header. Do you plan on adding such an ad spot to the Newspaper theme? I’ve seen other developers (such as MVP themes) whose themes contain a wrapper ad feature? I also noticed that in your Newspaper Showcase Fitness First Mag has 90×160 skyscraper ads in a similar manner, but I’m not sure if they did a custom tweak for it. This would be great added functionality for news sites.

4. Disqus: I saw in your hot fix info that there had been a fix for Disqus comments. I didn’t see anywhere on the actual theme feature info that the theme is in fact Disqus compatible. I already use Disqus on my existing site and plan to use it on the new site I’m launching using the Newspaper theme. I just want to confirm it is compatible and that the comment count shown on the main, category and tag page story lists will update based on Disqus comments.

5. Header Menu Issue: I noticed that when using Style 8 – Hibryd Menu 2 and a background color that the white menu is one or two pixels higher than the site layout itself so bleeds into the background color. I’ve included a screencap. It’s not a big deal when I use a white background, but when I have a background color or when I have wrapper ads it would be a problem. SCREECAP

6. Do you recommend specific freelancers who are familiar with Newspaper that can be hired to make customizations? I want to have some sub themes for specific categories created and before I started looking at freelance sites I figured I’d see if you had any recommendations.

Thank you in advance for your reply!

diplatis
tagDiv Member

Can I somehow keep the edited file in the child theme folder so I don’t have to make the same edit each time the theme gets updated?

stephenladek
tagDiv Member

Thank you for your continued help with this, Bogdan.

The difference I see between your example and mine is that you’re not implementing the image in the same way as I am. When I test the image in the header spot, footer spot, etc. it works fine. In fact we also have other animated .gifs on the page that function correctly.

However, we have the page in a 2/3 + 1/3 column configuration. I’m implementing the image in the 2/3 column. First we have a Block 1, then an Ad Box, then Block 2, then another Ad Box (which currently uses Google adwords). see here: http://www.screencast.com/t/glmWHwTdXos

Now, check out this video: http://www.screencast.com/t/LSpeClaaQF

I have implemented the AspirEDU .gif in the 2/3 column at the top using a “Single image” block. Same issue – flickering and squeezing of the image. At the same time I’ve substituted the header image (which is only a .jpg) in the Ad Block position. You can see how the header image (which is 728X90) has been squeezed to 640X80, left aligned and presses up against the section below (Block 2). If you continue to scroll down the page, in the 3rd Ad block position, we’re using AdWords and the full width is being used without squeezing, etc.

Right now, until we figure it out, I have placed a static .jpg image on the page. Check it out – it should be 700X86, but on the page it is only 640X80.

My gut tells me there is something going on with the Ad Block squeezing the image and, as such affecting the display of the animation (as is readily visible in the video examples I’ve send over).

Note: I’ve updated the images we’re using so they now have a black boarder.

//www.moodlenews.com/wp-content/uploads/AspirEDU.com-Advertisement-700×86.gif

skyscorcher
tagDiv Member

Hi, I have implemented this code, but after an update, the code was lost. Is there any way to make this code in the php file permanent?

Thanks

Viewing 25 results - 36,526 through 36,550 (of 45,280 total)