Hi,
I believe that this message: http://screencast.com/t/peTzFpj2 is the result of an query set which doesn’t return any post based on the parameters you’ve set. The theme doesn’t return such a message so I believe this comes from a plugin. I suggest you go over your page settings and try to figure this out based on the configuration you’ve made below the video player or disable all plugins then enable them one by one to see which adds it.
Thanks
Hi,
Please make sure you download and update your theme to the latest version (4.6.1) then remove the social counter plugins and install from the /plugins folder that was provided together with the theme files when you’ve downloaded it from themeforest: http://themeforest.net/downloads
The social counter plugin included into the latest theme version is 2.7 so make sure you have it and try again.
I have also tested you ID’s for fb/twitter/youtube and worked fine:
* http://screencast.com/t/3fZmIcJk
* http://screencast.com/t/pxredJZO0
If still doesn’t works please make sure you this right following this guide: https://forum.tagdiv.com/how-to-manage-the-social-counter/ and also try this without any plugins active and empty cache.
Thanks
Hi,
Thanks! This probably was just a temporary behavior and might happen due to their server, I’m not sure but you could try again and let me know.
Thank you for your intention and for appreciation!
Thanks for the message!
Hi,
The path needs to include all format files, like this:
@font-face {
font-family: 'My_font';
src: url('custom-fonts/exo2-thinitalic-webfont.eot');
src: url('custom-fonts/exo2-thinitalic-webfont.eot?#iefix') format('embedded-opentype'),
url('custom-fonts/exo2-thinitalic-webfont.woff2') format('woff2'),
url('custom-fonts/exo2-thinitalic-webfont.woff') format('woff'),
url('custom-fonts/exo2-thinitalic-webfont.ttf') format('truetype'),
url('custom-fonts/exo2-thinitalic-webfont.svg#My_font') format('svg');
font-weight: normal;
font-style: normal;
}
See the screenshot form above, I’ve also pointed out the location of the custom-fonts folder which contains the font files:
* http://screencast.com/t/mZV2w12cxJTJ
Make sure you do this right and empty cache/purge if you use CDN files as I have tested this and works fine.
Thanks
Hi,
1. We will take a look at this and fix if we find some issue, please also test this without plugins!
2. I’ve noticed that some of this errors come from your plugins so I suggest you also check if you still get this errors without any plugins active.
Please also rename the short codes via SQL: https://forum.tagdiv.com/update-newsmag-to-1-5/
The get header error occurs when you try to access the theme’s index.php file directly and this is caused by the theme’s inability to locate the WordPress get_header function as it dose not passed trough WordPress when the request is made and in that case the function doesn’t “exist”.
You can read more about this and also have a solution for this here: http://ardamis.com/2011/06/02/fix-for-php-fatal-error-get_header-in-wordpress/
3. Try this css: http://screencast.com/t/nzVXqmuL
.td_related_posts .td-next-prev-wrap {
bottom: -40px;
left: 20px;
top: auto;
right: auto;
}
Thanks
Hi,
Try to hide the featured image from theme panel: http://screencast.com/t/gyO6pnpyP55n
Then add this function: pastebin.com/VaUTAZH9 like this: http://screencast.com/t/Mg2J8gJwZ
Then change this in the template 4 file: http://screencast.com/t/wUIZ7G4iv
This should bring the featured image just to post template 4.
Thanks
Hi,
Please use the guides I’ve pasted below and the tagdiv speed booster plugin to do it:
* https://forum.tagdiv.com/how-to-make-the-site-faster/
* https://forum.tagdiv.com/topic/can-i-add-plugins-css-to-footer/#post-6348
You can also follow this topic to find out how others fixed their issues regarding pagespeed: https://forum.tagdiv.com/topic/pagespeed/
Hope this helps!
Thanks
Hi,
Please give us wp-admin and FTP access so we can also check this. Please use our email address for this: contact@tagdiv.com and also provide more details about this issue you have so we can recreate it or include a link tot his tread.
Thanks
Hi,
Have you managed to get this done: https://forum.tagdiv.com/topic/simple-ads-manager-on-header/#post-36416
Please also open a new topic in the newspaper theme forum area and address you question/issue there.
https://forum.tagdiv.com/forum/newspaper/
Thanks for understating!
Hi,
I have also tested this an you are right, on post template 6 both background image/color are missing.
I will add this on our issue tracker list and we will try to fix this as soon as possible.
Thanks again for reporting this!
Hi,
@algaretio
We have added this issue on our attention and we will investigate it, thanks for reporting it.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Could please provide more details about your issue as I’m not sure what error you have.
Please let me know and also provide you site’s URL.
Thanks
Hi,
@bariton
I have also checked this and haven’t had this issue so in your case as Chris also stated it could happen due to a plugin or due to changes to your htaccess file or another custom changes which add http to all your links.
Make sure that you also try this without any plugins active then also empty cache an try again.
Thanks
Hi,
Unfortunately the theme doesn’t have an option for this and you would need custom work this as it is not an easy task. We cannot offer custom work as we work hard on the development, updates, fixes and support but you can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Sorry fore the inconvenience!
Thanks for the message!
Hi,
Unfortunately the theme doesn’t have an option for that but you can add it here: http://screencast.com/t/sE38hBMxVluS ..if you really need this.
This discussion which might also help: https://wordpress.org/support/topic/need-to-display-url-of-current-users-website-from-their-profile
Thanks
Hi,
I have investigated this and seems that the mega menu feature it bound by the header menu id that is why the menu breaks, changing it is not simple and you would need additional customization besides changing the menu id.
You could try to add menu items for both you menu then use css to hide the ones you want only on mobiles on desktop and reverse.
Sorry for the inconvenience!
Thanks
Hi,
You get that error because the closing html tag is not present or there is a plugin that stops that appearing.
Check the footer file, the theme adds it there: http://screencast.com/t/qbqoPrJUZ2 if you have it the I suggest you try this without any other plugins active.
Thanks
Hi,
Please try to use this custom css to make the more art box smaller: http://screencast.com/t/YBI2nHQQlsEa
Adjust the css values as you like.
.td-more-articles-box {
max-width: 250px;
}
.td-more-articles-box-title {
min-width: 200px;
}
.td-more-articles-box .td_module_1 .entry-thumb {
min-height: 116px;
}
Thanks
Hi,
You can use theme panel > custom typography section for that: http://screencast.com/t/Bbt1ck7dvRT
Thanks
Hi,
Could you provide more details as I’m not sure that I understand what you want to do.
Please let em know and also provide your site’s URL.
Thanks
Hi,
I believe you can achieve this trough custom css but I need to check your site and inspect this. A detailed screenshot of it would also help.
Thanks
Hi,
The next version of the VC plugin will be included within the theme files in the next update. Unfortunately I can’t provide an estimation of that.
Thanks
Hi,
I’m not sure if the image thumb is added by default by WordPress or not so if you have added it yourself then you just need to remove that code which you used to add it if not then I suggest to use the thumbnail image size from media settings to set the size for your images: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ then regenerate thumbnail: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
After this without using the code in the function file the image size for feeds should be at the sizes you want.
Please let me know and also provide your site’s URL so I can check this.
Thanks
Hi,
Try this custom css: http://screencast.com/t/jEuG5TNp
body.page-id-96 .td_mod3 .item-details {
margin-right: 117px;
margin-left: 0px;
}
Thanks
Hi,
I checked your page source and seems that your custom font file is missing and it’s not loaded. The font family is set but the font is not rendered so please go trough the process of setting the custom fonts again and make sure that you set the path right: https://forum.tagdiv.com/how-to-use-custom-fonts/
I have also tested this and it works fine: http://screencast.com/t/rIVcXfRGVD
http://screencast.com/t/ZSU7Odk3Fq7l
Result: http://screencast.com/t/7akFiBB2z
Thanks