Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1315397
Logo link / Footer position / Navigation slider
Closed

Comments

  • lavendel200 started the conversation

    Hello,
    I built my new website with your theme Ion. Here are some issues I found with your theme so far. Can you please help me fix them? 

    1. Logo: The logo is automatically linked with the static front page. I would like to have it linked with my "work" page. 

    2. Footer: The footer right now starts wherever my content ends, but I would like to have it always stick to the bottom of the window. And also, how can I change the height of the footer? 

    3. Navigation slider: I cannot find where I can change the appearance of the navigation slider in my portfolio single projects (Portfolio slider).

    4. Single projects: In some of the single projects when I hover over the images they become transparent. In other projects however nothing happens when I hover over. I would like to have them all becoming transparent.

    My side is still on "Coming Soon Mode", let me know if you need it to be online. Thank you in advance!

  •  1,845
    Elated replied

    Hello,

    Thank you for choosing our theme and writing in.

    1) There is no built in functionality for this since it is predefined so the logo links you to home page, but it can be changed within theme files directly. TO do so please open this file wp-content\themes\ion\framework\modules\header\parts\logo.php and change marked href attribute https://www.screencast.com/t/rN7AdbUxEo to desired link to be something like this https://www.screencast.com/t/mbMvwzBX and make sure to put there link to your projects.

    2) This is normal behavior of the footer so it begins when the page's content ends. However, this can be overriden using some Custom Css for certain pages by setting page's min height attribute that will make content to become higher so footer is at the bottom. 

    3) For the Footer height it depends on the footer content and you can additionally increase it's height using Custom Css to increase paddings. Please provide us WP Admin access so we inspect it closer and solve the issue for you with some Custom Css code.

    4) Are you referring to these navigation arrows in single portfolio item https://www.screencast.com/t/Jb8eG4kMEOam , if that is the case please let us know and we will try to override them using some Csutom Css code to desired icons.

    5) Can you please provide us WP Admin access and point us exact page where it happens and we will gladly try to insect the issue for you.

    Please let us know if there is anything else we can do for you.

    Thanks


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •   lavendel200 replied privately
  •  1,845
    Elated replied

    HI,

    1) You're welcome

    2) This is the code that will make content stretch to certain amount no matter the content actual height, but when content is higher that 600px it will not get cropped. Just set there desired height and paste this Custom Css code into Elated Options > General > Custom Css field https://www.screencast.com/t/DfUMcsLoe5xn :

    .eltdf-content {
        min-height: 600px;
    }

    4) Just paste this code into Elated options > General > Custom Css field 

    body [class^="icon-arrows-"]:before, body [class*=" icon-arrows-"]:before{
        font-family: FontAwesome!important;
    }

    and than for the left arrow:

    .icon-arrows-left-double-32:before{
    content:'';
    }

    and for the right:


    .icon-arrows-right-double:before{ content: '' }

    with typing desired content of the icon from the list of available icons from here http://astronautweb.co/snippet/font-awesome/ .

    5) There is an error in console on that particular page which suggest that some third party plugin is causing the issue, so please disable all third party plugins and test that page. Please let us know if that solved the issue.

    Please let us know if this solved the issues and if there is anything else we can do for you.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •   lavendel200 replied privately
  •  1,845
    Elated replied

    Hi,

    1) wp-content\themes\ion\framework\modules\header\parts\mobile-logo.php

    https://www.screencast.com/t/5o1wymUTcx

    4) This could be  a server related issue. That is because of Cross-Origin error. In order to fix this, please follow instructions from this link http://meyermed.com/2015/03/fix-font-awesome-icons-not-displaying (this also applies to other browsers).

    You can also contact your hosting provider regarding this matter.  

    5) Sorry our mistake. Template modification is needed and we aren't in position to offer you such service at the moment. Maybe you can try to hire someone at http://studio.envato.com, thanks for understanding.

    For this type of Portfolio single you don't have option for hove r effect.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.