Robin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Can't fix image cropping problem with themethe media thing u see is max heights as such
so just uncheck the crop thumbnail thing
and in auto embed add the width it already has a height defineForum: Themes and Templates
In reply to: Sidebar Overlapping Post Sectionok so just looking through firebug tool i can see lot of margin issues and css floats thing
just cant exactly fix it with firebug though
but i will try to give u maximum info u need to fix it ..Forum: Themes and Templates
In reply to: Sidebar Overlapping Post Sectionah ok got
let me lookForum: Themes and Templates
In reply to: FTP Install / Upgrade ProblemsGreat i am glad it worked out,
for drinks haha 🙂 someday my friend someday
Forum: Themes and Templates
In reply to: Sidebar Overlapping Post Sectionah i dont see it being overlap as per your printscreen,
to me it looks like a good spacing between sidebar and ur content window?
r u sure u sent the write link ?Forum: Themes and Templates
In reply to: Can't fix image cropping problem with themeSo this is standard wordpress upload, so going back to my very first comment
you can define width height in settings > mediau can define your settings, the other options r wordpress media presets which automatically detects your upload file dimensions and propotionally gives you width / height options
Forum: Themes and Templates
In reply to: FTP Install / Upgrade Problemsdid u try completely deactivating your theme and try to activate twentyeleven
Forum: Themes and Templates
In reply to: Sidebar Overlapping Post Sectionif u can post an actual link of the post, i can give you more accurate css
Forum: Themes and Templates
In reply to: Sidebar Overlapping Post Sectionadd overflow:hidden; to your content wrapper (div) css
Forum: Themes and Templates
In reply to: Centering Websiteit is almost center 🙂
.wrapper {
margin: 0 auto !important;
padding-left: 0 !important;
}remove padding-left:0 !important;
margin: 0 auto does the center trick
Forum: Themes and Templates
In reply to: FTP Install / Upgrade Problemsi hope its just typo or quick type of the path — so just making sure
its wordpress/wp-content/themes/udesign
for image upload
http://tinypic.com/or just upload it anywhere on ur server and send the url
Forum: Themes and Templates
In reply to: Custom page to the end of the navbarcheers
Forum: Themes and Templates
In reply to: Custom page to the end of the navbarby default as such wordpress should have the jquery script but just in case
Forum: Themes and Templates
In reply to: Custom page to the end of the navbar<script type="text/javascript"> jQuery(document).ready(function($){ $("ul li:last-child").addClass("my-last-menu-item"); } </script>so you would have to define ur ul what ever class/id it has and add
http://code.jquery.com/jquery-1.7.2.min.jsin ur header before the script
and than create the my-last-menu-item css class
Forum: Themes and Templates
In reply to: FTP Install / Upgrade ProblemsWhen I attempt to search the client ftp I cannot locate practip7 or the public_html directories.
How did u deleted the folder before ? if u cant locate public_html
can u printscreen your ftp folder view ?