Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • AHMED Friend
    #830934

    Hello, I have some issues: 1- the website name is not appearing ! 2- I need to set the path of website logo to be images/logo.png instead of images/stories/joomlart/logo_white.png 3- the full images of Articles section items do not appear even i followed the solution given in your forum but it does not work.

    thanks in advance.

    Adam M Moderator
    #831345

    Hi @linkmasr,

    Have you modified the template yet ? If possible, please provide a temporary FTP account via private reply, I will check this matter and fix it for you.

    AHMED Friend
    #831854
    This reply has been marked as private.
    Adam M Moderator
    #833331

    Hi @linkmasr,

    Thanks for the info. I checked your site with default template but somehow the title tag is missing. Please contact your hosting provider and ask them to upgrade your PHP version to at least 5.4.x and let me know when it’s finished.

    AHMED Friend
    #833992
    This reply has been marked as private.
    AHMED Friend
    #834063
    This reply has been marked as private.
    AHMED Friend
    #834354
    This reply has been marked as private.
    Adam M Moderator
    #835241

    Hi @linkmasr,

    Unfortunately, I’m afraid that look like there’s a problem with your Joomla! installation itself. The title tag is totally disappear even in backend page. Please try to check if there’s any 3rd party extension that might cause this effect or you will have to hire an expert to investigate the problem for you as it’s beyond our support scope.

    About the logo, please open file templatesja_teline_vtplsblocksheader.php and look for this line:

    <img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />

    and change as below:

    <img class="logo-img" src="<?php echo T3_TEMPLATE_URL . '/images/logo.png'; ?>" alt="<?php echo strip_tags($sitename) ?>" />

    Last thing is article full image, it’s a bug in current version and we’re working on it. I sent a request to push up the priority so our team can check it asap.

    AHMED Friend
    #835874
    This reply has been marked as private.
    AHMED Friend
    #835875
    This reply has been marked as private.
    Adam M Moderator
    #835992

    Hi @linkmasr,

    Please open file templates\ja_teline_v\css\custom.css (if you don’t have this file, just create a new one) then add this code :

    .gallery-list .photo-featured {
        max-width: 800px;
        margin: 0 auto;
    }
    AHMED Friend
    #836253
    This reply has been marked as private.
    AHMED Friend
    #837212

    Please, reply me asap.
    more than 2 days waiting for a reply.
    Anyone can help ???
    Thanks.

    Adam M Moderator
    #837848

    Hi @ahmed,

    You can add this code :

    .gallery-list .photo-featured .item-image img {
        max-height: 600px;
    }
    AHMED Friend
    #838163

    Thanks.

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

This topic contains 17 replies, has 2 voices, and was last updated by  AHMED 6 years ago.

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