Forum Replies Created
-
AuthorPosts
-
Hey adishlomy,
I checked your site on pingdom and it is showing an excellent score. Please check screenshot attached.
These scores depend on a lot of factors. Hence I personally check the score a few times and take an average.
Best regards,
VinayHey designyvr,
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 - */ #top .av-main-nav li#menu-item-3712:hover > ul { min-width: 300px; } /* End CSS */
Please make sure to clear the browser cache to view the changes.
Best regards,
VinayHey Carine,
I tried to check your site but the backend of the site is unavailable at the moment.
The front end is missing some imsges and I notice some error in console.
For testing purpose please deactivate all plugins and check the performance option in Enfold > Performance and disable CSS and JS merging.
Let us know if this help.
Best regards,
VinayHey simonac,
Thank you for contacting us. Please let us know which demo are you trying to import? Not all demos have the images included due to copyrights issue.
Please check the below topics for more information:
Best regards,
VinayHi,
Thank you for disabling the caching plugins, I checked your site and have added a custom CSS class “custom-height” to the slider element on the homepage and the below code in Enfold > General Styling > Quick CSS
.custom-height .avia-slideshow { max-height: 80vh !important; } .custom-height.avia-fullscreen-slider .avia-slideshow>ul>li { background-size: 100% 100%; background-repeat: no-repeat; }
The result can be seen on your homepage, the slider is now 80% of the total height of the window.
The reason your Quick CSS did not work is:
1. Due to caching issue the new CSS did not load.
2. This was not in your case but in most cases if a CSS code is not closed properly any code added at the bottom will not work.For testing purpose, I have disabled the CSS and JS merging in Enfold > Performance
Once you clear the browser cache please feel free to enable the performance options.
NOTE: Each time you add a new CSS or JS the above steps to clear cache should be performed or wait until the cache expires which is normally a couple of days.Hope your issue is resolved if not please feel free to let us know :)
Best regards,
VinayHey stephtaryn,
1. For testing, purpose please disable the merging options for CSS and JS from Enfold > Performance tab and select the “Delete old CSS” at the bottom of the same page.
2. Solution could be same as above. If you still have an issue deactivate caching plugin and check again.
3. Would you mind providing a precise link to the page, showing the “Previous work” elements in question? We need to be able to inspect them in order to help. If possible please upload a screenshot/mockup of the issue to one of the below sites and share the link here so we can help you better :)
https://snag.gy/
https://ctrlv.cz/en/
https://imgur.comBest regards,
VinayHey gabs1,
For technical support please register here kriesi.at/support/register with your item purchase code .
Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
Example: https://kriesi.at/support/enfold
Scroll to the bottom of the page to open a new ticket.
Best regards,
VinayHi,
We are closing this ticket. If you have more questions please open a new ticket.
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHey mips1000,
1. The blog excerpts should display by default. What element are you using? Please check the excerpts settings in the element.
2. To remove the footer copyrights info please check https://kriesi.at/documentation/enfold/footer/#copyrights-info
Best regards,
VinayHi,
Yes, this is possible please check our documentation https://kriesi.at/documentation/enfold/menu/#onepage-dots-menu
Best regards,
VinayHi,
Glad you figured this one out.
We will close this thread.
Please feel free to contact us via new ticket if you have any other issues in future :)Best regards,
VinayHey draadeind,
Please add a grid row with three 1/3 grid cells and the current 1/3 columns (screenshot attached) inside the grid cells.
Please feel free to contact us if you have further questions.
Best regards,
VinayMay 18, 2018 at 4:11 am in reply to: Enfold 4.31 how to manually accomplish CSS file merging/compression? #958407Hi,
Please try enabling “Delete old CSS and JS files?” at the bottom of the performance options page?
Best regards,
VinayMay 18, 2018 at 4:07 am in reply to: I cant get my social icons and burger menu to align right #958406Hi,
The code you have added looks good to me. The website to looks clean and nice :)
Do let us know if you need any further help!
Best regards,
VinayHey mansoor,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
VinayHey Anouk,
Since you did not have any pages available the options were disabled.
I created a test pages and you can see both the options now :)
Best regards,
VinayHi,
The below code should work on your site.
I tried to add the below code to your site but the login details do not work.
Before you try again please make sure that there is no other code related to this issue added prior to the functions.php file.
add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(wp_is_mobile() ) { $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png"; } return $logo; }
Please re-post working credentials in private.
Best regards,
VinayMay 18, 2018 at 3:37 am in reply to: Change background color top cell of each column in its own color #958397Hey JantienM,
Please check our documentation to change the pricing table color https://kriesi.at/documentation/enfold/table/#pricing-table-background
Best regards,
VinayHi,
For technical support please register here kriesi.at/support/register with your item purchase code .
Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
Example: https://kriesi.at/support/enfold
Scroll to the bottom of the page to open a new ticket.
Best regards,
VinayHi,
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 - Header widget */ .container.av-logo-container .inner-container { display: flex!important; background: #eee; flex-direction: row; justify-content: space-between; flex-wrap:wrap; } #top #header .logo, #top #header .main_menu, #top #header .widget { position: relative; } /* Logo */ #top #header .logo { background: #ffdd00; order:1; /*flex-grow: 1;*/ } /* Menu */ #top #header .main_menu { background: #0099e5; order:2; /*flex-grow: 2;*/ } /* Header widget*/ #top #header .widget { background: #34bf49; padding: 0; order:3; /*flex-grow: 1;*/ } /* Header widget Breakpoint */ @media only screen and (max-width: 850px) { .container.av-logo-container .inner-container { display: block !important; } #top #header .logo { display: inline-block; } /* Menu */ #top #header .main_menu { display: inline-block; float: right; } #top #header .av-main-nav-wrap { float: right; } #top #header .widget { margin-top: -40px; } } /* End CSS */
Best regards,
VinayHey hoffi77,
Would you mind providing a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about Enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
Please always post the login credentials in private content area as this is a public forum any one can see it. If you send it as a private content only mods will have access to it.
I checked your site but The default login URL don’t seem to work.
To the mobile menu seem to be transparent in color. To change the color go to Enfold > Main Menu > Burger/Mobile Menu styling > Menu Icon Color
Best regards,
VinayHi,
For testing purpose please create a new page and a new Layerslider.
If that works for you go to Enfold > Performance > Disable merging and compression option for CSS and JS
Deactivate caching plugins.
Hard refresh the page on which you have the Layerslider element clear cache.
Let us know if this helps.
Best regards,
VinayHey DROR,
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 - */ .cross-sells h2 { text-align:right; } /* End CSS */
Best regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayMay 16, 2018 at 2:11 am in reply to: Import Enfold 2017, but don't visualice as the preview in themephorest #957256Hey cfblasant,
Would you mind providing a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayHey!
Yes, it’s possible to do with columns but you have to use custom CSS. have you got started?
1. Add 6 1/3 columns inside a color section.
2. Give each column a custom css class name.
3. Use the CSS to target each colum with -ve top margin instead of margin in element options.The reason to use custom CSS is we can precisely control custom margins in mobile device.
Cheers!
VinayMay 14, 2018 at 3:07 am in reply to: I just updated my clients theme and now the site is not wokring #956173Hey deerstonedevelopment,
Please update the theme via FTP to the latest version. That should fix any issues you are currently experiencing :)
To update to the latest version follow the simple instructions here.
If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area
Best regards,
Vinay -
AuthorPosts