bristweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] How to Disabled “Indexables” Feature?We discovered Yoast was inserting these indexables as the canonicals and breadcrumbs for our sites we built on a different staging domain. This caused google to index many pages with the wrong canonical.
wp-cli would be fine, but it forces a reindex. we cannot run wp-cli on our production servers, and our local environment does not use the production domain… so that will not work. it would be helpful if wp-cli had an option to just delete the index and we can push the db to the production server and let it re-index there.
the “yoast test helper” plugin is a no-go. it seems ridiculous to install a second yoast plugin to fix a problem caused by the first. is there not an option to disable or at least rebuild the yoast-indexables through the yoast seo plugin.
preferably, we would like to disable indexables entirely. if we want caching to improve speed, there are other very nice tools and plugins for that.
Forum: Reviews
In reply to: [All-in-One WP Migration and Backup] cripplewareOk. A filetype where unpacking requires:
1) a server with upload capacity greater than the export size
2) purchasing software
3) installing more software that “macOS cannot verify that this app is free from malware.” and the referenced sourcecode has 2 followers on github.
4) Building new software to read the formatI don’t see any benefit to the end user over .tar or other ubiquitous archive filetypes. I think “proprietary” is accurate even if technically open source. I would have loved to pay you for the software; just not when led on a snipe hunt first.
also have this issue
bill
thanks for the response; i figured backwards compatibility would be an issue… i did take some shortcuts in my code
i really don’t want to keep a hacked version of the plugin if the base concept could be integrated.
could you add a second filter which filters the entire output (rather than just the
li)?
ex: display_posts_shortcode_full_outputif the full output could be filtered and the post array sent to the function – that would allow easy customization (you don’t have to keep trying to make changes to accommodate people’s specific requests)
Forum: Plugins
In reply to: [Subpages Navigation] [Plugin: Subpages Navigation] restrict levelshere is at least a temporary option:
https://www.ads-software.com/support/topic/plugin-subpages-navigation-show-same-level-pages?replies=1Forum: Plugins
In reply to: [Plugin: Widget Classes] Not working with Widget Logic pluginyep, i’m glad to have found the answer too ??
be sure to mark as resolved in the top right.
Forum: Plugins
In reply to: Choose a class when adding a text widgethttps://www.ads-software.com/extend/plugins/zigwidgetclass/
you can use the plugin or put the code from zigwidgets into your functions.php
Forum: Plugins
In reply to: [Plugin: Widget Classes] Not working with Widget Logic pluginas found here:
https://www.ads-software.com/support/topic/adding-class-to-a-widget-similar-to-custom-menus-plugin-for-this?replies=10#post-2132351zigwidgetclass is compatible with widgetlogic
https://www.ads-software.com/extend/plugins/zigwidgetclass/Forum: Plugins
In reply to: [Plugin: Widget Classes] Not working with Widget Logic plugin+1
anyone find a solution?
Forum: Plugins
In reply to: Choose a class when adding a text widget+1
Forum: Fixing WordPress
In reply to: How to remove theme editor submenu?Forum: Fixing WordPress
In reply to: How to remove theme editor submenu?it seems as of the latest update to the admin gui the
remove_submenu_page( 'themes.php', 'theme-editor.php' );
does not work. however
remove_submenu_page('plugins.php', 'plugin-editor.php' );
does workany idea what changed?
Forum: Plugins
In reply to: [Widget Logic] is_active_sidebar isn't workingwhy isn’t this update committed to the plugin?
Forum: Plugins
In reply to: [Content Types] [Plugin: Content Types] Plugin breaks 3.1any chance this will be resolved soon? have this exact issue on network activate. interestingly… it does not give this error when activated on each site individually