Search Results for 'update'

Results from the Forum
Mayapur Voice
Participant
#0

I just want to know what could go wrong if I don’t update the RevSlider plugin to its latest version whenever you attach it with Newspaper’s new version. The plugin grows bigger and bigger, and I am not sure how badly it affects the website performance even if I don’t use whole lot of features, so I would like to not update it. What do you advise? Thanks. You guys are doing great I must say :-).

Vesa
tagDiv Member

Hi Catalin,

I appreciate your continued help.

I had to restore a recent backup. Maybe you could have a look at our current layout and contrast it with that in the picture.

http://vastavalkea.fi/

I do have Visual Composer installed; it’s just not the latest version. The funny thing was that the settings seemed to be correct (=the same as before theme update), yet for some reason there were additional, unwanted categories like “Latest articles”, “The most popular posts” and “Popular category” (all in Finnish, of course) at the bottom of the front page. They were not there before the update.

I also noticed that my translations were missing.

TagDiv’s instruction video says “Delete the old version of the theme.” At that stage I deleted the “Newspaper 4 child theme”, which was active. Afterwards I have wondered if I should have deleted the Newspaper 4 main theme, not the child theme. Which should one delete?

Note that I have made customizations to a number of php files – for example, td_block_8.php – and added customizations in the CSS Editor. Does this cause problems when updating?

Best,
Vesa

Andrei L.
tagDiv Member

Hi

I can’t accuses your site: http://screencast.com/t/XPNeri3ly
Please make sure that you’re using the latest version of the theme available on themeforest, V2.3.5: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ clear all caches, deactivate all plugins except Visual; Composer and test again.

Thanks!

praxs4u
Participant
#0

Hello,

Currently i am using version 6.6.3 and i want to update version 6.6.5 , just let me know which are the files i should upload , because version 6.6.3 i have done custom coding in some pages…

guide me how to update latest version

regards
prakash

Bogdan B.
tagDiv Staff

Hello Laure,
If you update your theme to the latest version, then an option for post filter will be displayed in the block settings: http://screencast.com/t/HoYF5eBzj
You will need the post id’s you can get from here: http://screencast.com/t/XGSnwffI4rc
Thank you!

Nana
tagDiv Member

I even copied the code exactly from the example link you sent and then pasted it in the text editor and it didnt work. Ill give it a go later today and disable the other youtube plugins and see. Will update you.

Catalin
tagDiv Staff

Hello Hivvu,

If you want to create a custom module you have to use API method and this is for advanced users. Please consult our documentation here -> https://forum.tagdiv.com/td_api_moduleupdate/ -> https://forum.tagdiv.com/td_api_moduleadd/ Please notice that are not a simple task and is required to have some hard-coding knowledge to finish with successful this implementation.

Hope this helps!

Is is not what you mean, please provide more details about your desired changes.

Thank you for the message!

Catalin
tagDiv Staff

Hello Vesa,

I have checked your image and saw that you do not have Visual Composer installed. Please try to update it to the latest version and also and the other that come bundled with our theme. Please try to redo your menu because on the 6’s version was changed and differs slightly from 4’s version. Also, please provide more details about what kind of layout do you want to have so I will be able to provide a more accurate response.

Thank you for the message!

Bogdan B.
tagDiv Staff

Hi,

Unfortunately we haven’t tested the theme with this plugin so I can’t offer you an accurate answer regarding this. I suggest you to also address this question to plugins support or if you don’t know how to get this done you can hire a developer to do it for you as we cannot offer custom work as we work hard on the development, updates, fixes and support.

Sorry for the inconvenience!
Thanks for the message!

Catalin
tagDiv Staff

Hello salimnazer,

At the moment, the single way to use 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 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 the message!

Catalin
tagDiv Staff

Hello,


@JBH
, we removed the quotes shortcodes, we use HTML with classes now. The quotes are not updated by the script, sorry. We tried to add them but on some cases, there was a chance for errors to appear an we decided not to include them in the script. From now till then, the quotes you can set it from your editor, like this -> http://screencast.com/t/Y8Uuz5xP

Try to add the following code at the end of the functions.php file – http://screencast.com/t/OWxqEsYVKhttp://pastebin.com/NZEJsWQZ


@midronepro
, if you want to achieve that gradient border, please try the code below and add it in Theme panel->Custom CSS area.

.td-header-gradient:before {
background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMGAhQQCyEd++8AAAAUSURBVAjXY1AAQgMgdABCCBAAQQAT6AFRBPHcWgAAAABJRU5ErkJggg==');
}

The result -> http://screencast.com/t/5ouxZHIMpQ

Thank you for the message!

Bogdan B.
tagDiv Staff

Hello Sam,
This issue was caused by the new wordpress version. Please update your theme to the latest version as we implemented fixes for any issues caused by WP: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!

Catalin
tagDiv Staff

Hello rishab55555,

Please try to update to the latest version Newspaper 6.6.4. Before this, please make sure you have done a full backup for your all customization because these will be overwritten with the latest update. For more information about how to update your theme, please consult our documentation here -> https://forum.tagdiv.com/how-to-update-the-theme-2/ -> https://forum.tagdiv.com/how-to-update-visual-composer-plugin/

Thank you for the message!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately we cannot provide an easy solution for it. It will have to be hard-coded as the theme has no such option. Unfortunately we cannot offer any custom work at the moment as we work hard on development, updates, fixes and support. You could hire a freelancer to help out on this task if you truly need this customization.
Thank you!

alexschneiderru
tagDiv Member

Ok, but in this case I will lose ability to update theme, is this so?

Catalin
tagDiv Staff

Hello Visionlaunch,

I have checked your website and saw that you are using Newspaper 6.1 version. The pagination issue was fixed in the latest update 6.6.4. This kind of problem was caused by the ultimate version of WordPress 4.4.1. Please try to update to the latest version and also, before this, please do a full update.

There is also a quick fix for this, but also this is provided for version 6 of the theme. You could adjust this code and add it to your functions.php file – https://forum.tagdiv.com/topic/wordpress-4-4-1-pagination-new-fix/ Try this code, it might work:

add_filter('redirect_canonical', 'td_tmp_fix_wp_441_pagination', 10, 2);
function td_tmp_fix_wp_441_pagination($redirect_url, $requested_url) {
global $wp_query;

if (is_page() && !is_feed() && isset($wp_query->queried_object) && get_page_template_slug($wp_query->queried_object->ID) == 'page-homepage-loop.php') {
return false;
}

return $redirect_url;
}

Please consider to update the theme in near future as you may have other issues with the theme if you update the plugins that you use, WordPress..and we always use the latest version of the theme to help our clients and we provide fixes for problems occurred, like in this case WordPress latest version.

Thanks!

Andrei L.
tagDiv Member
menu - reply

Hi

The mobile menu icon has been changed: http://screencast.com/t/SgcZfGxbeo so you van b try to update the theme at the latest version available on themeforest. Also you can use the Font Awesome 4 plugin, which works fine with the theme, and add other icon like this: http://screencast.com/t/Y41lHhSFhmi2http://screencast.com/t/jVgT02AW8

Hope this help.
Thanks!

Vesa
tagDiv Member

I think I figured it out…

I used the “Update the theme via WordPress” option, and then ran the update script. However, the layout still is not what it used to be:

http://oi66.tinypic.com/e5h8uq.jpg

sgt_carbonero
tagDiv Member

Update: Found the font and removed the grey fade, Just need the ability to add the background title color back in.

Thanks!

simchris
tagDiv Member

Google is not yet technically using AMP for everybody, but it’s coming soon … presumably with Chrome and Android Google will be scanning certain types of sites for compatibility as it does now with the “mobile ready” vector.

Google is great resource for looking up WHAT they are up to with this stuff.

E.g.,

https://googlewebmastercentral.blogspot.com/2016/01/amp-error-report-preview-in-search.html

https://www.ampproject.org/docs/get_started/create/prepare_for_discovery.html

Look for updates in search console once it fully ramps up 🙂

sgt_carbonero
Participant
#0

Hi all,

I managed to update from 4 to 6 successfully, however I am trying to recreate the look of the big slide and cannot find the documentation.

This is what I had:
original v4 version

this is what I have now:
V6

There are some specific answers I need please:

1.) what was the font name (I think it was the default font?)

2.) how do I get the background color behind the text back?

3.) how do I remove the transparent grey gradation on the new version?

thanks so much for all your work and help.

midronepro
tagDiv Member

Hi Catalin,
I updated recently to 6.6.4. All is OK except for the header main menu. I´m using the default style but it looks different. the grey shadow below the menu disappeared.
see my site http://www.midronepro.com

Thanks for your support.

ShibumiOz
Participant
#0

Hi there. My website is live. Love your newspaper template, just brilliant.

Serious question. While I created the site live on the server I’m running into issues with updates, changes and posts.

Readers have gone from nil at launch on 21st Jan 2016 to 1679 as of today and growing daily. Which is nice.

The burning question: can I create new posts on my localhost and upload to my server. Last night I archived the site and downloaded that copy to my local system as backup and security measure. A just in case.

Look forward to your informed and constructive advise as always.

Spyrosm
Participant
#0

Hello,
I have purchased Newsmag theme on my site (www.artharbour.gr) and a long time now I have a specific problem when sharing a post on facebook.
Neither the prime image nor article’s title is shown when sharing. The only thing shown is the url of my site (www.artharbour.gr). Let’s try this post for example http://www.artharbour.gr/eikastika/armeniki-vizita/ .
The problem it is not only in my shares but everybody’s. Sometimes in the past, after the latest updates the problem was solved. However, it’s been more than a month now that the problem persists, although I have completed all the updates. I would like a solution please..
Thank you in advance.
Elise

bullet550cc
Participant
#0

Hi Team,
Thanks for the greatest WordPress theme you guys developed, after the recent wordpress update, my pageload speed time increases badly. earlier it was 78-85 now it is only 30/100.

it shows –

Compressing http://gaadiwaadi.com/wp-content/themes/Newspaper/style.css could save 609KiB (88% reduction).
Compressing http://gaadiwaadi.com/…s/js_composer/assets/css/js_composer.css could save 436.4KiB (91% reduction).
Compressing http://gaadiwaadi.com/…tent/themes/Newspaper/js/tagdiv_theme.js could save 283.2KiB (77% reduction).

Minifying http://gaadiwaadi.com/wp-content/themes/Newspaper/style.css could save 135.9KiB (20% reduction).

means atleast i can save 1.6 mb on everypage view which is equal to what my full page size was about a month ago.

also,
google webmaster shows that the theme isn’t meets Google accelerated mobile page

{ We did not find any Accelerated Mobile Pages in your site
Accelerated Mobile Pages (AMP) are an open-source initiative to provide web pages that load fast and look good on mobile devices, even over slow networks.
If your AMP-compliant pages include a few additional pieces of information, they can also benefit from special display features in Google Search results. }

can you pleage help me on priority ?

Viewing 25 results - 36,651 through 36,675 (of 45,280 total)