Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2427325
Blog posts default format
Closed

Comments

  • clgmedia started the conversation

    Hi there - three things I hope you can help with are:

    1. Make the sidebar default on single posts only (not all pages)
    2. By default show the Featured image on the single post. (I think that having separate 'Default' page options for posts and pages in the theme options would be good).
    3. Is it possible to move the social icons in the top bar to the far right? I have attached an example of what I would like it to look like. I am using the justified top bar. 

    Appreciate your hard work and help on this great theme!

    Kevin 

  •  7,092
    Oliver replied

    Hi,

    1. /wp-content/themes/thegem/content-page.php 

     after line  27 add next code.

    if(get_post_type() == 'post') {
       $thegem_page_data['sidebar']['sidebar_position'] = 'right';
    }


    it's template, just copy it to the child theme.

    2. Do you have already created posts? 

    3. pls. give me link to your site.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • clgmedia replied

    Hi Gregor

    Thanks very much for your reply. I have updated the php for No. 1 and worked perfectly.

    2. Yes I already have created posts

    3. I am developing the website on a local installation at the moment so unfortunately I can't provide access.


    thanks

    Kevin

  •  7,092
    Oliver replied

    Hi,

    Let me know when the site will be online I'll help you to make this changes in the child theme safety for the future theme updates,  just create new ticket and with the note For Gregor. (I need to see all your settings to give the code...)

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • clgmedia replied

    Great thanks very much!

  •  7,092
    Oliver replied

    You're welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver