Hi,
Glad you’ve nailed it eventually! We’ll consider your suggestion and notes here concerning requests and page size if we decide to improve or change theme’s lazy loading animation in the future.
Thanks for the message!
Hi,
You can find Chris’s recommendations in this regard here: https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/#post-37493 so you can try like he recommends doing this.
You can also try and test the minified version we use on our demo: http://demo.tagdiv.com/newspaper/wp-content/themes/011/style.css?ver=6.5_d38 but make sure that you use latest theme version.
We use cloudflare’s mifnication on our demo without any issues. We still need to test this more rigorously and we will do that in the next few days so we can be positive in this regard but you could try it yourself and see how it goes. We will update this tread once we test this and have and accurate answer on this.
Thanks!
Hi,
No, this should work. I’ll also add this on our list and consider adding an option to set a default sidebar for custom post types.
Thanks
Thanks for lettings us know!
We will attend this in the next theme version!
Have a nice day!
Hi snowwatchGB,
Please give wp access via email so we can take a closer look at this if you can’t manage to solve this and also provide a link to this conversation. Please address us at contact@tagdiv.com
Thanks for the message!
Hi Chris,
It seems that the events calendar plugin it’s used by some user from newspaper/newsmag theme community without any serious reports so it might do the job.
Your idea is on our list so it will be reviewed. Thanks!
Have a nice day!
Hi,
Please resave your permalinks structure so go to settings > permalinks in WordPress dashboard and resave permalinks, like this: http://screencast.com/t/ZClTfkgGk
You can also chekc this topic fomr wp support: https://wordpress.org/support/topic/the-requested-url-xxxx-was-not-found-on-this-server and check your htacess file for rules that might cause this.
Hope this helps! Let us know how it goes!
Thanks
-
This reply was modified 10 years by
Lucian.
Hi,
Yoast also has this option to disabled the author achieves: http://screencast.com/t/rKPUYVBAb which when enabled redirect the user to the homepage so you could make sure that this option is unchecked then test this again.
Thanks
Hi unplug.tips,
Sorry for the delay!
For twitter you can use Yoast’s Social section to set the twitter sharer to use a wide image with summary, like this: http://screencast.com/t/EGLHVuMV – http://screencast.com/t/D9wSKw4ZBq You can also use this guide to setup your post’s twitter share with yoast: http://kb.yoast.com/article/147-setting-up-twitter-cards-in-wordpress-seo
The google plus share can interfere with the seo markup so you can try to remove this itemprop=”image” attributes which could cause g+ not to grab the right image: http://screencast.com/t/rKPUYVBAb
I’ve also tested the g+ sharer but found no issues with it: http://screencast.com/t/MQw1kyI6Yr1
Please let me know if this isn’t helping and give us more details on this.
Hope this helps!
Thanks
Hi doucare1971,
I have checked your site on Firefox’s latest version: http://screencast.com/t/nnFNA5MZY and found no issues. It seems that this isn’t constant or it is not happening anymore. On chrome it’s also working fine: http://screencast.com/t/B4Ltdre1s
I’m not sure how wp rocket’s lazy loading feature is developed so I can’t give you an accurate answer on this. I also tested this on our demo site but found no issues in this regard so eventually this might indicate an issue with your theme/wp configuration.
Hope you’ve managed to solve this!
Thanks for the message!
Hi cmistico,
Sorry for the delay!
I have inspected your user replay page and found a designed issues which is causing this. You can try this custom css code which seems to fix this: http://screencast.com/t/2qL7SMq0hnt
.bbp-user-page .bbp-replies {
width: 100%;
height: 100%;
}
Add this css code in theme’s panel > custom css section.
I’ve managed to recreate this on my testing environment and added it on our issues tracker list so will fix this as soon as possible.
Thanks for reporting this and sorry for the inconvenience!
Hi TaskTeam,
The theme uses a custom function for modules excerpts so to keep your audio files in the excerpt you could use this custom excerpt function: http://pastebin.com/PfzewZte and add it into your td_module file after the original excerpt function, like this: http://screencast.com/t/cu6VxMHLPU then call it into the module file on which you would want to use this: http://screencast.com/t/ovuqCJuq then when you would use the read more wp tag the posts excerpt will use your post’s content and display the embedded audios: http://screencast.com/t/5ILq6fks52Q0 – http://screencast.com/t/S7kJ4lgfL otherwise it will use theme’s excerpt functionality: http://screencast.com/t/WwhKsC7tC07 – http://screencast.com/t/rqCnwOTZN9XZ
Hope this helps!
Thanks
I’ve replied you via email!
Thanks for the message!
I’ve replied you via email! We periodically make performance audits I have now also added this on our todo list for further testing and we’ll let you know if we find anything wrong.
Thanks for the message!
Hi bvdavies1985,
I’ve replied you via email just now!
Thanks for the message!
Hi alexjuniorkev,
The lazy loading animations cloud be the cause of this by not working properly giving the image opacity: 0; therefore not showing them, so disabling this theme feature should not affect the images at all. I have also tested your site several times, on chrome at first, with an without clearing browser’s cache and didn’t noticed any issues, on firefox and IE had the same expected result.
Keep tracking this behavior and see if you can find a way to recreate this and if you manage let us know, provide all necessary details and give us wp-access so we can have a closer look and recreate this. Please address us via email at contact@tagdiv.com including a link to this conversation. Also, if you notice this again check your browser’s console for any js errors: http://screencast.com/t/OxV8odLglqN I’ve found now two concerning ads but there should appear other if when this occurs.
Please let us know!
Thanks fir the message!
Hi all,
We have made the forum public form a couple of weeks now so your’re not crazy! 🙂
Thanks
Hi equima,
This console error refers to your twitter widget: http://screencast.com/t/Wgn2epWUzj0 – http://screencast.com/t/oG5nMMnF I’m not sure how that error show’s just on homepage but I suggest you try to use a wp text widget for your custom code and the widgetised sidebar VC elements to place it on your homepage then test this again.
Let us know how it goes and if this persists address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this.
Thanks
Hi,
The theme uses the default wp menu system just styled differently. You can add html code to menu items so you can try to add yours like this: http://screencast.com/t/vTnqUs7gbY – http://screencast.com/t/hhTgLPdxdU
Thanks
Hi,
1. Try this custom css code: http://screencast.com/t/eE5IQ8nL3ao will hide the author name from all modules:
.td_module_wrap .td-module-meta-info .td-post-author-name {
display: none;
}
2. That is the page author box found on author pages: http://screencast.com/t/HPaosHCA You can replace it here: http://screencast.com/t/PR1OTc3a
Thanks!
Hi,
The latest theme version default google fonts have ssl support: http://screencast.com/t/9aCrRQuAFr – http://screencast.com/t/tIwSRHuCyEf – http://screencast.com/t/DYwnwDQZOHUY Update the theme if you done use the latest theme version and use this update guide: https://forum.tagdiv.com/how-to-update-the-theme-2/ or provide your site’s url to inspect it in this regard.
Thanks
Hi,
You can use sticky posts in the theme but unfortunately as they were initially thought to be ignored, after enabling them, they will be included theme’s queries and cause issues like the one @AilyRoot reported so you would need additional tweaking to theme’s code. I’ll note this and pass it to the development team and see what we can do in this regard.
Sorry for the inconvenience!
Thanks for the message!
-
This reply was modified 10 years by
Lucian.
Hi again,
You need to edit theme’s post template files located in theme’s root: http://screencast.com/t/Vr3J5yFEG
Thanks!
Hi George,
Post’s author name under the title, next to the date is independent from the author box located at the bottom of the article so you can use this configurations: http://screencast.com/t/09AAN1wowXh which should disable the author box but leave author’s name under posts’s title next to date, like this: http://screencast.com/t/ufEGBKdTw7
Let me know if this isn’t helping.
Thanks for the message!
Hi,
Theme’s filters are built in the data source file, you can add your own custom sorting there: http://screencast.com/t/KIcNzrBi9yeb – https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters and use the orderby meta value.
To display the filed in each articles you need to edit post’s template files and place the custom field where you would want it: http://screencast.com/t/lgIy395w
This job requires custom work so if you don’t have coding knowledge to make this implementations we advise you to turn to a freelancer as we’re not available for any customization services at the moment. You can find one site’s like: http://studio.envato.com/
Thanks for the message!
