Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #520976

    Hi!

    Thanks for previous helps. I have a few questions regarding the Enfold theme..
    1. Custom icons
    I have made some 110px/110px icons and want to show them in list / icon box options what you have in Home page and about us.
    But there is no option to insert custom images/icons to icon list or boxes..plz help how to achieve that.. below is the page where i want to have icons just the way now they a4e now but custom icons.

    2. the WP-layer slider
    is it responsive? because the pink box it getting shorter in laptop / ipad view… so i have to made it longer but now it looks too long width wise on my 20″ monitor. how to fix that? I am giving the credentials below.. in case you need.

    3. the footer if you see at my given link below is ok.. but left oriented.. how to make it center with 2 columns?

    These are very urgent needs..site launching this week..a quick help will be much appreciated.

    regards,
    Andy

    #521655

    Hey Acuadra_P!

    please use different tickets for different questions.

    1.) You can upload your own icons to fontello.com and afterwards use them in Enfold. Follow this tutorial: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    2.) You need to use media queries if you want to achieve different behaviors on different screen sizes: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    3.) use this code in Quick CSS field:

    #footer .container {
    text-align: center;
    }
    

    Regards,
    Andy

    #521687

    Hi! Andy,

    After waiting for a day i am very upset with the support I got ..

    1. I am using Enfold child theme and i have drawn a few icons I gave the Home url to see them.. I don’t see any options to upload the fonts..I need this asap..can you look in to it again plz?

    2. #footer .container {
    text-align: center;
    } this code is making my texts align center I didn’t asked for that.. I asked if I can shift the 2 columns such a way that same amount of gap is on both sides..

    WP layer slider is a responsive slider why should I need to use media query?

    Hope to hear soon. I need the custom icons very urgently.
    sending again the site details so that u can fix the issue..plz

    Thanks.

    #521816

    Hi!

    We can offer basic support only in this forum, as written in our support policy. If you are under pressure (time sensitive projects), then feel free to hire a freelance developer. You can find one for example here: http://kriesi.at/contact/customization

    As I already told you: Please open different tickets for different questions, because then we can answer your questions simultaneously and you would get a faster reply. Furthermore it will be easier for people searching in this forum to find solutions, as the threads will be clean and easy to follow.

    1.) Not sure about which icons exactly you are talking about and I am not sure if I understand you correctly. Why do you need to add any icons, which are already shown in your (Enfold) homepage?
    As I already told you im my previous post, you can upload your very own icons to fontello.com. Click here:

    View post on imgur.com

    Afterwards you should follow the video tutorial on how to add your own icon fonts (which I already sent you as well in my previous post): http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    2.) Responsive does not mean it will behave automatically the way you want. No plugin or theme can know what you wish to have. Instead it means that you can control different behaviors on different screen sizes. If you open a new ticket for this issue, then we can try to find the correct media queries for you.

    3.) Screenshots would have helped a lot, to make things clear for us. In the future you can use imgur.com or dropbox.
    Use this code instead:

    #footer .container {
    left: 10%;
    }
    

    and adjust as needed.

    Regards,
    Andy

    #521857

    ok thanks
    plz check below private section what icon i have no.1 when I am adding it through fontello it is coming within a gray background.
    I want it to look just like my home page icons.. in home page i added them as an image.

    how to change the style? I want to have a gray border white background and icon as u see in the given link. Plz let me know this one at your earliest.
    in future i will open separate threads thanks for help!

    Andy

    #521906

    Hey!

    1.) Have a look at this link: https://github.com/fontello/fontello/wiki/How-to-use-custom-images

    Your second dropbox link does not work for me. Can you check please?

    If you want to change icon’s background color, then use this code:

    .main_color .avia-icon-list .iconlist_icon {
    background-color: black;
    }
    

    Regards,
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.