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 #1539234
Page configuration
Closed

Comments

  • belensegarra started the conversation

    Hi there

     I have several questions so I will try to explain them by screenshots:

    Screenshot 1

    On the top right corner the Icon of the menu appears as an "a". How can I change this? can I set the image I want?

    On this same screenshot, I have set the masonry portfolio mode. space between images as "tinny" but the both left and right sides limits of the page appears without this space. Can I set the same space on the both sides of the page? or have to be as shows right now?

    Screenshot 2

    Can I remove the category field from this page?

    On the bottom part of this screenshot appear the category: Illustration. Can I remove this field? 

    In case that not. Right now is linked to the screenshot 3. Can I remove the tittle and category of each image on this screenshot 3? and also can I set this page as masonry portfolio mode?

    At the bottom of this screenshot appears the square Icon. How can I change the link of this Icon? and also is possible to change the icon image?

    Screenshot 5

    Every time I´m trying to upload a video link appears as shows on this screenshot. How can I fix this?

    Your help will be so much appreciate.

     Cheers.


     

  •  1,845
    Elated replied

    Hello,

    1. If your font awesome icons or custom fonts are not showing up in a certain browser (mainly Firefox or IE), then you have two solutions you can take.

    Solutions:

    1. Host the font on same domain as the domain from where the website is accessed

    2. Create .htaccess file in the root folder on the same domain where fonts are hosted and add the following code into it:

    # Apache config
    <FilesMatch ".(eot|ttf|otf|woff)">
     Header set Access-Control-Allow-Origin "*"
    </FilesMatch>

    Detailed Steps:

    So first you log in to your FTP server and find the root folder of your wordperss installation (you can see the ‘wp-admin’, ‘wp-content’ etc folders there)

    Create a new file, name it just ‘.htaccess’ (without quotes),

    Next select that .htaccess file and edit it. (or if you don’t see the edit option, copy this file to your local PC, edit it locally in a text editor, add the code I’ve shown below save the file) then move the file back to the ftp server into same location)

    Then, paste this code into that file, save the file and upload it back to your FTP server into the same folder.

    # Apache config
    <FilesMatch ".(eot|ttf|otf|woff)">
     Header set Access-Control-Allow-Origin "*"
    </FilesMatch>

    Your icons should be working now.

    2. You can try to add some left/right padding in Row Settings >> Design Options tab

    3. You can try to add this css underneath in Elated Options >> General >> Custom CSS field:

    .eltdf-portfolio-single-holder .eltdf-ps-info-holder .eltdf-ps-info-item.eltdf-ps-info-item.eltdf-ps-categories {
        display: none;
    }

    4.   You can try to add this css underneath in Elated Options >> General >> Custom CSS field:

    .archive.tax-portfolio-category .eltdf-portfolio-list-holder.eltdf-pl-info-below article .eltdf-pli-text .eltdf-pli-category-holder a {
        display:none;
    }

    5. It seems like there is some problem with that video. Please share with us the url of that page and your wp-admin credentials so we can take a closer look.

    6. If you are referring to Back to Link icon, you can set it for each Portfolio Item separately in Portfolio Single settings.


    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.