heartcore.se
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fashionistas] Featured Image issues – updated themeOh I solved it.
Had below CSS
.entry-thumbnail img {
display: block;
}Thought “block” meant that it shouldn’t show but replaced with “display: none;” and it works. Marks as solved.
Forum: Fixing WordPress
In reply to: Help, we destroyed our blog by changing the functions!We’ll try that tomorrow! If that doesn’t work we guess we have to setup WordPress all over again.
Thanks and good night from Sweden!
Forum: Fixing WordPress
In reply to: Help, we destroyed our blog by changing the functions!We’re currently using the Twenty Ten theme and have replaced both that folder and the Twenty Eleven via our FTP. Still we can’t get access to our blog. Don’t really know what to do now 🙁
Forum: Fixing WordPress
In reply to: Help, we destroyed our blog by changing the functions!We tried changing the name of the folder and added -old, but that didn’t do the trick we’re afraid.
Forum: Fixing WordPress
In reply to: Help, we destroyed our blog by changing the functions!Hi peredur & esmi!
We can’t access our Dashboard or go to our login page. Everything is just completely blank. This is our temporary url that we were working with:
http://heartcore.se/wordpress/
The only thing we can access is our ftp-files.
Thanks in advance!
Forum: Fixing WordPress
In reply to: Sidebars floats left after removing comments for pagesThank you for your help nsathees! We understand the concept of putting the sidbar in a div but don’t know exactly how to do this. Our sidebar consists of 3 different areas: one wide sidebar at the top and two narrow next to each other underneath, so we guess we need to wrap all of these areas into just one div? Though we don’t know how or where we are supposed to do this. We added the sidebar areas in the functions.php and we’ve controlled how they look in the regular css. Any suggestions on how we wrap all of the sidebar elements into a div and float it to the right?
Would really appreciate some suggestions, thanks!