- 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
Hi,
Please make sure you update your the to the latest version(4.6.1) and also update the Visual Composer(4.3.5), it’s included into the theme files inside the /plugins folder: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
If you still have this issues please check this without any plugins active and let me know how it goes.
Thanks
Hi,
For the category tags from the slider you need additional customizations to get it like that as the theme doesn’t have an option for that. You can take a look at how the post category tags are build for posts here: http://screencast.com/t/ZxRWMxUu and do the same for the category function from the slider: http://screencast.com/t/MC8tbmfdY0
I suggest you to get someone to help you with this if you need it and don’t know to do it as you need custom work for this which we cannot provide at this time as we work on updates/development and support.
To make the slider title solid use this css: http://screencast.com/t/whjAVlJJA
.td-sbig-title-wrap .td-sbig-title, .td-slide-item-sec .td-sbig-title-wrap, .td-big-grid-title .td-sbig-title-wrap {
background-color: rgb(6, 99, 90);
}
Thanks
Hi,
We plan to release an update towards the end of this week.
Thanks
When do you guys think you will release the new update?
Hi,
1. I will add this on our requests list and implement in future updates. Sorry for the inconvenience!
4. The images are cropped.
You can also read more about function which creates the thumbs and WordPress cropping here:
I. http://codex.wordpress.org/Function_Reference/add_image_size
II. http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/
5.Edit single_template_2.php like this: http://screencast.com/t/XiFyFqfvW
Result: http://screencast.com/t/ITZn6dV5s3
6.1 Use the media query from below to apply your css just to the tablet screen width and also use the custom class to set hide the widget, should look something like this:
@media (min-width: 768px) and (max-width: 1023px) {
.center123 {
display: none;
}
}
6.2 I can’t access your site anymore so I can guarantee it will work but you could use this and adjust it:
.center123 {
text-align: center;
}
Hope this helps!
Thanks
Hi there, I have been having some problems with my theme ever since I updated it. When I create a new article the slider on the home page should show the featured image of the new article but it doesn’t show this anymore.
A second problem I have is that ever since I updated my theme the images in the post line out on the left even though in my setting I ask for them to be in the middle. They used to always be in the middle. Hopefully someone can help me. Thanks a lot! http://www.inwhite.nl
Basically nobody should be trying to access your theme directly via that URL… might be a hacker, hence the 500 error.
This also happens “once” when switching themes or updating theme.
For example I updated my theme on the 29th of Dec. got one 500 error. None since.
Technically it’s a WordPress issue, not a theme issue; since what happens when installing or updating theme, is that for a few minutes something is trying to be cached from the location of theme when it might not be there.
If you get a ton of errors, it’s somebody trying to access your theme folder, which is not normal … it’s like somebody trying to access your wp-includes folder; not a normal link anywhere on the site.
I am unable to change colors on widget titles, columns, and category colors. Theme and VC recently updated.
Please advise.
Hi again Lucian!
Thanks for your help. I had “show subscribers” turned off on my channel – but have since turned it on so it shows how many subscribers I have:
http://www.redcarpetreporttv.com/wp-content/uploads/2015/01/Screen-Shot-2015-01-06-at-9.11.39-AM.png
After doing this, I went into the panel and saved again hoping it would update the subscriber # but it still shows Zero?
Not sure what else to do?
Stephanie
Hi,
Not necessarily as that paragraph tag has an margin which generates this gap. We will adjust this in the next update.
Thanks for the message!
Hi,
I have checked your site and found that all features using js aren’t working so I suggest you check for this without any plugins active and also update to your theme to the latest version as you do have some errors in your console which can cause this: http://screencast.com/t/axOpn93Obl
Please let me know if this still happens after doing all this.
Thanks
Hi,
Please make sure you use the latest theme version as we have made some changes to fonts within last update and also make sure you check this without any plugins active as you have some console errors: http://screencast.com/t/8yKPFtURK76
Please let me know!
Thanks
Hi,
This issue appears because of the Visual Composer plugin when updating to WordPress 4.1. We have included the fixed version of the plugin within the latest theme version so please make sure you download and install the latest theme version and also update the Visual Composer plugin from the /plugins folder using this guide: https://forum.tagdiv.com/how-to-update-visual-composer-plugin-wpbakery/
Thanks
Hi,
1. You need to do this hardcoded as the theme doesn’t have an option for this so you need to edit the posts template file/files you use and add a condition there to show author only if is the category you want. If you don’t know how to do it I suggest to hire a developer or a freelancer to do it for you as you need custom work for this and we cannot provide any at this time because we work hard on development, updates and support.
2. Unfortunately the mega menu is designed to work using subcategories and for this changes you need custom work as well.
3. Use this custom css to remove that white space: http://screencast.com/t/K8uNc3rOTO9
.home .td-pb-row [class*="td-pb-span"] {
margin-bottom: -99999px !important;
padding-bottom: 99999px;
}
.home .td-container {
border-bottom: 0px;
}
4. The thumbs used on mega menu are created when you upload an image, you need to regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
5. You can edit the post template 2 (single_template_2.php) file and replace the date function using this WordPress function: http://codex.wordpress.org/Function_Reference/get_the_time and get the time format you need.
6. You can use css for this but the issue appears when you try to target it to apply the css just to it as the other sidebar are also added using an text widget so you need to find a way to add a custom class which you can use to target and apply your custom css using the media snippet I’ve pasted below:
@media (min-width: 768px) and (max-width: 1023px) {
add your css code here
}
7. Use this css to hide the views and comments: http://screencast.com/t/Fuptfv3R9jBY
To have the meta section of the slider to look like in the image you need custom work.
Thanks
Hi,
Thanks for your suggestion. I will add this on our request list and we will consider it for future updates.
You can also use a plugin like Advanced Custom Fields and use this method to do it: https://forum.tagdiv.com/topic/function-to-hide-ads-and-function-to-show-author/
Thanks
Hi,
As you’ve noticed thee theme doesn’t have an option for any of your wishes at the moment. Unfortunately to achieve this you need custom work which we can’t provide at the moment as we are working with limited staff on development, updates and support. You can try it yourself if you want or hire a freelancer to do it for you.
I will also add this on our feature requests list, however we have almost 200 feature requests and we have to pick very carefully what we implement, if more people will request this we will consider it and do it.
Thanks for your suggestion and for your message!
Not a theme problem.
Theme doesn’t control the default functions of WordPress from the WP panel such as “edit post” meaning, it cannot suddenly make your dbase disappear … if the post cannot be found, that means either the server/domain has “gone away” and can’t be found, or php has been overloaded and so the dbase on the server cannot be connected to and it basically dies.
You can often look at the php error log for your hosting account, to see what the actual error is from such activity.
You can also try using one of the plugins which tells you what plugins/resources are overloading your domain/site, as some web hosts cram so many domains onto a server, that all it takes if for x number of people to overload something temporarily, or something on the server being updated, and boom your pages are temporarily gone.
thank’s a lot! Your advice (#_atssh{ display:none }) work’s fine!
Let us know further updates!!!
Best regards!
PS: addthis also not showing facebook button. It came right time to finally abandon addthis? đ
-
This reply was modified 11 years by
4l4.
Ok, I have tested it…
Put this:
human_time_diff( $td_article_date_unix, (int) current_time(âtimestampâ))
In the get_date() method inside /includes/wp_booster/td_module.php
My get_date() method inside td_module.php:
Don’t copy/paste the example, because it could change operations, since I’ve customized a lot in my theme!)
function get_date($show_stars_on_review = true) {
$visibility_class = '';
if (td_util::get_option('tds_p_show_date') == 'hide') {
$visibility_class = ' td-visibility-hidden';
}
$buffy = '';
if (td_review::has_review($this->td_review) and $show_stars_on_review === true) {
//if review show stars
$buffy .= '<div class="entry-review-stars">';
$buffy .= td_review::render_stars($this->td_review);
$buffy .= '</div>';
} else {
if (td_util::get_option('tds_p_show_date') != 'hide') {
$td_article_date_unix = get_the_time('U', $this->post->ID);
$buffy .= '<div class="td-post-date">';
$buffy .= '<time itemprop="dateCreated" class="entry-date updated td-module-date' . $visibility_class . '" datetime="' . date(DATE_W3C, $td_article_date_unix) . '" > ' . human_time_diff( $td_article_date_unix, (int) current_time(âtimestampâ)) . '</time>';
$buffy .= '<meta itemprop="interactionCount" content="UserComments:' . get_comments_number($this->post->ID) . '"/>';
$buffy .= '</div>';
}
}
return $buffy;
}
Hi,
If you can provide more details about what you would want to do, maybe we could find a solution as there are may ways to target those div tags using css.
You can also add your classes but as you’ve mentioned you have to do it all over again after an update.
I will also add your suggestion to our requests lists and we will consider it for future updates.
Thanks
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!
Hi,
The code that Marius gave it to you selecting text the highlight color, works on mozzila.
Please try this css: http://screencast.com/t/mY7jaObFrX
::selection{
background-color: blue !important;
}
About tags and social share on page, unfortunately that is not possible as the theme doesn’t have an option for that and you will need custom work to customize it. If you need it you can try using a plugin or 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.
Thanks!
-
This reply was modified 11 years by
Lucian.
Hi,
Unfortunately the theme doesn’t have an option for that as it hasn’t been designed like that. you would need customization for it which means custom work and unfortunately we cannot offer custom work at this time as we work hard on the development, updates, fixes and support. If you need this and you canât manage it yourself I suggest you hire a developer to do it for you or get a freelancer from sites like: http://studio.envato.com/
Sorry for the inconvenience!
Thanks for the message!
Hi,
Thanks Chris!
@jairosvt & @baschti23
This issue appears because of the Visual Composer plugin when updating to WordPress 4.1. We have included the fixed version of the plugin within the latest theme version so please make sure you download and install the latest theme version and also update the Visual Composer plugin from the /plugins folder using this guide: https://forum.tagdiv.com/how-to-update-visual-composer-plugin-wpbakery/
If still doesn’t work makes sure you also follow the steps provided by Chris!
Thanks
Hi,
The theme doesn’t have an option for that. I will add this though on our feature request lists and we will consider it for future updates.
Thanks