This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • in reply to: Malicious Code #7209
    somuch77somuch77
    Participant

    This works, thanks. And also the loading speed quicker than before.

    in reply to: How to display post's category on related posts #7167
    somuch77somuch77
    Participant

    Yep, Its done 😀 Thanks for your help!

    in reply to: How to display post's category on related posts #7164
    somuch77somuch77
    Participant

    Yep, it works! Is it possible to add comma in between categories if the post have 2 or more categories?
    Maybe like this:
    Health, Sport
    Health, Sport, Fitness

    • This reply was modified 10 years, 5 months ago by somuch77somuch77.
    in reply to: How to display post's category on related posts #7162
    somuch77somuch77
    Participant

    Can you check if this actually works?

    I already add that code on my theme’s function.php, not working in here.

    Am I have to edit other than function.php? I tried to change
    <?php echo $rpp_post->author; ?>
    to
    <?php echo $rpp_post->cats; ?>
    on \includes\views\rpp.shortcode.php
    also not working.

    Thanks

    in reply to: taxonomy not working #5978
    somuch77somuch77
    Participant

    awesome! you rock dude!

    in reply to: taxonomy not working #5957
    somuch77somuch77
    Participant

    hi, i just create 2 custom taxonomies, lets say “Include” and “Exclude”. on “Include”, i have “A” and “B”, on “Exclude” i have “one”

    3 posts for trial (around 100 posts total)
    post 1 = “A” “B” category car
    post 2 = “B” “one” category motor
    post 3 = “B” “one” category motor

    on post relevancy i put “Include” as match taxonomy, match taxonomy for tags and categories are off
    on advanced – exclude terms, i put “one” on it

    result on post 1 i have post 2 and post 3 on RPP, so taxonomies match have higher priority than exclude terms?

    when i exclude category motor, on post 1 there is NO post 2 and post 3, so exclude category have higher priority?

    UPDATE
    on relevancy, tags match on, taxonomy match off
    on advanced exclude term on, i put “one”, not working, post 1 and post 2 still shows up
    conclusion from my side, exclude term not working. let me know if i can do something about it.

    • This reply was modified 10 years, 8 months ago by somuch77somuch77.
    • This reply was modified 10 years, 8 months ago by somuch77somuch77.
    • This reply was modified 10 years, 8 months ago by somuch77somuch77.
    in reply to: taxonomy not working #5956
    somuch77somuch77
    Participant

    sure is short answer for a long awaited one

    i think unless you’re doing this RPP coding for hobby, you should get a partner, i can’t imagine you handle this, tons of coding. i have premium theme, sahifa, i think even they have less coding files than yours. you should create your own wp theme, it could be awesome.

    in reply to: taxonomy not working #5939
    somuch77somuch77
    Participant

    bumpy road

    in reply to: taxonomy not working #5933
    somuch77somuch77
    Participant

    bump

    in reply to: changelog on update #5804
    somuch77somuch77
    Participant

    Ok, i’ll wait for the bugfix. Thanks!

    in reply to: this plugin forcing image to square #4825
    somuch77somuch77
    Participant

    haha, bullseye

    the content image size fixed, and rpp image is not affected by this change, i tried to regenerate rpp image and it generated well.

    thanks! 5 stars rated

    in reply to: rpp block overlapping #4811
    somuch77somuch77
    Participant

    this is awesome! thanks

    in reply to: how to made gap between rpp unclickable #4651
    somuch77somuch77
    Participant

    hi. it won’t work, because the span element that clickable become collapsed, and only the text that clickable.

    i’ve found solution for this, a little bit more editing, but will work.

    thanks

    in reply to: related post size #4606
    somuch77somuch77
    Participant

    just find a solution to this one.

    thanks

    in reply to: related post size #4600
    somuch77somuch77
    Participant

    hi

    it WORKS! 😀 i missed this percentage width yesterday. haha.
    i put the width on theme default width location, not on custom css. i put 33.33% because i want 3 posts each row (6 total)
    for smaller screen, using percentage causing the related posts too small, so i change it to 50% for screen under 520px using @media screen and (max-width: 520px). although i know 520px isn’t the correct @media screen size for mobile.

    i can’t make the rpp box (rpp_item) full width, i put frame on the rpp_wrapper, in fact i want it to be more right, inline with the paragraph http://i.imgur.com/KoLei0x.jpg
    any idea to push the rpp_item a little bit right for left item and a little bit left for right item? can’t use margin because the margin between box will be too big, and can’t use margin-left or margin-right because on smaller screen will change to 50%

    thanks

Viewing 15 posts - 1 through 15 (of 16 total)