Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1104167

    Is there a way to keep Archive dropdown on the top right of the page right after the main menu as yearly and not monthly? for example,

    https://www.dropbox.com/s/0h6lsbg4ywyny1v/post-date-dropdown.jpg?dl=0

    I also would like to move the date position next to the main title of the post.

    #1104947

    Hey s_taimoor,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #1106125

    but Can’t it be added just as a small widget on main blog page? I can add it to the side so, it should be simple to add to main blog page as well.

    #1106586

    Hi s_taimoor,

    With regards to having a drodown on top of the page, I think you can try this out: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area maybe some tweaks with css and you can fix the position.
    As for moving the date, currently your site shows the title below the image as opposed to what is seen in screenshot, so moving it beside the title can be done through css, go to Enfold > General Styling > Quick CSS, then add this css code:

    .entry-content-header .post-title.entry-title, 
    .entry-content-header .post-meta-infos {
        display: inline-block;
    }
    
    .entry-content-header .post-meta-infos {
        margin-left: 10px;
        position: relative;
        top: -2px;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1106613

    Adding widget thing I will look into it. Regarding positioin, i applied the code but seems like its not affecting on anything.
    could you please check again?
    Thanks

    #1106969

    Hi s_taimoor,

    https://cl.ly/4918d24e5c11 I am seeing the date next to the title already and I am not seeing the widget. Are you still working on adding it?

    Best regards,
    Victoria

    #1107094

    hi dear
    but the slash after the date should be removed and everything including Title,, date, read more should be left aligned to the picture above. please check attached image

    #1107417

    Hi s_taimoor,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top.blog .fullsize .template-blog .post .entry-content-wrapper > *,
    #top.blog .fullsize .template-blog .post .entry-content-wrapper .entry-content-header,
    #top.blog .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 100%;
    }
    #top.blog .fullsize .template-blog .post .entry-content-wrapper .text-sep.text-sep-date {
        display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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