Forum Replies Created

Viewing 30 posts - 10,051 through 10,080 (of 10,428 total)
  • Author
    Posts
  • in reply to: Layerslider Responsive #568409

    Hey!

    In the slider the text you see is also an image… please customize this slider with your own images and text. Once you have everything in place we can target the font and provide you with custom css.

    Best regards,
    Vinay

    in reply to: LayerSlider shows picture very small #568403

    Hi!

    We are working on your ticket and will update you shortly.

    At first in IE the slide image was very small after refresh it loads fine. After inspecting the settings the possible problem found was in transition effects. We have created a new Slide as Slide #1 and added to the page in the private link your original slide is now Slider #2

    The images in the slider is loading correctly in IE and FF now at the first attempt on my end. Please check and let us know.

    Regards,
    Vinay

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

    Hey!

    Ok as i understand you like the name and email to be on the same row and the send button a bit bigger… sure this can be done. please give us a bit more time to work on this and get back to you.

    Cheers!
    Vinay

    in reply to: Header logo reposition #567985

    Hey aK_45m7!

    Please provide us link to the page and admin access in a private message

    mean while check out these settings

    Enfold > General layout > layout > Boxed Layout

    and also play with the Enfold > Headers

    Regards,
    Vinay

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

    Hi!

    You need to keep the contact form full width.

    Put all other info inside 2 grids like i have in this page (link in private msg) Enfold Test – Contact

    Best regards,
    Vinay

    in reply to: Logo problem #567961

    Hi!

    In that case please remove the custom css provided and use these settings in the Enfold > Header Options.

    This will make the logo center and menu below the logo since you have a lot of menu items this layout works best for you.

    Cheers!
    Vinay

    in reply to: Menu top left, social icons top right, logo below middle? #567923

    Hi mcseufer!

    We are working on your issue and we will update this ticket soon with the results.

    We can help you achieve the same structure but you probably have to take care of the style details like adding the red border, the logo share etc to the menu as it takes a lot of customization.

    In the enfold options please make these changes.

    Enfold > Social Profiles

    Then please goto Enfold > Header Options and make these changes

    Then in Enfold > General Styling > Quick CSS

    Add the below css

     #top #header_main > .container .main_menu ul:first-child > li > a {
     	height: 30px!important;
        line-height: 30px!important;
     }
    
    .html_header_top.html_main_nav_header #top .av_menu_left .main_menu {
        top: -25px;
        z-index:99999;
    }
    .av_minimal_header #header_main, .av_minimal_header #header_meta {
        z-index: 99;
    }
    
    .html_header_top #top .av_logo_right .logo {
        right:50%;
        transform:translateX(50%);
        margin: 0 auto;      
    }

    Best regards,
    Vinay

    in reply to: Enfold Contact form is not sending #567921

    Hi teikhean!

    Could you give us admin access to login ( please add the info in private message) and check for the issue and request permission to deactivate all plugins and test the site.

    Regards,
    Vinay

    in reply to: shortcode to add product_meta in a custom page #567900

    Hi Benoit!

    Thank you for sharing the tip here :)

    Cheers!
    Vinay

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

    Hey!

    If you goto CF7 plugin you will find shortcode like

    [contact-form-7 id="1234" title="Contact"]

    Copy the above code and paste it in a textbox in Advance layout builder. Wrap this in a div with custom class so it will be easy to target the form elements via css.

    Cheers!
    Vinay

    PS: Nice site… I played Holi last year in Hampi.

    in reply to: How to get Brand filter to work? #567884

    Hi!

    Please refer to the “product category” shortcodes in woocommerce documentation

    Shortcodes included with WooCommerce

    Regards,
    Vinay

    in reply to: AV Share Box Loading Wrong Icon Font #567876

    Hi AboveDigital!

    I’m not sure i understood what you are trying to say but are these the icons you have issue with ? This is a png image and I do not see any other icons on the page which i can relate to entypo icon sets. Please elaborate the issue…

    Cheers!
    Vinay

    in reply to: Category pages #567870

    Hi!

    Please point us to the website link where you have the issue and provide us with a screenshot to explain what exactly you are trying to achieve. We might also need admin access to login to the backend to resolve this issue (please send the admin access in a private message) with permission to deactivate all plugins if necessary.

    Regards,
    Vinay

    in reply to: Logo Center with Menu To Left and Right #567863

    Hey!

    Make these changes in Admin > Enfold Theme Options > Header > Menu and Logo Position > Logo center, Menu below

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

    in the below code adjust the margin right to fit your logo width or slightly more.

    Same with the top pixel .value

    
    .av-main-nav li:nth-child(3) {
        margin-right:300px;
    }
    
    .html_header_top.html_header_sticky #header {
        position: fixed;
        top: 50px;
    }
    
    .html_top_nav_header .av-logo-container {
    	top: -30px;	
        z-index: 999;
    }
    
    @media only screen and (max-width: 989px) {
    .html_top_nav_header .av-logo-container {
    	top: 0px;	
    	left:0;
    }
    }
    
    

    Regards,
    Vinay

    • This reply was modified 7 years, 12 months ago by Vinay.
    in reply to: How to also show Gravatar (author profile pic) on mobile #567833

    Hey!

    We tried to produce what you asked for but that requires a lot of customization and change in html structure you will probably have to hire a freelancer to accomplish it.

    However if the earlier solution provided worked for you on this page and caused problem on the other pages we can target only the post pages. That way changes are applied to only post pages… please try the below code and let us know… if it did not work would you please create a admin login for us and provide the info in the private message.

    @media only screen and (max-width: 767px) {
     .single-post .main_color .rounded-container {
        position: absolute;
    }
    .single-post .entry-content-wrapper {
         padding-top: 120px!important;
    }
    }

    Regards,
    Vinay

    in reply to: OL in icon list #567826

    Hey!

    The source code for the first list is showing UL and the code provided by Yigit works fine
    Also add the below code to the one provided earlier…

    please add it in Enfold > General Styling > Quick CSS

    
    .iconlist_content ul li {
        list-style: none!important;
    }
    
    

    Cheers!
    Vinay

    in reply to: Sub-menu underline and active items #567825

    Hi!

    Please add the below css in quick css

    #top .header_color .main_menu .menu ul li.current_page_item>a, #top .header_color .main_menu .menu ul li>a:hover {
        border-bottom: 1px solid red;
    }
    

    Best regards,
    Vinay

    in reply to: Instagram Widget Not Recognizing Column and Photos settings #567821

    Hey!

    Please add this css

    .av-instagram-item a {
        width: 80px;
        height: 80px;
        overflow: hidden;
    }

    Regards,
    Vinay

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

    Hi!

    Drag and drop 2 separate grids from Advance Layout Builder to the position where you want it and move all content from 1/2 grid into the new grids.

    Cheers!
    Vinay

    PS: Your profile pic is colorful :) it reminds me of the “Festival of Colors” or “Holi Festival”.

    in reply to: contact #567817

    Hey!

    The login credential is not working please provide us a working login credentials.

    You may try with yahoo or gmail email for testing purpose and check your spam folder.

    let us know your results.

    Best regards,
    Vinay

    in reply to: Darken Transparent Glass Header #567781

    Hey!

    The menu links appear white when i scroll please see screenshot… if this is not right please send us a screenshot so we can help you better.

    Regards,
    Vinay

    in reply to: bullet points problem in text block / accordeon #567777

    Hey!

    Did you get this sorted out? Both the pages look good on my end.

    Please hold down the shift key and refresh the page 5 – 6 times to empty browser cache and re-check if issue exist.

    Regards,
    Vinay

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

    Hey!

    Request your permission to deactivate all plugins and test it please?

    Best regards,
    Vinay

    in reply to: change portfolio 4 column grid padding #567772

    Hi!

    Please send us admin login details in a private message so we can further trouble shoot this issue.

    Best regards,
    Vinay

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

    Hi!

    I saw the form in CF7 plugin you already have it has some custom codes which we were not able to use it with same with the page you have created. So I had to create a new CF7 form and a new contact page.

    Just copy the CF7 shortcode and paste it in the text box on the contact page you like to edit and let us know if it worked.

    Or simply edit the test page name and use it if it works for you :)

    Best regards,
    Vinay

    in reply to: Problem with LayerSlider #567758

    Hey!

    Glad this issue was sorted out.

    Thank you for using enfold.

    Cheers!
    Vinay

    in reply to: Logo / Text on uploaded images are Blurry #567757

    Hi!

    We cannot make out any difference between the original images and the thumbnail images.
    I recommend uploading high resolution images.

    Best regards,
    Vinay

    in reply to: anchor link landing too high #567750

    Hey!

    Glad we were able to help you fix this issue.

    Thank you for using enfold :)

    Best regards,
    Vinay

    in reply to: Sidebar gone when logged in, but appears when logged out #567746

    Hi!

    We tested your site when logged in and not logged in both the times it looked the same… please elaborate the issue and let us know exactly what you are trying to achieve with enfold so we can help you setup the site exactly like that.

    Feel free to take a look at the demos here http://kriesi.at/themes/enfold-overview/ and point to the section you are trying to reproduce.

    Best regards,
    Vinay

    in reply to: How to also show Gravatar (author profile pic) on mobile #567741

    Hi!

    This is how the page looks on my end and it seem fine to me please elaborate…

    Cheers!
    Vinay

Viewing 30 posts - 10,051 through 10,080 (of 10,428 total)