badoonz
Forum Replies Created
-
Forum: Plugins
In reply to: [Bulk Add Terms] Not Adding more than 400 Terms at onceor i get this error
Something went wrong… are you sure you have enough permission to add terms?Forum: Plugins
In reply to: [Contact Form 7 Signature Addon] Mobile Only IssueHi
i have found the issue
you see i was using the paypal and stripe extensions which override the submit button.
so i had to do this
<div style=”display:none”>
[submit]
</div>because without the submit button the validation will give an error.
So if anyone has the same problem just show submit but hide it the encapsulating div
Cheers
I have the exact issue after my recent update i got that issue.
i moved my website from sub.domain.com to domain.com and i did the update
is this happening to everyone what do i do??
Forum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] Limit on Variations?Hi
Sorry im just a newbie, i just wanted to know how can i show the search form on the same line as the mega menu
<?php /* Widgetized sidebar */
if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘my_mega_menu’) ) : ?><?php endif; ?>if i insert <?php get_search_form( $echo ); ?> before that i get it on top and so if i put it in the bottom,
im trying to combine both of these codes so the menu will be inline with search
my codes is something like this but it doesnt work
<?php /* Widgetized sidebar */
if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘my_mega_menu’) ) , get_search_form( $echo );) : ?><?php endif; ?>for eg
HOME | ABOUT | SERVICES| CONTACT [SEARCHBOX}
cheers