Forum Replies Created

Viewing 15 replies - 586 through 600 (of 1,062 total)
  • Glad to hear it works!

    Take care and have a nice day,
    Petra

    Hey,

    thanks for reaching out! Here you go:
    replace the
    $output .= '<a href="' . $post_url . '" class="wp_rp_title">' . wptexturize($related_post->post_title) . '</a>';
    in the init.php file with:
    $output .= '<a href="' . $post_url . '" class="wp_rp_title">' . wptexturize($related_post->post_title) . "&nbsp by &nbsp" . get_the_author() . '</a>';

    Take care and have a nice day,
    Petra

    Hey,

    thanks for getting back to me! I have checked your site via mobile device (Nexus 5) and I do see the related posts (check the screenshot) but unfortunately Linkwithin plugin is not ours. I am sure they will be more than happy to help you out – here is the link to their support: http://www.linkwithin.com/support

    Take care and have a nice day,
    Petra

    Hey,

    thanks for reaching out – I’ll gladly help! I have checked out your blog and noticed that you don’t have our plugin installed or enabled. Also, I should mention that the corrections you make via the CSS code only affect your blog directly, it doesn’t matter if we “recognize” you or not. If you wish you can read more about it here.
    Would be so kind and tell me what exactly are you trying to achieve and what’s the code you have inserted?

    Looking forward to your reply,
    Petra

    Hey,

    thanks for getting back to me!
    Well, an easy fix is that you comment out the content of both files (inc/search.php and search.php) in the P2 theme but the problem is that I can’t guarantee you that this won’t affect something important. It fixes the searching though. The correct way to approach this is to go through all the P2 theme’s code and adjust the problematic part but to be completely honest we simply don’t have the manpower to do this at the moment – sorry.

    All the best,
    Petra

    Hey,

    thanks for reaching out! I have installed the Events Manager plugin (by Marcus Sykes) and it is working for me. Would it be possible to tell me which theme are you using?

    Looking forward to your reply,
    Petra

    Hey Sharon,

    thanks for reaching out! If I am not mistaken you are using the “Kickstarter” theme which is not free to use, so I can’t test anything on my side. Would it be possible to make some screenshots of the “spinning” and “glitching”?

    Looking forward to your reply,
    Petra

    Hey,

    thanks for getting back to me! Would you be so kind and check something for me? If you haven’t tried it already, please disable the BPS plugin and see if that changes anything…also a list of your other plugins would help a lot.

    Take care and have a nice day,
    Petra

    Glad to hear it worked! 🙂

    All the best,
    Petra

    Hey,

    thanks for reaching out! In the init.php file please change the line:

    $related_posts_title = $title ? ($before_title ? $before_title . $title . $after_title : '<h3 class="related_post_title">' . $title . '</h3>') : '';

    to:
    $related_posts_title = $title ? ($before_title ? $before_title . $title . $after_title : '<h3 class="related_post_title"><span>' . $title . '</span></h3>') : '';

    Let me know how it goes, take care and have a nice day,
    Petra

    Hey,

    thanks for reaching out! (Un)fortunately I can’t replicate this on my side, so I would appreciate any additional information:
    1. screenshots of what you are seeing on your side
    2. your WP theme
    3. WP version

    Looking forward to your reply,
    Petra

    Hey,

    thanks for reaching out! Please try to replace the:
    $shortened_words = array_slice($shortened_words, 0, $shortened_size - 1);

    with:
    $shortened_words = array_slice($shortened_words, 0, $shortened_size - 0);

    Let me know how it goes, take care and have a nice day,
    Petra

    Hey,

    I really tried to make the scaling work with CSS and our plugin but I couldn’t brute force it anyway other than this (put the following after your custom code):

    @media only screen and (min-width: 150px) {
    ul.related_post li {
    width: 40px !important;
    height: 26px !important;
    
    }
    ul.related_post li img {
    width: 40px !important;
    height: 26px !important;
    }
    }
    @media only screen and (min-width: 480px){
    ul.related_post li {
    width: 80px !important;
    height: 53px !important
    
    }
    ul.related_post li img {
    width: 80px !important;
    height: 53px !important
    }
    } 
    
    ul.related_post li small {
    	font-size: 80%;
    }
    @media only screen and (min-width: 680px) {
    ul.related_post li {
    width: 100px !important;
    height: 66px !important;
    
    }
    ul.related_post li img {
    width: 100px !important;
    height: 66px !important;
    }
    }
    @media only screen and (min-width: 880px) {
    ul.related_post li {
    width: 140px !important;
    height: 93px !important;
    
    }
    ul.related_post li img {
    width: 140px !important;
    height: 93px !important;
    }
    }
    @media only screen and (min-width: 1080px) {
    ul.related_post li {
    width: 160px !important;
    height: 106px !important;
    
    }
    ul.related_post li img {
    width: 160px !important;
    height: 106px !important;
    }
    }
    @media only screen and (min-width: 1400px) {
    ul.related_post li {
    width: 200px !important;
    height: 133px !important;
    
    }
    ul.related_post li img {
    width: 200px !important;
    height: 133px !important;
    }
    }

    Horrible coding I know 🙂 If you find a better solution let me know.

    Take care and have a nice weekend,
    Petra

    Hey Jo,

    thanks for getting back to me! I am happy to hear you have found a workaround.

    All the best,
    Petra

    Hey,

    thanks for reaching out! It works on most themes but not all. We only improve the default WP search and after I have installed the P2 theme, I have noticed that it has the search template modified, which broke our plugin. There is no easy fix for this, sorry.

    Once again, sorry for the inconvenience, take care and have a nice weekend,
    Petra

Viewing 15 replies - 586 through 600 (of 1,062 total)