Forum Replies Created
-
AuthorPosts
-
Hi,
@rachelvanstaalduinen To add a jQuery script to any wordpress site
1. Create your .js file with only the js code in the example.
2. Add the css to Enfold > General Styling > Quick CSS
3. Copy the html to a codeblock element on the page where you like to display.
Then enqueue the scripts by adding the code provided in the below link to function.php :
http://stackoverflow.com/questions/11159860/how-do-i-add-a-simple-jquery-script-to-wordpress
@pipinvest01 we answer all tickets on first come first serve basis however some tickets may take longer because it needs to be researched kindly request you to be patient :)
Best regards,
Vinay-
This reply was modified 9 years, 1 month ago by
Vinay.
December 21, 2016 at 7:49 pm in reply to: style.css in child theme stopped loading for Chrome #727260Hey grafixstudio,
The site looks good on my end please see 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,
VinayHey Elena,
I am assuming that the preview of the post is not available when a user click on the share button correct?
Please try this plugin https://wordpress.org/plugins/opengraph/
If you still have any issue please upload a mockup to imgur.com and share the link to the image here so we can further troubleshoot this issue.
Best regards,
VinayHey Idomazu,
To achieve this customization please change the z-index of the socket by adding the below code to Enfold > General Styling > Quick CSS
#socket { z-index: 0!important; }As an alternate work around the icon can be shown above the socket with the below code
#vk_community_messages { bottom: 45px!important; }Best regards,
VinayHey Doubledog,
I checked your contact form and for any possible js errors and checked if the form get’s submitted. It looks fine on the frontend side however there could be other issues causing this problem. Please perform the steps provided in this link to resolve the issue: http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
Please do let us know if you have any questions, we are happy to help :)
Best regards,
Vinay-
This reply was modified 9 years, 1 month ago by
Vinay.
Hi,
Please try adding the code to the Quick CSS section under Enfold > General Styling
We recommend using a child theme to add custom modifications to the theme.
Please check this link kriesi.at/documentation/enfold/using-a-child-theme/The inconstancy is mostly due to a custom modification. If you notice any code in Enfold > General Styling > Quick CSS please backup and remove the code and refresh the page to see if that makes any difference.
If you still have any issue 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,
Glad we could help!
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
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 you just like to run a function when youtube video in a modal window starts playing we can point you to some helpful resource please check
http://stackoverflow.com/questions/10773322/event-when-youtube-video-finished
http://stackoverflow.com/questions/2741493/detect-when-an-html5-video-finishesHowever if its really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Vinay-
This reply was modified 9 years, 1 month ago by
Vinay.
Hi,
Yes that is correct, the number of pixels scrolled by the mouse wheel is automated and is more consistent than manual scrolling.
If you like to modify the default scrolling and add other effects please try these plugins:
https://wordpress.org/plugins/search.php?q=mouse+wheel
https://wordpress.org/plugins/search.php?type=term&q=scroll+page
Best regards,
Vinay-
This reply was modified 9 years, 1 month ago by
Vinay.
Hi,
Replacing the code in functions.php with a different version functions.php is not recommended unless you are using a child theme. Ideally in this situation we suggest to just add the modification provided by our mods. However if you notice any issues in future or if you haven’t been using a child theme please update the theme and download the child theme from http://kriesi.at/documentation/enfold/using-a-child-theme/
Thank you for using enfold :)
Best regards,
VinayHi,
Glad all is well :)
Thanks for the letting us know about the steps you took to make it work.Best regards,
VinayHi,
Sorry for the delay, i’m unable to reproduce the issue you are trying to mention. is it possible to post of video of the same please?
Best regards,
VinayDecember 14, 2016 at 4:07 pm in reply to: Increase Size of Button inside Caption of Fullscreen Slider #724343Hey cpetrie2001,
To target specific elements and style them accordingly please enable custom css class name support http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and add the css class name to the button element “btn-large”
Then add this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.btn-large{ min-width:60vw; }Best regards,
VinayHi,
Try this code if it does not make any change deactivate any caching plugins and hard refresh the browser a few times.
If you still have any issues please post us your login details in private so we can take a closer look.@media only screen and (max-width: 767px) { .responsive #top #wrap_all .slide-loop-1.flex_column{ margin-bottom: 0px!important; }}Best regards,
VinayHey luizarios,
You can do that by using 2 1/2 rows and insert the slider in one and text content in the other.

Best regards,
VinayHi,
Thank you for reaching out to us.
For testing purpose we have added a image in footer widget and it works fine.
Please change the src of the image to the image path you like to add from Appearance > Widget > Footer > Footer Col 3
Best regards,
VinayDecember 14, 2016 at 3:36 pm in reply to: 404 … wp-content/uploads/dynamic_avia/enfold_child.css?ver=XXX NOT FOUND #724319Hey bugrogers,
There could be a different plugin causing the 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. If the above do not help please post your login credentials in private content.
Thanks for your cooperation :)
Best regards,
VinayHey FerryTCB,
To create a split menu with centered logo please start by selecting the “Menu and Logo position” to “Logo Center Menu Below” from Enfold > Header > Menu and Logo Position
Then try adding the below code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
Adjust the nth-child(x), margin and top values to suit your design.
1. nth-child(2) in the below code refers to the 2nd menu item if you have 6 menu items change it to 3.
2. To vertically align the logo and menu adjust the margin-top and the top values in the below code.That’s all friends :)
/* Split menu ----------------*/ @media only screen and (min-width:768px) { .av-main-nav li:nth-child(3) { margin-right:300px; } .av-logo-container { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); } #header { margin-top: 30px; }}Best regards,
Vinay-
This reply was modified 9 years, 1 month ago by
Vinay.
Hi,
Thank you for the clarification we have added the below code in Quick CSS if you like to add another page as a popup please update the page ID in the css code.
NOTE: Page ID is a class name added to the body class which can be accessed by right click on the page and select inspect.
/* popup form */ .page-id-91 .mfp-iframe-scaler iframe { min-height: 90vh!important; top: 50%; transform: translateY(-50%); } .page-id-91 .mfp-iframe-scaler, .page-id-91 .mfp-content { min-height: 85vh!important; }Best regards,
VinayDecember 14, 2016 at 7:22 am in reply to: (Hamburger) menu icon and full screen slider not visible on mobile #724145Hey Monique,
I’m unable to reproduce the issue as the mobile menu and the slider are visible on my android phone.
Please share more details about the device and browser you are facing this issue on so we can further investigate this issue?
Best regards,
VinayHey LbCCbeA_89,
It’s best recommmended to change the look and feel of the menu items from enfold theme options.
Enfold > Advance Styling > Menu Items
If you are looking for CSS class names for advanced styling, here they are :
NOTE: Add important rule to the css property if you do not see any changes.
Other reason you may not see the css changes is because a caching plugin is active, please deactivate the cache plugin and try to hard refresh the browser.Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
/* Menu font color */ #top #header .av-main-nav > li > a .avia-menu-text, #top #header .av-main-nav > li > a .avia-menu-subtext { color: #4d4d4d; } /* Background color Border color font size */ #top #header .av-main-nav > li > a { background-color: #f7f7f7; border-color: #bdbdbd; font-size: 16px; } /* Active menu hover state */ .header_color .avia-menu-fx { background-color: #c51048; border-color: #c51048; } /* Header border */ .header_color div { border-color: #ff0303; }Best regards,
Vinay-
This reply was modified 9 years, 1 month ago by
Vinay.
Hi,
I have tested this code and it should work for you.
.av-masonry-pagination .pagination-meta { font-size: 20px!important; }If you 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,
Vinay-
This reply was modified 9 years, 1 month ago by
Vinay.
Hi,
That’s great! I tryed to check the issue but I don’t see any buttons on this test page.
Could you please confirm the link again?Best regards,
VinayHi,
As always thank you for sharing the solution @Guenni007 :)
I hope everything is working fine for you now in case you have any questions please feel free to get back to us.
Best regards,
VinayHi,
Sorry for the delay, I checked many links above but none of them are working for me.
As I understand you have a button and when a user click that button link you need to show mailchip form in a popup correct?
1. You have a js code for mail chimp but it’s better if you work with the html mailchimp embed code. Try if you can get the html code form mailchimp account.
http://kb.mailchimp.com/lists/signup-forms/add-a-signup-form-to-your-website2. Create a new page with just the mailchimp embed code hide the header and footer in page options.
3. Place a button on the page and in the options select the link to open in same page and link the page which contains only the mailchimp form
?iframe=trueto the end of the link in this format
http://site.com/page?iframe=trueOr
Give these plugin a try.
https://wordpress.org/plugins/popup-maker/
https://wordpress.org/support/topic/make-a-button-to-trigger-popup/https://wordpress.org/plugins/anything-popup/
https://wordpress.org/plugins/onclick-show-popup/
http://wordpress.org/extend/plugins/onclick-popup/
http://wordpress.org/extend/plugins/onclick-show-popup/screenshots/Hope one of these helps.
Best regards,
VinayHey Chnine,
Thank you for the kind words.
Sorry for the delay. Thank you for sharing the link that’s a really nice website :)
#1. When someone click the submit button on the form the form will be submitted. If the required field is left empty the user will be prompted to fill the required fields.
The feedback is shown by changing the form field color this is a standard format.

#2 #3 & #4 To change the email format the form generator file has to be modified and it’s located at: /enfold/framework/php/class-form-generator.php(751-755), alternatively you can try a plugin like CF7
Let us know if you have more questions we are happy to help :)
Best regards,
VinayHi,
Glad we could help!
We really appreciate it if you rate 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,
VinayHi,
It’s not clear what you are trying to achieve. So let’s go one step at a time I’ll help you with the header issue. If the issues are not related please open a new ticket for different issues so we can keep the focus on the main topic.
I have updated the settings for you and added the below code.
Incase you like to change the background please feel free to change the background color values.
/* --- Header --- */ #header_main { background: rgba(0,0,0,0.5)!important; border : none!important; } .av-main-nav > li > a { color:#FFF!important; }Best regards,
Vinay-
This reply was modified 9 years, 1 month ago by
Vinay.
Hi,
If not now there may arise a situation in the future to update wordpress or the theme, if the main theme code or php files are modified we strongly recommend using a child theme and make the custom modifications as this will not be affected whenever your site needs to be updated.
It is super easy to setup a child theme please refer to this link http://kriesi.at/documentation/enfold/using-a-child-theme/
In case you need any help doing this we are happy to help :)
NOTE: The blog post, gallery or other data you have on the site wont get affected by this update.
Best regards,
Vinay-
This reply was modified 9 years, 1 month ago by
Vinay.
Hi,
Please let us know if you figured this one out :)
We are happy to help, if you still have any issue if not we can close this ticket.Best regards,
Vinay -
This reply was modified 9 years, 1 month ago by
-
AuthorPosts
