Custom Logo & Second Featured Section

Discussion in 'Dzonia WordPress Theme' started by zbostrom, Sep 25, 2013.

Thread Status:
Not open for further replies.
  1. zbostrom

    zbostrom New Member

    Joined:
    Aug 21, 2013
    Messages:
    8
    Likes Received:
    0
    I am using the Dzonia pro theme. My website is:
    http://www.bodybyzach.com

    When I go into Appearance > Theme Options > General Settings there is a blank box where I can add a custom logo. I am currently have my custom logo designed. In the meantime I'd like this Custom Logo to be blank. When I do not fill anything in Dzonia defaults and puts its own logo. Where can I edit this so it will leave this area blank?
    Similarly I wish to do the same thing under Appearances > Theme Options < Homepage Second Featured Section > First Featured Section. Right now I'm using 2 of the 3 Second Featured Sections (The testimonial and far right column) however, the far left column (First Featured Section) I want to leave blank. I am currently designing the page I wish to go there. When I leave things blank under First Featured Section a default video of colorway is placed on my page?!
    I'm assuming I need to go into Appearances > Editor to remove these default settings however, I do not know where. I'm assuming header or frontpage but there is so much code I don't know how to weed through it all. Is there a code I can simply put under CSS to remove custom logo and this Second Featured Section? I do NOT want to remove the whole Second Featured Section just that far left column.
    Thank you in advance!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,
    I think you have removed "First featured section" by yourself. For header logo you can upload any small white image in the General settings.
    It will work.
     
  3. zbostrom

    zbostrom New Member

    Joined:
    Aug 21, 2013
    Messages:
    8
    Likes Received:
    0
    Yes, I was able to go into frontpage, my problem now however is that since I delete the line of code to remove the video everything under the second section has been shifted left, and if I ever want to use that space I can't simply add something under the easy to use "Theme Options" like I was using elsewhere. Any suggestions?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Undo all the customization have done for "First featured section" in the front-page.php file.
    And then go to the Appearance > Theme Options > Homepage Second Featured Section in your dashboard
    and paste the code given below in the First Feature Section.

    Code:
    <p></p>



    This will solve your issue.
     
  5. zbostrom

    zbostrom New Member

    Joined:
    Aug 21, 2013
    Messages:
    8
    Likes Received:
    0
    If I deleted the code under front-page.php so the demo video that I couldn't otherwise remove would go away, what would the code be to put that section back? I don't want to use it right now, however, by deleting this line of code the testimonial and the far right section have all shifted left. I'd rather have the code there, then type in the <p></p> so it'll simply be blank but available when I want to add something else.
    Thank you!
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Firstly download theme again from your members are and upload it.
    Login here: http://inkthemes.com/members/member/index

    After that please explain with the help of screenshot what you want to do, so that we provide exact solution for that.
     
  7. zbostrom

    zbostrom New Member

    Joined:
    Aug 21, 2013
    Messages:
    8
    Likes Received:
    0
    If I redownload the theme and install it will all my current work on the page disappear or be reset?
     
  8. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Your theme option content and css code in the Custom CSS section will remain intact while installing fresh Theme, but if you have make changes in .php files
    (like header.php, sidebar.php ,footer.php..etc.) of theme then you will loss your changes while installing fresh Theme.
     
  9. markmcwaters

    markmcwaters New Member

    Joined:
    Mar 6, 2013
    Messages:
    13
    Likes Received:
    0
    I also wanted to remove the demo video. Your code works great for that. Now, however, I would like to put an image and/or image plus text in that spot. How do I do that?
     
  10. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207


    Hello,

    Go to
    Appearance > Theme Option > Home Page Second Featured Section > First Feature Section

    and add code given below for your image and text.

    Code:
    <img src="Enter Your Image Address Here"><br><p>Enter Your Text Here</p>

    This will solve your issue.
     
  11. markmcwaters

    markmcwaters New Member

    Joined:
    Mar 6, 2013
    Messages:
    13
    Likes Received:
    0
    Indeed it did. Had to fiddle with sizing image issues, but no worries. Photoshop came through in the end! Thanks, Gourav.
     
Thread Status:
Not open for further replies.

Share This Page