|

WDES rtMedia Music documentation

WDES rtMedia Music template override All files inside the “templates” folder can be override in your current theme/child theme. To do that, create a “wdes-rtmedia-music” in your current theme/child theme and place the template file inside of “wdes-rtmedia-music” folder. Example: You want to override the “all.php” to your theme/child theme. Override to theme/child theme You want…

How to fix the “Google Maps API error: MissingKeyMapError” using WPBakery Visual Composer WordPress plugin?
|

How to fix the “Google Maps API error: MissingKeyMapError” using WPBakery Visual Composer WordPress plugin?

How to fix the “Google Maps API error: MissingKeyMapError” using WPBakery Visual Composer WordPress plugin? Are having trouble fixing this error on your end? This error is visible in your console developer tools. To fix the issue, first you have to look the script handler that is registered for the google API. To do that,…

| |

How to add like button in media gallery item using Buddypress and rtMedia WordPress plugin?

Hi guys !!! How to add like button in media gallery item using Buddypress and rtMedia WordPress plugin? Please follow the steps below. Step 1: Override the “media-gallery-item.php” in your WordPress theme. Step 2: Place the code anywhere inside of your “li” tag. Step 3: Paste this code to your functions.php. Step 4: Paste this…

Add sub-page using 1 page without adding another pages using add_rewrite_rule

Add sub-page using 1 page without adding another pages using add_rewrite_rule is very simple but clean strategy most specially if you have multiple sub-pages. Using add_rewrite_rule, your task is done. Please copy the codes to your functions.php. Example: I have this page, https://www.anthonypagaycarbon.com/parent/ and the page ID is 10. add_filter(‘query_vars’, ‘wdes_query_vars’); function wdes_query_vars($vars) { $vars[]…