Viewing 30 results - 20,071 through 20,100 (of 244,572 total)
  • Author
    Search Results
  • 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

    #1378165

    Yes I understand, I hope there is anyway a way to intervene in the code to fix it directly where it is needed, without having to change translations or anything else.
    I await kind help from the Enfold community.

    #1378160

    Hey Marina,

    Thanks for contacting us!

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

    
    .recentcomments, .widget_recent_entries li {
      border-top-width: 1px;
    }
    

    Best regards,
    Yigit

    #1378157

    Hey condonp,

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

    
    .home #av-layout-grid-1 .avia_textblock > p {
      min-height: 145px;
    }
    

    Best regards,
    Yigit

    #1378154
    Sachs
    Participant

    Hey Enfold support
    In mobile version the font color of the menu and burger menu are both white, however it should be #af7e34.
    I have added this color to the menu links in overlay/slide out, but it doesn’t change.
    How can this be changed?

    See here:

    View post on imgur.com

    View post on imgur.com

    Thx & Best regards
    Lene

    Hey olafeldtbrynell,

    The parent theme folder needs to be called enfold, did you make sure that is the case?

    Best regards,
    Rikard

    #1378150

    In reply to: full page slider

    Hi Rikard,

    I can clarify what Ymsadv tried to request, as I’m having the same issue.
    He wanted the Fullscreen Slider on the https://kriesi.at/themes/enfold-health-coach/#top to act as the image on this website – https://www.smallbone.co.uk/ . So no matter what the width of the website is, you would always see full image picture without loosing any bits, sides of it.
    The current Enfold themes doesn’t act like that and when same website is opened on let say Table or Smartphone, you only see the middle bit of the image, but not the full view of the image.

    Hope that helps to understand the issue.

    Best regards,

    Paul

    #1378141

    Hey Rixi,

    Thanks for contacting us!

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

    
    .av_header_transparency .logo img.alternate, 
    .av_header_transparency .logo .subtext.avia-svg-logo-sub svg {
      opacity: 0;
    }
    

    Best regards,
    Yigit

    Hey Orisaife,

    Thanks for contacting us!

    1- I am not sure if I understood the issue clearly. Could you please elaborate?

    2- Could you please post a link to your page where we can see the issue?

    3- Which version of the theme are you using? If not the latest 5.3.1.1, please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update the theme.

    Best regards,
    Yigit

    #1378134

    In reply to: enfold theme

    Hey,

    Thanks for contacting us!

    Since Enfold is not currently active, we are unable to check which version you are using. If you are using a very newer than 4.5, please contact your friend and ask her to generate a Personal Token for you – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token.
    Then, you can insert that Personal Token in Enfold theme options > Theme Update to receive theme updates.

    If you are using a version older than 4.5, you would need to update the theme manually. In that case, please ask her to send you the latest version of the theme and update via FTP – https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp :)

    Best regards,
    Yigit

    #1378132

    Hey Rixi,

    Thanks for contacting us!

    Please refer to this post – https://kriesi.at/documentation/enfold/menu/#toggle-id-87 :)

    Best regards,
    Yigit

    #1378131
    Willem-Jan Meijer
    Participant

    Hello all,

    I’m experiencing some troubles with custom cookies in combination with cookie consent enabled.

    I’ve built a form with Formidable Forms Pro to receive subscriptions and payments for a sports camp. To generate some documents or do some error handling i’m setting a custom cookie with next snippet of code:

    <script src="https: (Email address hidden if logged out) /dist/js.cookie.min.js"></script>
    <script type="text/javascript">
    function entryID(){
    	let timeStamp = Date.now();
    	console.log('timeStamp:', timeStamp);
    	document.getElementById("field_entry_unique_id").value = timeStamp;
    	Cookies.set('entry_unique_id', timeStamp, { expires: 1 })
    }
    </script>

    When I watch the DevTools, the cookie is set correctly with the correct value and lifetime of one day.

    After finishing payment through a payment service provider, the customer returns to the corresponding page (success, error, cancelled).

    On the pages “error” and “cancelled” i’m using next snippet of code to read the cookie:

    <script src="https: (Email address hidden if logged out) /dist/js.cookie.min.js"></script>
    <script type="text/javascript">
    
    let entryID = Cookies.get('entry_unique_id');
    console.log('Cookie entryID:', entryID);
    <do other stuff>

    And there comes the catch: With the cookie consent disabled everything works as expected and the cookie can be read.
    However, with the cookie consent enabled, the cookie “entry_unique_id” gets deleted upon returning after the PSP returns the status of the payment.

    Things I tried is: adding the custom cookies to the cookie modal window (didn’t help) and adding the cookie to the essential cookies in avia-snippet-cookieconsent.js at line 489 and 493 (no success either).

    What am I doing wrong / how can I fix this?

    Enfold: 5.3.1.1
    PHP: 8.0.27
    Browser: Microsoft Edge, Version 108.0.1462.76

    #1378130

    Hi GJ,

    I tried to reproduce the issue on my local installation using French however it works fine for me.

    Heading tag section gets “avia-hidden” class in French version on your site and therefore it is hidden. Could you please try switching to Enfold parent theme temporarily and check if that helps? If it does not, please try de-activating all active plugins except for WPML and activate them one by one to find the culprit.

    Best regards,
    Yigit

    olafeldtbrynell
    Participant

    Hi

    I have limited experience working with wordpress but I will try to explain my problem(s):

    When one.com stopped its support for php7.xx I got locked out of our wp admin page, so I couldn’t update enfold from /wpadmin.
    After some researching, it became clear that our installed theme did not have any personal key activated, so it was stuck on version 4.xxxx,
    and that’s why I got locked out of the admin page when one.com updated php to 8.1.
    The employee who did our wp page is no longer with that company and did not leave us with a copy of “proof of purchase”

    So I bought a new license for enfold and installed an updated version via FTP and activated the theme with my newly generated personal key.
    So far so good, but when I try to install a child theme is says: The main theme is missing. Install the main theme “enfold”.
    it doesn’t matter if I do it (install child theme) with filezilla or /wpadmin it’s the same error.

    did i do something wrong when I updated the theme?
    Is there something obvious that I’m not doing?

    #1378126

    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

    #1378124

    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

    #1378123
    Liesbet Wouters
    Guest

    Hi,

    My enfold theme crashes my WP website cause it need an update or regulation so it can run at the new site. I’m a complete newby and a friend made years ago the website withe enfold. I have her purchasecode, can you work with that to see if it’s possible to have an update?

    #1378122
    mediafacto
    Participant

    hello
    whe have a permission issue for the editor to put a player in iframe code in the commun wordpress editor.
    i try with a another theme and it’s working, so i think is the enfold’s theme code who is doing that bug.

    when im using avia for a post and i add a iframe code it’s breaks the page (the sidebar is going under the principal content)

    so i want to use the wordpress editor, and it’s working when im in admin role.
    but my collaborator who is an editor, when Hello try to do the same, it’s working, he see the player on the admin page
    but when he save, the code desapear from the admin page.
    the code :
    <iframe id=”ausha-Q1gk” style=”border: none; width: 100%; height: 420px;” src=”https://player.ausha.co/index.html?showId=xqq1rsdgmOnE&display=horizontal&color=%2372238e&playlist=true&podcastId=Lyg64YI84pno&v=3&playerId=ausha-Q1gk&#8221; height=”420″ frameborder=”0″></iframe><script src=”https://player.ausha.co/ausha-player.js”></script&gt;

    #1378115
    APcar
    Participant

    Good morning everyone,

    I have installed the latest version of Enfold on my site, I would like to ask for your help in modifying a text string that is present before the author’s name in blog articles.

    In Italian it is translated as “da”, I think in the English version it is “from”, but in Italian it is not understood, it should be written differently (like: “di”, “scritto da”, “a cura di”).

    String before author

    How can I independently edit this string?
    Is it also possible to display it immediately below the title of the article?

    Thank you so much!

    #1378109

    In reply to: Theme

    Hi,

    Thanks for the update. Please refer to this: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1378106
    Mathias Althaus
    Guest

    Dear Sir or Madam,

    I have taken over the maintenance of a homepage (Word Press with Enfold Theme 4.0.5).
    Since no access data for the theme was given to me or the homepage owner and can also no longer be requested, a theme update is not possible.
    Can you determine from the homepage address (www.ferienhaus-muschelstüvchen.de) whether there is an account for it with you and who the owner is?
    If there is an account, could I get the access data?

    If there are no access data or they cannot be assigned to the homepage, do I have to buy the theme again?
    I ask for a short reply.

    Many thanks and best regards
    Mathias Althaus

    Translated with http://www.DeepL.com/Translator (free version)

    Hey dominictschupp,

    Thank you for using Enfold.

    Very sorry for this – there happened a small typo error in the latest version.
    Will be fixed in next release 5.4

    In file enfold\includes\admin\register-backend-advanced-styles.php around line 452 you find:

    
    	'group' 		=> __( 'Main Menu (Icon )', 'avia_framework' ),
    

    Replace this line with:

    
    	'group' 		=> __( 'Main Menu (Icon)', 'avia_framework' ),
    

    Do not forget to make a backup of the original file for a fallback and clear server and browser cache.
    If you need help let us know please and we can do it for you.

    Best regards,
    Günter

    dominictschupp
    Participant

    Hi
    I have downloaded the latest Enfold-theme two weeks ago and I cannot see the following theme options anymore:
    Enfold theme options > Advanced Styling >“Menu Links in overlay/slide out”
    Has this been removed?
    If so, could you help me changing the color of the full page overlay when the burger menu is clicked and the color of the menu links?

    Thank you,
    Dominic

    #1378101

    Topic: Site too slow

    in forum Enfold
    Margrubi
    Participant

    Hello, I am building website with your enfold theme on domain: “domain written in private content”. The site is tooo slow, and form the beginning it is extremely slow. I did not installed anything except plugins that came with theme. I bought the best and most expensive hosting package and hosting is not the reason.
    Please check why is this website too slow. I repeat, I just installed your theme and it added 4, 5 pictures, but those pictures are not the reason why is site so slow. I think problem is in your theme. Only thing that might make site slower is me installing maintenance plugin, but I deleted it now and it is little bit faster but again too slow. Please help me to find solution, the site must not be slow like that. I can not deliver it to customer like that, I will need to change theme if theme is problem.

    Please help

    #1378090

    Hello Ismael, thank you for your answer

    Now only one line appears when I start the page:

    Warning: Constant hr_SIS_dump_mode already defined in /home/httpd/vhosts/dorfgeschichte.li/archiv.dorfgeschichte.li/wp-content/themes/enfold-child/class-ngg-smart-image-search-public-update-pd.php on line 13

    If I then click on “Bilder suchen”, the search opens normally:
    When I then perform a search, this error appears:

    Warning: Undefined array key “category” in /home/httpd/vhosts/dorfgeschichte.li/archiv.dorfgeschichte.li/wp-content/themes/enfold-child/class-ngg-smart-image-search-public-update-pd.php on line 981

    Thanks in advance
    Kind regards
    Franz

    #1378086

    In reply to: Cooke bar message

    Hi,

    Thank you for the update.

    You can change the cookie consent bar message from the Enfold > Privacy & Cookies > Cookie Handling > Cookie Consent Message Bar section. Look for the Message field.

    Best regards,
    Ismael

    #1378070
    Larrian28
    Participant

    My site kimblebeauty.com is not updating despite an active license envato token , envato plugin etc. It still shows 5.1.1 and not 5.1.3.. My other site updated easily. The token is active and seen, the connection is blue saying all is good, yet nothing is happening regarding update. It keeps saying I have the latest version.

    • This topic was modified 3 years, 3 months ago by Larrian28.
    #1378065
    larsekal
    Participant

    How do I get an image behind the menu like the live example of this theme: https://preview.themeforest.net/item/enfold-responsive-multipurpose-theme/full_screen_preview/4519990

    I have choosen the “transparent & glossy” from Header visibility and transparency

    • This topic was modified 3 years, 3 months ago by larsekal.
    #1378064
    schweg33
    Participant

    Hello together
    I have installed here a trial page where I can use the plugin: NGG Smart Image Search.
    You can search with %%%
    The result is displayed without problems.
    The PHP version is 7.4

    If I set the PHP version to 8.1 an error appears:

    Warning: Constant hr_SIS_dump_mode already defined in /home/httpd/vhosts/dorfgeschichte.li/archiv.dorfgeschichte.li/wp-content/themes/enfold-child/class-ngg-smart-image-search-public-update-pd.php on line 13 Warning: session_start(): Session cannot be started after headers have already been sent in /home/httpd/vhosts/dorfgeschichte.li/archiv.dorfgeschichte.li/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.php on line 102 Warning: session_start(): Session cannot be started after headers have already been sent in /home/httpd/vhosts/dorfgeschichte.li/archiv.dorfgeschichte.li/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.php on line 53

    I have contacted the plugin manufacturer.
    This means he already has installations with the version PHP 8.1.
    It must be the theme Enfold

    Maybe they can help me

    thank you
    kind regards Franz

    Translated with http://www.DeepL.com/Translator (free version)

    #1378061

    In reply to: Backend very slow

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 30 results - 20,071 through 20,100 (of 244,572 total)