Amro profile

Home Forums Amro

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Amro
    Participant

    To answer your question, No none of the suggested solutions worked. However, we investigated the issue and fixed it by modifying the java script file “Slick.js ” which manipulate the translation property of the DIV in CSS code, mainly we removed the negative sign.

    ********* Slick.js *********

    /*if (_.options.rtl === true) {
    position = -position;
    }*/
    x = _.positionProp == ‘left’ ? Math.abs(Math.ceil(position)) + ‘px’ : ‘0px’;

    ************

    Now our issue is that the recent posts limit is not working when set to any number, for example to 6 or 9. it keeps showing many posts. in addition, specific posts by ID not working too.

    The same issue of limit apply to “Blog posts basics” found at Home page with WPBakery editor, the limit not working. I guess it uses the same function as recent posts.

    Can you please check and advise ASAP?

    Amro

     

     

    in reply to: Sidebar not working

    Amro
    Participant

    Hi,

    I used the last version, but still have the same issue.

     

    I have a testing website which is still under development and cannot be accessed directly by domain name. However, you can still access it through hosts file by adding the line below to your host file.

    You can also follow this link to see how to edit hosts file.

    https://support.managed.com/kb/a683/how-to-modify-your-hosts-file-so-you-can-work-on-a-site-that-is-not-yet-live.aspx

     

    Line to be added to your host file is:

    162.144.143.72      myandroid.com http://www.myandroid.com

     

    As you can see in the following page, the related posts slider does not show all posts, it only shows 3 posts.

    the other issue is that the left sidbare, shows only 3 posts and also does not show posts we choose by ID.

    https://www.myandroid.com/new-viber-update/

     

    BR,

    Amro

     

     

     

    in reply to: Sidebar not working
Viewing 2 posts - 1 through 2 (of 2 total)