winger15mk
Forum Replies Created
-
Forum: Plugins
In reply to: Contact Form 7 PaddingFound it thanks!
Forum: Plugins
In reply to: Contact Form 7 PaddingWhere abouts?
Forum: Plugins
In reply to: Contact Form 7 PaddingI have looked there but cant see the problem?
Forum: Themes and Templates
In reply to: Some Style/Layout help please!Thats fantastic! Thank you so much for your help 😀
Forum: Fixing WordPress
In reply to: Increasing Upload Limit?Hi Rev,
Thanks for replying, i am with tsohost? can it be done with this?
I have found those guides online but cant see a php.ini file anywhere?
Thanks
Forum: Fixing WordPress
In reply to: Renaming 'Dashboard' On login widgetNo i am using the default login i believe just calling it to my client page.
The code im using to call it is:
<?php if(function_exists('the_widget')): // only in wp 2.8+ the_widget('LoginWidget', array(), array('widget_id'=>'instance-loginwidget','before_widget' => '<li class="block"><div class="block-login">','after_widget' => '</div></li>','before_title' => '<h3 class="title"><span>','after_title' => '</span></h3><div class="block-div"></div><div class="block-div-arrow"></div>'));Ahh that works now! Thanks so much!
Sorry the website is offline (in maintenance mode) at the moment as i dont want it online until it is finished.
I tried your code on line 152 of style.css in the directory /wp-content/themes/mystique
Thanks for your help!
Can anyone help with this? This is basically the last thing stopping me put the site online!?
Thanks!
That didnt work 🙁 just made the whole thing come apart.
My current css for that section looks like this:
ul.navigation ul{list-style-type:none;border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;position:absolute;display:none;width:250px;top:32px;left:0;margin:0;padding:4px;line-height:normal;background-color:#fff;-moz-box-shadow:0px 8px 14px rgba(0,0,0,0.3);-moz-border-radius-bottomright:8px;-moz-border-radius-bottomleft:8px;-webkit-box-shadow:0px 8px 14px rgba(0,0,0,0.3);-webkit-border-bottom-right-radius:8px;-webkit-border-bottom-left-radius:8px;box-shadow:0px 8px 14px rgba(0,0,0,0.3);border-bottom-right-radius:8px;border-bottom-left-radius:8px;}Thanks