-
Search Results
-
I’m currently building a news site with Enfold and MemberPress. MemberPress has a “courses” section where you can add courses and lessons. However because we use the classic editor/ALB for Enfold, the pages for creating courses and lessons doesn’t seem to function properly as it’s expecting to use WordPress Blocks builder. (see image)
I’ve contacted MemberPress to see if there was a way to use the classic editor and there first answer was to change to Blocks. Second answer was to contact Enfold to turn off Classic editor for CTP (whatever that means)? I would rather keep using the classic editor (and if possible ALB) for the MemberPress courses and lessons creation. Is there a way around this that you know of?
Is there a way to turn off Classic editor for CTP ?
Regards
Colin**Issue Description:**
I am encountering an issue with the Add Media button functionality in the Enfold theme on my WordPress website. The Add Media button is not working as expected on specific pages of the website, particularly when the website is in the Arabic language.
**Symptoms:**
– When I attempt to click the Add Media button on pages where I can input content (such as the text editor fields), nothing happens. The button is not clickable.
– This issue seems to be specific to the Arabic version of the website. On the English version of the website, the Add Media button functions as intended.**Steps Taken:**
I have done some troubleshooting to identify the cause of the issue:
– I have tested the website with the default WordPress theme, and the Add Media button works correctly.
– I have disabled all plugins, and the issue still persists, indicating that the problem is likely related to the theme itself.**Possible Cause:**
The issue seems to be related to a theme conflict or compatibility issue. It’s possible that there is a conflict with the Enfold theme or its settings that affects the functionality of the Add Media button on certain pages, especially when the website is in the Arabic language.
**Request for Assistance:**
I am seeking assistance to diagnose and resolve this issue. As the Add Media button is a crucial feature for content creation, I would greatly appreciate guidance on how to fix this problem. If there are any specific settings, code adjustments, or troubleshooting steps I should take, please let me know.
**The Custom Function:**
function show_media_button( $editor_settings, $field_object, $form, $entry ) {
// Get the current language code
$current_lang = get_locale();// Check if the current language is Arabic (locale code ‘ar’)
if ( $current_lang === ‘ar’ ) {
// If the language is Arabic, disable media buttons
$editor_settings[‘media_buttons’] = true;
} else {
// For all other languages, enable media buttons
$editor_settings[‘media_buttons’] = true;
}return $editor_settings;
}
add_filter( ‘gform_rich_text_editor_options’, ‘show_media_button’, 10, 4 );Thank you for your support.
Hi,
I had a Flaticon Icon Font zip file in an Enfold site and then needed to add a few more icons to the file, so I removed the font file and went back into the Iconfont Manger in Enfold Theme Options and uploaed the new Zip File with the new icons added. However, the 4 new icons are not visible. They appear to show up as empty boxes, like they are there, but unavailable. I’ve tried clearing the cache at the host, to no avail.
Do you have any suggestions on what I can do?
Here’s a screenshot of the avaiable icon fonts: https://nimb.ws/Lb2HIY
Thank you!
Topic: LayerSlider auto translation
Hello,
I’m using the enfold theme with the LayerSlider in the Pro-Version. There are different text elements for the headline and one word translates automatically to German. There is standing “Plug and Play” in the backend, but in the frontend it turns/translates into “Plug and Abspielen“. I don’t use any extern translation plugin and it translates only one word into German. I checked it on different types of browsers, the German translation is there on any device or browser.
Do you have any Ideas or suggestions how to solve the problem?
Thx in advance,
F
Viewing 30 results - 14,281 through 14,310 (of 244,617 total)

