Title: akerbak's Replies | WordPress.org

---

# akerbak

  [  ](https://wordpress.org/support/users/akerbak/)

 *   [Profile](https://wordpress.org/support/users/akerbak/)
 *   [Topics Started](https://wordpress.org/support/users/akerbak/topics/)
 *   [Replies Created](https://wordpress.org/support/users/akerbak/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/akerbak/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/akerbak/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/akerbak/engagements/)
 *   [Favorites](https://wordpress.org/support/users/akerbak/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme Bombax] Resize Sidebar Question](https://wordpress.org/support/topic/theme-bombax-resize-sidebar-question/)
 *  [akerbak](https://wordpress.org/support/users/akerbak/)
 * (@akerbak)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/theme-bombax-resize-sidebar-question/#post-2596441)
 * Hi 🙂
 * What theme are you using, and by resize do you mean fix the width of the sidebar?
 * If you are using the default WordPress theme (Twenty Eleven), you should edit
   the style.css-file of the theme, where the #primary-div is the container of the
   first right hand sidebar, and the #secondary-div is the second.
 * If you are enlarging them, then make sure you are not making them so big that
   they conflict with the content column 🙂
 * Hope that helps!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Calling all WordPress Experts](https://wordpress.org/support/topic/calling-all-wordpress-experts/)
 *  [akerbak](https://wordpress.org/support/users/akerbak/)
 * (@akerbak)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/calling-all-wordpress-experts/#post-2581949)
 * The cross-browser supported way of doing this would probably to have the carbon
   fiber background as the background image repeating in the body-tag.
 * Then, place a div of 100% height and width as the first element in your html,
   where you put the large image as a background image positioned top and center.
   Then this image would place above the carbon fiber pattern, and it would float
   accordingly to browser width.
 * Sample code for CSS:
 *     ```
       body { background: #fff url(images/carbon-fiber.png) top left; }
       div#large-image { width: 100%; height: 100%; background: transparent url(images/large-image.png) top center no-repeat; }
       ```
   
 * Change paths to images accordingly.
 * Sample code for HTML:
 *     ```
       <html>
       <head><!-- all your header stuff here --></head>
       <body>
       <div id="large-image">
       <!-- all your site's structure and content here -->
       </div><!-- end #large-image -->
       </body>
       </html>
       ```
   
 * Hope this helps 🙂
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [DB connection lost after editing DOMAIN_CURRENT_SITE in wp-config.php](https://wordpress.org/support/topic/db-connection-lost-after-editing-domain_current_site-in-wp-configphp/)
 *  Thread Starter [akerbak](https://wordpress.org/support/users/akerbak/)
 * (@akerbak)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/db-connection-lost-after-editing-domain_current_site-in-wp-configphp/#post-1773903)
 * Which did the trick… You’re a lifesaver, thank you 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Picture not showing up on my site!](https://wordpress.org/support/topic/picture-not-showing-up-on-my-site/)
 *  [akerbak](https://wordpress.org/support/users/akerbak/)
 * (@akerbak)
 * [16 years ago](https://wordpress.org/support/topic/picture-not-showing-up-on-my-site/#post-1619717)
 * If he has a sollution easy to explain, would you mind sharing this? I’m having
   kind of similar problems with images not showing in posts, so if there exists
   an easy sollution I would be thrilled to know 😉
 * Good thing you got it figured out!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Broken images when published](https://wordpress.org/support/topic/broken-images-when-published/)
 *  [akerbak](https://wordpress.org/support/users/akerbak/)
 * (@akerbak)
 * [16 years ago](https://wordpress.org/support/topic/broken-images-when-published/#post-1214388)
 * No plugins at all, a completely fresh new installation without any plugins installed(
   or activated from the two implemented in the basic installation.
 * I’ve only switched between editors to explore this problem, basically. Try to
   stick with the visual, since this is the editor most of our clients are using.
   But – even when not switching between editors the above mentioned HTML output
   change occur.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Broken images when published](https://wordpress.org/support/topic/broken-images-when-published/)
 *  [akerbak](https://wordpress.org/support/users/akerbak/)
 * (@akerbak)
 * [16 years ago](https://wordpress.org/support/topic/broken-images-when-published/#post-1214386)
 * I have the exact same problem, but doesn’t have the events calendar plugin installed…
 * When publishing an article, I get a bunch of "s in the source code, replacing
   the image url.
 * When inserting an image into a post, I get the following code:
    `<a href="http://
   odin-media.net/marius/wp3test/wp-content/uploads/2010/08/pp-logo.jpg"><img class
   ="alignleft size-full wp-image-11" title="pp-logo" src="http://odin-media.net/
   marius/wp3test/wp-content/uploads/2010/08/pp-logo.jpg" alt="" width="200" height
   ="287" /></a>`
 * but then I press the “publish”-button, and by magic, the HTML output is
 * `<a href=\"http://odin-media.net/marius/wp3test/wp-content/uploads/2010/08/pp-
   logo.jpg\"><img class=\"alignleft size-full wp-image-11\" title=\"pp-logo\" src
   =\"http://odin-media.net/marius/wp3test/wp-content/uploads/2010/08/pp-logo.jpg\"
   alt=\"\" width=\"200\" height=\"287\" /></a>`
 * Please note that this is when having HTML-view activated. If I go to VISUAL-view,
   and press the “publish” (or now “update”)-button, the HTML output for the image
   is
 * `<a href="\"><img class="\&quot;\\&quot;alignleft\&quot;" title="\&quot;\\&quot;
   pp-logo\\&quot;\&quot;" src="\" alt="\&quot;\\&quot;\\&quot;\&quot;" width="\&
   quot;\\&quot;200\\&quot;\&quot;" height="\&quot;\\&quot;287\\&quot;\&quot;" /
   ></a>`
 * Does anyone have an idea on where I can fix this? I assume there is a function
   printing or converting the URLs that must be fixed? any help is much appreciated!

Viewing 6 replies - 1 through 6 (of 6 total)