hrrubin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Display post url under post featured imageThank you. Any idea how to get the same permalink structure as the thumbnail link?
Forum: Fixing WordPress
In reply to: Next/previous post links: replace text with imageI found a solution:
After each ‘%link’ I added comma seperation and image tag.
<div class=”previous”><?php previous_post_link( ‘%link’, ‘<img src=”your-image-source”>‘ ); ?></div>
In my css, I added text-indent:-9999px; to .previous a
Forum: Fixing WordPress
In reply to: Next/previous post links: replace text with imageYes, I have made a child theme of the Responsive Theme.
Do you have a suggestion about what I should try?
Forum: Fixing WordPress
In reply to: Next/previous post links: replace text with imageThat won’t remove the text, if you are highlighting it ??
Forum: Fixing WordPress
In reply to: Next/previous post links: replace text with imageA pure css suggestion is working, but as you can see on the link (single.php), the linked text will show up regardless of what I put in. It’s a php decision to make the text inside a link. I want to not get the text at all and just the link.
Forum: Fixing WordPress
In reply to: Next/previous post links: replace text with imageYes, but they won’t help with php related questions. Only css.
Having the same problem. Tried to insert [contact-form submit_button_text='Send'] in my form, but it removes the entire form from the page.
Forum: Your WordPress
In reply to: One Billion WordsHave you noticed the tiny smiley at the very bottom of your site?
Forum: Fixing WordPress
In reply to: Difficulty with post urlThank you Boris. That seems to be working.
Forum: Plugins
In reply to: [Rift Slider] Fatal errorI also get the error:
Warning: require_once(/includes/includes.php): failed to open stream: No such file or directory in /customers/b/3/9/rubinreklame.dk/httpd.www/wp-content/plugins/rift-slider/class-initialize.php on line 3 Fatal error: require_once(): Failed opening required ‘/includes/includes.php’ (include_path=’.:/usr/share/php’) in /customers/b/3/9/rubinreklame.dk/httpd.www/wp-content/plugins/rift-slider/class-initialize.php on line 3
Forum: Fixing WordPress
In reply to: Featured image as a full size background in div elementThat was just the thing. I thought it was enough that some post had one, but I mixed the things up. It is, of course working just fine ??
Thank you.
Forum: Fixing WordPress
In reply to: Element width when downscalingWorking. Thank you. Bad validating should be exspected. I just started on this project ??
Forum: Fixing WordPress
In reply to: Post by ID in separate divsThank you, it’s working.
If I was to style that content, how would I go about it? Would it be good enough to for example:
#wc-1 h1{} or #wc-1 p{} ?
Update: Yes, that should do it. Thanks for your time.
Forum: Fixing WordPress
In reply to: Post by ID in separate divsI want h1 and paragraphs and images. Basically what is in a post.
I have viewed the link, but couldn’t find help for me.
Forum: Fixing WordPress
In reply to: Unable to login, sufficient permission denialSolved: All passwords had been changed.