esmaeili
Forum Replies Created
-
is there a hook for login as well? couldn’t find it in the documentation.
worked like a charm, thank you dear.
- This reply was modified 2 years, 6 months ago by esmaeili.
Forum: Plugins
In reply to: [Masks Form Fields] Add dash automatically based on MaskThanks for the quick reply, actually I was using a number field that’s why the dashes or other characters couldn’t automatically show up while typing, I changed it to a text field and the issue is fixed.
cheers, Ivan ??- This reply was modified 2 years, 8 months ago by esmaeili.
it was a problem with the server PHP setting,
inside MultiPHP INI Editor, “zlib.output_compression” should be disabled.
I’m getting the following error in the console. any thoughts?
Resource interpreted as Document but transferred with MIME type application/csv: "https://site.com/wp-admin/edit.php?..."
- This reply was modified 3 years, 10 months ago by esmaeili.
Forum: Plugins
In reply to: [Gmedia Photo Gallery] Filter by Category in front endone more thing, this above code will refresh the page upon selection right?
is it possible to filter categories without refreshing the page, ajax like?
thank you.Actually, your plugin uploader is working fine, just the WordPress default uploader is stuck on crunching… not getting any response after the upload is finished.
but when I deactivate your plugin, the upload works fine.any thoughts?
thank you.
- This reply was modified 3 years, 11 months ago by esmaeili.
Hi Benjamin,
here are two screenshot hope that helps:https://ibb.co/D8QDzXx
https://ibb.co/rZBfzJMbest regards.
Forum: Plugins
In reply to: [Admin Menu Editor] error 403 on saving changesplus
wp_options
table doesn’t contain aws_menu_editor
field.Forum: Plugins
In reply to: [Gmedia Photo Gallery] Filter by Category in front endperfect thank you
Forum: Plugins
In reply to: [The Events Calendar] how to add a view toggle in frontendended up doing something like this, update me if there’s a better solution possible that I’m missing. I’m using the pro version btw.
<?php $viewMode = $_GET['view']; if($viewMode == 'list') : ?> <a href="mesia-events" class="txt-view">Month View</a> <?php echo do_shortcode( '[tribe_events view="list"]' ); else : ?> <a href="mesia-events/?view=list" class="txt-view">List View</a> <?php echo do_shortcode( '[tribe_events view="Month"]' ); endif;?>
Forum: Plugins
In reply to: [Gmedia Photo Gallery] Filter by Category in front end<select name="g-cats" id="g-cats" onchange="location = this.value;"> <option value="">Filter by Category</option> <option value=".">ALL</option> <option value="?gm14[category__in]=4">MEN</option> <option value="?gm14[category__in]=5">WOMEN</option> </select>
I’m doing something like this now, wondering if I can get all the existing categories in the theme file.
thank you.Forum: Fixing WordPress
In reply to: 403 Error when updating page only when using inline CSSthe problem was caused by ModSecurity in Cpanel.
Forum: Plugins
In reply to: [bbPress Voting] Prevent pre-updating number of votes in front endI just checked it again, it seems to work as expected. I don’t remember if you added an update to the plugin, strange! anyway, thank you ??
link:
https://srtip.ae/communitiesForum: Plugins
In reply to: [bbPress Voting] Changing position of Voting@natekinkead thank you worked perfectly.