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

    I didn’t make this site so its possible some CSS was edited to do this, I’m just not sure what was done. If you look at this blog post URL below (in the private area,) I have used the Advanced editor. It seems to not be formatted properly, the top part is hiding half under the menu.

    Also some of the normal things are missing
    There are no buttons to go to the next post/previous post

    Also, I’m not sure how to add the date posted (besides manually typing it in)

    Thanks

    #697689

    Hi LifeIsNow001,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #698133

    Thanks

    #698351

    Hi,

    1- You have following code in Enfold theme options > General Styling > Quick CSS

    .single-post #main {
        padding-top: 60px!important;
    }

    that is causing the issue. Please remove it.

    2- Please refer to Ismael’s post here – https://kriesi.at/support/topic/using-alb-with-custom-post-type-and-meta-information/#post-580144

    Best regards,
    Yigit

    #698556

    Thank you that CSS was the problem for the first question.

    For #2 where i want to display the Date and author and all that other stuff.
    So i did follow this.
    https://kriesi.at/support/topic/using-alb-with-custom-post-type-and-meta-information/#post-580144

    I created the new php file in my child theme and added the pastbin code into it.
    That didn’t display a new element, so i continued
    I added the other code to the functions.php and tried adding in the [the_post_meta] into a code block and a text block in the post but it doesn’t display anything/ seem to work.

    Any insight into this?

    Thanks

    #699977

    Hi,

    don’t try to use it inside your child theme, but inside original theme files. If it still does not work for you send us ftp details.

    Best regards,
    Andy

    #700326

    So i moved the post_meta_infos.php into the enfold folder.
    Didn’t fix it,
    So i then copied the functions.php code into the enfold functions.php
    Still didn’t work, so i moved that functions.php code back into the child theme.

    Theres FTP access below.

    #701186

    Hi,

    just add

    [the_post_meta]

    inside a text element, like I did in private content.

    I hope you’re happy now.

    Best regards,
    Andy

    #701585

    Oh it looks different, i see it now thank you.

    And i see the next and previous buttons, they just look different so I didn’t see them. Thank you

    #701586

    It seems like the social Share buttons aren’t working. I never tested them before so I don’t know if this is recent or just when using the advanced layout editor.

    #702366

    Hi,

    please always send us a precise link showing what you’re talking about.
    Simply use social share buttons from ALB.

    Best regards,
    Andy

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