Forum Replies Created

Viewing 30 posts - 8,491 through 8,520 (of 10,428 total)
  • Author
    Posts
  • Hey MichaelAlbany!

    Please use the below CSS

    
    .avia-testimonial {
        border-right-style: solid;
    }

    Regards,
    Vinay

    Hi!

    We have tweaked the css and is looking good now :)

    It is a known issue and we will release an update for it soon… after the next theme update you can remove the custom code we added now so you can control the changes from theme options and not use custom css :)

    Best regards,
    Vinay

    in reply to: Disable Gravatar link #608073

    Hey!

    Previously we disabled the gravatar link… I’m a bit confused which image you are trying to link to and to which page you want it to be linked with?

    Cheers!
    Vinay

    in reply to: Print.css #608065

    Hi!

    please copy the header.php from main theme folder to the child theme and edit it as mentioned above :)

    Cheers!
    Vinay

    in reply to: Blog appearing incorrectly #608056

    Hi MichaelAlbany!

    Please use the below CSS to make the blog pages full width

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 100%!important;
    }
    #top .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 90%!important;
    }

    Regards,
    Vinay

    in reply to: Change text highlight color #608045

    Hi!

    To change the highlight color please go to Enfold > General Styling > select any section here like “Logo area” > Highlight color

    Should you have further questions please share the link to your site where we can inspect the element in question so we can provide you accurate solution :)

    Regards,
    Vinay

    in reply to: Disable Gravatar link #608044

    Hi phillipikoo!

    Hi please use the below css to hide the icon that appears to the left of the blog articles.

    .template-blog .blog-meta {
        pointer-events: none!important;
    }
    

    Regards,
    Vinay

    in reply to: Sidebar Menu nested at 2nd level #608038

    Hey!

    This customisation requires much time and custom coding we are working on your ticket please wait while we update the results here.

    Regards,
    Vinay

    in reply to: Video on Hover #607665

    Hey!

    Implementing this will this is a bit more complicated than copy pasting this code let’s see what best we can do for you…

    Add the js code in the below code and finally paste it in the functions.php

    // Video on hover
    function playon_hover(){
    ?>
    <script>
    
    // ADD YOUR CUSTOM SCRIPT HERE
    
    </script>
    <?php
    }
    add_action('wp_footer', 'playon_hover');

    Please note that the class names and path int he js code should match your site.

    Then use Codeblock element to add your images with video…

    Best regards,
    Vinay

    in reply to: Preload problems #607660

    Hi!

    Glad we could help.
    Please check out this links you might find it useful

    Recommended plugins

    Enfold Tips & Tricks
    http://kriesi.at/documentation/enfold/

    Best regards,
    Vinay

    Hey eKMUch!

    Please try the below CSS in Enfold > general Styling > Quick CSS

    .avia-slideshow-arrows.avia-slideshow-controls {
    	width: 100%!important;
    	position:absolute!important;
    	top: 50%!important;
    	transform: translateY(-50%)!important;
    	width: 100%;
    	z-index:999;
    }
    
    .avia-slideshow-arrows.avia-slideshow-controls .next-slide {
        right: 0!important;
    }

    2) Is there a way to use the auto-slider and auto-include content from posts?

    Please use “Blog post” element in the advanced layout builder. Sliders do not support blogs.

    Best regards,
    Vinay

    • This reply was modified 8 years, 7 months ago by Vinay.
    in reply to: Sending E-Mails doesn't work #607546

    Hi filz51!

    The login credentials you’ve provided do not work please send us working login credentials with user role as ‘administrator’ and permission to disable all plugins and add custom code if necessary to resolve the issue.

    Before you get back to us please try the following

    1. Use an alternate email that ends with gmail or yahoo .com
    2. Disable all plugins and check the same.
    3. Please check the spam folder if the emails are getting delivered to your spam folder.
    4. If the issue is still there please use a cf7 plugin https://wordpress.org/plugins/contact-form-7/
    5. If the issue is still there please disable enfold and try if the emails go thru in the default wordpress theme.

    The above steps will help zero in on the issue and we can resolve it faster for you.

    Regards,
    Vinay

    in reply to: Sidebar Menu nested at 2nd level #607545

    Hi chaponnel!

    Is this how you like the sidebar to look like? When user click on a menu item it shows the 2nd level elements? This requires custom css and jQuery coding and it takes some time… We are working on your ticket please wait while we update the custom code here soon.

    Regards,
    Vinay

    Hey!

    Glad it worked for you.

    Please feel free to check enfold documentation for some extra tips and tricks – http://kriesi.at/documentation/enfold/

    Cheers!
    Vinay

    in reply to: Make breadcrumb path follow primary category #607535

    Hey!

    Glad we could help! We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/

    Best regards,
    Vinay

    in reply to: Print.css #607534

    Hi!

    Please add the above code in the header.php of the child theme

    in the code above “(‘stylesheet_directory’); ?>” will automatically get the location of the CSS styles folder so don’t worry about the path :)

    Cheers!
    Vinay

    in reply to: No data loaded in LayerSlider WP for transition #607528

    Hi!

    We checked your site and could not see any error on the site or in js console i am not sure you got it sorted or turned off the debug mode. In any case if you still see the error first hard refresh the browser several times so old files are removed from cache and check if you still see the error then you cat try the below steps. Usually it is a conflict between the 3rd party 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

    Regards,
    Vinay

    in reply to: rel="nofollow" #607523

    Hey!

    Alright! we will keep this ticket open for you once you try it you can let us know so we can close it or further trouble shoot…

    Regards,
    Vinay

    in reply to: Child theme problem! #607521

    Hey Charlotte!

    Please follow the below steps.

    1. Activate the main theme.
    2. Make some changes to the theme options and save it.
    2. Activate the child theme again and import the options.

    Once the import is done do you see the theme say’s Import successful or Sorry! Import did not work. ?

    Let us know if you see the successful message.

    Regards,
    Vinay

    Hi!

    We tweaked the code a bit please hard refresh the page a few times to clear cache and review the site now it is working perfect :)

    Best regards,
    Vinay

    • This reply was modified 8 years, 7 months ago by Vinay.
    in reply to: socket height not fixed #607424

    Hi kazse!

    Was there any custom css added to the theme? When did this issue start happening for you?

    We need to take a closer look at this 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.

    Best regards,
    Vinay

    in reply to: Image scaling for Ipads? #607421

    Hi!

    Please replace the code with the one below

    
    @media only screen and (min-width: 768px) and (max-width: 1028px) {
    #home .av-parallax-inner {
        background-position: 0% 0% !important;
    }
    }

    If it still don’t work in the color section background position option please select top left that should do the trick for you :)

    Best regards,
    Vinay

    in reply to: Can't see update Enfold #607271

    Hey oozban!

    You should see a big green button to update under the Theme Update heading in the below screenshot

    If you do not see it…

    Please go to WordPress admin Dashboard > update > Check manually

    This should fix the issue…. If not we need to take a closer look at 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.

    Regards,
    Vinay

    in reply to: Button Color and Hover Color #607268

    Hi Micheal0424!

    Glad you found a way to change some things to make the font bold please try the below CSS

    .avia-button{
    font-weight: 900!important;
    }

    Best regards,
    Vinay

    in reply to: Move Social Icons from Socket to Fotter #607266

    Hi!

    The hover state is looking good please see attached screenshot. Not sure if you got it fixed but if you need any help with it please feel free to get in touch with us :)

    Best regards,
    Vinay

    in reply to: Button Element to be like Fullwidth Button? #607265

    Hi Micheal0424!

    Please add the below CSS in Enfold > General Styling > Quick CSS

    
    .fwbtn {
        width:auto!important
        padding:1!important;
    }
    
    .fwbtn .avia-button-center {
        display:inline-block!important;
    }
    
    #top  .av-fullscreen-button .fwbtn .avia-button-fullwidth {
        padding:15px 20px;
        border-radius:3px;
        margin: 1em;
    }
    
    .fwbtn .avia_button_background {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin:0!important;
    }
    

    Enable custom class name for ALB elements

    Add class name fwbtn to the fullwidth button to make it look like a regular button.

    NOTE: This has some limitation like alignments which you will need to do it using more custom css.

    Best regards,
    Vinay

    in reply to: Grid Row 80% screen height #607066

    Hey!

    We would like to take a closer look at 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.

    Regards,
    Vinay

    in reply to: disable scrool to up #607065

    Hi silvanosartori!

    You don’t have to put the code in private content to get support :)

    please use the following CSS in Enfold > General Styling > Quick CSS

    #top #scroll-top-link {
        opacity: 0!important;
        display: none!important;
    }

    Cheers!
    Vinay

    in reply to: Left Socket Border #607026

    Hey!

    Please try the below css code in Enfold > General Styling > Quick CSS

    footer
    {
    	margin-left:-1px!important;	
    }

    Best regards,
    Vinay

    in reply to: Different header for different pages? #607022

    Hey phillipikoo!

    You can use this plugin to have different menus on different pages https://wordpress.org/plugins/zen-menu-logic/

    For any other elements like logo and other header elements you will need to write custom code as it is out of our support scope but yes it is possible to hide the header in some pages completely using custom CSS.

    To hide the headers in some pages please use the below css with correct page ID name

    .page-id-19 #header {
         display:none!important;
    }
    

    Please feel free to check out this video we have put together which helps you config the header easily like you see on enfold demos http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/

    Regards,
    Vinay

    • This reply was modified 8 years, 7 months ago by Vinay.
Viewing 30 posts - 8,491 through 8,520 (of 10,428 total)