malcan2009
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Templater For Elementor] Take Out TemplateThanks so much that worked
Forum: Plugins
In reply to: [WP-Cycle] Wrap Text Around wp cycle php codeOk I have worked it out to go inside a widget do the following:
<div class=”alignleft”><?php wp_cycle();?></div> <h2 style=”text-align: justify;”>Title Text</h2>
<p style=”text-align: justify;”><span style=”font-size: 14pt;”>Text goes here </span></p>To go in Page or post do the following:
<div class=”alignleft”>[wp-cycle]</div> <h2 style=”text-align: justify;”>Title Text</h2>
<p style=”text-align: justify;”><span style=”font-size: 14pt;”>Text goes here </span></p>ps.
You need to use php code widget plugin or php exec plugin for post and pages
you might need to use wp_cycle(); instead of the short code!Hope that helps anyone else who is trying to do the same thing.
Regards
Mal
Solved in the options go to effects choose thickbox and a x appears bottom right.
Forum: Plugins
In reply to: [Job Manager] Plugin: Job Manager User PermissionsI too am looking for registered users to be able to add jobs this would be great for people running wordpress multisite websites that require the posting of jobs by its members.
I noticed Gary was looking into a similar post about 3 months ago letting the public ability to add jobs.
Gary is there any update on this feature
Best regards and keep up the good work
Mal
Forum: Fixing WordPress
In reply to: Widgets MissingMany thanks esmi I should of done that first it was a plugin I have disabled it and the menu is back!
Regards
Mal