Forum Replies Created

Viewing 30 posts - 9,691 through 9,720 (of 10,428 total)
  • Author
    Posts
  • in reply to: Change Main Menu Background Color #578531

    Hi!

    Please share the link to your site in private content only moderators will be able to view it. If we can view your site we can inspect the element and tell you exactly what changes you need to do… To solve an issue without seeing it is like shot in the dark.

    Please try the below code in Quick CSS

    
    .menu .av-main-nav {
    margin:10px 0!important;
    }
    

    Best regards,
    Vinay Kashyap

    in reply to: how can i make the customer comments bigger. #578529

    Hi!

    Please add the following CSS in Quick CSS

    
    .avia-slideshow-arrows .avia-slideshow-controls, #top .av-large-testimonial-slider .avia-testimonial-content {
        position: absolute!important;
        top: 300px;
    }
    
    

    Regards,
    Vinay Kashyap

    in reply to: Color section #578523

    Hi!

    I do not see any overlapping of contents on the portfolio section please let us know if you got this sorted ? If not send us a mockup of the issue and details of the browser you are using.

    Best regards,
    Vinay Kashyap

    in reply to: Missing #scroll-top-link #578521

    Hey!

    Since we cannot view the site it’s a shot in the dark…
    but let me tell you overflow:hidden; will hide the elements that appear outside the div container
    overflow:auto will make the content scrollable

    Try the below code in Quick CSS
    If this don’t solve the issue please use hidden in place of auto in the below code.

    
    html.responsive, .responsive body {
        overflow-x: auto!important; 
    }
    

    Best regards,
    Vinay Kashyap

    in reply to: Layerslider image are suddenly much smaller. Why? #578517

    Hey!

    Please do not reply to your own ticket the system will consider it as answered and push it to the end of the queue and it will take us longer to get to your ticket.

    We are not sure why this happened? It is possible one of the plugins installed could cause this. I assure you there is not problem with the theme it is running smooth on 1000’s of sites. I would suggest please re-create the slider and save the slider settings so in case if it happens in future you can re-import all the slides.

    Best regards,
    Vinay Kashyap

    in reply to: CSS is not working after moving to child style.css #578514

    Hey!

    There are many things you need to consider.

    The order in which style sheets are loading
    The specificity of a css rule
    Class names with #ID has more importance etc etc
    It’s a bit more complicated to explain why your CSS is not working you may want to try searching for solution on sites like stack overflow.

    Try this after you setup the child theme go to appearance > editor > styles.css
    And let us know if it is blank or has all the styles you added in the child theme.
    If it is blank then the stylesheet is not connected to the main theme properly
    If you see all the styles here it’s good to go.

    Send us your wordpress login details in private so we can take a closer look…

    Cheers!
    Vinay Kashyap

    Hi leRenaar!

    Enfold will show the price correctly if it is setup right in woocommerce.
    Woocommerce has a lot of options to set this up please view the link here
    https://docs.woothemes.com/document/variable-product/

    Hope this helps :)

    Best regards,
    Vinay Kashyap

    in reply to: can magazine use post order specified by plugin #578499

    Hey!

    We have not tested enfold with this plugin and we will now be able to tell why the plugin is not working for you.

    What I would suggest is try to access only one blog category from Magazine element in ALB and make sure that is ordered using post order plugin. Then try it on multiple categories. If you still have any issues It probably not compatible with Layout builder element.

    You can also try this plugin https://wordpress.org/plugins/content-views-query-and-display-post-page/

    Regards,
    Vinay Kashyap

    • This reply was modified 8 years, 9 months ago by Vinay.
    in reply to: How to edit the code of our front page slider manually #578492

    Hey!

    The slider only provides a shortcode which you can copy and paste and may be some small changes. I doubt if you get that options to edit the code and change the images.

    However to enable viewing shortcodes on a default editor please follow the steps provided below

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

    Regards,
    Vinay Kashyap

    in reply to: maximum content width #578488

    Hi!

    There seem to be some caching issue i think. are you using any CDN to deliver your site?

    anyways please check grid.css link in description open that link
    Open a search finder or press press Ctrl + F and look for 1010px
    You will notice the below code edit it and upload via FTP and let us know if it worked. (These changes will be lost when theme get’s updated but we can zero in on the issue).

    
    .boxed#top, .html_boxed.html_header_sticky #header{ width: 1010px; }
    .container{ max-width: 1010px; }
    

    Cheers!
    Vinay Kashyap

    in reply to: Help with new header style #578455

    Hi!

    Are you sure you are adding the css in Enfold theme options > general Styling > Quick CSS ?

    It’s working perfectly fine please check

    Regards,
    Vinay Kashyap

    in reply to: "Center" search icon #578445

    Hi!

    To make the search bar always visible please follow the steps below

    1. Add a widget area in header
    http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    2. Drag the search widget to the new widget area.

    Let us know when your done and we can help you with some custom CSS if necessary.

    Regards,
    Vinay Kashyap

    in reply to: Mobile links not working #578441

    Hey!

    I checked for these 4 links (screenshot in private)

    I checked on android only the last one right above color section did not do anything when i clicked rest of them worked fine.

    Please add more padding to the bottom of each section try 100px just to isolate the problem. If you still have issue please get back to us with the temporary admin login details so we can login and take a closer look.

    Cheers!
    Vinay Kashyap

    Hey!

    Sorry the cf7 plugin only support sending auto response email to the sender

    FAQ

    You can check with the plugin author if you can put your email address along with the sender’s some where so you can get a copy of the auto response.

    Cheers!
    Vinay Kashyap

    in reply to: Add Social Media Icons to Footer Widget in Vertical Manner #578426

    Hi!

    Are you sure you want to make it vertical? Making it vertical will not have enough space tho if you still like to give it a shot please try the below css in Enfold > general Styling > Quick CSS

    
    #socket .social_bookmarks li {
        clear: both!important;
    }
    

    Regards,
    Vinay Kashyap

    in reply to: WooCommerce Version 2.5.2 Compatibility with Enofld 3.4.7 #578424

    Hey!

    Enfold is compatible with the latest version of woocommerce. may I know what exactly you are trying to do? If you like to update woocommerce please feel free to do so :)

    Regards,
    Vinay Kashyap

    in reply to: Can I customize the Password Submit page? #578422

    Hey!

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

    
    #top input[type='password'] {
      max-width: 30%!important;
    }
    @media only screen and (max-width: 768px) {
    #top input[type='password'] {
      max-width: 100%!important;
    }
    }
    

    Cheers!
    Vinay Kashyap

    in reply to: Color Section Parallax Jumpy #578416

    Hey!

    Have you installed any plugins just before the issue started? Please deactivate all plugins and check the site should scroll properly.

    What browser are you testing this on? It looks like your browser is running a lot of js or some browser extension is interacting with the page during scroll. Deactivate browser extensions too and check for the issue please.

    Cheers!
    Vinay Kashyap

    Hey!

    Glad we could help you with this. we really appreciate if you rate our theme on themeforest :)
    Please feel free to get in touch with us if you have any questions.

    Thank you for using Enfold :)

    Regards,
    Vinay Kashyap

    in reply to: Border of Icon Boxes don't show in Safari #578412

    Hey beck-sites!

    It is much easier if we can take a look at the site and inspect the element in question.

    make sure the min border width is 1px and not 0.5px or any decimals some browsers will not recognise this.

    Regards,
    Vinay Kashyap

    in reply to: Picture to small #578409

    Hi!

    Please open a new ticket for new issue so we can keep the solution related tot he original topic and not get mixed up with a lot of issues. It helps us help you better.

    Please elaborate what you mean by start co-ordinate in the new ticket if possible with a screenshot.

    Cheers!
    Vinay Kashyap

    in reply to: Adding Pages to Main Menu #578408

    Hey!

    What will happen if you go to customizer and remove all the menu items?

    Then try the wordpress regular menus and let us know.

    Best regards,
    Vinay Kashyap

    in reply to: Some of pages are not responsive #578407

    Hey!

    Please create a temporary admin login for us and share as private so we can login and take a closer look at the page setup.

    Regards,
    Vinay Kashyap

    in reply to: Table problem and menu adjusting #578401

    Hey!

    You can try pasting in the textbox as text element rather than visual

    To display the scroll to top button in mobiles please use the below code in Enfold > general styling > quick css

    
    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {
      display: block !important;
    }
    }
    

    Regards,
    Vinay Kashyap

    • This reply was modified 8 years, 9 months ago by Vinay.
    in reply to: Responsive display problem with price list and product list #578393

    Hey!

    We are working on your ticket please wait. We will update the result here soon.

    The responsive col seem to work fine please check the link in private

    Best regards,
    Vinay Kashyap

    • This reply was modified 8 years, 9 months ago by Vinay.
    in reply to: Animation Speed and Fullscreen Slider #578392

    Hi mdedesign!

    Please add the below code to Enfold > General Styling > Quick CSS to slow down the animation you can play with the time change 3s to 2.5s or any number you like.

    
    .avia_transform .avia_start_delayed_animation.right-to-left {
        animation: avia-rtl 3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275)!important;
    }
    
    .avia_transform .avia_start_delayed_animation.left-to-right {
        animation: avia-ltr 3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275)!important;
    }
    
    

    2. i already see the caption on the bottom center please clarify if you got this sorted if not a screenshot would help us understand better.

    Cheers!
    Vinay Kashyap

    in reply to: How to create avia-content-slider for portfolio #578389

    Hey!

    Currently you can slide products in that style.

    For portfolio you can use accordion slider or featured images slider but the style is much different.

    in case you need to display the portfolio items similar to the product slider please try this plugin https://wordpress.org/plugins/carousel-horizontal-posts-content-slider/ and much more here https://wordpress.org/plugins/search.php?q=portfolio+slider

    Regards,
    Vinay Kashyap

    in reply to: Masonry exact size images #578383

    Hey!

    If each image is 360px wide for total of 4 images you need to calculate the width which is which is approx 1440px + paddings & margins.

    Goto general layout and set max container width to be approx 1500px

    Cheers!
    Vinay Kashyap

    in reply to: mobile menu it doesnt appear #578381

    Hey!

    We cannot get into the backend of the site please check the login credentials you have provided.

    Regards,
    Vinay Kashyap

    in reply to: Change layout/design to mobile for iPad Mini portfolio view #578379

    Hey santanin!

    This section looks good to me please let me know if you see anything different form what is in the screenshot below. If so please send us a screenshot so we can help you better.

    Cheers!
    Vinay Kashyap

Viewing 30 posts - 9,691 through 9,720 (of 10,428 total)