Forum Replies Created

Viewing 30 posts - 9,301 through 9,330 (of 10,428 total)
  • Author
    Posts
  • in reply to: Slider issue mobile view #588915

    Hey!


    @skynandi
    do you mean captions on easy slider? please create a new ticket for new issues and share the link to the page where we can inspect the element in question so we can help you better :)

    Regards,
    Vinay Kashyap

    in reply to: Showcase Logos- is there an easy bulk way to upload? #588903

    Hi!

    The logo/partner element is setup correctly to get different look and feel please use the options available in the edit mode.

    Check out the ones underlined in red.

    If you have any issues please share a mockup of what you are trying to do so we can understand your needs better and try to help you achieve it.

    Best regards,
    Vinay Kashyap

    Hi!

    Glad it is sorted!

    Word defence do a great job but in the settings you have to check if the minifying options can be disabled so you don’t end up having the same issue again. https://wordpress.org/plugins/wordfence/

    Cheers!
    Vinay Kashyap

    in reply to: Aligning Logo Left #588874

    Hey!

    Please share a mockup so we can understand what you are exactly trying to do.

    Cheers!
    Vinay Kashyap

    in reply to: Blog Layout #588865

    Hey deboman!

    Once you setup the 2 col blog grid please add the below CSS to Enfold > General Styling > Quick CSS

    /*Change blog layout*/
    .avia-content-slider .fake-thumbnail .slide-image {
        width: 50%;
        float: left;
        margin-right: 20px;
    }
    
    @media only screen and (max-width: 768px) {
    	.avia-content-slider .fake-thumbnail .slide-image {
        	width: 100%;
        	float: none;
        	margin-right: 0px;
    	}
    }

    This will get you started with a similar layout you need

    If you have any issues tweaking the layout further please share the link to your site.

    Cheers!
    Vinay Kashyap

    in reply to: Aligning Logo Left #588608

    Hi!

    To make the logo area extra wide please add the below code to Enfold > General Styling > Quick CSS

    please feel free to adjust the 85% to suit your design

    
    /* Extra Wide Logo Area*/
    .responsive .container_wrap_logo .container {
        max-width: 2000px!important;
        width : 85%!important;
    }

    Cheers!
    Vinay Kashyap

    in reply to: Enfold Aweber form not showing on mobile #588598

    Hey!

    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.

    Cheers!
    Vinay Kashyap

    in reply to: Full width menu #588593

    Hey!

    Add the below provided code to Enfold > General Styling > Quick CSS

    Please feel free to change the blue to any color value you like.

    /* Custom Menu Styles*/
    .av-subnav-menu {
        display:flex;
        justify-content: space-around;
        background:blue;
    }
    
    #top .av-submenu-container, .av-submenu-container {
        background-color: transparent;
        border:none!important;
        max-width:1200px;
        margin:0 auto;
        left:50%;
        transform:translateX(-50%);
    }
    
    .av-submenu-container li:hover {
        background-color:red!important;
    }
    

    To remove the divider in the menu go to Enfold > General Styles > Logo Area > Border colors
    Delete the color value and save changes

    or

    Enfold > Header > Separator between menu items > No Separators

    Cheers!
    Vinay Kashyap

    in reply to: Issues with responsive design #588590

    Hey!

    Please enable custom class to the textbox in which you have a – z alphabits

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

    /* Float Glossary*/
    .custom-class * {
    	float:left;
    }

    You can control it better using css if you change the structure of alphabets in text box

    <span class="alphabet">A</span> 
    instead of <strong>A</strong>

    Using css you can style them better.

    Cheers!
    Vinay Kashyap

    in reply to: Image artifacts in slider #588580

    Hi!

    It’s a limitation with the way the JPG renders the semi transparent pixels. PNG is specifically designed to handle these pixels better but it’s a bit heavy on the bandwidth. You can optimize PNG to some extent using photoshop or sites like tiny PNG.

    In the end the choice is yours to choose between speed and quality.
    If it is not too noticeable I would go for speed :)

    Regards,
    Vinay Kashyap

    in reply to: Tabs displayed under text area after theme update #588576

    Hi!

    Ahh! ok i see it now :)

    I see a js conflict in console it is possible some plugins is causing a conflict after the update.

    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 you still have issues 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: Preloader Logo & Making Button Round Instead Of Square #588572

    Hi!

    Glad we could help :)

    Best regards,
    Vinay Kashyap

    in reply to: Unexpected 1px borders #588570

    Hey!

    Glad we could help you with this. 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: Toggle of Accordion #588565

    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: ENFOLD skill barr circle chart #588562

    Hey!

    EASY PIE CHART is not a wordpress plugin it’s a jQuery plugin and it is designed to work on static html pages however to integrate it into wordpress requires a lot of custom work you can get started with the instructions provided by the plugin author in the documentation of the plugin.

    Please contact the plugin authors for Easy pie chart and 4manconsulting.it/it/ as they know their plugin best.

    Best regards,
    Vinay Kashyap

    in reply to: Showcase Logos- is there an easy bulk way to upload? #588558

    Hi!


    @Isakos-Soft
    Thanks for the suggestion.


    @kbarranco
    do let us know if you have any questions regarding this issue.

    Regards,
    Vinay Kashyap

    in reply to: Icons To Be Resized Not Move To Bottom When Responsive #588554

    Hey!

    You can have up to 5 columns using the Advanced Layout Editor

    To have more columns you need to add custom class name to the 1/5 and over ride the CSS as Ismael mentioned.

    Cheers!
    Vinay Kashyap

    in reply to: Slider issue mobile view #588359

    Hi!

    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: Mega Menu Text centred by default #588353

    Hey hdpcr!

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

    /* Text align left*/
    #top #header .avia_mega_div .sub-menu {
        text-align: left!important;
    }
    

    Best regards,
    Vinay Kashyap

    in reply to: Mobile fullscreen video is not playing #588341

    Hey!

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

    Please refer to this post https://kriesi.at/support/topic/video-background-mobile/#post-252474

    Feel free to use a plugin like https://wordpress.org/plugins/wpmbytplayer/

    Best regards,
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
    in reply to: Target several specific categories #588340

    Hi worldfuturecouncil!

    Please right click and inspect the page in the body tag you will find the unique class names <body class=”category-name”>

    You need to separate each css class by a comma except the last one

    .category-press-releases .post-meta-infos,
    .category-press-releases-2 .post-meta-infos,
    .category-press-releases-3 .post-meta-infos,
    .category-press-releases-4 .post-meta-infos {
    display: none
    }

    If you have any questions please post a link to your site and let us know if the above worked.

    Best regards,
    Vinay Kashyap

    in reply to: Aligning Logo Left #588338

    Hey!

    Please share the link to the page where we can see the element in question so we can help you better :)

    Cheers!
    Vinay Kashyap

    in reply to: Menu problem on single page site #588337

    Hey!

    In that case please create 2 menus in Appearance > Menu

    Menu 1 – Single page scroll
    #ID-one
    #ID-two
    #ID-three

    Menu 2 – Point to different page
    yoursite.com/page/#ID-one
    yoursite.com/page/#ID-two
    yoursite.com/page/#ID-three

    Use Full width submenu and select menu type 1 or type 2

    in case you need to use this in main menu you need to make use of a plugin like https://wordpress.org/plugins/zen-menu-logic/

    Regards,
    Vinay Kashyap

    in reply to: Aligning Logo Left #588301

    Hey Ross_nineteen789!

    Please add the below css to Enfold > General Styling > Quick CSS

    /* Remove logo padding*/
    .av-logo-container.container  {
         padding:0!important;
    }
    

    Best regards,
    Vinay Kashyap

    in reply to: Full width menu #588293

    Hi!

    Please share the link to the page where we can see the element in question and provide you custom CSS :)

    Best regards,
    Vinay Kashyap

    Hey theepicurienne!

    It’s not clear what exactly you are trying to do…

    You can add an image as header background and it will appear on the entire site

    Goto Enfold > general Styling > Logo Area > Background Image

    If you need any help on this issue further please feel free to contact us with a mockup design how you want the end result to look like and upload it to dropbox and share the image link here.

    Best regards,
    Vinay Kashyap

    in reply to: ENFOLD skill barr circle chart #588288

    Hey tescioneangelo!

    You can try this https://wordpress.org/plugins/wp-charts/

    Regards,
    Vinay Kashyap

    in reply to: No breadcrumbs with left sidebar #588280

    Hey!

    Glad this is sorted! and if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/

    Cheers!
    Vinay Kashyap

    in reply to: Showcase Logos- is there an easy bulk way to upload? #588271

    Hi KK!

    Please use the “Partner/Logo Element” it is available in “Media Elements” in advance layout builder. Once you have set it up if you have any questions please share the link to the page and we can provide you with some custom CSS.

    Cheers!
    Vinay Kashyap

    Hey!

    As you mentioned we notice there are issue with correct path being applied on the new location of the site.

    NOTE: This is out of our support scope but we are more than happy to help you point you in the right direction so you can get your site up and running quickly.

    You can use a plugin like https://wordpress.org/plugins/search-and-replace/ to replace the old path with new path this is going to take you forever and is not a accurite method to find and fix each and everyone of them

    Instead if you still have a copy of the site somewhere which is working without any issue please use a plugin like https://wordpress.org/plugins/duplicator/ and then move your site to a different location which will take care of the path issue for you.

    Some links you might find useful

    https://codex.wordpress.org/Moving_WordPress

    https://wordpress.org/support/topic/images-do-not-show-after-moving-site-from-localhost-to-server

    Best regards,
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
Viewing 30 posts - 9,301 through 9,330 (of 10,428 total)