Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #374527

    So to start, I have two requests:
    – is it possible to just display the breadrumbs (home/category/topic) on the left of the page and omit page title completely?
    – I would also like to have some sort of display control on the socket copyright, perhaps center it along with the social media icons.
    – does the search only look in (blog) posts or can it search tags etc too?
    – also, do you have a nice example of editing the display of blog posts somewhere? I have hacked it to just show text and big preview but haven’t played with my blog feature much yet.

    PS: I used Tripod theme initially but this is so much easier to use. However, I had to opt for a 3rd part gallery option because I found the gallery option a bit buggy. I won’t go into detail but if you make any updates down the line, that would be amazing and I wouldn’t mind switching back to what you provide! Sometimes, something super simple and classy is best – I really like the implementation in Squarespace’s WEXLEY theme.

    • This topic was modified 9 years, 2 months ago by ajitmenon.
    #374614

    Hi ajitmenon!

    Thank you for using Enfold.

    1.) Remove the title on the title container with this on Quick CSS:

    #top .alternate_color.title_container .main-title {
    display: none !important;
    }

    2.) Try this:

    #socket .container {
    text-align: center;
    }
    
    #socket .copyright, #socket .social_bookmarks {
    display: block;
    float: none;
    clear: both;
    }

    3.) The theme is using the default WP search and it is sorted by the following criteria:

    > Full sentence matches in post titles.
    > All search terms in post titles.
    > Any search terms in post titles.
    > Full sentence matches in post content.

    4.) Please provide a screenshot on how you the blog to look like.

    If possible, please create a thread for a single topic to keep the forum topics relevant to their original inquiry.

    Best regards,
    Ismael

    #381500

    Thank you for the reply (I noticed this only recently).

    This is the site I built with Enfold:
    http://ajitmenon.com/
    And you can see I have centered the copyright.
    I am still not using the breadcrumbs because it aligns itself to the far right (beyond the frame of my galleries.
    Is there a way to get the breadcrumbs to be centered along with the text?

    #382823

    Hi!

    Breadcrumbs seems to be disabled on your website, can you post a link to a page with breadcrumbs?

    Cheers!
    Josue

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