WDES Responsive Mobile Menu Layout 1 Add-ons sample options
Click every tab to get the sample options and se the screenshot image.
[anton-accordion cat=”270″]
Click every tab to get the sample options and se the screenshot image.
[anton-accordion cat=”270″]
Use the `[anton-accordion]` to display the shortcode in your pages. To use the specific category of your accordion, use the `cat` attributes. Use the category value in `cat` attributes. [anton-accordion cat=”1″] // 1 is the category ID
Dequeue or deregister a style or script of JS Composer WordPress plugin using your current theme functions.php. Paste the codes below.
How to check if there is an ajax running on your page? Here’s a code below that can help you figure it out.
Hi guys, having a hard time looking a codes online on how to create a WordPress customize settings? I guess, your not alone. But for me, I’m done on it and converted already into a tutorial. I’m hoping to help someone with this kind of problem. I have a tutorials below on how to create…
If you want to create a drop-down menu, I have a sample codes below. It is very simple but will put your mobile much user friendly. It’s up to you on how you design the layout. I’d like to recommend to use WDES Responsive Mobile Menu if you want your mobile views won’t take so…
Dequeue or deregister a style or script in WordPress is now easy and no need more time to find solutions online. Example 1: I want to remove styles using `dequeue` function. If you can see, I want to remove the `anton-accordion-style-css` styles. Please see codes below. Code to be paste in functions.php Example 2: I…