Forum Replies Created

Viewing 30 posts - 8,851 through 8,880 (of 10,428 total)
  • Author
    Posts
  • in reply to: Widget in Header overlapping on smaller screens #598859

    Hi Hello!

    We need access to your site to set this up correctly 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

    in reply to: Social Media Icons #598847

    Hey!

    Sure we can set this up for you but 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 css if necessary to resolve the issue.

    Regards,
    Vinay Kashyap

    in reply to: One Page Anchor Link Padding with Fixed Header on Mobile #598844

    Hey!

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

    We really appreciate if you rate our theme on themeforest :)

    Thank you for using Enfold.

    Cheers!
    Vinay Kashyap

    in reply to: Search Box Transparent Border #598843

    Hi!

    Glad we could help you with this. we really appreciate if you rate our theme on themeforest :)

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

    Please feel free to get in touch with us if you have any questions.
    Thank you for using Enfold.

    Regards,
    Vinay Kashyap

    Hi!

    You can setup a staging site and import the demos there and then whichever page you like copy the short code from the demo and create a new page on your live site paste it there and fill in the contents.

    Hope this helps if you need any help please feel free to get in touch with us.

    Regards,
    Vinay Kashyap

    in reply to: Importing didnt work #598841

    Hey pappe!

    We imported the demo from Enfold > Import Demo and it worked fine

    To remove old demo and import a different one use a database reset plugin like https://wordpress.org/plugins/wordpress-database-reset/

    NOTE: Database reset plugin will remove all data from wordpress. It is not recommended if you already have any important data.

    If you have any questions please feel free to ask us.

    Best regards,
    Vinay Kashyap

    in reply to: IE8 not work with avia.js #598839

    Hi Zeng!

    We checked on IE 8 the site is loading but it looks different. This is expected because most of the features that are used in the modern browsers is not supported by IE8. Even microsoft do not support IE8 now.

    However if you see a js error in console please follow the steps below

    The error could be a result of a plugin conflict 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 Kashyap

    in reply to: Unable to change the color of subheading #598836

    Hi!

    The subheading has an inline style padding-bottom:0px;color:#ffffff;font-size:60px; the style is coming from js or php

    inline styles has the highest specificity and cannot be altered using external CSS

    please check the edit options of the subheading in advance layout builder there must be a color option which is set to white.

    If you still have issues please create admin login for us and share in private so we can inspect it :)

    Cheers!
    Vinay Kashyap

    in reply to: Single product without sidebar #598834

    Hi!

    To remove the sidebar from the products page go to Appearance > Widgets and removing everything from the sidebar called ‘Everywhere’ since it automatically adds a sidebar.

    Regards,
    Vinay Kashyap

    in reply to: Child Theme #598830

    Hi!

    @hector1069r The site cannot be reached at the moment there is some server issue please contact your hosting guy’s and let us know when it is up and running.


    @Wildwood
    The person who started the thread will be able to view your private content please create a new ticket by clicking on blue button on top when you login to the URL below

    We checked your site it is showing the Advance layout builder shortcode not sure if you disabled enfold theme. We are unable to login to the site as 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 css if necessary to resolve the issue.

    Regards,
    Vinay Kashyap

    in reply to: One Page Anchor Link Padding with Fixed Header on Mobile #598786

    Hey!

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

    This is mostly happening because the header has a custom margin or padding. To resolve it you can remove the custom margin or paddings

    or

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

    @media only screen and (max-width: 768px) {
    #whyus.container_wrap {
        padding-top:24px;
    }}
    

    Regards,
    Vinay Kashyap

    • This reply was modified 8 years, 7 months ago by Vinay.
    in reply to: Unable to change the color of subheading #598782

    Hey slui!

    please use the below CSS in enfold > general styling > quick css

    Remove any related css you have added earlier to change the font color for h1.

    .home_special_heading_top .av-special-heading-tag{
    color: #000 !important;
    font-weight: 450;
    }

    Regards,
    Vinay Kashyap

    in reply to: Color overlay custom .css for footer #598759

    Hey!

    I understood you don’t want to use 2 background images dark one for footer and normal for the content area. instead you like to use one background for content area with a slightly transparent footer which acts as a dark overlay for the content background image.

    Please refresh the cache if you are using any cache plugins it will take a while to refresh.

    Feel free to change the value 0.85 as required.

    #footer {
         background:rgba(0,0,0,0.85)!important;
     }
    

    if you still have any 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

    in reply to: WooCommerce Product images squashed on mobile. #598755

    Hi!

    I guess you have removed the code now because i see the image becomes blur when it is more than 350px.

    You can either upload large images like 600px or something so it looks good but that will double your work to update all the images instead replace the following CSS code

    #top .thumbnail_container img {
        margin: 0 auto!important;
        height: 350px;
        width: auto !important;
    }

    With this code

    #top .thumbnail_container img {
        margin: 0 auto!important;
        max-height: 350px;
        width: auto !important;
    }

    The new code will allow the images to be smaller than 350px on mobile and stops at 350px in large screens.

    Regards,
    Vinay Kashyap

    in reply to: White space between content fields #598753

    Hi michael_world2cycle!

    The page looks good on my end please elaborate which white space you want to remove and we can help you with it :)

    The only unusual white space i noticed was to the left side of the video but it is because you don’t have enough content to fill up the left side.

    if possible please share a mockup or a screenshot upload to dropbox and share the link here.

    Cheers!
    Vinay Kashyap

    in reply to: Second Sidebar #598749

    Hey ping-pong!

    To add a secondary sidebar please create a new widget area/sidebar under Appearance > Widgets. Add some widgets to that area and use the advanced layout editor to display this new widget area on a page as shown in the below screenshot.

    Regards,
    Vinay Kashyap

    in reply to: Socket background colour "flashes" during page load #598746

    Hi!

    Sorry for the delay.

    Is there any custom CSS or js added to the site?

    Please remove all custom CSS and add it back one block at a time so you know which block is causing the issue.

    If you still have the same issues after removing all custom css we need access to the backend to check this further 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: the mobile menu on our site isn't showing #598743

    Hi!

    Ok! Looks like you got it sorted :)

    If you need any help on this issue further please feel free to contact us.

    Regards,
    Vinay Kashyap

    in reply to: black 1px outline #598742

    Hi diefleischerei!

    To add a little depth you can add box shadow or if you like border

    .html_boxed #main {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    }
    

    or for border use the below

    .html_boxed #main {
        border-left: 1px solid #000; 
        border-right: 1px solid #000;
    }
    

    Cheers!
    Vinay Kashyap

    Hey!

    Glad it’s sorted :)

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

    Cheers!
    Vinay Kashyap

    in reply to: how to get text H1 to autoresize for smartphones #598739

    Hi Imraanio!

    Please use the below CSS in Quick CSS under Enfold > General styling

    @media only screen and (max-width: 480px) {
    .avia_textblock.av_inherit_color h1 {
    font-size: 30px!important;
    }}

    Best regards,
    Vinay Kashyap

    in reply to: Different header bar treatment on inner pages #598572

    Hi!

    Please uncheck the shrinking header in Enfold > Header > Header behavior

    Cheers!
    Vinay Kashyap

    in reply to: Responsive design: Text is cut #598561

    Hi!

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

    Please check the link in private we created two 3-columns for you and added the below css in quick CSS

    .bg-green{
    background:#b2c2ba;
    }
    .break-word{
    word-wrap:break-word;
    }
    

    Don’t worry about the header messed up in the screenshot it’s just the screen capture software doing that…

    Cheers!
    Vinay Kashyap

    in reply to: Inline svg maybe as logo #598368

    Hi!


    @Guenni007
    Glad you got it sorted :) and thanks for sharing the tip :)

    Cheers!
    Vinay Kashyap

    in reply to: Remove date of post in masonry blog #598366

    Hey vanocreations!

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

    .av-masonry-date {
        display:none!important;
    }
    

    Best regards,
    Vinay Kashyap

    in reply to: Different header bar treatment on inner pages #598171

    Hi navindesigns!

    please add the css selector with the page name or ID in this case it is “home” which is visible when you rightclick the page and inspect the body tag :)

    Your css should be

    .home #header_main {
    background-color: rgba(0,0,0,0.7);
    }

    We added the modified code in Enfold > General Styles > Quick CSS

    Please review your site now :)

    Regards,
    Vinay Kashyap

    • This reply was modified 8 years, 7 months ago by Vinay.
    in reply to: Unable to achieve proper Parallax result #598169

    Hey navindesigns!

    please use background fixed as showin int he below screenshot in color section background options.

    Best regards,
    Vinay Kashyap

    in reply to: How to show the "scroll to top" button on mobile only? #598166

    Hey!

    We need access to your site to check if there are any other code conflicting and set this up correctly for you 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: Duplicate sites / posts in ENFOLD theme #598161

    Hey!

    Glad it worked out for you well :) 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 Kashyap

    in reply to: Boxed Layout Left Border on LayerSlider #598159

    Hi MediaMix1!

    If you are referring to these lines please use the css below in Quick CSS in Enfold options > general Styling

    .avia-layerslider.avia-shadow  {
      box-shadow: none!important;
    }
    

    If not please share a mockup of what line you are talking about upload your image to dropbox and share it here.

    Regards,
    Vinay Kashyap

Viewing 30 posts - 8,851 through 8,880 (of 10,428 total)