Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
WordPress_SexHackMe_Plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SexHackMe
WordPress_SexHackMe_Plugin
Commits
61d32555
Commit
61d32555
authored
Jan 12, 2024
by
Franco (nextime) Lanza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small updates
parent
171df842
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
27 additions
and
5 deletions
+27
-5
sexhackme_gallery.css
css/sexhackme_gallery.css
+2
-2
sexhackme_header.css
css/sexhackme_header.css
+22
-0
loading_backup.gif
img/loading_backup.gif
+0
-0
class-unlock-support.php
includes/class-unlock-support.php
+1
-1
sexhackme.php
sexhackme.php
+2
-2
No files found.
css/sexhackme_gallery.css
View file @
61d32555
...
...
@@ -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
;
}
...
...
css/sexhackme_header.css
View file @
61d32555
...
...
@@ -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
;
...
...
img/loading_backup.gif
0 → 100644
View file @
61d32555
12.6 KB
includes/class-unlock-support.php
View file @
61d32555
...
...
@@ -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
;
...
...
sexhackme.php
View file @
61d32555
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment