Starcus
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Nivo Slider] [Plugin: WP Nivo Slider] Transparent caption box?I found it on my own! Thx anyways
Forum: Themes and Templates
In reply to: Alternate between left and right sidebar in twenty elevenProblem fixed! It was a misunderstanding from my part about how to use a new functions.php in the child theme folder that led to the crash. You should always start out with a blank functions.php in the child theme folder, not copy the functions.php file from the parent theme folder.
Forum: Themes and Templates
In reply to: Alternate between left and right sidebar in twenty elevenAh I see, im quite sure that must be the problem! Beacuse I tried to simply upload an altered functions.php file to my child theme folder where I had copied the code of the original functions.php and then added your code (saw now that you were the author of that guide?).
But from what I just read when doing some research this will make the webpage try to load both the functions.php in the parent theme folder and the functions.php in the child theme folder which causes the crash?
I will try your suggestion as soon as I get home!
Forum: Themes and Templates
In reply to: Alternate between left and right sidebar in twenty elevenThank you for the suggestion but I have actually already tried that guide and somehow it crashes my page after I upload the new functions.php. I cannot even access the admin panel when this happens and I have to access the database via php myadmin and reset the theme to standard twentyeleven. Maybe there is a fix to the crash problem though, I will try to upload the error code.