Forum Replies Created
-
AuthorPosts
-
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
#after_masonry { border: none!important; }If that does not work either, please post WP admin logins here privately so we can look into it.
Best regards,
YigitHey,
I edited your .htaccess file and deleted the line in private content field. Please review your website.
Best regards,
YigitHi Barb,
1- Can you please post a screenshot of the issue?
2- Please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your element and give it a custom CSS class (“my-custom-class” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling tab
.my-custom-class img { border: 1px solid #333333; }Best regards,
YigitHi,
Glad Vinay could help! :)
For your information, you can take a look at Enfold documentation here – http://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,
YigitHi!
@fraktale911 Please copy header.php file from Enfold 4.3.2 parent theme to your child theme and apply the modifications you applied on the file once again and that should help. If it does not, please start a new thread under Enfold sub forum and attach FTP and WP admin logins in private content field.Cheers!
YigitHey Barb!
I’m doing good too, thanks! :)
By default, transparent header is disabled on mobile so it displays the header in body background color, in your case green :) I simply set it to white.
You can add following code to Quick CSS to display each column full width on landscape mode
@media only screen and (max-width: 768px) { .responsive .flex_column { width: 100%; margin-left: 0; }}Cheers!
YigitHi!
We have updated change log – https://kriesi.at/documentation/enfold/changelog/. Thanks again!
Best regards,
YigitMay 18, 2018 at 11:48 am in reply to: Problems with icons, buttons and separators after Enfold update #958564Hi Sophie,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://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 :)Thanks, you too and enjoy your weekend!
Best regards,
YigitHi Rob,
Please add following code to bottom of Functions.php file of your child theme
//------------------------------- // Custom script in footer //------------------------------- function custom_script_name(){ ?> <script> jQuery(document).ready(function($) { $('#header_main > div.container.av-logo-container > div').delay(100).show(0); $(window).on('load resize', function(){ var width = $(window).width(), height = $(window).height(); if ((width <= 768)) { $('.logo img').css('height','71px'); } if ((width <= 425)){ $('#header_main > div.container.av-logo-container').css('line-height','inherit'); $('.html_header_top.html_header_sticky #top #wrap_all #main').css({ 'padding-top': '180px'}); } else {} if ((width <= 1025)){ $('.html_header_top.html_header_sticky #top #wrap_all #main').css({ 'padding-top': '225px'}); $(window).scroll(function() { if ($(this).scrollTop() > 150) { $('#header_main > div.container.av-logo-container > div > strong:nth-child(3)').css({ 'display': 'none' }); $('#header_main > div.container.av-logo-container > div > strong:nth-child(1)').css({ 'float': 'left' }); $('.html_header_top.html_header_topbar_active.html_header_sticky #top #main').css({ 'padding-top': '145px'}); $('#header_main > div.container.av-logo-container > div > strong:nth-child(1) > a > img').css({ 'padding-top': '5px'}); $('.html_header_top.html_header_sticky #top #wrap_all #main').css({ 'padding-top': '145px'}); } }); } else {} if ((width <= 768)){ $('.html_header_top.html_header_sticky #top #wrap_all #main').css({ 'padding-top': '200px'}); $(window).scroll(function() { if ($(this).scrollTop() > 150) { $('.html_header_top.html_header_topbar_active.html_header_sticky #top #main').css({ 'padding-top': '145px'}); $('.html_header_top.html_header_sticky #top #wrap_all #main').css({ 'padding-top': '125px'}); $('#header_main').css({ 'height': '120px'}); } }); } else {} if ((width <= 625)){ $('.responsive #top #main').css({ 'padding-top': '200px'}); $(window).scroll(function() { if ($(this).scrollTop() > 100) { $('.html_header_top.html_header_topbar_active.html_header_sticky #top #main').css({ 'padding-top': '125px'}); $('#main').css({ 'padding-top': '125px'}); $('#header_main').css({ 'height': '120px'}); } }); } else {} }) }); </script> <?php } add_action('wp_footer', 'custom_script_name');Best regards,
YigitHi,
Do you mean the images below “THE OFFICE” section? If so, add two 1/2 column elements and three 1/3 column elements to your page and place Image element into each column under Media Elements tab of Advanced Layout Builder :)
Best regards,
YigitHey,
Please create a user with administrator role and when we are done checking your website, you can delete that user. You can use (Email address hidden if logged out) for email but please post login credentials here privately so any available moderator can look into it :)
Regards,
YigitHi,
We replied to your thread here – https://kriesi.at/support/topic/text-not-apprearing-on-page/. Let us continue there :)
Best regards,
YigitHey,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
YigitHi Barb!
Hope you are doing well :)
I added following code to bottom of Style.css file of your child theme
.responsive.html_mobile_menu_tablet #top #wrap_all #header.av_header_transparency { background-color: white; } @media only screen and (max-width: 990px) { #inschrijven .flex_column_table_cell { display: block; width: 100%; } #inschrijven .flex_column_table { display: block; }}Please review your website :)
Best regards,
YigitHey Rob,
Please refer to this post – https://kriesi.at/documentation/enfold/add-custom-js/
Best regards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://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,
YigitHallo Benny,
Unfortunately, there is no coupon code option on ThemeForest so we are not able to provide any. Please subscribe to our newsletter – https://kriesi.at/newsletter to hear about discounts :)
Best regards,
YigitHey,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
YigitHi,
Could you please create login credentials once again? They did not work for me today.
Best regards,
YigitHey!
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://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,
YigitMay 17, 2018 at 3:11 pm in reply to: update notification plugin, without any plugins to update #958208Hey Paride!
It is probably coming from bundled version of LayerSlider. If you are not using LayerSlider, you can go to Enfold theme options > Layout Builder tab and disable it :)
Regards,
YigitHi,
Please try updating the theme to the latest version 4.3.2 via FTP – https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. We have added backwards compatibility but we would still recommend you to use PHP version 5.6 or higher.
Best regards,
YigitHi,
Glad you figured it out! :)
For your information, you can take a look at Enfold documentation here – http://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,
YigitHi,
Normally we reply within up to 24 hours however forums get busy after updates and since we had many updates recently, it may take a little longer these days. We are sorry about it and working hard to reply each thread in a more timely manner.
I replied to your existing thread and will follow up. Let us continue there :)Regards,
YigitHi,
Thanks for the info, i was able to login.
I noticed you used A tag with name attribute for your anchor point and since you have following custom CSS code in Enfold theme options > General Styling > Quick CSS, text had underline
/*Underline links*/ .avia_textblock a { text-decoration: underline; }I changed your anchor point to following
<div id="included" class="anchor-point"></div>and added following code to bottom of Style.css file of your child theme
.anchor-point { clear: both; }
Please review your website :)Best regards,
Yigit-
This reply was modified 7 years, 9 months ago by
Yigit.
May 17, 2018 at 2:13 pm in reply to: I have a issue on our website and it has error messages. #958161Hey Anton,
Thanks for contacting us!
We would like to inform you that we only provide support to our registered users.
You can register to our support forum here – and then start a new thread under Enfold sub forum.
Please make sure to elaborate on the issue you are having/changes you would like to make on your thread. If you would like to include screenshots, you can upload them on http://imgur.com, https://snag.gy or Dropbox public folder and attach the links in your posts :)
Best regards,
YigitMay 17, 2018 at 12:42 am in reply to: How to change the background color for Testimonials slider (compact)> #957843Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://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,
YigitMay 17, 2018 at 12:16 am in reply to: How to change the background color for Testimonials slider (compact)> #957839Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - Testimonial BG */ .main_color .avia-testimonial-arrow-wrap .avia-arrow, .main_color .avia-slider-testimonials .avia-testimonial-content { background: #f2f2f2; }Best regards,
YigitHey,
Please use this plugin – https://wordpress.org/plugins/zen-menu-logic/ and choose to display different menu for your inner pages :)
Cheers!
Yigit -
AuthorPosts
