Habibur Rahman Razib
Forum Replies Created
-
You can customize your icons using filter.
add_filter( 'control_listings_svg_icons_marker', 'my_theme_modify_marker_svg_icons' );
function my_theme_modify_marker_svg_icons( array $icons ) : array {
// modify/add/replace $icons here
$icons['travel'] = 'the new travel inline svg tags';
return $icons;
}For more details – https://controllistings.com/2023/06/23/replace-custom-svg-icons-in-control-listings/
If you have any more questions, please let me know.
Thanks
- This reply was modified 1 year, 3 months ago by Habibur Rahman Razib.
All frontend management tools will be working with Control Listings pro plugin
Thanks
- This reply was modified 1 year, 4 months ago by Habibur Rahman Razib.
Thank you for your excitement!
Now only the administrator can manage listings, if you want to add options for listings owners you need to purchase the pro version to Enhanced Listing Management Tools.
User listings have a review option before publishing a listing.
Hi alcivez.
You can override the plugin functions in your child theme functions.php
if(!function_exists('control_listings_marker_icon_options')): /** * * @return array */ function control_listings_marker_icon_options(){ return [ 'academics' => 'Academics', 'afterschool' => 'After school care', 'creative' => 'Creative arts', 'dance' => 'Dance', 'language' => 'Language', 'literature' => 'Literature', 'music' => 'Music', 'travel' => 'Travel', 'performing' => 'Performing Arts', 'outdoor' => 'Play outdoor', 'religious' => 'Religious', 'science-technology' => 'Science & Technology', 'special-needs' => 'Special Needs', 'sports' => 'Sports', 'child' => 'Child', ]; } endif;
You can filter icons too. For more details – https://controllistings.com/2023/06/23/replace-custom-svg-icons-in-control-listings/
Thanks
The site is now online.
Thanks for lettings we know, we are checking this issue & release an update soon.
Resolved
Forum: Plugins
In reply to: [Build & Control Block Patterns - Boost up Gutenberg Editor] Litte confused…1. You need to save permalink settings again to fix the issues.
2.
'exclude_from_search' => true
&'has_archive' => false
Updated post type in 1.3.5.1
Please update the Control Block Patterns plugin to resolve the sitemap issue.3. You need to scroll down to load more patterns on the directory page.
4. We regularly update the plugin, when any issues arise.
Thanks ??
Hi,
There were bugs in the last update 1.3.5.0, it was all about for unregistered pattern category.
We have fixed issues in 1.3.5.1.
Thanks'exclude_from_search' => true
Updated post type in 1.3.5.1
Please update Control Block Patterns plugin to resolved the issue.Thanks ??
Thanks for contact with us.
We were only working on unregistering blocks & pattern categories.
we are checking these issues & keep you updated.Thank you
Hi,
Unregister block patterns & category issues resolved.
We wanted to thank you for your patience during this busy time & sincerely apologize for the delay.Please rate our plugin to inspire us for better support & future updates.
Best Regards
Sorry for the late reply.
Thanks for letting me know. It seems a bug in the plugin. We are checking the issue & update the plugin as soon as possible.
Best Regards
Forum: Plugins
In reply to: [Cool Responsive Megamenu] CSS MinifyYou can turn off plugin CSS in Cool megamenu options, You can override CSS files in your theme or child theme.
We are also recently updated plugin.
Thanks.Forum: Plugins
In reply to: [Cool Responsive Megamenu] Menu Item Selects Not DisplayingPlease share your site url here, so I can check it & send you proper solutions.
Currently ee are working on update.