jordanmulkey
Forum Replies Created
-
Awesome worked like a charm
thanks for quick response and solution
Forum: Plugins
In reply to: [Firelight Lightbox] Hide viewer-pdf-toolbar above the fileDo you happen to know of any way to disable right click on the pdf document?
Thanks just submitted a support ticket
I total agree this update is terrible, I am also a paid user. It makes everything so much more difficult I almost want to reinstall the older version.
Forum: Plugins
In reply to: [Custom Post Type UI] HTTP Error 500 For all my custom TaxonomiesIts working again I believe it had something to do with a plugin conflict thanks!
Forum: Plugins
In reply to: [Firelight Lightbox] Hide viewer-pdf-toolbar above the fileNice it worked thanks man appreciate it! awesome plugin
oh okay let me know this sounds like an awesome feature
Thanks I just saw the post you made about this at the top lol my bad
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Add featured image to agenda viewSweet thanks man!
Forum: Plugins
In reply to: [Favorites] Go to favorites page when button is clickedWhere do I place this code?
I just submitted my ticket, thanks for the help!!! Awesome plugin on of my favorites
Was able to fix the function instead of `add_filter(‘algolia_autocomplete_config’, function(array $config) {
$new_labels = array(
‘searchable_posts’ => ‘All posts’,
‘posts_product’ => ‘Video’,
);foreach ($config as &$item) {
if(isset($new_labels[$item[‘index_id’]])) {
$item[‘label’] = $new_labels[$item[‘index_id’]];
}
}return $config;
});`I changed out
'posts_product' => 'Video',
to'posts_post' => 'Video',
Forum: Plugins
In reply to: [Simplicity Save for Later] Notification bookmark in navbarThanks man I look forward to the update I really appeciate all of your help!
The height code worked perfectly thanks!
I put in the functions onto functions.php and it changed the name of searchable posts but the name post still shows up instead of video