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 #1915651
Portfolio Masonry Look & Feel
Closed

Comments

  • Christine Koziol started the conversation

    Hello Support,

    1. In the Portfolio Standard Three-Columns view (http://kendall.elated-themes.com/portfolio/standard-three-columns/) you do not display the categories of a portfolio below the image. In may case I have re-build everything exactly like you did in the demo, but I get the categories displayed below the image. Where or how can I hide this?

    2. How can I change the word "ALL" in the category navigator on the Portfolio List page to something else in my language? I could not find the right translation so far.


    Thanks in advance.

    Frank

  •  1,845
    Elated replied

    Hello,

    1. Just provide me with your site url + wp-admin credentials (in Private Reply)  so I can take a closer look.

    2. Theme labels can be changed or translated to your language with poedit software which is native wordpress way - following guide may be helpful http://code.tutsplus.com/tutorials/translating-your-theme--wp-25014 (read from point 3) or any other plugin for translation such as Loco translate plugin https://wordpress.org/plugins/loco-translate/ and here is beginners guide https://localise.biz/wordpress/plugin/beginners

    Or you can change that directly into the code.

    .eltd-portfolio-filter-holder .eltd-portfolio-filter-holder-inner ul li:not(.eltd-filter-line) span {
        font-size: 0;
    }

    OR you can try to add this css underneath in Appearance >> Customize >> Additional CSS field:

    .eltd-portfolio-filter-holder .eltd-portfolio-filter-holder-inner ul li:nth-child(1):not(.eltd-filter-line) span {
        font-size: 0;
    } .eltd-portfolio-filter-holder .eltd-portfolio-filter-holder-inner ul li:nth-child(1):not(.eltd-filter-line) span:after {
        font-size: 10px;
        content : 'test';
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 500;
    }
    7252535165.png


    For any other issue you are facing please feel free to ask us and we will assist you as soon as possible. I will give my best to help you building your site.

    Thanks & Regards, 
    Vladimir


    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.

  • Christine Koziol replied

    Hello Vladimir,


    1. I am preparing the new website on localhost via xampp, so can't share a URL with you that you would be able to access. I solved this with custom CSS for now, but thought there may be a configurable way of doing this.

    2. I am using the Loco Translate Plugin, which worked for some text translations already, like "Search", but the "All" is not working.



    I doubt that one text need to be translated via CSS.


    Regards,

    Frank

  •   Christine Koziol replied privately
  •  1,845
    Elated replied

    Hello there,

    I apologize for the late reply, we have been getting a lot of messages daily and are trying our best to keep up with every request. I hope you can understand.

    1- Unfortunately this option does not exist within the theme, we are sorry. Thanks for understanding.

    2- In order to target specific labels it would be best if you used poedit software. As my colleague noted before me the following guide may be helpful http://code.tutsplus.com/tutorials/translating-your-theme--wp-25014 (read from point 3)

    Hope this helps and if there is anything else that we can assist you with please don't hesitate to ask.

    Kind regards,

    Sean


    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.