Developer1
Forum Replies Created
-
Forum: Plugins
In reply to: [Fluid Responsive Slideshow] button disappearing on responsive modeI want to show 2 butttons on same slide
Forum: Plugins
In reply to: [Quick Paypal Payments] Unsuccessful payments showing in dashboardthe payment column contain some sort of random code like 1aae3a75b97bd1ee750fd52cab7e0d44.
How do i get that my payment is successful with the following order or for this order.Forum: Plugins
In reply to: [DW Question & Answer] MAil function code in which filethanks
Forum: Plugins
In reply to: [DW Question & Answer] I want to replace the admin to the expertIt only the way to change the html code for visibilty.
I want the feature of admin in the DW-Question answer change to the user with role experts.Go to UM > User roles > edit role with setting registeration options
Go to UM > User roles
and check the setting their you find the your solutionThanks, issue resolved.
I have one more question is there a way to customize the social login plugin with this plugin?php lang, No i am not using the smtp plugin
I want the account of the user to be inactive until he clicked the activation link which is provided by email.
Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] Like Counts not Update on custom post typefunction blogs_init() {
$args = array(
‘label’ => ‘Blogs’,
‘taxonomies’ => array(‘category’),
‘public’ => true,
‘show_ui’ => true,
‘capability_type’ => ‘post’,
‘hierarchical’ => false,
‘rewrite’ => array(‘slug’ => ‘blogs’),
‘query_var’ => true,‘supports’ => array(
‘title’,
‘editor’,
‘excerpt’,
‘trackbacks’,
‘custom-fields’,
‘comments’,
‘revisions’,
‘thumbnail’,
‘author’,
‘page-attributes’,)
);
register_post_type( ‘blogs’, $args );
}
add_action( ‘init’, ‘blogs_init’ );Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] Like Counts not Update on custom post typeYes I have used the shortcode for showing the like button.
and added all the details on setting tab.No, I didn’t get the Solution yet