dynamitri
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Sharing Toolkit] Centering via Custom CSSSeen some new posts on the board, but apparently no replies in my thread 🙁
Does anyone have any suggestions? Anything would be greatly appreciated. Thanks!
Forum: Fixing WordPress
In reply to: Inverted commas/quotation marks display incorrectly, driving me madlol ok. will do. thanks bro 🙂
Forum: Plugins
In reply to: [Social Sharing Toolkit] How to change spacing and where the buttons appear?Thanks man, sorry for the late reply – but works like a charm! 🙂
Forum: Plugins
In reply to: [Facebook Comments] Comment count linking to comments section?Hello,
Just wondering if anyone has any suggestions? Still haven’t managed to find anyone who might have an answer…
Many thanks,
D.
Forum: Plugins
In reply to: [Facebook Comments] Comment count linking to comments section?The comment count at the bottom of the post preview on the main page, at http://www.dynamitri.pl, appears as “X Komentarzy” (it’s in Polish). It is, however, static – and not a hyperlink.
Upon further investigation I have found out that I think I would need to include an anchor, that would link to the bottom section of my full post, where the facebook comment box is located. How to do this, however, I have no clue, as I am quite new to WordPress. Any suggestion would be therefore greatly appreciated.
Many thanks,
Dynamitri
Forum: Plugins
In reply to: [Social Sharing Toolkit] How to change spacing and where the buttons appear?*Sorry – meant spacing between the buttons, obviously. For some reason they seem overlapping. Also, I’m trying to work out whether there is actually any way to get them appear even further down than dictated by “Display after content”.
Thanks!
Forum: Fixing WordPress
In reply to: Recent entries in uppercase?Sorry, it seems I have absent-mindedly left out my blog url from the post. it’s http://www.dynamitri.pl.
Thanks!
Forum: Plugins
In reply to: [Facebook Comments] Comment count linking to comments section?Sorry, just thought I might make it more clear: I meant linking from the comment-count section to the bottom of an article, where the facebook comment section is.
Thanks!
Forum: Plugins
In reply to: [Social Sharing Toolkit] How to change spacing and where the buttons appear?Ouch, can’t edit anymore. Wanted to ask one more thing – is there any way to increase the spacing betwee the buttons? For some reason, the two I’m using (facebook and twitter) seem to be overlapping once people start sharing and a number crops up – didn’t notice that before, probably ’cause there was no activity.
Thanks!
Forum: Fixing WordPress
In reply to: Way too much of empty space in postsThanks for the reply. The theme has been altered so heavily it’s only remotely related to the original theme. I would appreciate being allowed to seek some help on WordPress Forums. Thank you.
On an entirely different note: the forum for Prana has a dozen posts total and an activity of less than a post per week on average. Kicking me out to seek help there is… Well, let me put it that way: getting an answer there is less likely than snow falling on Sahara. Mid-summer. Thank you again.
Forum: Fixing WordPress
In reply to: Problem with get_the_date() functionThis has done the job. Amazing! Thank you so much 😀
[closed as duplicate of http://wordpress.org/support/topic/theme-prana-entry-meta-separators-in-posts%e2%80%a6-again?replies=11 – please do not open new topics while the original topics are still open]
Forum: Themes and Templates
In reply to: [Theme: Prana]: Entry meta separators in posts… againOK, I’ve spent last five hours trying to figure it out on my own – to no avail. Does anyone have virtually any suggestions? Anything that might remotely do, would be really greatly appreciated (please see the post above). Thanks!
Best,
Dynamitri
[solution see http://wordpress.org/support/topic/problem-with-get_the_date-function?replies=3 ]
Forum: Themes and Templates
In reply to: [Theme: Prana]: Entry meta separators in posts… againI have now slightly amended a part of my utility.php file, and went from:
/** Prana Post Date */ function prana_post_date() { $post_date = esc_html( get_the_date() ) . " " . esc_attr( get_the_time() ); /** Output */ $output = sprintf( '<span class="entry-date" title="%1$s"><a href="%2$s" title="%3$s" rel="bookmark">%1$s</a></span>', $post_date, esc_url( get_permalink() ), the_title_attribute( 'echo=0' ) ); return $output; }to
/** Prana Post Date */ function prana_post_date() { $post_date = esc_html ( get_the_date() ) . ( prana_entry_meta_sep() ); /** Output */ $output = sprintf( '<span class="entry-date" title="%1$s"><a href="%2$s" title="%3$s" rel="bookmark">%1$s</a></span>', $post_date, esc_url( get_permalink() ), the_title_attribute( 'echo=0' ) ); return $output; }What I wanted to achieve is
a) getting rid of the timestamp (as don’t really need it), and i
b) having the date followed by the backslash metadata separator (triggered by theprana_entry_meta_sep()function.I have achieved my aim in 50%, as it can be seen on http://www.dynamitri.pl. I have the metadata separator after the date. However, for some reason, as soon as I placed the
prana_entry_meta_sep()function in an appropriate place, some code has cropped up before the date. Code that I cannot get rid of no matter how hard I try, without reducing the site to the point of giving me syntax errors. What happens right now is the date is preceded by three characters (so, they appear before the date):\ ">Oddly enough, they are not hyperlinked to anything (the date itself is). I went through all the .php files in my WordPress editor (not all of those on the server, mind you – didn’t get down to that yet, would take the better part of the day probably). I’ve searched for those three characters – no results there. Searched through the utility.php file that I have altered, hoping to find those 3 mysterious chars there. Again, no result.
Does anyone have any idea as to how to clean up the code, what the heck is actually generating those three characters, and how hide them? All suggestions would be greatly appreciated, I have spent last two hours trying to figure it out by trial and error and slowly running out of ideas (and then another one on waiting for help on my closed thread, amazeballs, Mods)… Thanks!
Best,
Dynamitri
Forum: Themes and Templates
In reply to: [Theme: Prana]: Entry meta separators in posts… againOK, well, I got my new thread locked down and got directed to continue here. Below I’m posting the issue I am experiencing now. Uhhhh… So confusing, I swear mods are not really being helpful with all that, especially seeing that I had not even been notified about the closure of my previous thread! So I’ve been waiting for the replies and had it not been for me casually wandering into this board to see what’s up, I wouldn’t have even known my question has been closed. Major letdown here, folks.
Anyway, I’m now posting an update on the issue – which got resolved only 50%, and I would appreciate some feedback/suggestions.
Thank you.Forum: Themes and Templates
In reply to: [Theme: Prana]: Entry meta separators in posts… againMarking as resolved, opening new thread for the issue above. Thanks a lot everyone.