Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1021915
    AnnaTPhoto
    Participant

    Hi – I don’t really have any coding knowledge and don’t really understand child themes etc. I’d really like to completely customise my blog posts, but understand that takes a bit of doing. For now I’d be happy to just get rid of the 2 top lines, the word Blog and the slideshow at the top of my blog posts.
    Thanks
    Anna

    #1022182
    Paul R
    Moderator

    Hi Anna,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1023104
    AnnaTPhoto
    Participant
    #1023661
    Rad
    Moderator

    Hi there,

    Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .single-post .format-gallery .entry-featured , .single-post .x-header-landmark {
    display: none;
    }

    That should do it 🙂 Cheers!

    #1023997
    AnnaTPhoto
    Participant

    Thank you – it works! 🙂

    2nd bit – please let me know if I need to start a new thread – but how can I have ‘next post’ and ‘previous post’ at the end of the each post?

    Thanks

    #1024188
    AnnaTPhoto
    Participant

    IN addition (sorry getting these all in now – with the time difference, I lose too much time if I post 1 question at a time? – thanks!)
    1. how can I change the content width of my posts to 900 wide – so that the text isn’t full width?
    2. Make the post heading centred?
    3. Add a shortcode link (to an essential grid) to show up at the bottom (above the footer) on every post.

    Thanks
    Anna

    #1024291
    Darshana
    Moderator

    Hi there,

    #1. To add previous and next links to your posts, please refer to the following post (https://community.theme.co/forums/topic/previous-or-next-post-button/#post-890499).

    #2. To set the post width, you can add this under Custom > CSS in the Customizer

    
    .single-post .x-main {
        max-width: 900px;
    }
    

    #3. To center post headings, you can add this under Custom > CSS in the Customizer

    
    .single-post .entry-header {
        text-align: center;
    }
    

    #4. With regard to your request about essential grid, could you please explain what shortcode you want to use & perhaps a link to the page, so that we can assist you.

    Thanks!

    #1025210
    AnnaTPhoto
    Participant

    Thanks for that.
    OK.
    1. I’m a complete novice I’m afraid. I have installed and activated the x-child theme as per instructions – but have no idea as to what I have to do next. I searched for the functions.php but can only find one that sits in the x folder – which I assume is the parent theme. Sorry – any help would be greatly appreciated. I don’t understand why wordpress doesn’t have this as a default on their posts – they used to (unless it was a proPhoto functionality – which is what I used to use)

    2. This has worked, but is there a way to have the max-width centre aligned in the main website width which is 1500?

    3. Perfect.

    4. My mistake, it’s not an essential grid shortcode, it’s actually an instashow shortcode – as follows:
    [instashow source=”@anna_t_photo” columns=”5″ rows=”1″ gutter=”5″ scrollbar=”false” effect=”fade” loop=”false” color_gallery_overlay=”rgba(202, 202, 202, 0.9)” color_gallery_arrows=”rgb(0, 0, 0)” color_gallery_arrows_hover=”rgb(205, 209, 211)” color_popup_username=”rgb(205, 209, 211)” color_popup_username_hover=”rgb(138, 141, 142)” color_popup_instagram_link=”rgb(205, 209, 211)” color_popup_instagram_link_hover=”rgb(205, 209, 211)” color_popup_anchor=”rgb(205, 209, 211)” color_popup_anchor_hover=”rgb(205, 209, 211)” client_id=”” access_token=”3141150478.745c638.74bcd2c4d3c4442e9cc97aa56c074202″]

    Thanks
    Anna

    #1025948
    Rad
    Moderator

    Hi there,

    1. You should able to see /x-child/ along with /x/ folder from your FTP. Would you mind providing your admin and FTP login credentials in private reply?

    2. Sure, please change it to this,

    .single-post .x-main {
        max-width: 900px;
        margin: 0 auto;
        float: none;
    }

    4. You can enable your footer widgets at Admin > Appearance > Customizer > Footer, then add text widget at Admin > Appearance > Widgets for the footer. Then simply add your shortcode within the widget.

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1021915 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>