Multi str_replace php
str_replace(
array(
'<',
'>',
'/',
',',
'{',
'}',
'?',
'*'
),
'',
$value[0]->post_content
)
Quick Tutorial: Fixed AdSense Left & Right Sidebar CSS Display Learn how to create a fixed AdSense layout with ads on the left and right sides of your webpage. This quick tutorial walks you through the HTML, CSS, and JavaScript setup to keep your ads visible as users scroll, maximizing visibility and potential revenue. Perfect…
Having trouble on the auto filling the color of telephone number? Most common color is blue for the links. Here’s the solution below. Just copy and paste this inside to to your . <meta name="format-detection" content="telephone=no">
Override rtMedia media-gallery.php template into current WordPress theme is now not a problem. For example you have artist role in your users and you want different template for the artist role. This apply in `http://www.sample.com/members/artist/media/music/` page. add_filter( 'rtmedia_template_filter', 'rtmedia_template_filter_override', 10, 3 ); function rtmedia_template_filter_override( $template ){ global $bp; $role = get_user_meta( $bp->displayed_user->id, 'wp_capabilities', true );…
How to make video iframe responive? Copy the CSS below and make sure that there is a ” iframe-wrap ” before the iframe element. CSS .iframe-wrap { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .iframe-wrap iframe, .iframe-wrap object, .iframe-wrap embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;…
Customize rtmedia gallery ( media-gallery-item.php ) with additional display like image, audio, video, etc. Are you having a problem adding custom information on the media gallery item? You don’t have to worry now, the codes below is the solution. In my example, I want to add an audio player and the same time this is…
Copy and paste the codes below. HTML <p><a class="vm-pop-up" href="#vm-pop-up-content-1">Click here : Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia</a></p> <p><a class="vm-pop-up" href="#vm-pop-up-content-2">Click here : Cupidatat non proident, sunt in culpa qui officia</a></p> <div id="vm-pop-up-content-1" class="box-pop-up"> <div class="box-group"> <h1>Pop up Content 1</h1> <p>Expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi…