Maite Schoenfelder
Forum Replies Created
-
Demonboy
thank you so much for explain how to use this plugin. It was just what I was looking for.
Forum: Themes and Templates
In reply to: [Responsive] Randomize header imageForum: Themes and Templates
In reply to: [Responsive] image for widget 1, 2, 3Forum: Fixing WordPress
In reply to: WP-ADMIN and REDIRECTION PROBLEMthank you so much!
I’ve tried with second option: “Edit functions.php” and now I have my blog running normally.Forum: Fixing WordPress
In reply to: WP-ADMIN and REDIRECTION PROBLEMok, Songdogtech, thanks.
I´ll see what can I do and I´ll read it.Forum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Change "Home" name of MenuThank you! All is ok. Is the same in Catch box theme
function catchbox_page_menu_args( $args ) {
$args[‘show_home’] = Blog;
return $args;
}Forum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Change "Home" name of MenuThank you Bethany. I will try and say you after if it works or not in catch box theme.
Thanks a lot.Forum: Plugins
In reply to: [Share Rail] [Plugin: Share Rail] Rail overlaps content on screen resizeHi everyone. I am using SR and I have a problem with CSS code.
I want to use:#shareRail{
background: #6b6b6b;
border-radius: 0px;
-moz-border-radius: 0px;
top: 21px;
left: -128px;
padding: 1px;
border: solid #2b2b2b 1px;
}Element Class attachment #shareRail
Is not working good and share rail has dissapear.
Waht is the problem here? I need to put the code in style.css? I ask because Element Class attachment doesn´t work.Thanks.