Skip to content

Instantly share code, notes, and snippets.

View mpro9x's full-sized avatar
🏠
Working from home

Mahinur Khan mpro9x

🏠
Working from home
View GitHub Profile
@mpro9x
mpro9x / faq.html
Last active September 21, 2023 03:37
FAQ
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-3.7.0.min.js" integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g=" crossorigin="anonymous"></script>
<style>
button.accordion {
background-color: transparent;
color: #000;
cursor: pointer;
@mpro9x
mpro9x / put_this_code_in_unbounce_custom_html_module.html
Created September 2, 2023 14:12
Animated Hoverable Vertical Tabs - Unbounce Solution 🚀
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {box-sizing: border-box}
/* Style the tab */
.tab {
float: left;
<script>
//Fading Fixed Menu, modified from Fixed Menu v1.3.1
//Replace ID below with your own box ID
var boxToAppend = '#lp-pom-box-235';
//Choose pixel height of when menu fades in. Use the height of a page section like this: $("#lp-pom-block-93").height();
var showHeight = 300;
//Set to 'header' or 'footer'
var headerOrFooter = 'header';
@mpro9x
mpro9x / Contact form 7 style - by mahinur
Created June 27, 2020 20:45
Contact form 7 style - by mahinur
/****lead form style****/
.wpcf7 input, .wpcf7 textarea {
width: 100%;
font-size: 16px;
padding: 14px 15px;
font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
border: 1px solid rgba(0,0,0,0.12);
border-radius: 3px;
margin-bottom: 1em !important;
<?php
echo file_get_contents('http://google.com');
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-Frame-Options" content="deny">
<title>Gold Coast City Page</title>
</head>
<body onload="window.location.href='https://deals.australiabroadband.net.au/landing-page-testing-c-2/'">
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Gold Coast City Page</title>
<style>
body {
margin: 0;
}
@mpro9x
mpro9x / remove from bb-custom.php for now
Created May 13, 2019 22:19
remove from bb-custom.php for now
//trying to get group search, but not working. Will delete once i get a code from support
function yzc_gr_search_form() {
?>
<form action="<?php echo bp_get_groups_directory_permalink() ?>" method="get">
<label for="group-activity-search"><input type="text" name="group_activity_search" id="group-home-search" placeholder="Search Posts..."></label>
<input type="submit" id="group-activity-search-submit" name="group_activity_search_submit" value="Search">
</form>
<?php
@mpro9x
mpro9x / adding banner to the single group page
Last active May 3, 2019 08:42
adding banner to the single group page
<!---working area mahinur--->
<div class="ads_manage_style">
<?php
// check for a group ID
if( bp_has_groups() ) {
// Grab current group ID
bp_the_group();
$group_id = bp_get_group_ID();
}
@mpro9x
mpro9x / BuddyPress Create Event In Group
Last active May 6, 2019 20:03
BuddyPress Create Event In Group
<?php if (is_user_logged_in()): ?>
<a class="crt-btn" href="<?php echo bp_loggedin_user_domain(); ?>events/create/">Create Events</a>
<?php else: ?>
<a class="crt-btn" href="http://nabetalk.16mb.com/login/">Create Events</a>
<?php endif ?>
<a class="crt-btn" href="<?php echo bp_loggedin_user_domain(); ?>events/create/">Create Events</a>