Imenicaa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Twenty Twelve vertical menu – responsive issueResolved, i have hardcoded the left sidebar and added float:left and it works just as it should.
Forum: Fixing WordPress
In reply to: Custom field to widgetMy bad, i found out how 🙂
Cherry – Advanced Cycle widget works perfectly 🙂Forum: Fixing WordPress
In reply to: Custom field value to URLYep, it works perfectly!! Thanks a bunch Andrew!
Forum: Fixing WordPress
In reply to: Custom field value to URLI think i edited it above, but just in case, here it is again:
<?php $field_name="productlink"; $field_value = get_post_meta($post->ID, $field_name, true); ?> <a href="<?php echo $field_value; ?>" class="readmore-button">BUY IT NOW</a>Thank you so much!
Forum: Fixing WordPress
In reply to: Custom field value to URLHey Andrew!Thank you for your help!
I am PHP noob, it took me way long to code even this part, can you explain me how to add that and where…
I know im asking too much, but hey, maybe you are in the mood to help 🙂Forum: Fixing WordPress
In reply to: Related posts (older posts in chronological order)I know its not the place to ask this, but is there any chance that you know how to show smiley in post excerpt?
It shows properly on single post page, but its missing from homepage list…
I tried “Advanced Excerpt” plugin, but when i enable showing of <img> tags, it shows both smiley and post image, and that messes up the page…Sorry for asking here, if you ever come to Croatia, im buying you a beer lol
Forum: Fixing WordPress
In reply to: Related posts (older posts in chronological order)Hey Keesiemeijer!
Thanks a bunch, i tried it and it works 🙂
All the best
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Image too small when viewing on phoneJust tried it, and it didnt help, it even made the lightbox break :\
Here is how it currently looks http://tinyurl.com/pmd4uecForum: Fixing WordPress
In reply to: Completely redirect website (with 301 redirect?)It does help, thank you a lot 😀
Now, 2 more linked questions lol1)Old website is in the public_html, but the new site will be placed in the public_html/newsite. Will this still work?
2)What about SEO, will this redirection have any affect on the rankings?Once again, thanks a bunch