smileX
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Delicate] [Theme: Delicate] Changing HTML-markup for comments?Many thanks to you timDesain! Worked like a charm.
Forum: Themes and Templates
In reply to: Custom stylesheet not working?Hey sixhours, thanks for helping me out.
Yeah, the strong-tags is not in my actual code.
I tried out your code, did not work either. Yeah, all files are located in the main directory. Checked all file names and everything looks correct.
Any other ideas?
***EDIT:***
When I changedget_template_directory
totemplate_directory
it works just fine.Forum: Hacks
In reply to: Form can only be submitted once?Okey bcwp, thanks for taking your time.
I guess I′ve to look around a bit for a solution, kinda feels like my deadline is rushing against me though.
Anyway, thank you much for clearing some things out!
Regards.
Forum: Hacks
In reply to: Form can only be submitted once?Hey, thanks for helping me out!
I agree with you regarding the page reloading, but I don′t know any AJAX at all at this point.
About the insert method instead of update, if I use insert it inserts a new value, it inserts a new row in the table, instead of updating the existing. Any solution for this?
Thanks
Forum: Hacks
In reply to: What′s wrong with this shortcode function?Haha, thank you so much!
I was just wondering why my topic was so popular!
Case Closed
Thanks again!
Forum: Hacks
In reply to: Display data with a shortcode or similiar?Thank you, going to look through it!
Forum: Hacks
In reply to: $wpdb->get-results not workingHi again!
Tried out your code, at first it did not output anything at all, but when I put the function in the main plugin file it works like a charm!
Thanks a lot!
Forum: Hacks
In reply to: $wpdb->get-results not workingHmm, it returns empty or NULL depending on which
$wpdb-method
I use.Those tables are not empty so I guess there is something wrong with the SQL-query.
Do you see any errors in it? For example, I′m not sure how to handle the $wpdb->prefix since the table is created with the chosen prefix.
Thank you for helping me out, means a lot!
Forum: Fixing WordPress
In reply to: Remove Page TitleHi there!
One way is to place this line of code:
text-indent: -9999px;
in this block:#site-title a { color: #111; font-size: 30px; font-weight: bold; line-height: 36px; text-decoration: none; }
This will move the page title out of sight.
Regards.
Edit: Forgot a ;
Forum: Fixing WordPress
In reply to: Missing the "Insert slideshow"-buttonHmm, just found out that this function only exists on wordpress.com.
Anyone know a good plugin for this?