It won’t work/hide existing widgets, however …
If you add a ‘new’ widget, it will activate all the widgets and hide them as required
There is only one small issue I found …
When you ‘hide’ all the widgets in the sidebar, the page does not expand to that available space on tablets.
Other than that, as I said, great plugin!
Example:
https://images.vfl.ru/ii/1618401871/622a75fc/34077378.png
When you click on the link
https://images.vfl.ru/ii/1618401916/9662acf9/34077402.png
]]>This may or may not be an issue for other users, but it really gets frustrating for me when just trying to test it out.
I am under the impression that when more roles are added that the addition of all of those check boxes for Capabilities may be causing any issue, at least for me.
Would the developer be willing to add a simple Expand/Collapse option for each Capabilities Section and possibly an options to Expand all, if needed, and/or could an additional feature be added for Tabbed Roles so that the screen doesn’t have to take so much time, and sometimes error out, just to refresh the roles and all of the Capabilities boxes?
So far, it’s an excellent plugin!
https://www.ads-software.com/plugins/user-roles-and-capabilities/
]]>https://www.ads-software.com/plugins/team-members/
]]>This is the code for the blog feed:
<main id="main" class="site-main" role="main">
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', 'page' ); ?>
<?php
$myposts = get_posts('');
foreach($myposts as $post) :
setup_postdata($post);
?>
<div class="post-item">
<div class="post-info">
<h1 class="entry-title">
<a>" title="<?php the_title_attribute(); ?>">
<?php the_title(); ?>
</a>
</h1>
<?php catchadaptive_entry_meta(); ?>
<div class="category-meta"> <?php catchadaptive_tag_category(); ?> </div>
</div>
<div class="post-content">
<?php the_content(); ?>
</div>
</div>
<?php comments_template(); ?>
<?php endforeach; wp_reset_postdata(); ?>
<?php wp_reset_query(); ?>
<?php endwhile; // end of the loop. ?>
https://www.ads-software.com/plugins/hide-show-comment/
]]>I’m all new to wordpress, and trying to build an easy-to-maintain website for someone. Please note it’s a “regular pages” website as opposed to a blog one.
I need most of the pages body to be made two “zones” one above the other, the second one being visible only when I decide so.
As an example, let’s say I sell oranges and bananas. I’d have a page for each. The upper part would describe oranges on one and bananas on the other. Whenever oranges are on sale,I would make the second “zone” of my oranges page visible and say “oranges are on sale”. As the content of that “oranges on sale” zone would barely change along time, I need something that I can quickly edit and show/hide when needed.
I found a rather horible way to do that using categories pages and switching post visibility, but I’s sure there’s a better and easy way to go. I’ve just haven’t googled it correctly I guess.
Any idea ?
Remember, I need something easy to use for the future administrator.
Thanks in advance for your help.
Mat
My client like to use this plugin and I love it, but now he need to create a form where depending if a checkbox is marked or a select option is selected shows or hide some other fields, I read on other Topics is possible using JS or CSS, but in this case my client what to create the forms by they own, changed and make new ones, if I have to code a JS every time he create a form I will be crazy any time.
So how can I do it?, is an easy way to?
Thanx for any help.
https://www.ads-software.com/plugins/contact-form-7/
]]>first i want to thank who even made this plugin,
it’s really a nice tool hide/show whatever you want for other users
though i still have have a little thing to hide
especially in backend profile there are things no need for users to see.
such as:
Visual Editor
Admin Color Scheme
Keyboard Shortcuts
Toolbar Show Toolbar when viewing site
https://www.ads-software.com/extend/plugins/adminimize/
]]><script type=”text/javascript”>
<!–
function toggle_visibility(id) {
var e = document.getElementById(id);
if(e.style.display == ‘block’)
e.style.display = ‘none’;
else
e.style.display = ‘block’;
}
//–>
</script>
I imagine it would be something like a pulldown menu with checkboxes listing all the fields I allow to be disabled/enabled.
Are there solutions for doing this?
Bonus question: my ultimate dream would be to allow users to drag and drop to re-order sections. Is this something wordpress is capable of doing?
Thanks to all interested,
Clay