Forum Replies Created
-
AuthorPosts
-
February 14, 2017 at 12:54 pm in reply to: wpml language switcher disappears after choosing it #746868
Hi,
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHey!
Please refer to this post – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/ and if that does not help, please see – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
Cheers!
YigitHi!
That is because you have following code
.main_color strong.avia-testimonial-name { padding-left: 300px !important; }Please change it to following
@media only screen and (min-width: 1280px) and (max-width: 767px) { .main_color strong.avia-testimonial-name { padding-left: 300px !important; }}Cheers!
YigitHi Steve!
Thanks for contacting us!
1- Each domain requires a new license, therefore for each project, you would need a separate license.
2- Yes, you will receive updates for free. After purchasing the theme, you can insert your username and API key in Enfold theme options which automatically checks for updates every 12 hours and notifies you when there is one and you can update the theme with a single click.
3- Yes, you can easily remove the Kriesi.at backlink. We have instructions that we can send. Links are visible to logged in users, therefore i am not sending you the instructions now :)
4- Enfold uses Advanced Layout Builder. Please check out this video to see how it works – https://vimeo.com/64927358. Please note that currently there are many more elements on ALB and we are adding new ones with major updates. You can also find some Enfold reviews on Youtube.
Let us know if you have any other questions :)
Regards,
YigitHi Sarah!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitFebruary 14, 2017 at 12:39 pm in reply to: Access to my account and invoice for the enfold theme #746856Hi Sylvie!
Thanks for contacting us!
Since download and purchase processes are managed by Envato/ThemeForest, they email you the receipt. You can also login on ThemeForest and go to Downloads to find your license where you can find the purchase code to register to our support forum – https://kriesi.at/support/register/
Let us know if you have any other questions!
Cheers!
YigitHi!
Please try adding following code to Functions.php file in Appearance > Editor
function av_custom_js_code(){ ?> <script> jQuery(window).load(function(){ jQuery('#gpmonthly').click(function(e) { e.preventDefault(); jQuery('#sc_checkout_form_1').find('.sc-payment-btn').click(); }); }); </script> <?php } add_action('wp_footer', 'av_custom_js_code');Best regards,
YigitHey!
Not at all!
Let us know if you have any other questions or issues – https://kriesi.at/support/register/
You too have a nice day! :)
Best regards,
YigitHi,
I noticed you are using Advanced Layout Builder to create your blog posts. When using ALB, you should add Comments element under Content Elements tab of Advanced Layout Builder to the bottom of your posts. I edited your posts and added Comments element. Please review you website now
Best regards,
YigitHey Tobias!
Please refer to this post – https://kriesi.at/support/topic/next-previous-custom-post-type-in-same-category/#post-734606
Regards,
YigitHi!
That is weird. Can you please post FTP logins here privately as well?
Also, are we allowed to de-activate all active plugins for testing purposes?Best regards,
YigitFebruary 14, 2017 at 12:25 am in reply to: wpml language switcher disappears after choosing it #746674Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#mobile-advanced li.av-language-switch-item { display: none; }Best regards,
YigitMerhabalar!
Child theme kullanmanizi – http://kriesi.at/documentation/enfold/using-a-child-theme/ ve dil dosyalarinda yaptiginiz degisiklikleri child temaya tasimanizi tavsiye ederiz – http://kriesi.at/documentation/enfold/child-theme-translations/
Best regards,
YigitHey Marc,
Please post temporary WP admin logins and FTP logins here privately so we can look into it.
Best regards,
YigitHey!
I did not added it on the second site, i just fixed the issue.
Not at all! :) Let us know if you have any other questions or issuesRegards,
YigitHi!
I fixed the same issue on that site. It was on “Mobile menu hamburger” on comment. Please review your website now :)
Cheers!
YigitHey!
Please update Enfold to the latest version 3.8.5 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
I am quoting Kriesi’s response on the issue
I will explain in a little more detail so you do understand whats going on here. First of all: Basilis is right. There is no security risk at all. Its a false positive.
In the file that is mentioned by Wordfence and other security tools (enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php) we got a php comment that explains what one of the functions does. The comment says:
//fallback for previous default input link elements: convert a http://www.link.at value to a manually entryThe link that is posted in that file is a generic placeholder for any link used. What we did not know is that actually someone was using the domain “link.at”. Apparently this domain got hacked now and is blacklisted. And this is why Wordfence thinks that the theme has a problem, because there is a link to a hacked domain.
However: This link is located in a php comment (its not an actual html link) which will never be displayed anywhere, can not be clicked, can not be used at all. It simply a line of non executable text. We will remove this text with the next update, however there is nothing you or your team need to do to your clients servers, theme files or whatnot since
a.) there is no actual problem, just a false positive
b.) you can fix the false positive by removing that single comment lineWe will release a small fix for this issue to prevent any further confusion about it. But to be clear once again: this can not be used to hack anyone or anything. It’s a false positive and if you think your site has been hacked its certainly not because of this. (I would also doubt that its because Enfold in general, because there are no known issues with the theme but if you think you have evidence that the opposite is true please share it so we can investigate the issue)
Regards,
YigitHi!
You are welcome. Let us know if you have any other questions or issues :)
Regards,
YigitHey!
Can you please contact your hosting provider and ask them to downgrade PHP version from 7.1.x to 7.0.x? Upcoming Enfold update will bring up PHP7.1.x compatibility
Best regards,
YigitHi!
Thanks for your understanding :)
I found it in Style.css file but please also check Quick CSS field in Enfold theme options. If it still does not work, please create a temporary admin login and post it here privately.
Best regards,
YigitHi,
Please refer to this post – http://kriesi.at/documentation/enfold/add-onclick-event-to-the-contact-form-submit-button/
Best regards,
YigitHey!
Since that heading element does not have a unique ID or class, it is difficult to target it. But from now on, it should work fine as long as it is the first element with H2 tag in your single post content
Best regards,
YigitHi,
@jcameron13 We have fixed the issue already. Please update Enfold to the latest version 3.8.5 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_RefreshBest regards,
YigitHi!
Yes, please refer to this post – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
Best regards,
YigitHi!
Sure, please add following code to Quick CSS as well
#footer .widgettitle { line-height: 35px; }Regards,
YigitHey Pas7o,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#after_section_2 .content { padding-top: 0!important; } #after_section_2 { border: none; }Best regards,
YigitFebruary 13, 2017 at 4:53 pm in reply to: Conflict with Connections business directory plugin #746502Hi,
Sorry for the late reply. Can you please post a screenshot and show the issue? I checked your page and image seem fine to me. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Best regards,
Yigit -
AuthorPosts
