venug
Forum Replies Created
-
Daniel Bachhuber,
I would like to know if there is any update about my request
Thanks
Hi Daniel !
I am curious to know if this feature can be implemented in next version update
Thanks a lot for your kind response, Daniel
>Would you be using the same ad provider for each ad, or different ad providers?
Usually… I want to use different providers. But for better starting I will depend on one provider at first and will look further in future. I have a clear decision on that
>how do the script tags differ between time intervals?
Sorry Daniel ! I don’t understand what this mean. Can you please elaborate
Such a functionality in a form of plugin as I requested would help Multisite users a lot. I am sure of it but not an expert in plugin creation 🙂 Hope you help us
Thank you!
WooThemes,
Sure , I will check that
Would there be any conflicting issue with JigoShop database tables and plugin files if I install Woo-Commerce on the same installation. Generally, such problems occur with Forked plugins
Thank you!
Forum: Fixing WordPress
In reply to: Post by Email vanished from SettingsThis is the post I am looking for. I wanted to post by email and found this
Thanks for the OP and others responded this. But I wanted to know why was the feature disabled in ‘Multisite’ environment
What are the downsides and troubles if I enable the feature by using
add_filter( 'enable_post_by_email_configuration', '__return_true' );Thanks for all !
Forum: Plugins
In reply to: [Promotion Slider] can't get rid of grey area in promo sliderWoodent,
Tried again and I see it worked. I think it was the cache issue last time and It took a few minutes to show the changes now
Thanks for your support!
Forum: Plugins
In reply to: [Promotion Slider] can't get rid of grey area in promo sliderThe css code did n’t work for me
Can I make the background transparent? So that it mingles with the page background?
Thanks !
Forum: Plugins
In reply to: [Social Connect] Google Application and API key for Google login?Great ! Can you tell me how to use a registered Google API for this plugin
I need it for better security . Are there any chances that the current authentication system with Social Connect might cause trouble, If don’t use API key?
Thanks for good explanation
Forum: Plugins
In reply to: [WP Super Edit] Using customization intended to TinyMCE?Thank you!
Forum: Plugins
In reply to: [Add Users Sidebar Widget] Incompatibility with Newer versionsDoes any body have Idea , how to make it works with newer WordPress versions?
Forum: Plugins
In reply to: [WP Super Edit] Using customization intended to TinyMCE?I have installed the plugin and still searching for any information about the doubt I have
Forum: Fixing WordPress
In reply to: Login link only for new users?Sorry ! There was a mistake in my last message. This is the actual code I tried, but failed :
<?php if ( is_user_logged_in() ) { echo 'Welcome, registered user!'; } else { echo '<a href = "<?php echo wp_login_url( get_permalink() ); ?>" title="Login">Login</a>'; } ?>Forum: Fixing WordPress
In reply to: Login link only for new users?This is the code I used in theme header.php file combining the both codes for redirection and user based Access. But it is broken
<?php
if ( is_user_logged_in() ) {
echo ‘Welcome, registered user!’;
} else {
echo ‘” title=”Login”>Login‘;
}
?>Does any one have Idea about this?
Forum: Fixing WordPress
In reply to: Add login/register to nav menu? Help pleaseI think the experts at WordPress.stackexchange.com can help you with this. Ask it there and please let me know the link of question after you post
Thanks !
Forum: Networking WordPress
In reply to: Unable to post on sub-sitesAre you logged in as super admin?
Andrea ,
I have logged in as super Admin
List your plugins 🙂
I have 12 plugins installed and checked de-activating everyone of them.It seems as working normal when I deactivate a plugin ‘My Custom Widgets‘ .When I activate it again the new posts or pages gives an odd errors.
1)Some times when I create new pages and click on update…It redirects to main blog
2)Some times it gives an error mentioned in my original post
Could any one let me know if the problem is with that plugin?
3)The template attribute and parent under ‘page attributes'(when creating pages) disappears
Thanks!