theas91
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Very small CSS coding helpohh, alright, I see what you mean. I’ll try that, thanks!
Forum: Themes and Templates
In reply to: Absolute positioning- making it stay putAlright ill try there, thanks! ??
Forum: Themes and Templates
In reply to: Full page width line under header (twentyten)I know I’m just doing a test on here and I’m using child pages when putting it on the actual site ??
Forum: Themes and Templates
In reply to: entry-meta and utility questionsThank you, worked perfectly ??
One more question about the meta. I want it to be the date | the time, but not have a line under the | as if it was a link
I know this is the code:
sprintf( '<a href="%1$s" title="%2$s" rel="bookmark"><span class="entry-date">%3$s <span class="meta-sep"> | </span> %4$s</span></a>',
And I see where the line is and everything, but idk if I can do something to remove the underline??
Forum: Fixing WordPress
In reply to: Site refreshing itself??Sorry for spamming this thread, but I figured out my problem! It was the fact that the header was clickable made the whole site clickable for some reason. I added a home button in the menu for now but would still like the header to be clickable..
anyone know any other way to do this than adding a code in header.php?Forum: Fixing WordPress
In reply to: Site refreshing itself??Its also really weird because on some pages, like this one, the whole page is pretty much “clickable” and loops to the front page, even though there is not a single link on the page except the menus: artisane.no/kontakt/priser
Forum: Fixing WordPress
In reply to: Site refreshing itself??Thanks for your reply Umbercode! And yes I realize I am, but it’s never been a problem before, it just suddenly stopped working. Do you think if I just reinstall the libraries/plugins the problem could be solved? or do I need to find another one to use?
Forum: Fixing WordPress
In reply to: Site refreshing itself??Well, the normal links within the site are working, it’s mostly just the links to the images and the scrolling part of the slideshow on the front page.
If you go to ‘portfolio’ and try to press on an image you can see what I mean. It just randomly happened without anyone doing anything which is why it’s so strange! So no placeholder links
Forum: Plugins
In reply to: [Slideshow Gallery LITE] Scroll Arrows not workingIm having this problem too, the navigaton arrows are not working, the page just refreshes!
Forum: Themes and Templates
In reply to: entry-meta and utility questionsHere’s the up to date code:
function twentyten_posted_on() { printf( __( '<span class="%1$s"></span> %2$s' , 'twentyten' ), 'meta-prep meta-prep-author', sprintf( '<a href="%1$s" title="%2$s" rel="bookmark"><span class="entry-date">%3$s</span></a>', get_permalink(), esc_attr( get_the_time() ), get_the_date() ), sprintf( '<span class="author vcard"><a class="url fn n" href="%1$s" title="%2$s">%3$s</a></span>', get_author_posts_url( get_the_author_meta( 'ID' ) ), sprintf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ), get_the_author() ) ); } endif;
and thank you, that worked! Don’t know why I was doing that.. how can I add a separator to the meta as well?
Forum: Themes and Templates
In reply to: "Site Title" only shows full addressThank you , that worked! ??
Forum: Fixing WordPress
In reply to: Edited permalink- now can't click on post titlesAnd that was exactly what the problem was! One of the URLs didn’t have the /Ida ?? So simple, haha but thank you for all your help!
Forum: Fixing WordPress
In reply to: Edited permalink- now can't click on post titlesThanks, I’m reading through them now to see if I can find an answer.
One thing though, since whoever installed wordpress for her made it so the address is /Ida and not just idamyhrvold.com, could that be part of the problem?
Forum: Themes and Templates
In reply to: Adding searchbar twentytenI just added the search form to the top of the site (havent bothered with positioning yet), here, can you see what I mean with the site just refreshing? ??
[ Please do not bump, that’s not permitted here. ]
Forum: Themes and Templates
In reply to: Adding searchbar twentytenThank you for your replies!
I added the searchbar the way you said, and it came up, but whenever I try to write something in it and press go the whole site just refreshes.
I tried adding a searchform.php file into the site, but it still does the same thing.Any tips??