Viewing 30 results - 14,281 through 14,310 (of 244,617 total)
  • Author
    Search Results
  • #1415812
    waveseven
    Participant

    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

    #1415810

    In reply to: Demo import

    Hi,

    You are welcome! I’m glad Rikard and Nikko could help.

    For your information, you can take a look at Enfold documentation at https://kriesi.at/documentation/enfold/.

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you.

    Best regards,
    Yigit

    #1415796

    In reply to: Demo import

    Hi rudito,

    Your website points to http, I have changed to https in Enfold > Settings > General: WordPress Address (URL) and Site Address (URL).
    The demo failed the first time I tried to import the demo as it returns an error 500 but the second time I tried, it worked.
    Please review your website.

    Best regards,
    Nikko

    #1415794

    In reply to: ActivateTheme

    Hi Robert,

    Thanks for contacting us!
    Please make sure generate an envato personal token, you can create here: https://build.envato.com/create-token/
    And find further instructions in our documentation page: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token
    Also, make sure it has correct permissions.

    Best regards,
    Nikko

    #1415793

    Hi smarta-broad,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1415792

    Hi macjeffff,

    Please add this code in functions.php of your child theme, if you don’t have a child theme then you can use the plugin called WPCode to insert this code snippet:

    add_filter('avia_blog_post_query', 'custom_enfold_blog_post_query');
    
    function custom_enfold_blog_post_query( $query ) {
    	if ( is_page( 6791 ) ) {
    		$query['orderby'] = 'date';
    		$query['order'] = 'ASC';
    	}
    	
    	return $query;
    }

    Best regards,
    Nikko

    #1415790

    In reply to: header again

    Hi marcosb70,

    I’m glad that you figured it out :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1415788

    Hi sjahan,

    We’re glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1415780

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 1024px) { 
    #top.archive .container main.av-content-small.units {
      width: 100%!important; 
    }
    #top.archive #main .sidebar {
      display: none !important;
    }
    #top.archive .container main.content {
     border-right-style: none !important; 
     border-right-width: 0px !important; 
    }
    }

    change 1024px with your break point, change archive with your page ID

    Best regards,
    Mike

    #1415778

    Hey John,
    Thanks for the login, I see that you used the Advanced Layout Builder to create the post, this allows you to have more control over your post layout, just like pages.
    But some features are not automatically added to these posts for the same reason, such as the featured image, the social share box, the related posts, and the comment form.
    You can manually add these with the ALB elements, but many users like the default post layout that shows when you use the Classic Editor or Block Editor for posts and the automatically added items.
    So either way is fine, but perhaps try a test post with the default editor to see the default layout. Please note that you will need to use tags on your posts and other posts for the related posts element to show. Here is an example post from one of our demos.

    Best regards,
    Mike

    #1415775

    Hi,
    Interesting, you were able to move the read-more button before the excerpt limiting function stripped it? I would have thought that the excerpt limiting function would have worked before the DOM so the jQuery would not find it.
    I’m glad this excerpt limiting function works on both types of excerpts, I didn’t know about your other point but I would still post it to the Github Feature Request because I think Yigit also works on these things.

    Best regards,
    Mike

    #1415773

    Hi,
    All of the colors for the sidebar menu are set in the Enfold Theme Options ▸ General Styling ▸ Main Content here is a screenshot to show you.
    Enfold_Support_2867.jpeg
    But note that these colors affect multiple element on your site.
    If you want to add more content to your sidebar you would add more widgets.

    Best regards,
    Mike

    #1415759

    Thanks for the above. I have the sidebar enabled as discussed in this old thread: https://kriesi.at/support/topic/sidebar-menu-construction/

    I see the titles of subpages appearing as links in my left sidebar.

    – How do I style the titles of the subpage titles – I’d like to style the text, add hover effects, etc. I inspected the demo site (http://kriesi.at/themes/enfold-construction/service/architecture/) for clues – I assume I have to use CSS since I haven’t found any styling options.
    – I assume I use widgets to add additional content to the sidebar? It looks like the demo site uses text widgets for the additional sidebar content.

    Thanks.

    Hi,

    No you should not have to buy it again. If you haven’t registered your license, then please refer to this: https://kriesi.at/documentation/enfold/theme-registration/

    If the updates should not come through after that, then please try using this plugin: https://envato.com/market-plugin/

    Best regards,
    Rikard

    #1415751

    Hey Markus,

    Thanks for the login details. Could you try updating the theme to the latest version (5.6.5) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1415739
    Tello
    Participant

    **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.

    #1415738

    Hi,
    This looks like a new topic, please note that we ask that each thread is specific to a single topic, your original question for this thread was about how to display the featured image on a Advanced Layout Builder post without manually adding it.

    Your first two new questions seem to be about the display of a shortcode, I see both of these pages are a shortcode in a code block element.
    Please open a new thread and explain about the shortcode you are using, is it from a plugin? Thank you four your patience.

    Best regards,
    Mike

    #1415734

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1415731

    Hi,
    I see that you added your email address at Enfold Theme Options ▸ Social Profiles ▸ Your social profiles ▸ Special: Email Icon and when I tested the mail icon on the frontend it worked correctly by opening a new email message with your email address in the “to” line. I assume that the gmail address you added is your company email.
    A mailto link opens the users email client with a new message for the email address.
    What are you expecting?
    You could have the link direct to a contact form on your site if you wish, just replace the mailto link with a url to the page with the contact form.

    Best regards,
    Mike

    #1415730

    In reply to: Demo import

    I want to make a similar site: https://www.dgs-mainz.com/

    I saw the theme and I think this demo: https://kriesi.at/themes/enfold-elegant-portfolio/

    #1415723

    Hey Buddy,

    Please go to Enfold theme options > Advanced Styling, edit the Main Menu Links, and change the Font Weight (https://i.imgur.com/lYwhwds.png).

    By default, the font weight of the main menu is 600.

    Best regards,
    Yigit

    This is excellent. As always, thank you for your prompt and professional support. Enfold is so powerful as a result and I cannot thank you enough – it looks great now!

    Eleina_Shinn
    Participant

    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!

    Hi Rikard,

    thanks for fast reply. So i have to buy it again? :-(
    My current Enfold Theme Version Number is 4.7.6.4
    264f82da-e2a6-4c64-ab21-af37dccd78eb

    PK

    #1415711
    FokeOne
    Participant

    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

    #1415702

    In reply to: Arrow scroll up

    Hi,

    Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab:

    
    #scroll-top-link.avia_pop_class {
      background-color: rgba(0,0,0,0.3);
    }
    

    “0,0,0” is the RGB value of the background color of the scroll to the top button and “0.3” is the opacity level.

    If that doesn’t help, please post a screenshot and show the changes you’d like to make. You can upload screenshots on imgur.com or Dropbox and share the links with us.

    Best regards,
    Yigit

    #1415701

    Hi,
    Guenni007 your idea for the excerpts is good please submit this feature request to the Dev Team Github Feature Request for Günter to review, he set it up for a central place to review them and reply to the authors. Thank you.
    As for my filter, I found an old post by Ismael and it worked for both types of excerpts, Classic & manual excerpts, and with a little hammering I got it to show the read more also.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 30 results - 14,281 through 14,310 (of 244,617 total)