Forum Replies Created
-
AuthorPosts
-
Hey Pas7o,
It’s not clear what do you mean by object? Do you like to make it a mandatory field?
If so please select “Is not empty” in the “Form Element Validation” field.
Best regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme on themeforest https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHey artisforever,
Sorry for the delay, we are happy to help you with this modification.
1. To change the column order in mobile we need to create 2 sets of icon boxes so one of them appears above and the other will display below the icons “SCHEDULE OF UPCOMING EVENTS” and “FOR CONSUMERS” then we will hide one of the set’s in mobile and one set in desktop.
2. Enable custom css class name for ALB elements http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
3. Add this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
/*Show only in mobile or desktop*/ @media only screen and (min-width: 769px) { .only_mobile { display: none !important; }} @media only screen and (max-width: 768px) { .only_desktop { display: none !important; }}4. Add class name “only_desktop” and “only_mobile” to the icon box set’s to be displayed only on desktop and only on mobile.
Best regards,
Vinay-
This reply was modified 9 years ago by
Vinay.
January 23, 2017 at 9:19 am in reply to: How to have a full width submenu automatically display on all pages #737157Hi,
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 its really important for you to get this done, you can always hire a freelancer to do the job for you :)
As an alternate solution the current footer links can be displayed with the main menu items in the hamburger menu that appears in mobile devices.
1. Enable CSS classes from the screen options on the top right of the pages.

2. Add the below code to quick css.
/*Show only in mobile or desktop*/ @media only screen and (min-width: 769px) { .only_mobile { display: none !important; }} @media only screen and (max-width: 768px) { .only_desktop { display: none !important; }}3. Add the menu items in footer to the main menu with a class name “only_mobile” from Appearance > Menu > Main menu
News
Media
About
Contact

4. Hide the footer menu in mobile device with the below CSS code.
@media only screen and (max-width: 768px) { .menu-main-lower { display: none !important; }}5. To view the html code please right click the element and select inspect.
Best regards,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#menu-item-20684 { margin-top: -11px; } .header_color input[type='submit']{ border:none!important; }To find the class name of an element please right click on the element and inspect. This will open chrome developer window and give you access to the html source code and class names of the element :)
Best regards,
VinayHi,
I checked your mailchimp form and there seem to be an issue with only the “Money Prodigy” form. Please re-create a new form with similar form fields and check if it works correctly.

If you still have an issue please get the form embed code and try it on a test page that I have created inside a code block element and let us know the result.
Best regards,
VinayHey Fabienne,
Please use the image as a background image of a color section element with 100% viewport height and set it to scale full width.
Best regards,
VinayHey sberendss,
We need to take a closer look Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayHey Zaccc,
There are many lightbox plugins but you don’t need any, it can be easily achieved with just the enfold theme features.
1. Please create a new page with your text or gallery in it and hide the header and footer from the right sidebar options.
2. Use a icon, button or image element and set the new page link in there and select open in same window.
3. Just add “?iframe=true” to the end of the page link http://site.com?iframe=trueBest regards,
VinayHey Antonio,
The favicon shows up correctly on my end please check the attached screenshot. You may not see the changes until the cached files are cleared in your browser.
Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

Best regards,
VinayHi,
We need to take a closer look Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayHi!
You are most welcome :)
We will keep this thread open if you need further help please feel free to get back to us.
Cheers!
VinayJanuary 21, 2017 at 11:37 am in reply to: Menu Items to the right of logo, social icons to the right of page #736752Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header .social_bookmarks { float:right!important; right:15%!important; }Best regards,
VinayHey Eric,
Thank you for the kind words :) To link post titles to external links please give these plugins a try
https://wordpress.org/plugins/pretty-link/
https://wordpress.org/plugins/page-links-to/
https://wordpress.org/plugins/sem-external-links/
https://wordpress.org/plugins/quick-pagepost-redirect-plugin/Best regards,
VinayHey NicomIT,
We are happy to help you with this modification :)
We need to take a closer look Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
Vinay-
This reply was modified 9 years ago by
Vinay.
Hi,
The sticky header stay in same place as the main header. not sure if you sorted this out? If you still have any issue please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)
Best regards,
VinayHi,
Please note these third party plugins fall outside of our support scope, you’ll have to consult their documentation on how to use/implement them and get the extra functionality
Give these custom sidebar plugins a try:
http://wordpress.org/plugins/custom-sidebars/
http://wordpress.org/plugins/widget-customizer/
Categories Widget
https://wordpress.org/plugins/display-categories-widget/Best regards,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) { .responsive #top.page-id-2532 #wrap_all .container { width: 100%!important; max-width: 100%!important; } .responsive #top.page-id-2532 #wrap_all .flex_column { margin-bottom: 0px!important; }}The above code will remove the padding and margin for all the containers on the page. To target specific containers enable custom css class name support of add the banner elements inside a color section and give it a unique ID to target only the banner section.
Best regards,
VinayHey omer,
It’s not exactly clear what you are trying to achieve. For technical support please register here kriesi.at/support/register
Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
Example : https://kriesi.at/support/enfoldScroll to the bottom of the page to open a new ticket if possible with a mockup you can upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)
Best regards,
VinayHey nribakovs,
It’s not possible to make the flags that are added as submenu items to display inline next to each other easily, however I like to take a closer look and see what best we can do for you. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayHey jshughes2013,
I checked your site and the theme is installed correctly, did you manage to resolve it by youself ?
The shortcode issue on the homepage could be because of a plugin conflict.
A plugin conflict may be one of the reason for this issue.
To find which plugin is causing the conflict please follow these steps:1. Go to your plugins page > Deactivate all active Plugins
2. Update WordPress and Enfold to latest version if you have not.
3. Make sure all the plugins are updated.
4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.We await the results of your plugin compatibility test.
Thanks for your cooperation :)
Best regards,
VinayJanuary 20, 2017 at 8:16 pm in reply to: How to have a full width submenu automatically display on all pages #736631Hi,
The moment “About” menu is clicked the browser redirects the user to the about page link. Hover feature does not work on all mobile devices. Let’s add a submenu icon and toggle the submenu when the icon is clicked. This customisation will take some time but we are happy to help you :)
Please confirm if this is what you are trying to achieve ?
Best regards,
VinayHey digitalprint2222,
We are happy to help you with that issue :)
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-123 .standorte { width: 100%!important; } .page-id-123 div .av_one_half { margin-left: 3%!important; } body.page-id-123 .column-top-margin { margin-top: 3%; }This layout can also be achieved using the 1/3 Grid rows.

If you still have any issues Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayHi,
Please note this will not import the theme settings you may need to set them up and upload if any images are missing from backend once the XML file is imported.
App demo
Blog Lifestyle
Blog
Business Flat
Church
Coming Soon
Construction
Consulting
Creative Studio
Default demo
Gym
Health
Hotel
Landing Page
Medical
Photography
Portfolio Minimal
Portfolio one page
Restaurant one page
Restaurant
Resume
Shop
Spa
Startup
Travel
WeddingBest regards,
VinayHi,
Some demos do not include all the images sorry for that.
Feel free to check out the link in private, I hope you will like it :)
If you have not yet reviewed our theme please take a moment and click here 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,
For testing purpose I have deactivated W3 Total Cache and Jetpack please activate once the issue is resolved.
There seem to be a conflict with cloudflare please disable cloudflare

After disabling cloudflare if you still have any problem remove the APi key from Enfold > Google Service and install the plugin https://wordpress.org/plugins/api-key-for-google-maps/ and use the API key in the private message in the plugin settings.
Best regards,
VinayHi,
The font weight do not change if the background color changes.
It appears different fonts are setup. Please check Enfold > Advanced Styling

If you still have any issue please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)
Best regards,
VinayJanuary 20, 2017 at 1:41 pm in reply to: Google font not rendering properly in Chrome browser #736451Hi,
I checked your site and the fonts look perfectly fine on my end.

It may be the monitor settings or something to do with local browser settings. Please check the site on a differnet machine and let us know if you still have any issue, please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)
Best regards,
VinayHey tremblayly,
To add the search bar to topbar menu please add the following code to functions.php file from Appearance > Editor
add_shortcode('avia_search', 'get_search_form');Add the following shortcode as menu item or in Header > Extra Elements > Header Phone Number/Extra Info
[avia_search]
Best regards,
Vinay-
This reply was modified 9 years ago by
Vinay.
-
This reply was modified 9 years ago by
-
AuthorPosts
