himanshu88
Forum Replies Created
-
Forum: Plugins
In reply to: [nrelate Flyout] [Plugin: nrelate Flyout] Flyout not workingMe too.. same issue.
Doesn’t show up on my blogForum: Plugins
In reply to: [Sharebar] Here's how to adjust the vertical marginHausjell can you help me with this.
I want adjust the sharebar fade in/appearing .
For now, it comes after we scroll past the header/title of post. I want it to appear just after a little scroll or without scrolling it.Can this be done. Please tell me.
Thanks for your earlier post.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Mail (2) Auto-Responder ProblemAre you using your email ex : “[email protected] or [email protected]” in the from field of contact for 7. If yes change it with the same fields seen in HTML of the form , ex – [your-name] <your-email]>
make sure you do not have a plugin like mail 2 SMTP installed which is over riding the settings.
Also try to reconfigure the form, or simply create a new contact form and just copy paste form html and email format. Leave everything intact and see if it works. Later you can make necessary changes.Forum: Plugins
In reply to: [Plugin: CF7, reCAPTCHA] Weird Error message – failed to send, try later??Same problem , it is detecting messages as spam with akismet
Forum: Fixing WordPress
In reply to: Hiding page title while adding H1 tag to homepageAdd this to header.php
<?php if ( is_home() ) { ?>
<h1 id=”h1off” style=”display:none;”><?php bloginfo(‘name’); ?></h1>
<?php } else { ?>
<?php
}
?>Then add this to stylesheet ,
#h1off {
position:absolute;
top:-9000px;
left:-9000px;
}Forum: Plugins
In reply to: [Social Connect] [Plugin: Social Connect] This Sidebar Login = Broken SidebarBroken sidebar on Elegant themes
Any Progress with this , could the author please help us if we are ready to support the plugin in any possible way .Cool this worked … Cheers
It also helped me add a link image which will take to the specific category , because it is changing the color of the text link when linked . Font html code doesnt work here , maybe style would help .About thumnails what i can say is
Try featured image , it works
Though post images dont work with itHi valentinas , I am not being redirected to same page after login rather i reach the home page . Could you Help ???/
Forum: Plugins
In reply to: [Facebook Connect] [Plugin: Facebook Connect] Replace graphicExactly this is a feature which will rock with this plugin ..
I want reduce the button size even further , hope if we have option to add image size or graphics this can be done .
Forum: Plugins
In reply to: [Social Connect] [Plugin: Social Connect] This Sidebar Login = Broken SidebarFacing the same problem with Sidebar on Elegant Theme “Delicate News” which has recent/popular and random posts sidebar widget in it .
This is really frustrating because everything works perfect its just the widget that looks cramped .
I have never seen such a behaviour of the widget , so it may be a conflict with scripts .
Thanks for the really awesome plugin .
I would like to know how this issue can be resolved .@dalton Rooney thanks man , Cheers
Cool this works
i did a weeks research and didnt get anything
experimented your code and got it specific to my needs and working with custom fields- My aim was to show gallery images ,
exclude images from specific custom fields ( custom field template plugin)
auto link to file
auto addition of gallery if post has images
showing gallery only in specific category
take my contribution
<?php if(!in_category(array(1,40))) { ?>
<?php $logo = get_post_meta($post->ID, ‘logo’, true); ?>
<?php $thumbnail_id = get_post_meta($post->ID, ‘thumbnail_id’, true); ?>
<?php echo do_shortcode(“[gallery columns=4 exclude={$logo},{$thumbnail_id}]“); ?>
<?php }; ?>Thats going to be cool
Keep rocking SwashataThanks marynixie
Hey Susoland , i have alternative
use an image for read more , i used one change in the edit section of plugin - My aim was to show gallery images ,