Viewing 30 posts - 1 through 30 (of 32 total)
  • Author
    Posts
  • #637003

    Hi,

    I want the tags and categories to show under each post but NOT author, date, or time. Can you tell me how to do this with the CSS in theme options?

    AND… can we set the number of posts with pagination rather than loading as you scroll?

    • This topic was modified 7 years, 10 months ago by Lucille.
    #637123

    Hey bzoromski,

    Thanks for getting in touch with us!

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Jordan

    #637160

    What I am needing is for the tags and categories to show (preferably at the bottom of the post rather than above it. But the author and date and time I do not want to show.

    Also, where can I set the pagination?

    #638442

    Hi,

    Thank you for the link. You can disable some of the post meta info in the Enfold > Blog Layout > Blog meta elements section.

    Best regards,
    Ismael

    #638778

    Did you look at my link? I have those set to just the categories and tags and yet it still is showing more AND it’s above the posts not below. Please read more carefully. This keeps happening in support here. I ask a question and it doesn’t get answered because the support people are not reading through the question and are not checking the link I’m sharing.

    Your reply was wrong. This is getting increasingly frustrating and delaying our being able to even install this on our actual site. I’m about 3 minutes away from requesting a refund and getting a different theme.

    #639003

    Did you look at my link? I have those set to just the categories and tags and yet it still is showing more AND it’s above the posts not below. Please read more carefully. This keeps happening in support here. I ask a question and it doesn’t get answered because the support people are not reading through the question and are not checking the link I’m sharing.

    Here is what I need.
    1. I need the categories and tags to appear but nothing else. THE BLOG SETTINGS ARE NOT DOING THIS.
    2. I need them to show when a single post is what is open. Not just when several are.
    3. I want the categories and tags below each post. The times they were showing it was above them. That is way too confusing.
    4. Is there a place to set pagination? So 200 being the most to show at one time?

    Anything I need to add would need to be css not for a child theme.

    #639199

    Hi!

    I can see tags showing on single view so i guess the only thing left would be to add categories associated with the post right? regarding pagination you can change that in General > Reading

    Best regards,
    Josue

    #639325

    Where are you seeing the tags? But yes, I do need the categories to show. I have tags, html and categories selected to show on the posts. So why aren’t they showing?

    #639363

    Where are you seeing the tags? But yes, I do need the categories to show. I have tags, html and categories selected to show on the posts. So why aren’t they showing?

    The Mia post is a new post, the Noah one is not. The old ones will be eventually changed to the new format… so what is going on and how can I get the categories to show on new posts and how to get them to be below not above.

    #639379

    ***PLEASE SOMEONE REPLY WITH ANSWERS TO ALL OF THESE***

    Where are you seeing the tags? But yes, I do need the categories to show. I have tags, html and categories selected to show on the posts. So why aren’t they showing?

    The Mia post is a new post, the Noah one is not. The old ones will be eventually changed to the new format… so what is going on and how can I get the categories to show on new posts and how to get them to be below not above.

    **** ALSO: When Mia shows up in a search, hers says READ MORE. I don’t want that. I want the full post to show. I want to disable the read more and only have full posts show.

    AND even though I’ve NOT selected author name and date to show, they ARE. PLEASE SOMEONE REPLY WITH ANSWERS TO ALL OF THESE

    #639566

    Hi,

    1. I checked a Post and the tags showed here – http://screencast.com/t/k3rjuUe2i8q
    2. The access you provided is no longer working.

    Best regards,
    Josue

    #639569

    I want the AUTHOR and DATE and TIME to NOT SHOW EVER, not in searches, not on any of the posts. I was able to use custom on time and date to just have it blank but ‘by AUTHOR’ still shows. I need to make that not show. Not in searches, or category listings or on a single post.

    #639581

    Author shouldn’t be showing now. Regarding the single post view, an issue is that the Mia post is using Advanced Layout Builder but the older posts aren’t, before we proceed into adding tags/categories i’d need to know if you’re planning to use ALB on ALL posts or no.

    #639592

    I want to change the older ones to that but all new ones will be, yes. AND HUGE THANK YOU for helping me!

    #639598

    We will use the new format for all new ones from here out

    Can we have categories below the post instead of above?

    This is our test site that we set up on, our real site I’ll list below. But you can see how we have things on there.

    #639601

    OK, i added some codes here that will allow you to have tags/categories for both cases:

    – ALB enabled, use the following shortcodes in text blocks (example)

    [the_post_tags]
    [the_post_categories]

    – ALB disabled, it’s added automatically after Tags (example)

    There’s also some additional custom CSS code in Quick CSS.

    • This reply was modified 7 years, 10 months ago by Josue.
    #639606

    Oh my goodness! THANK YOU!

    Do I need to add that? I do want the ALB for all new posts so is it set to do that already?

    Will this show this way in the lists then too?

    You are brilliant! Thank you SO SO much!

    #639609

    1. If you enable ALB you’ll have to add the shortcodes manually (as i did on mia’s post), that’s one of the downsides of ALB as it’s meant to convert any pre-defined templates into an empty canvas.

    2. Can you post a link to one of the list view?

    #639613

    YES, so you mean on the actual site or this one? I’ll just include both…

    (some of the photos don’t show btw, that is because this was set up with a backup of our actual site so the photos don’t exist on this site but the code calls for the ones on the main site)

    (ALSO, can the read more be removed?)

    #639625

    I can see some issues have arose in the list view due to placing ALB shortcodes in excerpt (fullwidth elements like grid row and submenu are not expected to be contained), check what i did in Mia’s post excerpt.

    #639627

    THAT IS PERFECT!!

    :D :D :D

    So, how do I do this with new posts? I’m going to make a Post Template so anyone who adds children’s profiles can do it. (I’ll include instructions too)

    Also, is the Read More removable? I don’t have it selected in the settings so not sure how it still shows?

    Thank you SO SO SO SO much!

    #639635

    I guess the basic procedure would be like:

    1. Build the single post view using ALB (content).
    2. Build the archive post view with simple text and image (excerpt):

    <img class="alignright" src="IMAGE URL" width="225" height="243" />Mia
    TEXT
    [donation-can goal_id=ID show_title=false]
    

    Read more is removed, tags and categories show on archive view now.

    #639638

    THANK YOU! I haven’t even looked yet lol but you are brilliant! Thank you so much!!!! Off to see now! :D

    #639640

    Oh Josue that is PERFECT!! Thank you so much! You have absolutely SAVED this! I was starting to really worry that I’d even be able to use the theme for our site! I hope you know I am SO thankful!

    :D

    #639652

    You are welcome and apologies for the first experience you had, we’re always trying to improve :)

    Best regards,
    Josue

    #639794

    Thank you so much, Josue! You have helped SO much!

    Is it possible to ask one more question?

    I have a PAGE (listed below) on our site which has graphics that people use the code, shown directly below the image, to put in their blog sidebars. On the new site, the normal editor it just looks a bit jumbled and the images don’t all show (there are too many graphics on it right now and that will be cut down)… but I am hoping I can do something like that with the ALB editor. Is that possible? Is there a way to have the box of code below it? (these are PAGES not posts btw)

    I did one PAGE on the new theme that had one box of code that kept changing it to the graphic instead of the text code so I made that a pop up instead but would really like to have it be a box of code like on our site now.

    Can you tell me if this is possible and how?

    Again, thank you so very much.

    (Edited to add… when we install the theme on our actual site, will the plugins and changes to this theme be transferred?)

    • This reply was modified 7 years, 10 months ago by Lucille.
    #640273

    Hi,

    please use different tickets for different questions.

    You could try to use `
    <pre>YOUR CODE GOES HERE</pre>
    ` or a plugins like: https://wordpress.org/plugins/prism-wp/

    Best regards,
    Andy

    #640321

    Hey!

    Try adding this code to the Quick CSS:

    textarea {
        line-height: 18px !important;
    }

    Regarding the migration from the site, you’ll probably need to move some things manually like menus, widgets and the codes added to the plugin i installed (Functionality / plugins > edit functions), theme settings can be imported/exported.

    Cheers! 
    Josue

    #640350

    I’ve never moved a plugin before… other than installing it on the second site… I am exporting everything I can but if it’s an actual plugin, is that moveable? I’m sorry if I’m being daft… just want to make sure it all ends up on the other site LOL!

    #640366

    Does the new site has the same content of the current one? are they in the same host? if so it would be easier to not move it but just change the domain settings so the domain points to the new install.

    Best regards,
    Josue

Viewing 30 posts - 1 through 30 (of 32 total)
  • The topic ‘Selective Meta items shown’ is closed to new replies.