Forum Replies Created
-
AuthorPosts
-
Hi!
The code should work please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.
Cheers!
Vinay KashyapHey!
We are working on your ticket please wait while we update the results here soon.
To have more than 12 slides in accordion slider please use image based slider and link each image to the portfolio entry.
We have setup a test page for you please check private content
Regards,
Vinay Kashyap- This reply was modified 8 years, 8 months ago by Vinay.
Hi!
Sure Maaike we will look into it please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.
Cheers!
Vinay KashyapHey!
.current-menu-item in the previous code is the active link for that page only. please use the below code in quick css for hover effect.
Google “codepen link hover effects” you will get lot of examples from which you can get CSS inspiration to make your menu links better than my example :)
.page-id-568 li:hover span.avia-menu-text { background: cyan!important; color:#000!important; }
Cheers!
Vinay KashyapHey fairusd!
That exact effect is possible only with a lot of customization for which you may need to hire a freelancer. however there are a few plugins available that help you achieve similar effect if you like to give it a shot here is the link https://wordpress.org/plugins/bubble-tooltip/
Best regards,
Vinay Kashyap- This reply was modified 8 years, 8 months ago by Vinay.
Hey MindSpark!
Please put the elements you like to animate inside any of the grid col and you can animate it in ALB.
The other way to go is using jQuery and CSS.
Regards,
Vinay KashyapHey!
We added the below code in Quick CSS and it works now! Please take a look at the site and let us know.
.page-id-568 span.avia-menu-text { color: #FFF!important; } .page-id-568 .current-menu-item span.avia-menu-text { color: #000!important; }
Regards,
Vinay KashyapHi schenkco!
The accordion slider should show 14 slides without any issue please share the link to your site and create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.
Best regards,
Vinay KashyapFebruary 19, 2016 at 1:42 pm in reply to: Enfold > Theme options > Newsletter > Mailchimp API #586038Hi EnvatoLogin2015!
As i understand you want to have just one mailchimp list and hide some form options on one of the pages correct?
Example
Form 1 has :
Name
Email
PhoneForm 2 has :
Name
EmailIf you want to do this you can hide the phone number in 2nd form using CSS but only drawback will be you cannot make the field necessary to fill it as it will be hidden and people wont know and form will not get submitted. once you create your form share the link to your site we can help you with the CSS.
Cheers!
Vinay Kashyap- This reply was modified 8 years, 8 months ago by Vinay.
February 19, 2016 at 1:37 pm in reply to: How to embed a gumroad product in a table buy button? #586036Hey!
No you cannot add script in ALB pricing table. However if you enable debug mode http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ you can get access to shortcode if you like to play with it.
Best regards,
Vinay KashyapHi Mike!
3.4.7 is the latest version. If this is not the version you see in the enfold theme options > Theme Update please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.
Best regards,
Vinay KashyapHi Zabrina!
Please add the below code to Enfold > General Styling > Quick CSS
.av-logo-container.container{ padding:0!important; }
Regards,
Vinay KashyapFebruary 19, 2016 at 1:23 pm in reply to: YOAST SEO Content Analysis for Avia Layout Builder #586024Hi rsm-dd!
It’s very kind of you… Thank you for sharing this with other users… We really appreciate it! :)
Cheers!
Vinay KashyapHey!
Please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.
Cheers!
Vinay KashyapFebruary 19, 2016 at 1:20 pm in reply to: Help: Flow columns and code block when a column is deleted #586022Hey!
The normal behaviour of the 1/5 col grid is it floats next to each other not sure where that gap is coming from please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.
Best regards,
Vinay KashyapHey WolfvanHaeren!
Yes you can do just that with enfold!
Gogot Enfold Theme Options > Newsletter > Enter you mailchimp API
Open any page in edit mode > Advance Layout Builder > Content Element > mailchimp Signup
Regards,
Vinay KashyapFebruary 19, 2016 at 1:14 pm in reply to: Vertically center header widgets in shrinking header #586015Hey smudgedesign!
We understand you are referring to the two buttons in the header
when i scroll the page the header looks the same not sure if you changed anything?
It’s not clear what is the end result you need ? Please send us a mockup what you need the end result to be so we can help you better.
You can upload the screenshot to imgur.com or dropbox and paste the link here.
Regards,
Vinay KashyapHi LepsienArtFoundation!
Please share the link to the page where we can see the element in question and send us a screenshot or mockup of what you want the end result to look like so we can help you better :)
Regards,
Vinay KashyapHi!
You don’t have to edit any page just add the below code to Enfold > General Styling > Quick CSS
.avia-content-slider .slide-meta { display: none; } .avia-content-slider .slide-entry-excerpt { padding-top: 20px!important; }
Cheers!
Vinay KashyapFebruary 19, 2016 at 1:00 pm in reply to: Glassy header and no transparency for background with social icons #585998Hey Siracher!
You can change all the setting from the available options from Enfold > General Styling > Logo Area If you still have questions please share the link to the page where we can see the element in question so we can help you better :)
Regards,
Vinay KashyapFebruary 19, 2016 at 12:58 pm in reply to: Moving AJAX search icon to secondary menu on the right. #585997Hey Mariusz!
Please share the link to the page where we can see the element in question so we can help you better :)
Regards,
Vinay KashyapHey!
You can use a plugin like https://wordpress.org/plugins/browser-check/screenshots/
Or if you like to do it the jQuery way use the below code. You cannot use the if/else to detect javascript on client browser because if js is disabled your code will not run. and noscript will run when js is not detected by the browser.
<script type="text/javascript"> document.write("Hi, JavaScript is enabled!"); </script> <noscript> <p>JavaScript is not enabled!</p> </noscript>
Regards,
Vinay KashyapHi!
The login credentials you’ve provided do not work please send us working credentials with user role as ‘administrator’ and permission to disable all plugins and add css if necessary to resolve the issue.
Regards,
Vinay KashyapHi Karl!
Thank you for choosing Enfold!
To achieve the Velvet theme styled menu you need to register a new menu in wordpress child theme functions.php and add your custom CSS styles. :)
Another thing you can do is hack the default menu in Enfold and make the submenu always visible and style it same as the top link so it all looks same
Best regards,
Vinay Kashyap- This reply was modified 8 years, 8 months ago by Vinay.
Hey!
You can find the code for the menu in wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\menu.php
Regards,
Vinay KashyapHey!
Sorry for the delay.
We are working on your ticket please wait while we update the results here soon.Please backup your current wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/magazine.php file and replace all the code inside it with http://pastebin.com/raw/R0w4jDBk
If you still have any issue please create a FTP account for us so we can take a closer look.
Regards,
Vinay Kashyap- This reply was modified 8 years, 8 months ago by Vinay.
Hey VORMELEVENCC!
We are working on your ticket please wait while we update the results here soon.Please check the new code in the widgets area we have commented out your code and replaced it with the new code. To add the social media links please add the links in href=”YOUR LINKS HERE”
Regards,
Vinay Kashyap- This reply was modified 8 years, 8 months ago by Vinay.
February 19, 2016 at 8:25 am in reply to: FullScreen with Animation (WP Layer Slider) and Scroll Down Arrow #585904Hey!
Everything you see on demo is possible :)
Some useful links for you
https://vimeo.com/channels/aviathemes/
Theme documentation http://kriesi.at/documentation/enfold/
Please try the above if you have any questions get in touch with us with your login credentials.
Regards,
Vinay KashyapFebruary 19, 2016 at 8:15 am in reply to: How do I remove grey shrinking circle before preloader spinner? #585899Hey!
We have added the below css in Quick CSS please check the site now it looks good on my end.
/*Pre Loader fix*/ .av-preloader-reactive #top .av-siteloader-extra{ display:none; }
Regards,
Vinay KashyapHey elames!
This issue might be because some plugins css or js might be conflicting. Have you checked the site after disabling all the plugins?
To find the plugin in conflict please follow the below steps
1. Goto plugins page > Deactivate all active Plugins
2. Updated WordPress and Enfold to latest version if you have not.
3. Activate one plugin at a time… refresh the page and check for the issue.
4. Make sure the plugins are all updatedIf you still have issue please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.
Regards,
Vinay Kashyap -
AuthorPosts