Title: Mobile Edit
Last modified: August 21, 2016

---

# Mobile Edit

 *  Resolved [dailytrip](https://wordpress.org/support/users/dailytrip/)
 * (@dailytrip)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/mobile-edit/)
 * I need the look of easy related posts on Mobile browser or any browser to be 
   beside each other like the attached image here:
    [http://s3.amazonaws.com/awesome_screenshot/4960520?AWSAccessKeyId=0R7FMW7AXRVCYMAPTPR2&Expires=1402381360&Signature=6Kd3fF5r3zDlN%2FN4DCe1Q%2F9SiOg%3D](http://s3.amazonaws.com/awesome_screenshot/4960520?AWSAccessKeyId=0R7FMW7AXRVCYMAPTPR2&Expires=1402381360&Signature=6Kd3fF5r3zDlN%2FN4DCe1Q%2F9SiOg%3D)
 * And also the related posts only show four static related posts although Iam checking
   to choose from category
 * PS. please note Iam using Arabic content in my WordPress website.
 * Is there any fix for that please help
 * [https://wordpress.org/plugins/easy-related-posts/](https://wordpress.org/plugins/easy-related-posts/)

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Author [xdark](https://wordpress.org/support/users/xdarkeu/)
 * (@xdarkeu)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/mobile-edit/#post-4994708)
 * Please check the link, seems it’s expired.
 * Also a link to your site will be helpful.
 * Cheers
    Panos Vagenas
 *  Thread Starter [dailytrip](https://wordpress.org/support/users/dailytrip/)
 * (@dailytrip)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/mobile-edit/#post-4994737)
 * Here are the link :
    [http://banzeema.com/bloc2/21083/](http://banzeema.com/bloc2/21083/)
 * I need them to be beside each other like the attached image here:
    [http://egyptiannews.tv/wp/uploads/scr2_$1$gVlCLpFp$uFIr4slHo4wrSntm8CjV9](http://egyptiannews.tv/wp/uploads/scr2_$1$gVlCLpFp$uFIr4slHo4wrSntm8CjV9)..
   png
 * And the option are:
    [http://egyptiannews.tv/wp/uploads/scr1_$1$D0BC0GA7$RoZaf1ZOekGh4a3Fweo95.png](http://egyptiannews.tv/wp/uploads/scr1_$1$D0BC0GA7$RoZaf1ZOekGh4a3Fweo95.png)
 * Kindly check and feedback me asap please
 *  Plugin Author [xdark](https://wordpress.org/support/users/xdarkeu/)
 * (@xdarkeu)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/mobile-edit/#post-4994745)
 * Got it,
    Modify file [ERP dir]/front/views/main/Grid/grid.php
 * line 46
    `<div class="col-md-<?php echo $columnClass; ?> col-lg-<?php echo $columnClass;?
   > col-sm-<?php echo $columnClass; ?>"`
 * change it to
    `<div class="col-md-<?php echo $columnClass; ?> col-lg-<?php echo
   $columnClass; ?> col-sm-<?php echo $columnClass; ?> col-xs-<?php echo $columnClass;?
   >"`
 * Now you should have the same layout in all devices.
 *  Thread Starter [dailytrip](https://wordpress.org/support/users/dailytrip/)
 * (@dailytrip)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/mobile-edit/#post-4994777)
 * Thanks it works great now
 *  Thread Starter [dailytrip](https://wordpress.org/support/users/dailytrip/)
 * (@dailytrip)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/mobile-edit/#post-4994778)
 * But what about the problem of the same four posts appear related posts as I told
   you before Iam using Arabic content ?
 * Could you please help me with it ?
 *  Plugin Author [xdark](https://wordpress.org/support/users/xdarkeu/)
 * (@xdarkeu)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/mobile-edit/#post-4994779)
 * I’m not sure whats the problem. If two posts have the same categories then it’s
   normal to show the same related (as long as Rate posts by option is set to Categories)…
 *  Thread Starter [dailytrip](https://wordpress.org/support/users/dailytrip/)
 * (@dailytrip)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/mobile-edit/#post-4994780)
 * No every post have only one category assigned to it .
 *  Plugin Author [xdark](https://wordpress.org/support/users/xdarkeu/)
 * (@xdarkeu)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/mobile-edit/#post-4994781)
 * So if cat A is assigned to post X and post Y then Y should appear in X’s related
   and vice versa… Have you noticed a different behaviour?
 *  Thread Starter [dailytrip](https://wordpress.org/support/users/dailytrip/)
 * (@dailytrip)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/mobile-edit/#post-4994785)
 * No there is misunderstanding let me explain more:
 * we have 30 posts in category A
 * When viewing article number 1 –> related posts shows posts number 5,9,10,24
 * When viewing article number 2 –> related posts shows posts number 5,9,10,24
 * When viewing article number 3 –> related posts shows posts number 5,9,10,24
 * Did you get me now ?
 *  Plugin Author [xdark](https://wordpress.org/support/users/xdarkeu/)
 * (@xdarkeu)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/mobile-edit/#post-4994788)
 * This is normal as long as all posts are in category A and posts 5,9,10,24 are
   the most recent.
 * No entropy in finding related so the latest posts always should be displayed 
   if they have the same categories.
 * You can change that by adding more categories to be more specific or adding tags
   and set option _Rate posts by_ to tags. That way the ones that have more tags
   in common will appear in related.
 *  Thread Starter [dailytrip](https://wordpress.org/support/users/dailytrip/)
 * (@dailytrip)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/mobile-edit/#post-4994790)
 * Okay thanks for your help and time

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Mobile Edit’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-related-posts_7c7c7c.svg)
 * [Easy Related Posts](https://wordpress.org/plugins/easy-related-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-related-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-related-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-related-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-related-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-related-posts/reviews/)

 * 11 replies
 * 2 participants
 * Last reply from: [dailytrip](https://wordpress.org/support/users/dailytrip/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/mobile-edit/#post-4994790)
 * Status: resolved