Thank you. The url to my site is wpcrafter.com and you can see the custom post types when you click on courses, then click on the WordPress Security Essentials course. That will be 1 custom post type, and if you click on the first lesson, that will be the second custom post type.
Yes I don’t use visual composer on my site. I created a template for my custom post type from one of the templates included with the theme.
I have my custom thumb sizes defined already. In the mobile theme how to I change the thumb size that is used to one of my already defined thumb sizes?
You are not following the problem. I know how to disable comments, thats not the problem. The problem is if I disable comments, there is still a theme generated comments area that will say “No Comments”. Shouldn’t that not even be there if comments are disabled?
But what if you want comments disabled on some posts and not others. That is the problem with this, it’s all or nothing. There should be a way to have comments on posts and selectively disable them.
The big problem is with custom post types and comments will not work.
Also to add, I have manually set the side bar for it to appear in the right, but it does not show. As per your image http://screencast.com/t/7fQGqRyXt4u0
If I set it manually to the left that works, but I need it on the right.
If you need access to my site, I can do that.
Perfection! I actually should have realized that is where the setting was, the related articles. Thanks so much for you help, it looks PERFECT now. Newspaper is really looking amazing on my site.
Youtube changed their player dimensions earlier this year. But you guys haven’t change your code. It will be quite a pain to manually make this change after each update. The dimensions are the same as the vimeo settings. You guys really should update your code.
-
This reply was modified 10 years by
ineedsolutions.
I’m not asking you to do this for me, I am reasonable, lol.
Can you just point me in the right direction. Like “look in this file” or something like that.
Ok so after screwing around for a bit I have the following functions that make everything but the selector for it being a video post. So without that I can’t set it to show the video over the features image. Here is what I have
add_action(‘init’, ‘register_theme_metaboxes’, 10000);
function register_theme_metaboxes() {
include_once get_template_directory() . ‘/includes/wp_booster/wp-admin/external/wpalchemy/MetaBox.php’;
new WPAlchemy_MetaBox(array(
‘id’ => ‘td_post_theme_settings’,
‘title’ => ‘Post Settings’,
‘types’ => array(“sfwd-lessons”),
‘priority’ => ‘high’,
‘template’ => get_template_directory() . ‘/includes/wp_booster/wp-admin/content-metaboxes/td_set_post_settings.php’,
));
}
add_action(‘init’, ‘register_post_metaboxes’, 10000);
function register_post_metaboxes() {
include_once get_template_directory() . ‘/includes/wp_booster/wp-admin/external/wpalchemy/MetaBox.php’;
new WPAlchemy_MetaBox(array(
‘id’ => ‘td_page’,
‘title’ => ‘Page template settings’,
‘types’ => array(“sfwd-lessons”),
‘priority’ => ‘high’,
‘template’ => get_template_directory() . ‘/includes/wp_booster/wp-admin/content-metaboxes/td_set_page.php’,
));
new WPAlchemy_MetaBox(array(
‘id’ => ‘td_post_video’,
‘title’ => ‘Featured Video’,
‘types’ => array(“sfwd-lessons”),
‘priority’ => ‘low’,
‘context’ => ‘side’,
‘template’ => get_template_directory() . ‘/includes/wp_booster/wp-admin/content-metaboxes/td_set_video_meta.php’,
));
new WPAlchemy_MetaBox(array(
‘id’ => ‘td_homepage_loop’,
‘title’ => ‘Homepage latest articles’,
‘types’ => array(“sfwd-lessons”),
‘priority’ => ‘high’,
‘template’ => get_template_directory() . ‘/includes/wp_booster/wp-admin/content-metaboxes/td_set_page_with_loop.php’,
));
}
What would help here a lot is to offer a shortcode or custom embed code support for video posts. It is very limiting to have to use one of the 3 options currently available.
I think you may be mis understanding and you proved what I was saying the problem is.
The issue is the CSS styling in Newsmag. In the default wordpress theme, in your screenshot, the comments properly had spacing between the paragraphs. However in Newsmag, because of the Newsmag CSS, there is no spacing between paragraphs for comments.
I will test it on my own server.
BUT what about post comments. That is my bigger concern. They all look crappy without the line breaks. I have tested this on other themes and the link breaks work, but not with newsmag.
When is this going to be fixed? It is a basic thing to having a working website.
Yea, there needs to be a real fix for this one because I get a lot of comments and I don’t want to edit them. Plus the issue if you ever need to change themes, now there will be double line breaks.
Has this been reported in the past but not fixed?
Yes hiding it is temporary, but since tagdiv released an update right before their weekend (not smart) its better then nothing. Right?
I completely agree, this is a TEMP fix until tagdiv gets their shit together.
I have dozens of themes, I keep them all updated. I don’t have problems with ANY of them, just this one from tagdiv. We expect better, your themes are nice, you have good sales numbers, but there are serious problems in your QA, professional theme companies don’t have problems like this as often as this theme has.
Congratulations on winning the “Big Man Behind The Computer” award of the day!!!
here is a short term fix to hide the search box, add it to the custom css:
div.td-head-form-search-wrap {
display: none;
}
I swear last theme I am buying from tagdiv
I use wp rocket, same issue breaking my site. Second issue with this crap update today. I will think long and hard before updating this theme ever again.
You guys have the worst track record for theme updates. It’s never smooth and very frustrating.
I take that back, the email to you bounced back.
Delivery to the following recipient failed permanently:
Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the server for the recipient domain tagdiv.com by aspmx.l.google.com. [2001:4860:400b:c01::1b].
Ok, I just emailed some credentials to log in.
I think I discovered the issue, and I think it is a coding problem with Newsmag.
Prior to 1.6 I could have Visual Composer (Which I completely hate) disabled and everything would work fine. In 1.6 if Visual Composer is not active, even if you are not using it for ANYTHING, it breaks your website.
This is pretty sad.
Please fix your code and make Visual Composer optional like it was prior to 1.6
I don’t see how I can make a private post to add my WP credentials.