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

    hello people.
    although i come from austria – as kriesi – i cannot solve some of my problems…maybe bec. i still use old NOKIA 6210 , and therefore i have no idea at all about computers…especially creating websites ;) but i have to have a website now, and as i have no money i have to make it on my own. i will tell u my problems and if its possible, please try to answer in german…;)
    please check my website. as u will see, there will show up a weird page, with enfold infos . please let me know how i can change this!
    – than check my footer: there u will see my logo. (= its a colourful tree) . i want this picture in the exact middle of the page and not on the left hand side. please help me with this.
    – than check my slide show on front page. there u will see 3 pictures. first picture has a bigger size than the other 2 pics. i want all 3 pics in same size. ( so first pic should be smaller!)
    – than please check my audio player. i want to change the automatical volume of the song. so i need the song beeing played with about half of the volume of the pre-set from your page.
    – my submenus on “Angebote” i want to change the style , as it is shown on your demo-site: https://kriesi.at/themes/enfold/
    so the 3 submenues should come right underneath the head-menu.
    – i filled in some hyperlinks on “Links”, and i want them to be underlined or in different colour, so people can clearly see that there is a hyperlink “behind” the word.

    i hope u can help me!!!!!!!!!!!!

    yours
    ilpadre

    #1094302

    Hey ilpadre1,

    Thank you for using Enfold.

    The documentation should help get you started with the theme.

    // https://kriesi.at/documentation/enfold/quick-setup/#logo-setup

    That guide will walk you through every details of the theme. If you’re still not sure or if you didn’t understand something in the docs, you can always come back and ask here in the forum.

    Now, to answer your questions, please read the following.

    1.) That is going to be the front page when you didn’t set one. You have to create your own page and set it as the front or home page in the Enfold > Theme Options > Frontpage Settings.

    2.) If you want the logo to display at the center of the header, please go to the Enfold > Header > Header Layout panel and set the “Menu and Logo Position” to “Logo center, menu below”.

    3.) We can set the volume to 50%, but you have to modify the media element script directly. If you can provide the login details, we’ll edit the avia.js file for you. Line 461:

    // initial volume when the player starts
    		    startVolume: 0.8,
    

    4.) Are you referring to the text boxes with icons? That is the Icon Box element, which is available in the advance layout builder. Edit the page, switch the editor to the Advance Layout Builder and then go to the Contents Elements tab. Look for the Icon Box element.

    5.) This css code should add an underline to the links.

    a { text-decoration: underline; }
    

    Just copy and paste it in the Enfold > General Styling > Quick CSS field.

    NOTE: Please open a single thread for each inquiry instead of compiling them into one. You will usually receive a faster response that way.

    Best regards,
    Ismael

    #1094647
    This reply has been marked as private.
    #1095180

    Hi,

    Thanks for the update.

    1.) My bad. Please add this css code to center align the footer image.

    #footer .widget_media_image img.image.wp-image-630.attachment-full.size-full {
        margin: 0 auto !important;
        float: none;
        display: block;
    }

    2.) You have to use images with the same size. To clarify, you have to resize the images first and make sure that they are of the same size before uploading them in the slider.

    3.) Not really sure what you want to change here. Please explain the issue or provide a screenshot so that we can understand it better.

    Again, you’ll receive faster response if you open a single thread for each question.

    Best regards,
    Ismael

    #1095294
    This reply has been marked as private.
    #1095771

    Hi,

    Thanks for the update.

    The image is center aligned on Chrome, Windows 8. You’re probably looking on a cached version of the page. Try to remove the browser history before checking the page.

    Best regards,
    Ismael

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