Forum Replies Created

Viewing 30 posts - 9,811 through 9,840 (of 10,428 total)
  • Author
    Posts
  • Hi!

    The code Rikard provided you is correct but the below code on your site is over writing the new styles

    
    .sidebar .widget {
        background-color: #fff !important;
    }
    

    Please provide admin access for us to login and check your site with permission to add new css.

    Regards,
    Vinay

    in reply to: How to change the default image size in a lightbox pop-up #575912

    Hi!

    We are working on your ticket please wait while we update the results here soon.

    We almost had everything working correctly but unfortunately your server went down and the site is giving a 500 server error

    Please let us know when the site is back up so we can finish this installation.

    
    function originalHeight(){
    ?>
    <script>
    
        jQuery(window).load(function() {
        
            jQuery('.lightbox').on('click',(function() { 
                    jQuery('.mfp-figure').find('img').each(function() {      
                        jQuery(this).css("max-height","");
                    })
                }));
        
            jQuery('.mfp-arrow').on('click',(function() { 
                jQuery('.mfp-figure').find('img').each(function() {      
                    jQuery(this).css("max-height","");
                })
            }));
    
        })
    
    </script>
    <?php
    }
    add_action('wp_head', 'originalHeight');
    

    Regards,
    Vinay

    • This reply was modified 8 years, 9 months ago by Vinay.
    in reply to: Contact form 7 & Enfold contact form: identical styling #575910

    Hey!

    Hey Daniel,
    Wrapping the div helps to easily style things in cf7 when you inspect it and target cf7 class names ;)
    Glad we were able to help. In future please feel free to ask any questions we are more than happy to help you.

    Cheers!
    Vinay

    in reply to: Link to #id not right ponted #575196

    Hi!

    After testing this in default wp theme we can tell where the problem is if it is in the theme customization or something else. I strongly believe it is in the custom CSS which is not rendering the same in all browsers but we need to be sure it is not something else that’s making the links scroll extra 130px.

    To test it in default wordpress theme please create a regular menu in wordpress and add the link in this format

    Goto Appearance > Menu and add menu links e.g. http://www.yoursite.com/page/#section

    Best regards,
    Vinay

    in reply to: Transparency Logo size increase #575195

    Hey!

    I checked in several browsers and looks good to me. please refresh the page several times it looks like caching issue on your browser or try in a different browser. If you still have issue please play with the logo width 400px and reduce it a bit.

    Regards,
    Vinay

    in reply to: set a link from a blog post to a page or portfolio post #575192

    Hey!

    When you create a page e.g. http://www.site.com/example_page/ a static page URL does not work.

    Could you post your htaccess file here in private content? it should look something similar to

    We might also need your FTP details and permission to edit some files if necessary.

    Best regards,
    Vinay

    in reply to: Transparency Logo size increase #575184

    Hi!

    I don’t see any transition between the logo in the header before and after scroll on my end. please refresh the browser cache by holding down the shift key and hit refresh several times and check again. We are here to help!

    Cheers!
    Vinay

    in reply to: change footer width #575181

    Hey!

    Please replace the earlier code with the below provided code and adjust 20px to suit the height you need.

    footer .container {
    padding: 20px 0!important;
    }

    Best regards,
    Vinay

    in reply to: Contact form 7 & Enfold contact form: identical styling #575180

    Hi!

    How are you? just following up with the issue.
    Hope everything is working great now. Let us know and we can go ahead and close this ticket.

    Best regards,
    Vinay

    in reply to: Custom social media icons #575177

    Hi!

    PNG images are currently not supported for social icons. It requires a lot of customization to use custom png social icons you need to make a css sprits use a site like http://www.spritecow.com/ make one image out of all social icons and upload to your server then setup social icons as usual in the theme options and override the svg icons using css sprit icons this is a lot of customization you probably need to hire a freelancer. but if you like us to give it a try set it up and send us the link we will try to do it for you if it is not going to take a lot of time we will definitely help you.

    Regards,
    Vinay

    • This reply was modified 8 years, 9 months ago by Vinay.
    in reply to: How to change the default image size in a lightbox pop-up #575171

    Hi!

    Please see private content

    Best regards,
    Vinay

    • This reply was modified 8 years, 9 months ago by Vinay.
    in reply to: Custom social media icons #575085

    Hi rarch47!

    You can add custom social icons using child themes. Please see the link below which provides you with instructions

    http://kriesi.at/documentation/enfold/custom-social-icons/

    Best regards,
    Vinay

    in reply to: Enfold Support Ending On ThemeForest #575084

    Hi w3newbie!

    You do get theme updates for free when ever an update is released. only your support ends however you can purchase extra support from the theme page on themeforest.

    Currently we do not have any update if kriesi would continue providing support for enfold users whose support has expired. Please contact us after your support expires if there is any options at that time to support you we will surely help!

    Cheers!
    Vinay

    in reply to: changing social networks color #575082

    Hi!

    As i understand you like to place social icons outside header and want it to look white correct ?

    Please use the below code.

    
    .social_bookmarks li a {
        color: white!important;
    }
    

    If this is not what you want please point us to a link after you place the icons so we can help you better.

    Cheers!
    Vinay

    in reply to: How to change the default image size in a lightbox pop-up #575079

    Hey!

    We would love to help you but sorry we can’t access your site due to some security issue.

    Regards,
    Vinay

    in reply to: Issue splitting menu items #575076

    Hi!

    Please check the website now we have made the modifications as best as we could.

    Below is the css added

    
    
    /*centered menu*/
    .av-main-nav li:nth-child(3) {
        margin-right:350px;
    }
    
    .av-logo-container {
     position:absolute;
    }
    
    #header_main_alternate {
        margin-top: -100px;
        z-index:9;
    }
    .logo {
    z-index:9999!important;    
    max-width:200px;
    }
    
    /*reduce gap below menu*/
    
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 85px!important;
    }
    

    Regards,
    Vinay

    in reply to: change footer width #575072

    Hi!

    Please add this to Enfold > General Styling > Quick CSS

    
    footer .container {
    padding:0!important;
    }
    

    Regards,
    Vinay

    in reply to: 'Import demo files' does not work #575071

    Hey!

    It’s a bit strange why this is happening I have reset the database but still the import failed several times. Our developer team will be notified about this issue please be patient while they work on your ticket and get back to you.

    In the meantime I request you to provide us with a working FTP details and ask your hosting provider to increase the php memory to at least 128MB.

    Regards,
    Vinay

    in reply to: Change dimensions of video lightbox #575063

    Hey!

    Glad we could help :)

    We would really be happy if you took a minute to rate the Enfold theme on themeforest please.

    Thank you for using Enfold .

    Regards,
    Vinay

    Hey!

    Please replace the earlier code with the code provided below. this code will affect only the homepage. Feel free to change the max width and min width of the screen.

    
    @media only screen and (max-width: 989px) and (min-width: 768px) {
        .home .av_one_fourth  {
            width: 28%!important;
            float: left!important;
            clear: none!important; 
            margin:20px!important	 
    }
    }
    

    It’s not clear what you want to do on the portfolio page. Once the homepage is set please let us know what you want to do on the other pages with a mockup if possible and we might need admin login credentials with permission to add css code we will surely help you.

    Cheers!
    Vinay

    in reply to: set a link from a blog post to a page or portfolio post #575055

    Hey!

    Yes you get the ability to create link’s in post in wordpress text editor or when you use the text box widget.

    The login credentials you sent us is not working hence we are unable to view your website. Please check and re-send the required details.

    Best regards,
    Vinay

    in reply to: Blog Posts Element Spacing, Removal of Category #574999

    Hi John!

    Please use the below css in Enfold > General Styling > Quick CSS

    
    .home .blog-categories.minor-meta {
        display: none !important;
    }
    .content-slider .slide-entry-title {
        margin-bottom: 0!important; 
        padding:0!important;
        letter-spacing: .02em;
    }
    .html_elegant-blog .av-vertical-delimiter {
        padding-bottom: 0!important;
    }
    

    Cheers!
    Vinay

    in reply to: Logo center, navigation to the left & right of logo #574996

    Hey!

    Glad you like it please add background image or color from Enfold > general styling > Logo area

    Best regards,
    Vinay

    in reply to: top bar text size #574995

    Hi!


    @Krissieg
    please open a new ticket and let us know the issue so we can help you without mixing up the issues and provide individual attention to your ticket.


    @codecreative
    Enfold is constantly evolving and a lot of the options you see today was not there a while ago. We constantly develop and improve the theme to make it very easy for all our users. A lot of the features our users request is included in the theme updates please make such feature request in https://kriesi.at/support/enfold-feature-requests/

    currently you can make the changes to the top bar elements using custom css.

    Regards,
    Vinay

    in reply to: How to use icons in custom HTML? #574994

    Hey thatryan!

    Icons uploaded via Enfold options is usable via Advance Layout builder and via shortcodes.
    If you need to access icons via shortcodes please click on the magic wand icon on the right and select content > icons

    or use the following short code in your text box.

    
    [av_font_icon icon='ue803' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' custom_class=''][/av_font_icon] Search
    

    First install a

    Regards,
    Vinay

    in reply to: 'Import demo files' does not work #574992

    Hi dock43!

    I noticed the error you are getting while importing it basically is saying that the files you are trying to import already exist so it is not importing.

    Please use a plugin like https://wordpress.org/plugins/wordpress-database-reset/ reset your wordpress database (warning all content will be lost)

    Re-download the demo.

    if you still have issues please provide us permission to deactivate all plugins and re-set your database (all content will be lost) and we can import the data for you.

    Cheers!
    Vinay

    Hey icubra!

    Yes it is possible please use the below css in Enfold > Quick CSS please feel free to adjust the values to suit you

    
    @media only screen and (max-width: 989px) and (min-width: 768px) {
        .av_one_fourth  {
            width: 28%!important;
            float: left!important;
            clear: none!important; 
            margin:20px!important	 
    }
    }
    

    Regards,
    Vinay

    in reply to: Can't Edit – Menu Subtext – Help #574988

    Hi Gillosie!

    Please provide us a link to your site so we can see it understand what you need and help you better.

    *Please check Screen options on top right and check the field options you need.

    To setup up menu goto appaerance > menu you can change text for main menu and submenu

    Please feel free to check our documentation
    http://kriesi.at/documentation/enfold/setting-up-your-mega-menu/

    Please feel free to get back to us if you have more questions.

    Cheers!
    Vinay

    • This reply was modified 8 years, 9 months ago by Vinay.
    in reply to: interchangeability of themes #574987

    Hey!

    1. using ALB on blog post or pages will leave you with short code for the whole page like below all your text, image links etc are all in this short code and it will display as text in the new theme. If you remove the short codes you get your original content back.

    You will not get some features such as easy sliders, accordions and ton’s of other features as it differs from theme to theme. These things you have to re-do.

    
    [av_textblock size=” font_color=” color=”]
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
    [/av_textblock]
    

    2. You do get some of the control you want when you wish to change the blog settings please goto

    Enfold > General Stylings >
    Enfold > Blog Settings >

    Once you setup your site and If you tell us exactly what changes you need to make we will be able to point you in the right directions.

    Hope this helps :)

    Cheers!
    Vinay

    in reply to: woocommerce shortcodes within enfold button shorcode #574985

    Hi dmaca!

    Please use shortcodes in text box. or enable debug mode and enter it directly into the WP default editor.

    http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    You might need to make a custom button for this wrap the shortcode in a div with button class and style the button add the css in Enfold > general style > Quick CSS.

    Best regards,
    Vinay

Viewing 30 posts - 9,811 through 9,840 (of 10,428 total)