- NewsmagHow to update a plugin
- NewsmagHow to update the theme
- NewsmagHow to update the WPBakery plugin
- NewsmagCategory templates
- NewsmagWhat’s included in Newsmag theme package
- NewsmagAjax view count
- NewsmagSmart Lists
- NewsmagFeatured images
- NewsmagFeatured image or video
- NewsmagModal window
- NewsmagtagDiv slider gallery
- NewsmagVideo playlist
Thanks for the advice Christopher. I appreciate it. I will do that next time.
Caching is usually the culprit in most things like that. Always good idea to disable all caching before doing updates otherwise you end up loading mix of old stuff and new stuff, as you likely discovered. We had the same issue while running mod_pagespeed, and I learned my lesson on that 🙂
In case I didn’t include this previously:
In your WordPress Settings, you specify the WordPress address and the site address. Those are added in your database, and every time the developer calls it in the template, it is running a database query.
define('WP_HOME', 'http://www.wpsitez123.com');
define('WP_SITEURL', 'http://www.wpsitez123.com');
define('TEMPLATEPATH', '/absolute/path/to/wp-content/themes/active-theme');
define('STYLESHEETPATH', '/absolute/path/to/wp-content/themes/active-theme');
By adding these in your wp-config.php, you are reducing the number of database queries thus increasing your site’s performance.
These settings are also useful if converting your website to “https” once you have SSL cert installed as WordPress can ‘soft-redirect’ any query for http://yourpage to https://yourpage; and it updates the WP Settings general page showing URL, and YOAST SEO picks this up for writing canonical links for https.
In case anybody is on to the more hard core optimization of WP.
I think disabling and reenabling the cloud flare plugin may have solved this issue.
Was this fixed as I just applied the 4.5 update and it has ruined my mobile version which now displays the wrong icons in the menu: http://epictutorials.com
It works fine on desktop version.
Thanks for your help
Eliot
Hi
url: http://epictutorials.com
Since updating to 4.5 the web version has the wrong icons for the menu bar as pictured: http://www.screencast.com/t/Q7Cyf4dB1B3r
Also the slider no longer works: http://www.screencast.com/t/QfezjjrC6k
Could you help me fix this please?
Thanks
Hi
I just updated to 4.5 and my BigSlide on the homepage is no longer working http://www.screencast.com/t/TwEMvANs3j — Can you tell me how to fix?
Many thanks
Eliot
Hi,
It’s not enough just to paste those classes like that, you also need to style the container of those classes, meaning the arrows. If you don’t have any css/php/html knowledge and you need or want to customize the theme design besides what it has now you can get a freelancer to ado it for you as we cannot offer custom work because we are working hard on development, updates and support.
You can move the the prev/next arrows to the bottom of the block like this: http://screencast.com/t/72wBfFymR
.td-ajax-next-page, .td_ajax-prev-page {
top: auto!important;
bottom: 0px !important;
}
Thanks for understanding!
Please let me know if it works!
Just tried it out. The buttons themselves look great, but I had to deactivate it till the next update… you need to ensure you use unique style rules! It’s currently interfering with (and by being interfered with by) my styling of <p> tags.
Another important feature is disabling certain options, but I could live without that for now. :p
hi,
First please make sure you check this without any plugin active and empty cache and/or purge files if you use any cache or CDN plugins.
Please let me know what you find and also send your site’s URL so I can inspect this.
Regarding your request we will consider them for the next updates but because we have over 160 features requests we have to be very carefully what we pick so we will implement this is more people will ask for it.
You can try to add something like this to your page to resemble your request of an parallax header: https://forum.tagdiv.com/topic/full-width-image-header-on-hompage/#post-18712
Hope this helps!
Thanks
Hi,
That patch it’s to update the theme to 4.5 version and contains only the new/modified files in 4.5 theme version. Note that it’s used only to update the theme from version 4.4 to 4.5.
If you want to update the theme you should use this method and manually upload all theme files to your server via FTP: https://forum.tagdiv.com/how-to-update-the-theme/
Thanks
Hi,
Use this css to set the background image, the first one was broken and didn’t worked because of the url’s apostrophes (''): http://screencast.com/t/xt6D0UuiCk6e
Just change the image url with your own.
.td-full-layout .td-header-bg {
background: url('http://theblogboutique.com/wp-content/uploads/2011/02/Dark-blue-Header-000099.jpg') !important;
}
The layout you have sent me it’s possible to get using header style 1 and also use a logo with a transparent background, regarding the transparent menu this can be set via css, I don’t see though how can you set the background for the menu also because there is no container which include only the header and the menu, nevertheless you will need custom work for all this and unfortunately, we cannot offer custom work at this time as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Hope this helps!
Thanks
Hi,
Please keep in mind for future updates to deactivate plugins also empty cache and purge files if you use any cache or CDN plugins this usually helps you find what causes issues or fixes them.
Regarding captcha, for now, I can only inform you that we have this on our todo list and consider it for future updates and to be honest we haven’t decide yet if we will implement it or not so I can’t give you an exact answer. What I can do though is to point you to a discussion about this which maybe you can find useful: https://forum.tagdiv.com/topic/i-think-captcha-in-registration-is-good-idea/
You can also follow this topic to find out how you can get the best page speed score: https://forum.tagdiv.com/topic/pagespeed/
Hope this helps!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
To add back the menu arrow pointer and left align the search results images please use this css: http://screencast.com/t/RyPXjgPPOsYL
Please remove the one I previous gave you and add only the one bellow:
#td-top-search .td-sp {
background-image: url('http://0div.com:70/wp_009/wp-content/themes/009/images/header/elements-menu.png') !important;
}
.td-sp-ico-search{
width: 25px;
height: 25px;
background-position: -20px -544px;
}
#td-top-search {
position: relative !important;
top: 0px !important;
}
#search-button .td-sp-ico-search {
position: relative;
top: 0px !important;
}
.header-search-wrap #search-button {
height: 20px !important;
}
.td-header-menu-wrap .td-aj-search-results .td_mod_wrap {
text-align: left !important;
}
Regarding the other matters, they are possible to achieve via custom css, unfortunately that is how the search module used there was tooth and designed and if you don’t like you would need to hire a freelancer to do that for you if you don’t know how to do it as we cannot offer custom work at this time because we are working hard on development, updates, fixes and support. You can get a freelancer from sites like: http://studio.envato.com/
For the search icon(lens) you can do this to move it at the right of the menu-top section: http://screencast.com/t/yJwsFCJFgnb
Result: http://screencast.com/t/wngyZChm
Hope this helps!
Thanks!
Hi,
You can change it from here: http://screencast.com/t/BaijMENj
I have added this on our todo list and we will add this as an option in theme panel > translation in futures updates.
Thanks for reporting it.
Thanks for the message!
Hi,
Yes, sorry about that! You could also try to use another analitycs plugin which has an option to add event tracking automatically.
We are trying to find a fix for this and hopefully it will be available in next theme updates.
Thanks for understanding!
@mehedi i tested ur plugin but it don’t pull the pins well there is nothing pull from the post in the “Description” box like the one i’m using…and thx for the update
This is mine i’m using you see how it pull the Description with the pin urs don’t have that are even this theme share botton for pins…

I have updated the menus for my page, but they all seem to have issues with overriding the page and you can’t click on anything on the home page at all. Is there a way to make them a list like you have on the sport demo page?
my site is http://talking10.com
Also, I am having trouble figuring out how to get the homepage to look like the template with the four posts up front and then the rest looking like the blog. Any help would be greatly appreciated.
I’ve tried to get the visual editor working on wordpress, but it keeps saying the purchase code I have is invalid, but it’s the one from envato.
That was strange, I disabled Google Captcha (reCAPTCHA) and my web site came back. Also fixed my bad links. Is Google doing more than Captcha? It has been in use for almost a year.
I really liked it for the WP login and registration.
Kevin
Site doesn’t load here, blanc page… check any plugins installed.
Unfortunately my Page Speed Insights are now 31/100
https://developers.google.com/speed/pagespeed/insights/?url=puregospelnetwork.com
Kevin
After upgrading to newspaper 4.5 I noticed all my links on the home page go to the post url however, they never display.
Any ideas that would help? http://PureGospelNetwork.com
Kevin
Any update about this topic, please?
Hi,
Thanks Christopher!
@mehedi
Unfortunately the theme doesn’t have an option for that. You can do it yourself or you can hire someone to do it for you if you don’t know how as we cannot offer custom work at this time because we work on development/support/updates.
This might help: https://forum.tagdiv.com/topic/big-slides/
Thanks