dinesh786
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to add zip files to particular pageJust like as you add images
Add Media-> insert into post.Forum: Fixing WordPress
In reply to: Changing rolesHi Steve,
Try this:
$u = new WP_User( $user_ID );
// $user_ID should be the id of user those role u want to change.// Remove role
$u->remove_role( ‘administrator’ );// Add role
$u->add_role( ‘agent’ );let me know it worked for u or not.
Forum: Fixing WordPress
In reply to: How user.php works?it calls the function of prepare_items() of
/wp-admin/includesclass-wp-users-list-table.phpForum: Plugins
In reply to: [Simplr Registration Form Plus+] How can I re-arrange fields of formThe second issue is just that:
I want show check-box than text related of that textbox.
But its showing text first than check box. thats it.
like we see any acceptance. first [] checkbox than I accept, want that.
Thanks!
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] How can I re-arrange fields of formNo Marcel,
I also put my desired order in that short code. Not working that.—
Yes I am using 2.3.6, so should I use any other version for fix that.
and How can I download the previous versions? please guide.
Thanks!Forum: Plugins
In reply to: [Simplr Registration Form Plus+] How can I re-arrange fields of formThanks for reply Marcel,
But Re-arranging using drag and drop fields are not changing the order,
and after drag drop also not showing any save button, if it will affect by click on save.—
and Marcel any solution for this(text positioning):
also how can I change positioning of text, like I used a check box field
I agree*
so its showing: I agree* [chekbox]
But I need: [chekbox] I agree*Forum: Plugins
In reply to: [Page Transition] scroll left and scroll right [Urgent]I did not use plugin now, I just tested it on my local site.
I used this code https://tympanus.net/Development/PageTransitions/
But page is not moving smoothly like https://marvelapp.com/afi17e#4669785
Can you please guide me how can I please guide me what customization I need to do.Or if I use custom jQuery code so Should I use make the website on sigle page template for smooth transition? like all the page code on front-page.php
Please guide what shoul I do.
Thanks in advance!Forum: Plugins
In reply to: Is there any risk to update plugins?Thanks Jan Dembowski,
And can we lost the changes in the plugin that we made if we update the plugin?Forum: Fixing WordPress
In reply to: Bookmark the permalink not workingYes
Forum: Fixing WordPress
In reply to: When editing permalink, my page losts, any solution?yes wp dashboard is working correctly,
and i did not made any setting changes for permalinks
i just set postname instead of postname in Common Settings
for clean urlsForum: Fixing WordPress
In reply to: Bookmark the permalink not workingany idea? anybody?
Forum: Fixing WordPress
In reply to: I need a blog in wordpress siteIts added blog in url, but redirecting me to 404.php page
when clicking on post linkForum: Fixing WordPress
In reply to: I need a blog in wordpress siteThanks sir, I am trying this
Forum: Fixing WordPress
In reply to: How to get link to edit taxonomy termThanks sir ??
Forum: Fixing WordPress
In reply to: How to get link to edit taxonomy termWow, Great sir,
Its working!!!! ??
Ok we need to pass whole object in 4th parameter.
Thanks s lot sir