Reply To: home
if you look into my website… http://www.raymondoliva.com... i want “home” (text) to be before portfolio… i always click the logo to go back to menu.. how do i make it visible?
View ArticleReply To: Move logo to top centre of page
Try Theme Options > Custom CSS: @media only screen and (max-width: 767px) { #header {height:100px;} } Guido
View ArticleReply To: how to change the footer
Remove all text from Theme Options > Footer Open php file footer and remove this: © <?php bloginfo('name'); ?> is powered by <a href="http://wordpress.org/"...
View ArticleReply To: Some problems (responsive menu, etc.)
Here we go… 2) Open css file main and look for .page-title and add this: text-align:center; That’s it! Btw, .ee domain > which country? Guido
View ArticleReply To: Image Gallery
You can create and add a default WordPress gallery via button ‘add media’ while editing a page. Guido
View ArticleReply To: Move logo to top centre of page
Thank you… I have applied the following syntax to the custom CSS. @media only screen and (max-width: 767px) { #header {height:100px;} } I’ve checked and its appeared not to make any real difference....
View ArticleReply To: Customize homepage
It’s pretty simple. If you want to leave the default info (name, address, url, etc) on your homepage too, you can duplicate (for example) the address code in file ‘index’ and file ‘homepage’ (located...
View ArticleI need to add Marque on the Home page
I need to add a simple news feed in the home page (words float from right to left) how can i do that? If i use a plugin will that help?
View ArticleAdding Items to Header
Hi, So I have removed the ‘search’ bar from the header of the site and I wish to replace it with a contact phone number and small image. Can anyone shed any light on how I may do so? Thanks
View ArticlePortfolio Issues
Hi, When I’m trying to add portfolio items, I only get a box for media. There is nothing coming up for link or lightbox. Because of this – the thumbnails display on the portfolio page, but if you try...
View ArticleReply To: Portfolio Issues
(I should add, I watched the video of how to add portfolio items, which is how I know there should be additional options that are just not displaying here. Any help appreciated)
View ArticleReply To: Twitter Footer Feed Not Working
Personally speaking, I don’t like the look of the Twitter bird. The design is old and a little too cartoonish for my taste. I installed the ‘Really simple Twitter’ widget for the footer which in my...
View ArticleReply To: how to personnalize Fizz
Thanks Guido, But it’s strange I red in the support for of fizz to do that way … Second question : is there an influence if I change the color direcctly in the stylesheet ? I’m beganing with Worpress...
View ArticleDocumentation link is bad
He guys, is there any way to get to the documentation. I realize this theme is old, but it’d still be nice to be able to get to the documentation. Can you send me the correct link please?...
View ArticleReply To: Adding a menu?
Arab deserts I guess you need to play with margin and padding of your #top-menu a bit. If you not able to solve this, please add your top menu css. Guido
View ArticleReply To: Adding a menu?
This is my css code : .extra-menu{ width: 100%; background-color: #298e6c; } .extra-menu ul{ margin: 0; padding: 0; float: left;} .extra-menu ul li{ display: inline;} .extra-menu ul li a{ float: left;...
View ArticleReply To: How to make a text space?
Sorry, I just realized it is from menu section. Thank you, I managed it.
View ArticleReply To: How to make a text space?
Hi Minare, Yes it’s from menu section. Yes you’re welcome..
View Article