Vajrasar Goswami
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Removing Leave a CommentThanks, we have just started that vertical and are collecting photos from photo enthusiasts from the City. ??
Forum: Fixing WordPress
In reply to: Removing Leave a CommentWell, Jan I asked there too, but no response yet. So thought of asking here also. I have been to CODEX and found this –
<?php comments_popup_link( $zero, $one, $more, $css_class, $none ); ?>
But I don’t know how to achieve that using function.php!
Forum: Fixing WordPress
In reply to: Removing Leave a CommentForum: Everything else WordPress
In reply to: Full Width Main PostYou are right Ipstenu – thats genesis. But anyways, I found the solution (in studiopress forum and stackexchange) as either using a sidebar technique or else calling custom query to fetch post based on category. I hope that helps someone else, who is looking for same such solution. ??
Forum: Everything else WordPress
In reply to: Full Width Main PostRight Now I have not implemented it on my site, I was trying to achieve that on my local installation. my main site is https://www.udaipurtimes.com
using News Theme.@fredrick, its already checked! Still I am unable to see the changes after I do any edits in style.css. ??
Forum: Everything else WordPress
In reply to: Actions, Filters and HooksJust one last thing, So you mean to say that as in that example – I can use any filter/function instead of value_adjuster to suit my need, right!
Forum: Everything else WordPress
In reply to: Actions, Filters and Hooks@otto, thanks man. You don’t know how much you’ve helped me with this one. Thumbs Up!
Forum: Everything else WordPress
In reply to: Actions, Filters and HooksSo when am using X filter – does that mean I have to write who X fuctions once again to suit my need?
Like if X is taking ‘a’ and summing that with ‘b’ to get ‘a+b’ and returning ‘c’. And if I want it to return ‘c+2’ -> then do I have to write whole function to change it or just return final result with ‘+2’ ?
Forum: Everything else WordPress
In reply to: Slider@digest WP: I was looking for some option either free or either where I can get a head-up on how to make that slider myself. Thanks anyways, I did check it out and its nice.
@fredrick Townes: Thanks, would be trying that and let you know if worked.
Forum: Fixing WordPress
In reply to: external pageused simple pages concept after adding a plugin to embed widget areas in sidebars.
Forum: Fixing WordPress
In reply to: Automatic Thumb Generationwell, got it. It was because of my faulty Windows Live Writer, which I was using for drafting articles. ??
@jinumanalody Try This.
.wpcf7-form-control wpcf7-radio { float: left; margin: 0 auto 15px; }
then put “clear:both;” in the div of “Your Company Information”
in #contactForm label – remove “clear:left;”
.wpcf7-list-item { float:left; }
This may get you, what you want. Let me know if it works.
I can just say KUDOS! @bunnybomb