Ajay Maurya
Forum Replies Created
-
Hi Kevin,
Thank’s for the quick reply. I saw the Capability Manager Enhanced plugin.
But what solved my problem was adding capabilities array to my custom taxonomy and then adding those custom capability to my User Role Editor plugin screen.“capabilities” => array(
‘manage_terms’ => ‘manage_category’,
‘edit_terms’ => ‘edit_category’,
‘delete_terms’ => ‘delete_category’,
‘assign_terms’ => ‘assign_category’
),Is it something to do with the “capability_type” and the “capabilities” array?
Hi
Yes, i am using the latest version of the plugin. Also i referred to this support thread.
I am looking to exclude more than 4 scripts to be moved in footer, That filter which you are referring to is for excluding scripts from being deferred.
I hope you are clear with my query ?
Hi did you find the answer, I am also looking at excluding more that 4 scripts files to be moved in footer.
Thanks in advance.
Forum: Fixing WordPress
In reply to: quiz that shows results in user pageYour requirement is very customized, There are multiple plugins in the plugin directory that can help you get around this with a little bit of customization.
I would suggest trying using ACF Plugin (https://www.ads-software.com/plugins/advanced-custom-fields/) for saving and displaying the values on the user page, but this requires some development skills.
You can refer to this page for saving the quiz value and displaying on the user page – https://www.advancedcustomfields.com/resources/update_field/
Forum: Fixing WordPress
In reply to: Problem with Edge, IE and Chrome…but not FirefoxHi planeo8,
Can you provide your website URL? or can you share the screenshot of the error?
Forum: Fixing WordPress
In reply to: Page not found problemLogin to your Dashboard – Go to Settings ? Permalinks, and simply click on Save Changes button.
Please check if this fixes your issue.
Forum: Localhost Installs
In reply to: Localhost WordPress instalAccess your server via SFTP or FTP, or a file manager in your hosting account’s control panel (consult your hosting provider’s documentation for specifics on these).
Go to your WordPress installation folder. and right click on the wp-content folder select ‘File Permissions’ and set the numeric value to ‘755’ or ‘777’ and test.
Forum: Fixing WordPress
In reply to: 4.9.6 thoroughly brokenHi, @nullusmaximus WordPress update rarely breaks things, But if the latest version is causing you an issue, You can always downgrade the WordPress Core to the version you want.
This can be done via a plugin or manually also. Whichever you are comfortable with
Plugin Option (WP Downgrade) – This is the best-rated plugin to change WordPress Core version – https://www.ads-software.com/plugins/wp-downgrade/Manual Option –
1. Download WordPress (Version which you want)
2. Deactivate Plugins
3. Delete Core WordPress Files and Upload Fresh Copy of WordPress (Make sure you do not upload the contents of the wp-content folder as this could affect your site content.)
4. Finishing the Re-installation (You may also need to rebuild your permalinks if you’re getting 404 errors on your posts after reinstalling WordPress – you can find this option in Settings > Permalinks.)
5. Disable Automatic Updates
You can also disable auto updates by editing your wp-config.php file to include the following line of code:
define( 'AUTOMATIC_UPDATER_DISABLED', true );
Forum: Fixing WordPress
In reply to: WPTouch empty spaces postCan You please specify which image are you talking about, The Feature image or the post image?
I can see there are extra spaces below the post images. Please check this screenshot – https://prnt.sc/jkhs3wForum: Fixing WordPress
In reply to: WordPress loading non-secure resources in wp_headHi, This can be a caching issue or else there might be some static url’s present in your theme.
I would suggest changing those URL’s to HTTPS or the same be achieved by using this plugin – https://www.ads-software.com/plugins/wp-force-ssl/Forum: Fixing WordPress
In reply to: Link Featured Image on single.phpI would suggest please contact the theme author for help. Or if you can edit the code Please create a child theme and edit the single.php file. by adding this code snippet in place of feature image code.
<?phpif ( current_theme_supports( ‘get-the-image’ ) ) {
$fullimage = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), ‘full’ );
echo ‘‘ . get_the_image( array( ‘meta_key’ => ‘Thumbnail’, ‘size’ => ‘single-thumbnail’, ‘link_to_post’ => false, ‘image_class’ => ‘featured’, ‘attachment’ => false ) ) . ““;}
?>
Forum: Localhost Installs
In reply to: Localhost WordPress instalPlease give ‘644’ permissions to file and ‘755’ to folders and check again.
Forum: Fixing WordPress
In reply to: Image Editor – Image Does Not Appear (thumbnail does)Hi @brettins
This might be the issue with the file permissions or some plugin conflict, Please follow this thread it might help you solve your issue.https://www.ads-software.com/support/topic/edit-media-preview-not-working/
Thanks
Forum: Fixing WordPress
In reply to: Slug conflictHI @sanddr93
Can you check your category name what it is written is it activiteiten or activiteiten?