Jackie Chan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image vanished since 3.5 updateThat code seemed to do the trick, now the logo needs to be raised higher do you know the CSS code for this? (Excuse the last post)
Forum: Fixing WordPress
In reply to: Image vanished since 3.5 updateThat code seemed to do the trick, now the logo needs to be raised higher do you know the CSS code for this?
Forum: Fixing WordPress
In reply to: Image vanished since 3.5 updateOk i’ve tried your codes again this time it has moved the menu + search bar out of position, any ideas?
Forum: Fixing WordPress
In reply to: Image vanished since 3.5 updateNo luck, for some reason its not laying over my header image its inside a white box + it has changed the rest of my site
Forum: Fixing WordPress
In reply to: Image vanished since 3.5 updateOk i’ve done that sadly not a great outcome https://www.releasethereal.com/
Have i placed the code in the wrong place?Forum: Fixing WordPress
In reply to: Image vanished since 3.5 updateThat was my parent themes header.php, my child theme is literally just the style.css which worked before (until the update)
My aim is basically to have my Logo sit on the top left of my site am i going about this the wrong way?
Forum: Fixing WordPress
In reply to: Image vanished since 3.5 updatehttps://pastebin.com/z8S3HW5C there you go, ive set it to expire in 1 hour.
Forum: Fixing WordPress
In reply to: Image vanished since 3.5 updateYes i can, i just signed up and pasted the code how can i share the page with you?
Forum: Fixing WordPress
In reply to: Image vanished since 3.5 updateAhh i spoke to soon! When i activated the parent theme it had just changed the header to one which had the logo on already, but i need the logo to hyperlink to the home page.
I just tried this code still no luck
@charset "UTF-8"; /* CSS Document */ /* Theme Name: bp-default Theme URI: https://example.org/themes/dusk/ Description: Dark theme for BuddyPress. Version: 1.0 Author: John Doe Author URI: https://example.org/ Template: bp-default Tags: blue, buddypress, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, fixed-width, light, right-sidebar, rtl-language-support, sticky-post, threaded-comments, translation-ready, two-columns, white */ @import url ("www.releasethereal.com/public_html/wp-content/plugins/buddypress/bp-themes/bp-default/style.css"); #logo a{ display: block; float: left; width: 160px; height: 94px; background:url(https://www.releasethereal.com/wp-content/uploads/2012/08/RTR-logo2click.png) no-repeat 0 0; text-indent:-999em; } /*<a id="logo" href="www.releasethereal.com" class="linkedImage">*/ #header { background: url(https://www.releasethereal.com/wp-content/uploads/2012/06/Header-Workerwithout-line.png) 0 top no-repeat; }
Forum: Fixing WordPress
In reply to: Image vanished since 3.5 updateThanks for your help, i had to activate the Parent Theme which solved the problem,
Forum: Fixing WordPress
In reply to: Image vanished since 3.5 updatePasted your code still no luck, how do i add an @import code line?
Forum: Fixing WordPress
In reply to: Image vanished since 3.5 updateIts still active through Appearance > Themes
Sorry i wasn’t very clear, by ‘no longer Active’ i ment its no longer working.Below is my child themes code (which worked fine before the 3.5 update)
@charset "UTF-8"; /* CSS Document */ /* Theme Name: bp-default Theme URI: https://example.org/themes/dusk/ Description: Dark theme for BuddyPress. Version: 1.0 Author: John Doe Author URI: https://example.org/ Template: bp-default Tags: blue, buddypress, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, fixed-width, light, right-sidebar, rtl-language-support, sticky-post, threaded-comments, translation-ready, two-columns, white */ #logo a{ display:block; float:left; width: (160px); height: (94px); background:url(https://www.releasethereal.com/wp-content/uploads/2012/08/RTR-logo2click.png) no-repeat 0 0; text-indent:-999em; } <a id="logo" href="www.releasethereal.com" class="linkedImage"> #header { background: url(https://www.releasethereal.com/wp-content/uploads/2012/06/Header-Workerwithout-line.png)0 top no-repeat;}
Forum: Fixing WordPress
In reply to: Image vanished since 3.5 updateSorry that may have been the wrong support post, i have this set up in a child theme which still exists however since the update the child theme is no longer active, how can i get the child theme to work again?
Forum: Fixing WordPress
In reply to: Image vanished since 3.5 updateNot that i can remember, however there is no update available
Forum: Fixing WordPress
In reply to: Custom Menu BarWill this work for uploading my own menu bar?