Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Forum: Reviews
    In reply to: [zAlive] A nice theme

    Or,
    Setup a temp account with write privileges to your wp-admin and I will make the changes. I am just here to help. I understand if you don’t want me to access your site though.

    Forum: Reviews
    In reply to: [zAlive] A nice theme

    Also,
    If you have host your own site you could go to your website root /wp-content/themes/zalive/and replace header.php and style.css with the 2 I sent you.

    Forum: Reviews
    In reply to: [zAlive] A nice theme

    @romanousky

    Are you opposed to me helping out. Maybe a remote assistance? The two files will open in a standard text editor. They are 1 php file and 1 .css file. I modified both using gedit on ubuntu. Notepad++ works great on windows fyi…

    Forum: Reviews
    In reply to: [zAlive] A nice theme

    @romanousky

    Your next step is to create a backup of your header.php and style.css. Then, just upload my modified version (the one you saw at https://ameri-techs.com) and overwrite the originals. You could also just copy and paste the contents via the WordPress theme editor.

    Download the modified files here:

    These are the modified files you need. It is one header.php and one style.css for the current version of zAlive theme. These are hosted on my server and I personally guarantee their authenticity and cleanliness. Feel free to check out the code.

    https://fs1.androidfilesharing.com/a90db89a26232c8f

    Forum: Reviews
    In reply to: [zAlive] A nice theme

    @romanousky

    Can you attach your style.css and header.php? you could even upload them via my File Sharing site, https://fs1.androidfilesharing.com. Just create an account for free and let me know when you have uploaded them. I will make the changes for you.

    Edit: Can you check out https://ameri-techs.com
    I have recreated the main parts of your site as you see it on my server with the changes I have made. Let me know what you think

    Forum: Reviews
    In reply to: [zAlive] A nice theme

    Please post your modified .css and your header.php code. Or if you wish, I can log into your machine and do it for you. I take security very seriously so I understand if you don’t want me to access your site.

    Forum: Reviews
    In reply to: [zAlive] A nice theme

    @international Mel,
    You could easily modify the css/html/php to edit your header. For example, you could create a new <div> for a Logo in your header like this: the following code would go into your style.css (keep it in the #header for obvious reasons…

    .header-logo{background:#e8e7e7;border:0;padding-left:0;padding-right:0;}

    And then tie it into the existing class like this:
    this goes in the header.php…

    <div id="header-logo" class="container"><img src="https://your-image-goes-here.png"/><a href="https://androidfilesharing.com/"></a></div></a>

    The above modification would give your primary menu at the top of the page, a header logo below the menu and then your content would follow below the logo. You could obviously modify this to your liking but I did this on my site https://androidfilesharing.com. And you don’t have to worry about it maintaining responsiveness as the developer did a great job with that!

    The possibilities are endless! The developer has provided a great foundation for which we can build upon. The sky is the limit!

Viewing 7 replies - 1 through 7 (of 7 total)