Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • stazzy Friend
    #202892

    Gud evening Admin. I hav installed the ja nex t3 successfully but am having little issues with my slider. i am using sp smart slider it works well but my top-home 1 2 3 doesnt should on mobile only my moscot 1 and sidebar2.
    Then for my social share it doesnt show the picture of the article it shows my logo or no picture at all pls help.
    Thanks.


    1. Screenshot_2
    Ninja Lead Moderator
    #555863

    Because mobile layouts are very small and you could not show all positions on that and we hide some blocks on mobile view port. You can find the declaration in this file: templates/ja_nex_t3/less/style-responsive.less


    .ja-topheader,
    .t3-navhelper,
    .top-ticker,
    .t3-home1,
    .t3-spotlight-1,
    .ja-footer1,
    .video1,
    .adv2,
    .titbla_module {
    display: none;
    }

    Check the block where that slider is assigned to and has one of above classes. If you want to show it, just remove its class from above declaration.

    Regarding to social share, I need to debug it directly on your site, you can pm me URL and admin login info of your site

    stazzy Friend
    #555866

    Good Morning thanks for ur reply. I hav pm u my details. I also did the declaration but not response pls help. Thanks

    stazzy Friend
    #555893

    I have sent the details sir

    Ninja Lead Moderator
    #555924

    This is my fault because your site is using blue theme and not default, you can try this again

    Open templates/ja_nex_t3/css/themes/blue/template-responsive.css file

    Find and change


    .ja-topheader,
    .t3-navhelper,
    .top-ticker,
    .t3-home1,
    .t3-spotlight-1,
    .ja-footer1,
    .video1,
    .adv2,
    .titbla_module {
    display: none;
    }

    To


    .ja-topheader,
    .t3-navhelper,
    .t3-spotlight-1,
    .ja-footer1,
    .video1,
    .adv2,
    .titbla_module {
    display: none;
    }

    About the problem in social FB share, this is problem from Content – Fast Social Share plugin (3rd party), you can raise bug to them and ask them help you to add image in the article

    For example


    <meta property="og:image" content="http://example.com/lamb-full.jpg">

    stazzy Friend
    #555929

    ok sir. What is i use your own social extension?

    stazzy Friend
    #556020

    Morning sir. thanks for your help so far.
    Am now using ja social and am still gettin same issue. instead of the article photo and title, its showing me my advert image and category name as title. Pls help.


    1. Screenshot_2
    Ninja Lead Moderator
    #556076

    About the problem with socials facebook share, you can contact to extension (3rd party) for help to fix it. I remember that you can select image in article to share with Facebook with


    <meta property="og:image" content="http://example.com/lamb-full.jpg">

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  Ninja Lead 10 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum