Forum Replies Created

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

    We have edited the post instead of deleting we have moved to private content now only moderators will be able to view this content and reference it in case you need anything else related to it in the future.

    Cheers!
    Vinay Kashyap

    in reply to: Suggestions for creating a horizontal timeline or process? #583630

    Hey MindSpark!

    Do you have a mockup of the design you want to create? In any case this is a lot of customization work so we would suggest to you to use a 3rd party plugin or hire a freelancer to do the customization. but if we are able to view what you are trying to achieve may be we can suggest better.

    Cheers!
    Vinay Kashyap

    Hey!

    We love to help you but we cannot access any of the links you have provided us it says Forbidden

    Please check and let us know when we can access it.

    Cheers!
    Vinay Kashyap

    in reply to: Simple Fullwidth Slider with permanent caption & link #583607

    Hey!

    As i understand you need text on top of slider right?

    To re-write the slider code it will take a lot of time instead do this little hack.

    First create a text widget with custom class before the slider and using the css position it over the slider.

    To add custom classes to the ALB elements turn on class support

    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    If you have any issues 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 better.

    Best regards,
    Vinay Kashyap

    in reply to: Issue with gallery rows #583582

    Hi!

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

    When using “No Scaling” option in the gallery the thumbnail images should be of the exact same size for them to fit correctly in each row. The images you are using has different width some are 289px wide some are 287px wide this is causing the image to jump the row.

    An alternative is to use a predefined thumbnail size.

    Best regards,
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
    in reply to: Floating cart problem since update op of WP & woocommerce #583577

    Hey!

    Let us 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 better.

    Best regards,
    Vinay Kashyap

    in reply to: Tag Archive page #583568

    Hey!

    1. http://www.contraste.gr/tag/horizontal/

    The tag’s page simply filters all items tagged with a keyword. in this case keyword is ” horizontal”
    A portfolio item tagged “horizontal” is showing in this page and the behavior of any item will be it’s default behavior in this page
    Example: if you tag an image as “horizontal” The image will open in lightbox but if you tag a portfolio item as “horizontal” it will open as an ajax item.

    2. http://www.contraste.gr/photography/
    Did you figure out how to display the catogery name under the thumbnail images ? If this is not right please share a mockup of what you are exactly trying to change so we can help you better.

    Best regards,
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.

    Hey!

    To stack the footer items in mobile device so they wont bump into each other please add the below code to Enfold > General Styling > Quick CSS

    @media only screen and (max-width: 767px) {
    	footer .copyright, footer .social_bookmarks, footer .sub_menu_socket {
    		width: 100%!important;
    		clear: both!important;
    		display: block!important;
    		float:none!important;
    	}
    	footer .social_bookmarks {
    		padding-left:10px;
    	}
    }
    
    

    Cheers!
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
    in reply to: Woocommerce cart #583393

    Hi Lucian!

    Not sure if you got this resolved but if you use a sticky header the cart will be visible on scroll.
    To make the header sticky in mobile please add the below code to Enfold > General Styling > Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
        position: fixed!important;
        }
    }
    

    Regards,
    Vinay Kashyap

    in reply to: Footer menu #583388

    Hey Lucian!

    You have a nice site. We like to help you setup the footer menu to look like the socket menu please share the link to the socket menu whose look you are trying to achieve and also the link to your site.

    Cheers!
    Vinay Kashyap

    in reply to: Ajax portfolio hover to view #583375

    Hey!

    It might take a little more time but we would like to help you resolve this issue if you have not yet found a resolution please let us know.

    Regards,
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
    in reply to: Houzz Fontello custom icon behavior #583372

    Hey!

    To change the hover state of the houzz icon so that it looks similar to the others please add the below code to Enfold > General Styling > Quick CSS or to your child theme CSS.

    .social_bookmarks_houzz a:hover  {
    	color:#FFF!important;
    	background:#34bf49!important;	
    }
    
    .social_bookmarks_houzz a:hover:before {
    	color:#FFF!important;
    	background:#34bf49!important;	
    }

    Best regards,
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
    in reply to: Ajax portfolio hover to view #582879

    Hey!

    We tried to remove the white line but because of many custom styling changing one thing causes interference with other elements.
    This level of customization requires a lot of time we recommend you hire a freelancer.

    Best regards,
    Vinay Kashyap

    in reply to: Mega menu scrolling #582812

    Hi!

    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 :)

    Cheers!
    Vinay Kashyap

    in reply to: Different image desktop/mobile page #582809

    Hey!

    Glad you got it sorted! 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: Facebook picks up my logo, not my Featured Image #582808

    Hi!

    That’s awesome you got it sorted and thanks for sharing your tip for others :)

    Regards,
    Vinay Kashyap

    in reply to: Ajax portfolio hover to view #582764

    Hey!

    We have added the below css please check the site. :)

    /* remove padding*/
    .content, .container {
    padding:0!important;
    }
    
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .container {
        width: 100%!important;
        max-width: 100%!important;
    }
    }

    Regards,
    Vinay Kashyap

    in reply to: CSS – Help needed! #582713

    Hey luciantstoian!

    1. To make logo bigger please add the below code to Enfold > General Styling > Quick CSS
    feel free to adjust the min-height to suit your needs.

    
    .logo img {
    	min-height: 100px;
    }
    
    .logo, .logo a {
        min-height: 100px;
    }
    
    

    We would love to help you with rest of the issues but many issues in one ticket will mixup the resolutions.
    Kindly request you to create a differ tickets for different issue unless they are related also please post the code inside the code block.

    Best regards,
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
    in reply to: Some of pages are not responsive #582710

    Hi!

    Glad we could help you with this :)
    If you have more questions please feel free to get in touch with us.

    Regards,
    Vinay Kashyap

    Hey albertoty!

    We are unable to see the element in question on your 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

    Hi erwin_m!

    please add the below code to Enfold > General Styling > Quick CSS

    .header-scrolled .logo img {
        min-height: 80px;
        top: -17px;
    }
    

    Regards,
    Vinay Kashyap

    in reply to: Hover on images not working #582706

    Hi childproofer!

    The link you provided us is currently down please get back to us when the site is up again so we can inspect the element in question.

    Also 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 better.

    Best regards,
    Vinay Kashyap

    in reply to: Separators size #582705

    Hey Anna Christina!

    After you drag and drop the separator click on Edit and select Custom you have options to change a lot of the settings there.

    We need to know how exactly you need the separator to look like in the end please provide us a mockup of the separator so we can help you better.

    Best regards,
    Vinay Kashyap

    in reply to: Cookie Consent #582703

    Hey markgibbons243!

    Currently it is not possible with Enfold. You have to use a plugin for this.
    Please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Vinay Kashyap

    in reply to: Mega menu scrolling #582702

    Hi!

    To make the mega menu scrollable please add the below code to Enfold > General Styling > Quick CSS
    feel free to change the max-height to suit your needs.

    #header .avia_mega_div {
        overflow: auto;
        max-height: 60vh;
    }
    

    Cheers!
    Vinay Kashyap

    in reply to: Houzz Fontello custom icon behavior #582699

    Hi nicolasweh!

    There are 2 types of social icons one in the sidebar and the other in the footer which one would you like the social icons on the header to look like ?

    Regards,
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.

    Hi!

    Glad we could assist you with this :)
    If you have more questions please feel free to get in touch with us.

    Regards,
    Vinay Kashyap

    in reply to: Website Keeps Refeshing #582688

    Hey Mdmoisell!

    It could be one of the plugins that is causing a 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

    If the above don’t work 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 better.

    Cheers!
    Vinay Kashyap

    in reply to: theme Enfold: every side different background? #582686

    Hi web4youberlin!

    You can do this by using Easy slider or full width slider

    Please point us to the section or page what exactly you need http://kriesi.at/themes/enfold-overview/ we will surely help you.

    http://kriesi.at/documentation/enfold/working-with-the-advanced-layout-builder/

    For more information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    Cheers!
    Vinay Kashyap

    in reply to: Demo Import Problem #582684

    Hey!

    Glad we could help you with this :)
    If you have more questions please feel free to get in touch with us.

    Cheers!
    Vinay Kashyap

Viewing 30 posts - 9,511 through 9,540 (of 10,428 total)