Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #870054

    Hello there,

    I’m a big fan of Enfold and I love the website I have built. Thank you, Kriesi!

    I would really like to have a ‘search’ option on my landing page. I have tried to work this out – how to do this – but I don’t see any options. Is this possible? If so, how?

    Also, I’d like to add a ‘next post’ or ‘read this next’ option at the end of my blog posts. Is this possible in Enfold?

    Thanks!

    #870694

    Hey SheriG,

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Best regards,
    John Torvik

    #872663

    Hello – I emailed my web address via the private content, but I haven’t heard back from you, so I hope I didn’t make a mistake, and that you got it. I’ll try again in the private content bar – my URL as requested.
    Thanks!

    #873351

    Hi,

    1- Please refer to this post – https://kriesi.at/support/topic/large-search-bar-overlaying-background-image/#post-743375
    2- Please go to Enfold theme options > Blog Layout and make sure “Disable the post navigation” is unchecked.

    Best regards,
    Yigit

    #873969

    Thank you so much! It totally worked!
    How do I change the color in the search bar to black rather than grey?
    Thanks!

    #873984

    Hi there,
    I followed these directions: 2- Please go to Enfold theme options > Blog Layout and make sure “Disable the post navigation” is unchecked. However, I don’t see the ‘disable the post navigation’ option on the blog layout page.
    On the slider, I see an option to go to the next or past post, but I would love to have that option at the end of the writing, if that is possible.
    Thanks, everyone at Kriesi!

    • This reply was modified 6 years, 12 months ago by SheriG.
    #874971

    Hi,

    You can change the style of the search bar with the following css code.

    #top #s {
        width: 100%;
        position: relative;
        padding: 11px 47px 11px 5px;
        z-index: 1;
        margin: 0;
        box-shadow: none;
        border-color: #111111;
        background-color: #000000;
        color: #808080;
    }

    Adjust the value as necessary. Please create a new thread or post for new inquiries.

    Best regards,
    Ismael

    #875335

    Oh no- I tried that and now I am getting an error message and my site isn’t working. I’ve messed something up. Now it says: Parse error: syntax error, unexpected ‘;’ in /home3/teachactor/public_html/citykidadventures.love/wp-content/themes/enfold/functions.php on line 18
    I don’t know what I’ve done. I tried adding that code to the shortcode area and it didn’t work so I tried putting after the ‘avia_shortcode’ I had in the function.php menu and the whole thing stopped.
    And, now I cannot even get into the site. I’m so worried.
    Please help!

    #875496

    Hi SheriG,

    You can go to functions.php via FTP and delete the code that you added. After that, please, post the code you are adding and post credentials in private.

    Best regards,
    Victoria

    #875538

    Thanks, Victoria. I actually tried to do that, but it seemed to make things worse. Where in the editor function.php file do I put the avia shortcake for the search bar. I’m nervous about just adding it after what happened last time. Thank you so much. I really do want to add a search box. Thanks!

    And…where is ‘private’. Do you mean in the section below?

    #875952

    Hi,

    Please remove the css code from the functions.php file. You have to add it in the Enfold > General Styling > Quick CSS field or the child theme’s style.css file.

    Best regards,
    Ismael

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