Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
ineedsolutions
tagDiv Member

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.

ineedsolutions
tagDiv Member

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.

ineedsolutions
tagDiv Member

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?

ineedsolutions
tagDiv Member

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?

ineedsolutions
tagDiv Member

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.

ineedsolutions
tagDiv Member

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.

ineedsolutions
tagDiv Member

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.

ineedsolutions
tagDiv Member

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.

ineedsolutions
tagDiv Member

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.

ineedsolutions
tagDiv Member

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’,
));
}

ineedsolutions
tagDiv Member

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.

ineedsolutions
tagDiv Member

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.

ineedsolutions
tagDiv Member

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.

ineedsolutions
tagDiv Member

When is this going to be fixed? It is a basic thing to having a working website.

ineedsolutions
tagDiv Member

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?

ineedsolutions
tagDiv Member

Yes hiding it is temporary, but since tagdiv released an update right before their weekend (not smart) its better then nothing. Right?

ineedsolutions
tagDiv Member

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.

ineedsolutions
tagDiv Member

Congratulations on winning the “Big Man Behind The Computer” award of the day!!!

ineedsolutions
tagDiv Member

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

ineedsolutions
tagDiv Member

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.

ineedsolutions
tagDiv Member

You guys have the worst track record for theme updates. It’s never smooth and very frustrating.

ineedsolutions
tagDiv Member

I take that back, the email to you bounced back.

Delivery to the following recipient failed permanently:

concoct@tagdiv.com

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].

ineedsolutions
tagDiv Member

Ok, I just emailed some credentials to log in.

ineedsolutions
tagDiv Member

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

ineedsolutions
tagDiv Member

I don’t see how I can make a private post to add my WP credentials.

Viewing 25 posts - 1 through 25 (of 26 total)