manuelmagic
Forum Replies Created
-
Forum: Plugins
In reply to: [MaxGalleria] Galleries are not showed anymoreI removed both the plugins (gallery and album) and re-installed them from scratch. Now it seems working. Iβll keep you posted. Thank you for your replies.
Forum: Plugins
In reply to: [MaxGalleria] Galleries are not showed anymoreI really don’t think that the question belongs on the Max Album forum. I disabled the add-on and the problem persist. Please, provide support here, thank you.
Forum: Plugins
In reply to: [MaxGalleria] Galleries are not showed anymoreDone, check it out please: https://maxgalleria.com/forums/topic/galleries-are-not-showed-anymore/
Thank you
Forum: Plugins
In reply to: [MaxGalleria] Galleries are not showed anymoreI will do it right now, but the problem is with Max Galleria plugin, not with its add-on.
Forum: Themes and Templates
In reply to: How to put title OVER the header image in Twenty ElevenYour English was completely clear.
I made the credit page: http://manuelmagic.me/wordpress/?page_id=86Thank you for everything.
ByeForum: Themes and Templates
In reply to: How to put title OVER the header image in Twenty ElevenWell I’m going to bed, will check tomorrow morning for your reply. All technical questions are solved.
I don’t know if you still can reply if I marked the thread as solved, so I will wait till tomorrow morning to mark as solved.
Thank you for all your help and good night.Forum: Themes and Templates
In reply to: How to put title OVER the header image in Twenty ElevenI saw your edit after my message π
Forum: Themes and Templates
In reply to: How to put title OVER the header image in Twenty ElevenIt worked but I had to remove those tags. May be it was a formatting error during editing.
My blog now is exactly like I dreamed π If you give me an URL I will cite you in my site credits (if you’d like).
Thank you for all your help!
Forum: Themes and Templates
In reply to: How to put title OVER the header image in Twenty ElevenHeader image now is only a static image, thank you!
The new function you gave me deleted a ‘β’’ char in the menu, near the link “Manuel’s web page”. I have noticed before, but with all the help you were (and are) giving to me I didn’t find the courage to ask for such a small thing like that.
I don’t know if I will be able to help others, I know pratically nothing about CSS and PHP but surely I can reply to the frequently asked question that everyday new people ask because they don’t use the search feature π
Forum: Themes and Templates
In reply to: How to put title OVER the header image in Twenty ElevenWell, I would prefer if only the title is a link a not the whole image.
The search field is now correctly displayed. I realigned it myself with the sidebar, changing the padding in child styles.css
#access #searchform { position: static; float: right; padding-top: 6px; padding-right: 155px; }But when I click on it extends on the “wrong” direction (left instead of the right). Is it possible to change this?
And last but not less important: how can I exchange all the help you are giving to me? Really, is there a way?
Thank for your patience
Forum: Themes and Templates
In reply to: How to put title OVER the header image in Twenty ElevenYes, the title is exactly where I wanted (over the header image), thank you!
About the “link side effect” I was talking about the header image. I know header title is a link, but now it is also almost all the image.Here you are my functions.php
<?php add_action( 'after_setup_theme', 'my_child_theme_setup' ); add_filter( 'wp_nav_menu_items', 'fb_add_search_box', 10, 2 ); function my_child_theme_setup() { remove_filter( 'body_class', 'twentyeleven_body_classes' ); } function fb_add_search_box ( $items, $args ) { if( 'primary' === $args -> theme_location ) $items .= '<li class="menu-item menu-item-search">' . get_search_form( FALSE ) . ''; return $items; }?>Thank you for your help
Forum: Themes and Templates
In reply to: How to put title OVER the header image in Twenty ElevenHi Egado, thank you very much for your big reply!
I followed all your instructions, and now the text is OVER the header π β¦ but the search form isn’t displayed. I checked twice the procedure and I followed it right.
A minor side effect is that now all header image works as a link to the home of the blog (I don’t know why).
You can check the result hereThank you again