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

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.

sbo
tagDiv Member

@Christopher, very nice! This upscales the image in height. Not I have to find a way to stretch it in width as well.

sbo
tagDiv Member

Can I give you access here? I am still experiencing this issue.

sbo
tagDiv Member

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

sbo
tagDiv Member

If it matters, its the lower half of all of my categories and mostly when the ‘Show Featured Slider’ is enabled.

  • This reply was modified 11 years by sbo.
  • This reply was modified 11 years by sbo.
  • This reply was modified 11 years by sbo.
sbo
tagDiv Member

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.

sbo
tagDiv Member

@Lucian,

@mehedi
, So I found a good solution for this…

Go into Theme Panel > Categories > Custom Sidebar + Position and create a new sidebar in the dropdown. So you can set what ever you want inside that sidebar widget and set whatever category you want to use with that new widget.

  • This reply was modified 11 years by sbo.
  • This reply was modified 11 years by sbo.
sbo
tagDiv Member

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

sbo
tagDiv Member

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?

sbo
tagDiv Member

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

sbo
tagDiv Member

@Lucian, is there a way to disclude certain categories in the ‘Related Posts’ area below the post?

sbo
tagDiv Member

Anything seems to be possible with tagDiv team. Let’s see if they have a solution 🙂

sbo
tagDiv Member

@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!

sbo
tagDiv Member

@Marius, is there a certain way to hide a subcategory and its posts within it’s parent category section?

sbo
tagDiv Member

@Kronos17, you’re the man! I believe this worked. Thanks!

sbo
tagDiv Member

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

sbo
tagDiv Member

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

sbo
tagDiv Member

@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?

sbo
tagDiv Member

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

sbo
tagDiv Member

@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!

sbo
tagDiv Member

Thanks for the help @Lucian!

sbo
tagDiv Member

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?

sbo
tagDiv Member

@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?

sbo
tagDiv Member

@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

Viewing 25 posts - 51 through 75 (of 174 total)