Tagged: ,

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

    Since the last update the order in the blog grid view is changed into:
    1 blog-categories minor-meta
    and below
    2 slide-entry-title entry-title
    3 slide-meta-comments + slide-meta-del
    How can i change this to:
    1 slide-entry-title entry-title (centered)
    and below the title
    2 slide-meta-del + slide-meta-comments + blog-categories minor-meta

    #532316

    Hi Dutchman!

    Thank you for using Enfold.

    Please modify the config-templatebuilder > avia-shortcodes > postslider.php file. Replace everything with this: http://pastebin.com/xLN3QxzG

    Cheers!
    Ismael

    #532422

    Hi Ismael! Thanks, this works but can you take one more look please? The read more button isn’t on the next line. Now its next to the excerpt. And the space is before the blog-categories minor-meta is gone.

    #532737

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .read-more-link {
        width: 100%;
    }
    span.blog-categories {
        margin-left: 10px;
    }

    Best regards,
    Yigit

    #532882

    Almost perfect, thanks again but now the order is “slide-meta-comments + slide-meta-del + blog-categories minor-meta” .
    1. I would like “slide-meta-del + slide-meta-comments + blog-categories minor-meta”. (excacty like it was before the big update and like in the blog posts (post-meta-infos)
    2. In the blog category-page and in the tag-page there are no “read more” links/butons anymore. I’m not sure but i thought they where there before the big update. How can i add the read-more-link to the items in the category and the tag page?
    3. And how about future updates? i replaced the complete content in the postslider.php. Can you give me the code i need to change it in the future to:
    1 slide-entry-title entry-title (centered)
    and below the title
    2 slide-meta-del + slide-meta-comments + blog-categories minor-meta
    3. Read more buttons on categroy and tag page.

    #534776

    Hey!

    1. Not sure what you are trying to do. Can you show us the result please? because then we can provide you some precise css code. You can upload screenshots/mockups to imgur.com or dropbox.

    2. Did you include the <!–more–> link? or how did you include a “read more” link?

    3. Not sure what you are talking about. Can you elaborate please?

    4. Same as 2., isn’t it?

    Would have been better to separate different questions into different tickets.

    Best regards,
    Andy

    #535139

    Hi Andy,
    1. Since the last update the order of the “slide-meta” in the main blog page + tag page + category page is changed. Why? Now its changed to CATEGORY with the TITLE below. Then, below the TITLE there is COMMENTS and TIME. As soon as i open a blog post from this blog main page the “slide-meta” order is ok! Screenshot: http://goo.gl/4t9NLb
    Red is how its displayed since the last big update, green is how i would like it.
    2. In the main blog page (private content link 1) you can see the “read-more” links/buttons at every post. As soon as i open a category page or a tag page (private content links 2) the “Read more” buttons are gone. I’m not sure but i thought they where there before the big update. How can i add the read-more-link to the items in the category and the tag page?
    Screenshot: http://goo.gl/P5crt7

    3. Ismael gave me a full replacement code for the postslider.php. So i asked about future updates.
    4. there is no 4.

    #535824

    Hey!

    Thank you for the update.

    1. I would like “slide-meta-del + slide-meta-comments + blog-categories minor-meta”. (excacty like it was before the big update and like in the blog posts (post-meta-infos)

    1.) The slide-meta-del container is the separator. Why do you want to place that before the comments and not after it or before the blog categories?

    2.) You need to modify the archive.php file, look for this code around line 50:

    $atts   = array(
    

    .. replace it with:

                                $atts   = array(
    		  'contents' => 'excerpt_read_more',

    3.) Unfortunately, this is going to be overwritten once you update the theme. The snippet in the pastebin.com will not expire so you can still use it once you update the theme.

    Best regards,
    Ismael

    #535835

    Hi!
    1. If its the seperator i got it all wrong. I tried to explain it better in my previous reply with screenshots.(November 12, 2015 at 11:39 pm)
    The solution in http://pastebin.com/xLN3QxzG did made the order like this: Comments, Time, Category. I would like the order Time, Comments, Category. Just like it was before the big update. Can you help me out with that please? And why has it changed with this big update?
    2. Fixed the archive.php and tag.php! Perfect!
    3. Ok thanks for the info, but i can not imagine that ‘postslider.php’ is never going to be updated in the future. With the pastbin solution i will always have an old version. That is why i’m asking for the changes so i can apply them in future updates at this file.

    #537053

    Hi!

    Thank you for the info.

    1.) Please modify the same file again then use this code: http://pastebin.com/jtTPyF92

    2.) Great!

    3.) We modified the code between line 395-441. You can create a change log of that modification in case you update the theme. Unfortunately, this specific modification is not going to be added on future updates.

    Regards,
    Ismael

    #537172

    This works great, thanks Ismael!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘minor meta order’ is closed to new replies.