Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #197194

    Search form in header
    I’ve included a search bar in the header using:
    <?php get_search_form(); ?>
    This is working fine, but I’d like to know if I can disable the ajax search results functionality?

    Blog small preview
    I’d like to remove the dashed line between blog entries. I’ve tried to pinpoint the element in firebug to no avail. Is it possible to remove this?

    Breadcrumbs
    I’m trying to change the location of the where the breadcrumbs appear. I’m using yoast’s seo plugin so I can use the snippet provided and I’ve got it working in the blog, but I can’t find where to insert it in the pages, blog index, archives etc.. This is where I’d like the breadcrumbs to appear: https://www.dropbox.com/s/vnr3qr65yp7wrp9/ma_preview.jpg

    Tooltips
    Related content in the blog makes use of cool tooltips where it says “YOU MIGHT ALSO LIKE”. Would it be possible to use them on other elements like images or links? That would be really useful to me.

    Many thanks in advance.

    • This topic was modified 10 years, 11 months ago by Robsticles1.
    #197428

    Hi Robsticles1!

    Please add following codes to Quick CSS in Enfold theme options under Styling tab
    1)

    #top #menu-item-search.menu-item-search-dropdown>a { display: none; }

    2)

    .multi-big .post_author_timeline { display: none; }

    3) Can you post the link to your website so we can inspect elements?
    4) It would be possible but you are going to need to hire a freelance developer for that kind of a customization

    Cheers!
    Yigit

    #197477

    Thanks Yigit,

    Unfortunately that didn’t work, but I managed to disable ajax by changing the following line in searchform.php from:
    'ajax_disable' => false
    to:
    'ajax_disable' => true

    The site is on my localhost so I can’t post a link, but I’ll come back to this thread when it’s live.

    Cheers

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘A few questions’ is closed to new replies.