ds24a3
Forum Replies Created
-
It worked on my page finaly, it turns out i had to give it some time, probably server had to update something, i don’t really know what, but next day after it worked. I have resigned from using this plugin as it was a bit limited.
Hello there anyone has resolved this problem maybe? I have reported it to plugin creator but so far no replay.
Forum: Plugins
In reply to: [Header Image Slider] [Plugin: Header Image Slider] Fancybox conflictOk, so then no help from anyone. But I have found a solution ! and will share it.
First to make FancyBox 2 work together with Header Image Slider plugin you have to put all the <script> and <style> links for your FancyBox in the very top of the header.php file right below <head> tag. This will take care of the conflict.
Second important thing is to make Header appear below the FancyBox images and to do so you need to edit your style.css. Find
#branding {
z-index: 1; (and change from 9999 to 1)that is it.
It works flawlessly for me now!
Forum: Fixing WordPress
In reply to: After installation procedures/things to doI haven’t. I will maybe tomorrow but somehow I doubt they will be of any help maybe I will have to switch to other host
Forum: Fixing WordPress
In reply to: After installation procedures/things to doHi esmi,
First it takes long time when the server is doing something and then I get the message below.
OK
The server encountered an internal error or
misconfiguration and was unable to complete
your request.
Please contact the server administrator,
webmaster@… and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.
More information about this error may be available
in the server error log.Forum: Themes and Templates
In reply to: comment_form_title(); not changingthis is part of the code from comments.php in the blank theme I use
in <h3> I have the function[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Themes and Templates
In reply to: ShowpostsGot it esmi thanks
<?php echo get_option( 'posts_per_page' ); ?>
Forum: Themes and Templates
In reply to: How to set different image sizes on main page and sinle postesmi, this is one of the ideas I was thinking about as the last resort. Because I wanted to be able to use different image than in the post itself and I wanted it to be cropped. I know about css cropping but don’t want to use it as it is not working on older internet browsers.
What I am thinking about is:
1. placing an image after the post title by post ID (should work with the loop)
2. then I will use a php to extract just the post contents without any imagesIf it works I will post the code, if not first idea will have to suffice ??
Thanks