Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: Hj Ahmad Rasyid Hj Ismail on August 03, 2014, 04:11:33 PM

Title: Face1
Post by: Hj Ahmad Rasyid Hj Ismail on August 03, 2014, 04:11:33 PM
Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=2805)

Face1


(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fcustom.simplemachines.org%2Fthemes%2Findex.php%2Faction%2Cdownload%2Flemma%2C2805%2Fimage%2Cthumb&hash=5cef69029ae9da56f0087fb65e8478e7b661e473)

A simple css theme.

This theme is used or demonstrated in:
1. Anypost (http://anypost.qom.my/).
2. Simplefaces (http://simplefaces.gagau.org/).


Thank you for using/testing it.


Yours friendly,
Abu Fahim Ismail.

BSD License. Feel free to modify accordingly but keep author's link if it is in there somewhere. ;)

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fvalidator.w3.org%2Fimages%2Fvalid_icons%2Fvalid-xhtml10&hash=f3694497572838dc55641db875ff57107ebabaed)  (https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fjigsaw.w3.org%2Fcss-validator%2Fimages%2Fvcss&hash=710d7530f8727db53c62cb8f44abbef39967e693)
Title: Re: Face1
Post by: loupams on August 24, 2014, 02:16:27 PM
Hi ahrasis.  Thank you for this simple but elegant theme.

I am just having one problem using it with SimpleAds mod. The ad in the overall header position does not show entirely (it's cropped). 
I have no problem with it using the default curve theme.  Hopefully you can solve this issue.  Thank you.
Title: Re: Face1
Post by: Hj Ahmad Rasyid Hj Ismail on August 24, 2014, 11:19:27 PM
Try to add this code at the end of your index.css
div#ad_overall_header_1
{
margin: 5.5em 0 -5.3em;
}
Title: Re: Face1
Post by: loupams on August 25, 2014, 04:02:42 AM
Quote from: ahrasis on August 24, 2014, 11:19:27 PM
Try to add this code at the end of your index.css
div#ad_overall_header_1
{
margin: 5.5em 0 -5.3em;
}

Thank you for the reply.  I put the above code to face1 index.css as you instructed but did not work for me.
Title: Re: Face1
Post by: Hj Ahmad Rasyid Hj Ismail on August 25, 2014, 04:52:38 AM
I am sorry but the said fix works just fine for me. Here is the picture.

(https://www.simplemachines.org/community/index.php?action=dlattach;topic=526013.0;attach=234636;image)

May be you just need to refresh your forum.
Title: Re: Face1
Post by: loupams on August 25, 2014, 07:14:54 AM
Quote from: ahrasis on August 25, 2014, 04:52:38 AM
I am sorry but the said fix works just fine for me. Here is the picture.

May be you just need to refresh your forum.

Reinstalled the theme added the above codes. Still no effect - the same position as the curve theme .  Don't know where's the problem now.
Title: Re: Face1
Post by: Hj Ahmad Rasyid Hj Ismail on August 25, 2014, 07:42:37 AM
Quote from: ahrasis on August 24, 2014, 11:19:27 PM
Try to add this code at the end of your index.css
div#ad_overall_header_1
{
margin: 5.5em 0 -5.3em;
}
Sorry, but I forget to mention that this _1 is your ad ID. You must put a matching ID exactly the same otherwise it won't work.

Else, you might want to add style="margin: 5.5em 0 -5.3em;" inside the ad itself.


<div style="margin: 5.5em 0 -5.3em;">

the whole codes as in the ad box provided by the mod and your ad code.

</div>


I didn't test this one yet but IMO this could also work too.
Title: Re: Face1
Post by: loupams on August 25, 2014, 07:56:43 AM
Quote from: ahrasis on August 25, 2014, 07:42:37 AM
Quote from: ahrasis on August 24, 2014, 11:19:27 PM
Try to add this code at the end of your index.css
div#ad_overall_header_1
{
margin: 5.5em 0 -5.3em;
}
Sorry, but I forget to mention that this _1 is your ad ID. You must put a matching ID exactly the same otherwise it won't work.

Else, you might want to add style="margin: 5.5em 0 -5.3em;" inside the ad itself.


<div style="margin: 5.5em 0 -5.3em;">

the whole codes as in the ad box provided by the mod and your ad code.

</div>


I didn't test this one yet but IMO this could also work too.


Okay that's it. Now it's working perfect. Preferred adding the style to the ad code itself.  Thank you very much.
Title: Re: Face1
Post by: Hj Ahmad Rasyid Hj Ismail on August 25, 2014, 08:21:44 AM
I think that is easier too. Good to know you have resolved it.
Title: Re: Face1
Post by: oljo on September 29, 2014, 07:26:43 AM
Hello i am a noob in smf.

I just want to know, how can i remove the simple Machines Logo top right side? what program do i use, do i need to go to my ftp server and download the index remove the text and upload again?
Title: Re: Face1
Post by: Hj Ahmad Rasyid Hj Ismail on October 03, 2014, 01:06:47 AM
Do you want to replace it with another logo or totally want to remove it?

To remove the logo is the same as removing default i.e. by removing this code from index.template.php:


', empty($settings['site_slogan']) ? '<img id="smflogo" src="' . $settings['images_url'] . '/smflogo.png" alt="Simple Machines Forum" title="Simple Machines Forum" />' : '<div id="siteslogan" class="floatright">' . $settings['site_slogan'] . '</div>', '
Title: Re: Face1
Post by: mulwa on October 06, 2014, 03:58:34 PM
Please, i want to make that logo to be at the right hand side of the nav menu. Just how facebook does its own. (logo), HOME, help, message, search on the same line.
Amd i'd like to move the nav menus to the top. thanks
Title: Re: Face1
Post by: Hj Ahmad Rasyid Hj Ismail on October 06, 2014, 08:34:00 PM
You don't have to achieve via this simple theme. You can use DMOT mod (http://custom.simplemachines.org/mods/index.php?mod=3905) and customize your default theme to achieve that. You can ask how to achieve that in DMOT mod support page (http://www.simplemachines.org/community/index.php?topic=525950.0).
Title: Re: Face1
Post by: Hj Ahmad Rasyid Hj Ismail on October 12, 2014, 10:25:04 AM
Upgraded to version 3. Theme user and supporter can view latest version at http://anypost.qom.my

The theme package is available in its theme download page.
Title: Re: Face1
Post by: mulwa on October 18, 2014, 04:22:43 PM
thanks for the update. But i have a problem with the drop menus especially when you are in the admin page. When you hover over the "main" it displays the drop menu outside the screen. And also, the sub_drop menu overlaps the drop menu. For example: when you hover over "configuration"> and move down its drop menu like "themes and layout" you would discover that another sub_drop menu would be displayed and the sub_drop menu will overlap the drop menu instead of it to be aligned to the right. I attached its screenshot.
Thanks
Title: Re: Face1
Post by: mulwa on October 18, 2014, 04:34:50 PM
face1v3 screenshot.
Title: Re: Face1
Post by: mulwa on October 18, 2014, 04:46:59 PM
screenshot.
Title: Re: Face1
Post by: Hj Ahmad Rasyid Hj Ismail on October 20, 2014, 03:40:53 AM
Please download the new Face1v31. Face1v3 is withdrawn as it is a wrong file and not the latest version.
Title: Re: Face1
Post by: mulwa on November 11, 2014, 04:15:14 PM
Am sorry to put you into another work again. But please would it be possible to remove the user background that's separated from the content background? I just want the user area and the content area to be on the same div wrap/frame, Instead of user area separated from the content div wrap or frame. Thanks
Title: Re: Face1
Post by: Hj Ahmad Rasyid Hj Ismail on November 13, 2014, 02:03:50 AM
You can try to use default theme index.template.php and modify accordingly. No support though as theme works as it is basis only.