MooK
Forum Replies Created
-
Forum: Plugins
In reply to: [Parallax Scroll by adamrob.co.uk] On Android parallax function doesn't workActually it doesnt work properly on any mobile device, including iPhones and iPods
Forum: Themes and Templates
In reply to: [Gravit] Fixed header (logo nav)Never mind. I figured this out.
Forum: Themes and Templates
In reply to: [Gravit] Changing Mobile Element Colourhi.
I did it through Simple Custom CSS plugin.
just added there the code with the color which I wanted to change to:
.post-symbol, .post-symbol a, #menu-toggle {
color: #000000 !important;
}Forum: Themes and Templates
In reply to: [The Monday] Mobile Menuplease, could you provide that simple javascript. I tried different ways, but it looks nothing is working. Maybe I am looking at wrong js file
thanks
Forum: Themes and Templates
In reply to: [The Monday] Mobile MenuHey!
there is no live link to it yet to provide, I am still testing on demo-server mode and see if its match to my needs, getting to know it. I like the look of it and would hope to move forward with purchasing the full version. And yes, I am still using the free version of it. Since I’ve been using www.ads-software.com provider of the theme and this support forum, I found correctly approaching the support team though it…
thanks for advice
Forum: Themes and Templates
In reply to: [The Monday] Disable Single page Menuthanks you
Forum: Plugins
In reply to: [File Gallery] Plugin Doesn't work Google Chromethanks for writing me back.
I checked on google chrome from different computers and different areas, even asked some of my friends overseas to confirm if they have an issue. Unfortunately all of them had the same problem.
1. on the HOME page picture slider doesnt work, and shows just only firs image.
2. on AMENITIES page at the bottom of the main image the Amenities 3 areas (Pool/Roof Deck | Fitnes Center | Resident Lounge), If you click on each one it should change the image and show the Lightbox with some description. On chrome its freeze and what I realized, showing some strange titles on URL: https://2cooper.com/amenities/#child_page_64
https://2cooper.com/amenities/#child_page_64
https://2cooper.com/amenities/#child_page_643 Similar things are happening on the NEIGBORHOOD Page.
Forum: Themes and Templates
In reply to: [Rams] Post Portrait-size Image/Slider is Too BigAll is fine, I figured it out!
Forum: Themes and Templates
In reply to: [Zerif Lite] Contact Form Issuesthanks you Hardeep
Forum: Themes and Templates
In reply to: [Ample] How to make slider auto-play?thanks you very much. I realized where is it right after I wrote here.
Btw, still testing the theme, so far it looks so beautiful and amazing!!!
Thanks you very much for such an incredible theme.Forum: Themes and Templates
In reply to: [isis] Home Page Callout section Visual problemOK. I resolved it
Forum: Themes and Templates
In reply to: [Zerif Lite] Contact Form Issueshi, just checking if you could find the solution?
thanks
Forum: Themes and Templates
In reply to: [Zerif Lite] Contact Form IssuesI didn’t fix it.
just realized it’s doing only on Firefox.
But is this point will wait til the authors of the theme will find the solution…Forum: Themes and Templates
In reply to: [Zerif Lite] Contact Form IssuesThanks you.
Looking forwardForum: Themes and Templates
In reply to: [Zerif Lite] Contact Form Issuesthanks for tip.
but instead I just copied the code here:
it its not enough to determine the problem?if(!isset($hasError)):
$zerif_contactus_email = get_theme_mod(‘zerif_contactus_email’);
if( empty($zerif_contactus_email) ):
$emailTo = get_theme_mod(‘zerif_email’);
else:
$emailTo = $zerif_contactus_email;
endif;
if(isset($emailTo) && $emailTo != “”):
if( empty($subject) ):
$subject = ‘From ‘.$name;
endif;$body = “Name: $name \n\nEmail: $email \n\n Subject: $subject \n\n Message: $message”;
$headers = ‘From: ‘.$name.’ <‘.$emailTo.’>’ . “\r\n” . ‘Reply-To: ‘ . $email;
wp_mail($emailTo, $subject, $body, $headers);
$emailSent = true;
else:
$emailSent = false;
endif;
endif;
endif;
$zerif_bigtitle_show = get_theme_mod(‘zerif_bigtitle_show’);
if( isset($zerif_bigtitle_show) && $zerif_bigtitle_show != 1 ):
include get_template_directory() . “/sections/big_title.php”;
endif;?>