jadeye26
Forum Replies Created
-
Forum: Plugins
In reply to: [ElementsKit Elementor addons] Sub-mega mobile menu doesn’t closeHello and thank you for your reply.
Here‘s a video that demonstrates the issue,
After clicking on the main menu, the sub menu shows,
But when trying to close the sub-menu both menus close.Wordpress is in English
Actually on “rtl” it’s worx.
It stopped working on “ltr”! asswitch_to_locale
mentioned earlier makes it “ltr”![logoshowcase center_mode="true" slides_column="5" dots="false" arrows="false" loop="true"]
This is what causing the slider to stop working:
switch_to_locale('en_US');
On this page scientists-letter there is the following code:
function change_to_english_local() { if (is_singular()) { global $post; if($post->ID=='1346'){ switch_to_locale('en_US'); } } } add_action( 'wp_enqueue_scripts', 'change_to_english_local');
Do you have a solution for this??
- This reply was modified 3 years, 10 months ago by jadeye26. Reason: added more reference to issue
I have updated the plugin back to 2.7…
Any ideas about this issue??
ThanxI read a post here that the upgrade to 2.7 caused this issue so yesterday after posting here I downgraded to 2.6
So the issue is caused by v2.7
What do you suggest to do??Ok…..had no time so dug in…
Pay attention if you’re facing similar issues:
1. since I chose to design my owncss
, I didn’t realize that thepublic.js
script wass adding acss class
that I didn’t have.
I had to add:.dk-speakout-error { background-color: #ffebe8 !important; /* border: 1px solid #e81e00 !important; */ box-shadow: 0px 0px 0px 1px rgba(255,0,0,1) !important; }
OR
.dk-speakout-error { background-color: #ffebe8 !important; border: 1px solid #e81e00 !important; }
To my custom css.
2. Email wasn’t getting rectified as an error when empty.
Samespeakout/js/public.js
code:THIS FIRST ROW I COMMENTED AND ADDED THE ONE UNDER TO NEUTRALIZE hide_email_field === 0 WHICH IS INITIALIZED WITH 1 (don’t have time to dig out why…)
`// if email is empty or doesn’t fit regext and IS being displayed
if ( ( email === ” || ! emailRegEx.test( email ) ) && hide_email_field === 0) {
if ( email === ” || ! emailRegEx.test( email ) ) {
$( ‘#dk-speakout-email-‘ + id ).addClass( ‘dk-speakout-error’ );
errors ++;
}’Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 Not Sending EmailsIt seems that CF7 is not sending emails through mobile devices….has anyone encountered such an issue?? I have checked my server logs and found nothing….while mobile does not send emails, desktop does….
Forum: Plugins
In reply to: [Leverage Browser Caching Ninjas] Error applying settingsHi angiefuz, just try changing file permissions….AFAIK it worx also with the latest
Forum: Plugins
In reply to: [Leverage Browser Caching Ninjas] Error applying settingsFunny…I was getting the same error and actually I changed .htaccess file permissions to 0775, enabled the plugin and updated…and only after did I change back to 0644.
While .htaccess file permissions was on 0644 it did not update – “Error applying settings.”
So here’s another solution for you…Forum: Plugins
In reply to: [ExchangeWP: Simple WP Ecommerce] Fresh WP Exchange shows NO ProductsYes I have
Thank you ??I think a little better of a guide or FAQ or any other guide through would be helpful…
Thank you again ??
Forum: Themes and Templates
In reply to: [Koenda] Home Page Top BoxesP.s. you can even leave the page you created with no name – just make sure you assign it to Template: Page: Home page & when you set: settings->Reading->Front page displays->Static Page – make sure to choose the blank from the drop down!
jadeyeForum: Themes and Templates
In reply to: [Koenda] Home Page Top BoxesEnjoy ??
Forum: Themes and Templates
In reply to: [Koenda] Home Page Top BoxesSo Stefan guided me through the solution.
Here it is (by Stefan):
Page must be assigned template “Home Page”
Settings -> Reading: Must be set static home page in the “Front page”For this it takes 3 steps
Set Theme Options->Home Page as you wish it to be:
1. Theme Options->Home Page
2. Make a Page called Home
3. Set Settings->Reading to Static Page=HomeThank you Stefan for you wonderful work!
Cheersjadeye
Forum: Themes and Templates
In reply to: [Koenda] Home Page Top BoxesHey
Just saw you eMail in my gmail…
will try and let you know…
Thanx for your support!!!
The Theme is great work!!!