Forum Replies Created

Viewing 30 posts - 8,881 through 8,910 (of 10,428 total)
  • Author
    Posts
  • in reply to: Change the bullet size #598158

    Hi bagofdesign!

    please use the below css in Quick CSS in enfold options > general styling

    content-wrapper ul li {
    font-size: 16px;
    }

    If you still have question please share the link to your site.

    Regards,
    Vinay Kashyap

    in reply to: Secondary Menu current page colors #598157

    Hey shannab!

    You can change it from Enfold > General Styling > Logo Area > Logo Area secondary font color

    If you have any questions please share the link to the page where we can inspect the element in question.

    Best regards,
    Vinay Kashyap

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

    Hi!

    To add a footer overlay please use the below css in Enfold > general styling > Quick CSS

    #footer {
         background:rgba(0,0,0,0.3);
     }

    adjust the value 0.3 to suit your design.

    Regards,
    Vinay Kashyap

    in reply to: Removing Logo #598149

    Hi!

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

    Regards,
    Vinay Kashyap

    in reply to: Automated Schema.org HTML Markup #598148

    Hey Anton!

    We have not tried the 3rd party plugin. You can use the plugin or customize the inbuilt features please check this link for more info http://kriesi.at/documentation/enfold/customize-schema-org-markup/

    Regards,
    Vinay Kashyap

    in reply to: Magazine Titles on Responsive gone. #598145

    Hey!

    Glad you got it resolved :) 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: Mobile Friendly List Page #598144

    Hi!

    The “GC WORKS NAICS CODES:” It looks perfect in the mobile version please clone it and change the contents or replicate the same settings. if you still need help we need access to your site 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: Slow down the speed of animations – 2 #598142

    Hey!

    Glad we could help :) 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: Glassy Header – Enfold #598140

    Hi!

    Glad we could help :) 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: Add padding to right/left of a grid row? #598139

    Hi!

    Did you figure this one out? The single article page and the archive page both looked fine to me.

    If not please provide the link to to the page where we can inspect the element in question.

    Best regards,
    Vinay Kashyap

    in reply to: End User Site Map #598135

    Hi!

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

    Regards,
    Vinay Kashyap

    in reply to: Gallery with lightbox #598134

    Hey!

    Thanks you for helping strilla @Tameez :)

    Regards,
    Vinay Kashyap

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

    Hi!

    Please use the below code to view scroll to top only on mobile :)

    /* Only Mobile */
    @media only screen and (min-width: 769px) {
    a#scroll-top-link {
        display: none!important;
    }
    }
    

    Regards,
    Vinay Kashyap

    in reply to: Issue with Mobile Menu #598128

    Hi Oliviasimone!

    Not sure if you got this sorted… but everything looks good now…

    This is what we see when we open the mobile menu

    Cheers!
    Vinay Kashyap

    in reply to: Logo overlapping menu in Tablet View #598126

    Hey!

    There is simply not enough space for logo and the menu to fit in the tablet view.

    You can resolve it by

    1. have short version of the logo for tablets and mobiles example only initials
    2. Reduce the logo size further (it might not look so good)
    3. Use a different header layout from header > Menu and Logo Position (Logo Center Menu Below)

    Cheers!
    Vinay Kashyap

    in reply to: Glassy Header – Enfold #598125

    Hi pantoni!

    To increase or decrease the opacity of the header please change the last value “0.1” that suit your design and use the below code in Enfold > General Styling > Quick CSS

    
    #top .av_header_glassy.av_header_transparency #header_main {
    background-color: rgba(255,255,255,0.1);
    }

    Cheers!
    Vinay Kashyap

    in reply to: Header Logo visualization problem #598121

    Hey!

    The logo looks fine now but if you think it is small to increase the logo size please increase the header height from Enfold options > Header layout > Header Size.

    The background image should be approx between 1600px to 2000px wide and can be of any height. :)

    Best regards,
    Vinay Kashyap

    in reply to: Slow down the speed of animations – 2 #598119

    Hi!

    Sorry for the delay.

    Currently the animation is set to fade-in please use the below CSS

    .avia_transform .avia_start_delayed_animation.fade-in {
        -webkit-animation: avia-fadein 3s 1 ease-out!important;
        animation: avia-fadein 3s 1 ease-out!important;
        opacity: 1;
    }

    For Left to right please use

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

    Please remove any code added for the same effect before use the above code in quick CSS

    Cheers!
    Vinay Kashyap

    in reply to: the mobile menu on our site isn't showing #598117

    Hi!

    Please add a logo in the enfold theme options

    To fix the mobile menu backup and remove all the CSS in Enfold > General Styling > Quick CSS and add it back one block at a time.

    Regards,
    Vinay Kashyap

    in reply to: How make a sticky blog post display at top of blog page? #598110

    Hi!

    Glad it worked for you :)

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

    Cheers!
    Vinay Kashyap

    in reply to: Enfold – 2 Column Portfolio in Mobile View #597961

    Hi!

    To make 2 columns like the screenshot below

    Please add the below CSS to enfold > General Styling > Quick CSS

    			
    @media only screen and (max-width: 480px) {
    .responsive #top #wrap_all .grid-sort-container .grid-entry {
        width: 48%!important;
        float:left;
    }}

    Best regards,
    Vinay Kashyap

    in reply to: How make a sticky blog post display at top of blog page? #597958

    Hi!

    Login to WP backend and Edit the blog page add a “fullwidth easy slider” above the blog elements as shown in the below screenshot.

    If you have any issue please create a temporary user with ‘administrator’ role we will setup the demo for you.

    Cheers!
    Vinay Kashyap

    in reply to: How make a sticky blog post display at top of blog page? #597945

    Hi!

    Sorry for the delay, support is usually closed on the weekends .

    I noticed you hired someone to customize the header. we would be happy to do it for you tho we are passionate to help you with any challenges with enfold :)

    As i understand you need to add a image only on the blog page correct ?

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

    Regards,
    Vinay Kashyap

    in reply to: Header Widget Area like Beauty Theme #597941

    Hey!

    Ok in that case can we close this ticket ? If you have any other questions you can open a new one.

    Cheers!
    Vinay Kashyap

    Hi!

    1. If you change the theme to default Wp and back to enfold or enfold child theme – no you will not lose data.
    2. If you re-install WP from Dashboard > Update > Re-install – no you will not lose data.
    3. If you replace enfold theme folder from FTP – No data will be lost.
    4. If you replace wp-content folder from FTP – Yes you will lose data.

    Please try 1 and 2 methods first only if it don’t resolve we recommend you try the method 3.

    But if you have made any customisation to wordpress core files or enfold theme files without using child theme it might get lost when you re-install wordpress or the theme.

    Cheers!
    Vinay Kashyap

    in reply to: Header Logo visualization problem #597706

    Hi!

    Please upload the logo in Header > Transparency Options > Transparency Logo

    Try to upload the logo size with dimension 110px x 90px it should fix the blur issue.

    Cheers!
    Vinay Kashyap

    in reply to: Child theme not working!!! #597703

    Hi!

    We cannot view the front end of the site. It is password protected please let us know what is the pass to view the frontend.

    Sometimes child theme wont work if there are conflict’s with plugins 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

    Best regards,
    Vinay Kashyap

    in reply to: Full Width Header Image #597698

    Hey!

    Please add the below code to quick CSS

    @media only screen and (max-width: 768px) {
        .header_color .main_menu ul ul,.header_color .main_menu .menu ul li a {
            background-color: #FFF!important;
        }
    }

    Regards,
    Vinay Kashyap

    in reply to: Jump to different part inside text block #597687

    Hey!

    Sorry for the delay.

    We can setup a demo page for you where you can scroll to different sections and check the visual editor issue 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

    Hey!

    Sorry for the delay. We checked your site and in js console we found this error message “Uncaught ReferenceError: tinyMCE is not defined”

    tinyMCE is the visual Editor wordpress uses clearly some js conflict is there disabling plugins is not sorting this out.

    Disable enfold theme and check with default wordpress theme if you can use the visual editor. If you still get the same error go ahead and re-install the wordpress from dashboard > updates > re-install wordpress.

    If the visual editor works with default wordpress theme.

    It is possible that some core files of wordpress has a conflict.
    Please go to dashboard > updates and re-install wordpress and re-install the enfold theme via FTP http://kriesi.at/documentation/enfold/install-enfold-over-ftp/

    Cheers!
    Vinay Kashyap

Viewing 30 posts - 8,881 through 8,910 (of 10,428 total)