[dearpdf id="1398" data-page="30"][/dearpdf]
to embed pdf’s on pages which open to the page specified by the data-page option. Is this option no longer supported? Or does it now have a new name? The option no longer seems to work in DearPDF Lite 1.1.77.
]]>For example, clicking on the ‘Science’ tab would load all the staff from the Science department.
For reference, I am looking for something similar to https://directory.stat.ucla.edu/faculty/ in terms of its faculty tabs.
Thank you!
]]>Thanks for this great plugin.
I would like to use Dynamic User Directory multiple times on a website:
– Showing the list of active members (big avatar, several information)
– Showing the list of former members (smaller avatar, name, and duration of stay)
– Showing in the author.php page one specific member (complete profile information)
I managed to create a child plugin for doing that. It relies on shortcode options used for overriding the common configuration (defined via the admin page). So it is possible for example to use the following shortcodes:
[DynamicUserDirectory]
or
[DynamicUserDirectory email="0" website="0" border_length="25%" hide_roles="Administrator"]
I would be glad to share this code with you if you are interested in merging this solution with the existing plugin. Indeed, for this extension to work, I had to replace the ‘DynamicUserDirectory’ shortcode to use the extension as following:
function DynamicUserDirectoryExtendLoad() {
if(!is_admin()) {
remove_shortcode( 'DynamicUserDirectory');
add_shortcode( 'DynamicUserDirectory', 'DynamicUserDirectoryExtend' );
}
}
add_action( 'plugins_loaded', 'DynamicUserDirectoryExtendLoad', 12 );
It is not as flexible as I hoped (DynamicUserDirectoryExtend()
is a duplication of DynamicUserDirectory()
with the support for overriding via shortcode options), meaning that every new version that affects the DynamicUserDirectory()
function also affects DynamicUserDirectoryExtend()
.
I am currently using the last version (1.2.0 at the time of writing) of Dynamic User Directory.
Cheers,
Nicolas
]]>Also, since you asked what could be included in the Pro version, here are some options.
Have the ability to view the following:
-Meta description
-Meta keywords
-Snippet Preview
-Focus Keywords
Please see the site: <p>Total Business Training Blog</p>
I have tried maniuplating the shortcode for over a day now trying to get the following configuration:
Show Related Posts (3 options)
Show Related Pages (3 options)
Show Related Products (3 options)
(They are all held together ie the common factor is the category that they are indexed in.)
May I please ask what kind of shortcode would produce this kind of result?
As always, Many Thanks for your plugin and also for any kind support!
Cheers
TelB
https://www.ads-software.com/plugins/super-simple-related-posts/
]]>https://www.ads-software.com/plugins/pronamic-google-maps/
]]>https://www.ads-software.com/plugins/download-attachments/
]]>Is there only shortcode for the basic larger buttons? I am trying to use shortcode to get the smaller buttons (3rd row in admin) in my theme template.
thanks
https://www.ads-software.com/plugins/addthis/
]]>