Forum Replies Created

Viewing 30 posts - 9,391 through 9,420 (of 10,428 total)
  • Author
    Posts
  • in reply to: Toggle of Accordion #586302

    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 Kashyap

    in reply to: Accordion Slider Max Entries #586298

    Hey!

    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.
    in reply to: Edit layout single portfolio #586171

    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 Kashyap

    in reply to: Help with a page #586168

    Hey!

    .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 Kashyap

    in reply to: Text overlay for images #586062

    Hey 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.
    in reply to: Animations of elements #586057

    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 Kashyap

    in reply to: Help with a page #586052

    Hey!

    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 Kashyap

    in reply to: Accordion Slider Max Entries #586042

    Hi 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 Kashyap

    in reply to: Enfold > Theme options > Newsletter > Mailchimp API #586038

    Hi 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
    Phone

    Form 2 has :
    Name
    Email

    If 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.
    in reply to: How to embed a gumroad product in a table buy button? #586036

    Hey!

    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 Kashyap

    in reply to: Check Manually is Not Working #586033

    Hi 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 Kashyap

    in reply to: Main Nav & Logo overlapping #586031

    Hi Zabrina!

    Please add the below code to Enfold > General Styling > Quick CSS

    .av-logo-container.container{
    	padding:0!important;
    }

    Regards,
    Vinay Kashyap

    in reply to: YOAST SEO Content Analysis for Avia Layout Builder #586024

    Hi rsm-dd!

    It’s very kind of you… Thank you for sharing this with other users… We really appreciate it! :)

    Cheers!
    Vinay Kashyap

    in reply to: Position hamburger menu @mobile #586023

    Hey!

    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 Kashyap

    in reply to: Help: Flow columns and code block when a column is deleted #586022

    Hey!

    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 Kashyap

    in reply to: MAilchimp intergration standart form #586019

    Hey 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 Kashyap

    in reply to: Vertically center header widgets in shrinking header #586015

    Hey 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 Kashyap

    in reply to: Grid row height desktop vs. responsive #586013

    Hi 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 Kashyap

    in reply to: Remove meta data in post slider #586009

    Hi!

    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 Kashyap

    Hey 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 Kashyap

    in reply to: Moving AJAX search icon to secondary menu on the right. #585997

    Hey Mariusz!

    Please share the link to the page where we can see the element in question so we can help you better :)

    Regards,
    Vinay Kashyap

    in reply to: add class in to the html element #585993

    Hey!

    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 Kashyap

    in reply to: Enfold Contact form #585957

    Hi!

    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 Kashyap

    in reply to: Main Menu #585953

    Hi 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.
    in reply to: Adding item to sub menu #585946

    Hey!

    You can find the code for the menu in wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\menu.php

    Regards,
    Vinay Kashyap

    in reply to: Pagination Error message with Magazine #585925

    Hey!

    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.
    in reply to: Enfold Social media icons in footer #585908

    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.

    Hey!

    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 Kashyap

    Hey!

    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 Kashyap

    in reply to: Can't see this site #585726

    Hey 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 updated

    If 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

Viewing 30 posts - 9,391 through 9,420 (of 10,428 total)