Great, that works! Now if im trying to use Module 9, how do I get it so its just set in one column. When i set it to Module 9, it will set it correctly but have 2 columns so its all messaged up.
I may have found something https://wordpress.org/plugins/simple-image-sizes/screenshots/
@Christopher, very nice! This upscales the image in height. Not I have to find a way to stretch it in width as well.
Can I give you access here? I am still experiencing this issue.
Even if I change the Excerpt in the Theme Panel it still shows more than I want. Will there be a fix for this any time soon? @Lucian
Custom Sidebar + Position is not saving fully. I have over 50 categories and it seems to only save a few even after several times of trying and testing. Please advise.
@Lucian, no problem. Hope to see a fix soon. If you can post it in here instead of the next update that would be awesome because I have been having update problems so Im sticking on 4.0.2.
Currently the area in functions.php looks like:
/* ----------------------------------------------------------------------------
excerpt lenght
*/
add_filter('excerpt_length', 'my_excerpt_length');
function my_excerpt_length($length) {
// on feed show full content if it's set in wordpress
if (is_feed() and get_option('rss_use_excerpt') == 0) {
return 999999;
}
$excerpt_length = td_util::get_option('tds_wp_default_excerpt');
if (!empty($excerpt_length) and is_numeric($excerpt_length)) {
return $excerpt_length;
} else {
return 20; //default
}
}
I adjusted the ‘return’ but that still doesn’t work. Where do I add your adjustment?
Now that it’s fixed and infront of the header in mobile, its squished. My header logo is 1114px in width. It’s not using the mobile one that I uploaded. It currently looks like this: http://screencast.com/t/wNIXiq50ysb
@Lucian, is there a way to disclude certain categories in the ‘Related Posts’ area below the post?
Anything seems to be possible with tagDiv team. Let’s see if they have a solution 🙂
@Christopher Simmons, so check in loop-single.php? Which one should have og:tags in it? Can you also test it yourself to see if it may be Facebook or the sites if you have the time. Thanks!
@Marius, is there a certain way to hide a subcategory and its posts within it’s parent category section?
@Kronos17, you’re the man! I believe this worked. Thanks!
Unfortunately, I just tried this and it is not working. I am still seeing the 2 categories in the page blocks and widgets. I have placed all 60+ category numbers in multiple categories field because I want those to show but no difference (http://screencast.com/t/k3beLnoG3).
@TheMediumUTM, thanks for the info. I don’t necessarily want to center the logo on mobile I just want to be able to use the logo I have set for mobile. @Lucian, I replaced the .sfmenu with your adjustment but seeing no new results. It is still being displayed behind the menu and using the desktop version of the logo.
@Manuel, I agree. My mobile speed is 38/100 (http://screencast.com/t/CbPRQZycSI) and desktop speed is 62/100 based on Google Pagespeed. Any suggestions?
@Steven, It’s for affiliate reasons. I just need the link to be tracked when clicked. It’ll include a ‘nofollow’ tag so nothing should effect the SE.
@Lucian, this is in regards to removing the numbers in between the Previous and Next pagination. Does the theme have a content-single.php? I see the content-single-topic, forum and user.php in the Editor.
I found this help http://codex.wordpress.org/Function_Reference/wp_link_pages so I am trying to find the code:
wp_link_pages() {
}
Any extra help that you find from that link is welcome 🙂
Thanks in advance!
Also, when using this in the slide I noticed it actually stretches the video icon. Is there any way around this (http://screencast.com/t/zZdY6ElFPh)? If not, how do I remove the player image?
@Lucian, this works fine. Stretches it a big but it still works. As for block 1 where it has the large image at the top and the mini ones below it, http://screencast.com/t/GjlJQoerhYMZ, what are your suggestions for this?
@Radu, thanks. That sorta works. How about a regular image to fit dimensions in height and width of block 3 (or any blocks really): http://screencast.com/t/H7jkjxtt2g35
