Forum Replies Created
-
AuthorPosts
-
somuch77
ParticipantThis works, thanks. And also the loading speed quicker than before.
somuch77
ParticipantYep, Its done 😀 Thanks for your help!
somuch77
ParticipantYep, 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
somuch77.
somuch77
ParticipantCan 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
somuch77
Participantawesome! you rock dude!
somuch77
Participanthi, 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 motoron post relevancy i put “Include” as match taxonomy, match taxonomy for tags and categories are off
on advanced – exclude terms, i put “one” on itresult 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.somuch77
Participantsure 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.
somuch77
Participantbumpy road
somuch77
Participantbump
somuch77
ParticipantOk, i’ll wait for the bugfix. Thanks!
somuch77
Participanthaha, 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
somuch77
Participantthis is awesome! thanks
somuch77
Participanthi. 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
somuch77
Participantjust find a solution to this one.
thanks
somuch77
Participanthi
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
-
This reply was modified 10 years, 5 months ago by
-
AuthorPosts