Zidalgo Wordpress Forums | Help with Modicus Remix

You must be logged in to post Login Register

Search Forums:


 






Help with Modicus Remix

UserPost

10:10 am
February 13, 2009


teckn1caLity

Member

posts 5

1

I'm using the Modicus Remix theme and I need to know a few things. How can I add a logo/banner where the text is generated at the top of my site on the left default. And, on the sidebar there is Feeds / Syndication / Random red text that says my sites name & Indetification area.. how can I delete those?

12:06 am
February 14, 2009


admin

Admin

posts 173

2

Hello,

To add a banner at the top, you'd want to modify your header.php template file, and simply use html code to insert whatever image you like ( <img src="" /> )

As for deleting areas of your sidebar, you just need to open the sidebar.php template file, and delete whatever module you want removed. Each 'section' on the sidebar is generally divided up between <li> </li> elements. I'd suggest doing some intro reading on HTML before modifying anything however.

4:56 am
February 14, 2009


teckn1caLity

Member

posts 5

3

Do I want to delete the code inside header.php and just put the img src code with the link to my image?

7:16 am
February 14, 2009


admin

Admin

posts 173

4

Well you obviously wouldn't want to delete all the content inside header.php, it's all needed for the theme to function =) You just insert a call to your image wherever you want it to show up.

7:30 am
February 14, 2009


teckn1caLity

Member

posts 5

5

Yeah, how about you tell me exactly where to put it, I know how to put it at the very top in the middle but I want it over the name of my site on the top left =/

8:29 pm
February 16, 2009


teckn1caLity

Member

posts 5

6

Yeah, how about you tell me exactly where to put it, I know how to put it at the very top in the middle but I want it over the name of my site on the top left =/

5:04 am
February 19, 2009


teckn1caLity

Member

posts 5

7

Yeah, how about you tell me exactly where to put it, I know how to put it at the very top in the middle but I want it over the name of my site on the top left =/

6:47 pm
January 9, 2010


aprilrein

Member

posts 6

8

Well, you have  to modify your header.php template file, and simply use html code to insert whatever image you like ( <img src="" /> ).