bjornhall
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Highlight Current Sub-Category in Single PostHave you figured this out? (i?ve been away) but the site seem to have moved now?
Forum: Fixing WordPress
In reply to: Highlight Current Sub-Category in Single PostWhen on the “full view” of the image. The url changes:
https://www.leapfrogwebmarketing.com/clients/creative_expression/archives/916
instead of this category/portraits/portrait-teasers (which is used on the thumbnail page)
Are the “full view” pages posted in the same category?Forum: Fixing WordPress
In reply to: Simple htaccess questiondepends on what you want to do ?? If you want to get stuff done on the subdomain, then the one “outside” your wordpress directory. If you want to add stuff to the .htaccess file that has something to do with wordpress.. Then, add it in the wordpress folder.
So, it kinda depends on what you want to do
Forum: Fixing WordPress
In reply to: wp admin and Dashboard functionsWhen you say “control panel” do you mean the CP of you webhost? or in the admin of wordpress?
Forum: Fixing WordPress
In reply to: Internet Explorer 9 was working now isn't?Try that, sounds odd though. Have you installed any plugins latley (in wordpress)?
Otherwise, try downloading google chrome (https://www.google.com/chrome)Forum: Fixing WordPress
In reply to: Problems with Flash header and permalinksDo you have a link or any more info? Hard to have any idea what you are talking about ?? I would however Guess that it has something to do with search path to the flash.
Forum: Themes and Templates
In reply to: Theme can't find subdirectoryDid you make a new wordpress installation. or did you move the database and files to the new location?
Forum: Themes and Templates
In reply to: Table based theme?Learn to use divs.
Forum: Themes and Templates
In reply to: Adding Background ImageAnd this would be the path to the folder:
/wordpressdir/wp-content/themes/twentyten/images
Forum: Themes and Templates
In reply to: Comment button not working – search button interfering?I’ve tested your code. And it works out fine.
I THINK that that its your searchbox that could screw it up. Try to comment away the searchbox, and then see if the commenting works.Instead of hiding it. You can remove the parts you dont want to be shown for other. Remeber to take a backup of the code before editing!
Like this:
When loged in. Go to the “Appereance” section -> ‘Editor’. In the Editor. open ‘loop.php’
find this part:
<?php /* How to display all other posts. */ ?>
(its a bit down)
Now, below that, fint this:
<div class="entry-utility">
You can remove everything here, EXCEPT this part:
<?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?>
<— Thats the edit linkSo. The new code would be something like this:
<div class="entry-utility"> <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?> </div><!-- .entry-utility -->
Forum: Themes and Templates
In reply to: Comment button not working – search button interfering?No, but when i inspect your form all i can see is this:
https://i.imgur.com/WGukq.png
hmm, but when i view the source (not firebug) i can see the form-tag.
Something is fishy. Could you upload the comments.php to https://pastebin.com/ ?
That way i can view and try your code.Forum: Themes and Templates
In reply to: Comment button not working – search button interfering?If you look at the code where you got the comments template from:
https://www.wpdesigner.com/2007/03/17/wp-theme-lesson-16-comments-template/
You can see that his form have a<form>
-tag wrapped around it:
<form id="commentform" method="post" action="https://www.wpdesigner.com/wp-comments-post.php">
You need to add this to your form. (note: must change the action. Can not use wpdesigner.com)
Forum: Themes and Templates
In reply to: How do I edit a theme template & remove spacing/large gap?We sure can. Give us a link to the site, or specify which theme you are using. Otherwise, we can just sit here and guess.
Forum: Themes and Templates
In reply to: How to change the image in jQuery Page peelHi! (Hej)
You can overwrite the image that is under the page curl here:
https://www.hornboskapen.com/wp-content/plugins/jquery-page-peel/underlay.png
Just go to that folder with an ftp-client and upload your new image. YOU HAVE TO name it “underlay.png” YOu should make the image 307x308px.I haven tried the plugin myslef, but you should be able to change the image in the admin. If you check the plugin page here at www.ads-software.com (https://www.ads-software.com/extend/plugins/jquery-page-peel/screenshots/) There’s a settings page where you can upload the image.
You can not do it like they have done it on: https://www.sjobutiken.se/seastore/index.php. Because they use flash, which you dont. however, by replacing images, you can still have an ‘f’ but without the mirroring