Small updates

parent 171df842
......@@ -185,8 +185,8 @@ ul.products li.sexhack_thumbli {
@media screen and (min-width: 768px) {
.videogallery-home {
width: 75%;
margin-left: 12.5%;
width: 100%;
margin-left: 0;
}
......
......@@ -18,6 +18,28 @@
* along with SexHackMe Wordpress Plugin. If not, see <https://www.gnu.org/licenses/>.
*/
p+h2 {
margin-top: 10px !important;
}
div.etn-single-event-media img.wp-post-image {
display:none;
}
.etn-es-events-page-container {
padding-top: 0px;
}
.wpbc_structure_form .form-group {
margin: 2px 0 !important;
}
.etn-event-item {
background-color: #cbcdd7;
}
.focus {
outline:0px !important;
-webkit-appearance:none;
......
......@@ -71,7 +71,7 @@ if(!class_exists('SexhackAddUnlockLogin')) {
}
public function unlock_get_login_url($redirect_url=false) {
$UNLOCK_BASE_= 'https://app.unlock-protocol.com/checkout';
$UNLOCK_BASE_URL= 'https://app.unlock-protocol.com/checkout';
$rurl=apply_filters( 'unlock_protocol_get_redirect_uri', wp_login_url());
if($redirect_url) {
$rurl=$redirect_url;
......
......@@ -475,8 +475,8 @@ if(!class_exists('SexHackMe_Plugin')) {
// Check if we need to flush rewrite rules
add_action('init', array($this, 'register_flush'), 10 );
add_action('init', array($this, 'flush_rewrite'), 11);
add_action('init', array($this, 'register_flush'), 5 );
add_action('init', array($this, 'flush_rewrite'), 6);
// Enqueue scripts on the front end side. Priority 200 because of WooCommerce.
add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_front_end_scripts' ), 200 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment