Hi,
You can get this info using the WordPress functions, the posts views are stored in the DB under post_views_count.
You can check how the post views are called within the theme in this file: http://screencast.com/t/didAlLpH
Hope this helps!
Thanks
Hi,
@DoOove
I have checked your site and found this js error in your console: http://screencast.com/t/rggV9CJgb
I have also tested this and found no issue with theme’s custom background feature. In your case this may occur due to some plugins which generate this js conflict so please deactivate all plugins, empty cache and/or purge files if you use any cache/CDN plugins and check if this is still happening.
Regarding the second issue you could try to resolve it as Christopher suggested and make the desired changes to your theme style directly in the style.css file as it contains the default theme style which is loaded first and because of the cascading property of the css style appears the delay you have noticed.
Hope this helps!
Thanks
Hi Christopher,
Unfortunately I can’t give an exact answer but as I can assure you that the next update for newspaper theme is scheduled after the new theme is released, meaning 3 to 4 weeks.
Thanks
Hi,
Not sure, we haven’t had any issues with this, you could check your console for js errors and disable all plugins, empty cache and/or purge files if you use any cache and/or CDN plugins an check again.
Please note that this could due to facebook also, you could try to use this Facebook Debugger Tool to get new scrap info for your post and check if this still happens.
If nothing works please let me know and also send your site’s URL and point for a post that has this issue so we can check this.
Hope this helps!
Thanks
Hi,
Thanks @cstyn for sharing!
If you decide to switch the theme or something the gallery/gallery images will remain and use the WordPress default gallery, you could check this by switching to a WordPress theme. As for the deprecated part note that this will not happen.
Thanks
Hi,
Sorry for the delay, unfortunately I can’t give you an exact answer on that as we haven’t made and tests regarding this. The solution I have posted here for moving the comments is for newspaper/wordpress default comments system and I’m not sure how the Disqus plugin affects this after the last update. You could try to address this issue to plugin’s authors if you need this to work with the latest version of the plugin or you could hire a freelancer to take a look at this issue for you because this is custom work and unfortunately we cannot offer custom work at this moment as we work hard on the development, updates, fixes and support.
Thanks for understanding and for your message!
Hi,
Your issue comes from the Video Central plugin css, you should contact plugin’s authors on support page.
You can fix this by adding this custom css, like this: http://screencast.com/t/gmonIQXtj
.video-central-row {
margin: 0 auto;
}
Thanks
Hi,
The mega menu looks like this: http://screencast.com/t/1j9ywZZvBkw because you have added this subcategories like this in your menu: http://screencast.com/t/c52pQRH3mV
You category mega menu needs to be set like this:
* configuration: http://screencast.com/t/RVfn5Vectqc
* result: http://screencast.com/t/FWAo5J9o
Also make sure you do this as stated in our documentation: https://forum.tagdiv.com/how-to-use-the-megamenu/
Thanks
Hi,
Please try to add this function like this: http://screencast.com/t/SQIf30mRu6O
str_replace(array('"', "'"), array('`'), $featured_image_info['caption'])
Thanks
Hi,
Please make sure you also remove cache and purge files if you use any cache and/or CDN plugins and also make sure you check for errors in your browser console. This could also be from the speedbooster plugin which can generate conflicts when used with other plugins and the css issue could come from the custom css added from theme panel.
Please try to deactivate the plugin or any other plugins that could generate this and empty cache and purge files.
Let me know if this helps!
Thanks
Replied vie email!
Thanks
Hi,
You should check the update log: http://screencast.com/t/PYCoqAilK Make sure you remove all cache and also purge files if you use CDN and check again.
You should also go trough this topic: https://forum.tagdiv.com/topic/bugs-in-4-5/
1. Like this: http://screencast.com/t/yosbiudqY
2. That is happening because of the “+” menu item which falls into another line in tablet portrait view screens. You need to adjust the menu items font size or this padding: http://screencast.com/t/o6F7Vo08UN
@media (max-width: 1018px) and (min-width: 768px) {
.sf-menu a.sf-with-ul {
padding-right: 26px !important;
}
}
You can also remove that shadow usign this css:
.td-header-style-8-wrapper.td-menu-placeholder .td-menu-background:after { ..this will remove it site wide.
display: none;
}
3. and 4. Use this to fix it: http://screencast.com/t/7UqccaxAcE0B
.td-li-wrapper-menu {
position:static !important;
}
.td-header-style-8 .td-style-8-menu-wrapper #td-top-search {
left: 0px!important;
top: 19px !important;
}
5. The css generated by theme is now saved in the database for a faster loading page from theme version 4.5
Thanks
Glad you managed to realize that!
Thanks for the message!
Hi,
@yusufkaraoglu It’s made to get the first 5 subcategories, like this: http://screencast.com/t/ClgsITgOP
What problem do you have with it? Please provide more details and your site’s URL.
Thanks
Hi,
You can do it like this: http://screencast.com/t/KtEkV8bVBr and use this css and adjust it as you like:
.td_mod8 .item-details {
margin-left: 240px !important;
top: -4px !important;
}
.td_mod8 {
min-height: 150px !important;
margin-bottom: 30px !important;
}
.td_mod8 .entry-thumb {
max-width: 220px !important;
max-height: 124px !important;
}
Thanks
Hi,
Thanks Christopher!
@Heatislap You refer to the tagdiv social counter plugin? http://screencast.com/t/SvNWGhEpB6sR If so please send an email at contact@tagdiv.com specifying this and we will send you the fixed version of this plugin as we had some issue with this and we managed to fix them but the new version of this plugin won’t be available until next theme update.
If not and you refer to this: http://screencast.com/t/X37FIjwRsFrJ please let me know and send your site’s URL.
Thanks
Hi,
Use this css for mail button: http://screencast.com/t/TC3RWFtXUtD
.widget_mc4wp_widget .mc4wp-form input[type=submit] {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background-image: none;
background: #4db2ec !important;
color: white;
border: none;
text-shadow: none;
font-family: 'Roboto Condensed', sans-serif;
font-weight: normal;
font-size: 14px;
padding: 5px 12px 7px 12px !important;
margin-bottom: 4px;
-webkit-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}
.widget_mc4wp_widget .mc4wp-form input[type=submit]:hover {
text-shadow: none;
opacity: 0.8;
-webkit-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}
And this for bbpress forum buttons: http://screencast.com/t/k8fa2iKakifx
#bbpress-forums .bbp-form button {
background: #4db2ec !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
color: white !important;
border: none;
text-shadow: none;
font-family: 'Roboto Condensed', sans-serif;
font-weight: normal;
font-size: 14px;
padding: 5px 12px 7px 12px !important;
margin-bottom: 4px;
-webkit-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}
#bbpress-forums .bbp-form button:hover {
text-shadow: none;
opacity: 0.8;
-webkit-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}
Hope this helps!
Thanks
Hi,
Thanks Christopher!
@BobbieSeacrist Please make sure you install the theme right as this should not happen, please follow this guide and upload the theme files via FTP: https://forum.tagdiv.com/installation/
Please let me know if this is still happening!
Thanks
Hi,
Please make sure you deactivate all other plugins leaving just the Visual Composer plugin active, empty cache and purge files if you use any CDN and/or cache plugins then activate the speedbooster plugin as this may not work properly with other plugins.
Please let me know what you find and also send your site’s URL.
Thanks
Thanks @Steven for your help!
Glad you did!
Thanks for the message!
Hi,
I have just search and I can’t seem to find your email, please make sure you have sent it at contact@tagdiv.com and please let me know whit what subject.
Thanks
Hi,
Like I said before we will consider this for future theme updates, unfortunately I can give you an exact answer as we have over 160 feature request and we also work hard on the development, updates, fixes and support.
We will do our best.
Thanks for understating!
Hi,
Looks like the image placeholder it’s searched at the path you’ve sent http://www.wallstreetscope.com/wp-content/themes/Newspaper/images/no-img-post.png but nothing is found there: http://screencast.com/t/QMLtDpRxb6P2
I have also tested this and should work fine: http://screencast.com/t/XqTkBNeFl
First please make sure you have enabled the featured image placeholder from theme panel, like this: http://screencast.com/t/BnJrHl8RU
This is the path that the placeholder will load from: http://screencast.com/t/FkEMsNZr3 so please make sure you have no-thumb folder in the images folder within your theme files: http://screencast.com/t/KGSaxIBBX
If still you can’t see the placeholder please make sure you deactivate all plugins, empty cache and purge files if you use any cache and/or CDN plugins and check again.
Thanks
Glad you did!
Thanks for the message!