Forum Replies Created

Viewing 30 posts - 10,141 through 10,170 (of 10,428 total)
  • Author
    Posts
  • in reply to: installed new version (3.4.7) and pages are blank #566008

    Hey!

    Please click on Advanced layout builder to see all the page contents.

    Cheers!
    Vinay

    in reply to: Gogle Calendar CSS #566005

    Hi!

    Please upload the screenshot to imgur.com or your FTP and share the link here.

    Regards,
    Vinay

    in reply to: creating button hover color with css class #566002

    Hi!

    Glad we could help! please feel free to let us know if you have any questions related to Enfold.

    Thank you for using Enfold.

    Regards,
    Vinay

    in reply to: Header transparency problem #566001

    Hey!

    Please provide us with admin access to the wordpress backend in a private message so we can create one for you.

    Best regards,
    Vinay

    in reply to: Help with a page #565996

    Hi!

    1.
    To remove extra white on the right
    Please goto enfold > General layout > Use stretched or boxed layout? Select stretched

    To change menu background color
    Enfold > General Styling > Logo Area > Background color

    2.
    Could you pelase provide a screenshot mockup for this.

    3.
    To change navigation position
    Enfold > Header > Menu and Logo Position

    4.
    Please check out this video to setup widgets on only selected sidebars

    5.
    To change images on mouse hover please check the below links

    http://css3.bradshawenterprises.com/cfimg/

    Regards,
    Vinay

    in reply to: widget icons #565992

    Hey!

    Please provide us admin access to the wordpress backend in a private message so we can further troubleshoot this issue.

    Regards,
    Vinay

    Hi!

    Glad we could help you! Please feel free to get in touch with us if you have any questions related to enfold.

    Thank you for using Enfold.

    Cheers!
    Vinay

    in reply to: Can't set 'use post image' in LayerSlider ? #565987

    Hey!

    It might be an issue with the plugin… please contact the plugin author as they know their plugin’s best.

    Sorry we will support this plugin as it was bundled with Enfold. Please provide us working username and login info in a private message.

    Regards,
    Vinay

    • This reply was modified 8 years, 11 months ago by Vinay.
    in reply to: Mailchimp Newsletter Integration problem #565983

    Hi!

    OK thanks for clarifying I thought it was the list of mailing lists not populating.

    Please try this plugin and let us know if it works https://wordpress.org/plugins/mailchimp-for-wp/

    Best regards,
    Vinay

    in reply to: General site problems #565980

    Hey linktotheme!

    1. Edit your front page check for margins and paddings in the layout options.

    2. Insert a text block inside a 1/1 layout element and when you open the text block you can simply copy and paste the text here and insert the images when you hover the images you will see more options to float the text around it in many ways.

    3. Please add the below css in Enfold > General Styling > Quick CSS

    .main_color .container .av-inner-masonry-content {
        background-color: #FFFFFF!important;
    }
    .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
        border: 1px solid #999!important;
    }
    
    .av-masonry-entry .av-inner-masonry-content {
        padding: 10px!important;
    }
    

    4 to add padding to menu add the below css to Enfold > general styling > quick css

    /*Last Menu padding*/
    .html_main_nav_header #top .main_menu .menu>li:last-child>a {
        padding-right: 15px;
    }

    5 To make all submit button text caps use the below css in quick css

    
    /* Caps all submit button text*/
    input[type="submit"], #submit, .button {
        text-transform: uppercase;
    }
    

    To resolve the homepage issue I highly recommend you download one of our popular demos http://kriesi.at/themes/enfold-overview/ from
    Admin > Enfold > Demo Import and check out the way the pages are setup and re-produce the same settings when you hover on an element you see some icons and click on the EDIT icon to see how it has been setup.

    Hope this helps.

    Best regards,
    Vinay

    in reply to: Mailchimp integration broken #565800

    Hi!

    Glad we were able to help you… Please feel free to contact us if you have any other issues related to enfold.

    Thank you for using Enfold.

    Regards,
    Vinay

    in reply to: Body background colour gon #565798

    Hey!

    Thank you for your kind co-operation I will escalate this issue to our developer team this might take a while.

    Cheers!
    Vinay

    in reply to: Mailchimp Newsletter Integration problem #565796

    Hi!

    I tested your site with my mailchimp API and everything loaded fine.

    With your mail chimp API only one list is loading this is because you have only one list on mailchimp account :)

    Best regards,
    Vinay

    in reply to: Element spacing inconsistencies in Avia Builder #565793

    Hi!

    Thank you for your kind words… we are always ready to help you with any issue related to your enfold theme :)

    However if we cannot see the issue it is difficult to resolve it. Let us know if you are able to re-produce the problem… then we can login to your wordpress backend and take a look at it.

    The login detail you provided does not work… are you using the latest version of the enfold theme?

    Regards,
    Vinay

    in reply to: Event callback in LayerSlider #565788

    Hey!

    Please contact the plugin author as they know their plugin best.

    You can try this on the demo site open console paste it hit enter key and then click the next slider or other options on the slider to vie changes at the bottom of the console. $ sign will not work in wordpress to avoid conflict so please use jQuery.

    jQuery(document).ready(function() {
        jQuery('#layerslider_1_1').layerSlider({
            hoverPrevNext: false,
            cbInit: function(element) {
                jQuery('.c-api');
                console.log('function cbInit() called');
            },
            cbStart: function(data) {
                jQuery('.c-api');
                console.log('function cbStart() called');
            },
            cbStop: function(data) {
                jQuery('.c-api');
                console.log('function cbStop() called');
            },
            cbPause: function(data) {
                jQuery('.c-api');
                console.log('function cbPause() called (pauseOnHover)');
            },
            cbAnimStart: function(data) {
                jQuery('.c-api');
                console.log('function cbAnimStart() called, current layer is: ' + data.curLayerIndex + ', next layer is: ' + data.nextLayerIndex + '');
            },
            cbAnimStop: function(data) {
                jQuery('.c-api');
                console.log('function cbAnimStop() called');
            },
            cbPrev: function(data) {
                jQuery('.c-api');
                console.log('function cbPrev() called');
            },
            cbNext: function(data) {
                jQuery('.c-api');
                console.log('function cbNext() called');
            }
        });
    });

    Regards,
    Vinay

    • This reply was modified 8 years, 11 months ago by Vinay.
    in reply to: Images have disappeared from live site #565787

    Hey!

    Removing all the animations effects from the image will bring it back on the frontend. Same with text.

    Goto Active Plugins and disable all of them then refresh the frontend you should get all the images back then activate one by one and refresh the page you will come to know which plugin is causing this conflict.

    Regards,
    Vinay

    in reply to: Contact form submit button and shadow #565783

    Hey!

    Why don’t you want to use the submit button? it looks same to me however i see the button jump 2px when you hover… we can help you fix this. Please send us your wordpress admin details in a private message so we can login and take a look at it.

    If you like to use a full width button in place of original submit button it requires a lot of customization to the core files you can hire a freelancer to do this job.

    Regards,
    Vinay

    in reply to: Element spacing inconsistencies in Avia Builder #565781

    Hi dkrausJFA!

    There is no inconsistency in enfold theme please check all our demos here http://kriesi.at/themes/enfold-overview/

    However things look good to me on the frontend could you please share a mockup or a screenshot and help us understand the issue better please…

    have you tried the Admin > Enfold > Advanced Styling > Select an element from the drop down to change the heading styles? or are you using custom css styles?

    Cheers!
    Vinay

    in reply to: Change Style of Contact Form #565779

    Hey!

    Did you check the font style in Enfold Option > Advanced Styling > Select an element ? This will not work if you have added custom styles. Please remove all custom styles and try.

    Also on the contact form you are not using a heading it is a paragraph text in place of the heading. Change the paragraph text to heading and it should all work fine.

    Cheers!
    Vinay

    in reply to: Slider missing details to edit #565777

    Hi!

    It’s mostly images you have in the slider I was able to move them around and add text no problem!

    If you think there was more content which is missing please contact the plugin author as they know their plugin best.

    Best regards,
    Vinay

    in reply to: Mobile Menu Not Displaying After Last Update To 3.4.7 #565772

    Hi!

    The mobile menu on the site is visible if all the plugins are deactivated. Please re-activate one by one and refresh the page to find out which one is causing the problem and try to re-install it and let us know…

    Best regards,
    Vinay

    in reply to: Displaying an icon via the icon shortcode in the Excerpt #565767

    Hey santanin!

    Sorry this is not a theme limitation but WordPress by default does not allow any html or shortcode to work in excerpts.

    However there is a work around you can try please check https://wordpress.org/support/topic/how-to-enable-shortcodes-in-excerpts

    We have not tested the above with enfold nor do we support it. I personally hope that helps :)

    Best regards,
    Vinay

    in reply to: Custom Image Hover Fade In Effect #565733

    Hey!

    Updated! Animation is possible only on the whole container please check now…

    Glad you like the changes we are happy to help you :)

    Regards,
    Vinay

    • This reply was modified 8 years, 11 months ago by Vinay.
    in reply to: Layer Slider – self hosted video/mobile issue #565717

    Hi!

    This could be happening due to custom codec used to encode the video. Some video codec is not supported by all mobile phones. Why don’t you try uploading the video to youtube and link the youtube video or try downloading and hosting the youtube video in mp4 format it might play correctly.

    Another reason this is possible is because of js conflict so disable the layerslider and insert the video into the wordpress page using advance layout builder. See of that plays the video correctly so you will come to know what is causing this issue.

    Best regards,
    Vinay

    in reply to: Custom Post Types UI #565706

    Hey!

    The job you are trying to do require custom coding which is out of our support scope however we tried to help you as much as possible simply because we love our customers. It is hard for us to teach you code these things. we recommend you hire a freelancer for this job.

    If you have any questions related to enfold theme we are glad to help you :)

    Cheers!
    Vinay

    in reply to: Theme Updates not showing in WordPress Updates #565598

    Hi Max!

    Sorry for the delay in my reply.

    It doesn’t matter how busy we are, we are more than happy to help you any time :)
    It is not like we are not interested in resolving your issue and help you update the theme. Kriesi is travelling now and he probably don’t have the internet connection.

    We are only asking for your kind co-operation so we can further trouble shoot this issue.

    We have changed a lot of codes from the current version that you are using and I request you to re-install the theme via FTP for one last time since there are many updates we have done to the theme and it is running smoothly on thousands of websites i am sure whatever conflicts you are having with the plugins should go away. Just one thing to keep in mind is that you need to first de-activate all plugins before you re-install the theme and after you re-install the theme please try to use it without installing any of the current plugins you have for a while until we have another update release so you can be 100% sure that the theme works great :)

    Let us know if you need any help with it… we are always here to help :)

    Best regards,
    Vinay

    • This reply was modified 8 years, 11 months ago by Vinay.
    in reply to: Layerslider Responsive #565379

    Hi!

    To stopo the responsive behavior of the text turn of responsiveness

    To learn more please visit the authors youtube channel

    https://www.youtube.com/user/ThemePunch/videos

    To change the text position just click and drag the test in the preview.

    Regards,
    Vinay

    in reply to: Body background colour gon #565339

    Hey!

    There are 3 possible reasons

    As you see in the below screenshot the css is still getting cached to check this disable all plugins and activate one by one.

    When i remove all the css from quick CSS and check the default styles the background style is not getting picked up because some code has a conflict with a plugin

    In your own words: I had already tried a new ftp installation of enfold (renamed the original enfold folder rather than deleting it).
    In fact now I have two enfold folders (enfold and enfold_new)

    Third reason is you mentioned you uploaded all new files to enfold_new in this case wordpress will use enfold not enfold new all the new files should be in the folder name “enfold” so please delete all the folders and reupload it. It should fix the issue.

    Cheers!
    Vinay

    in reply to: Link to #id not right ponted #565325

    Hi!

    I’m really not sure why it’s doing this in Firefox I did try to debug it but all the codes look fine. please disable all customization to enfold and check it. I suspect that some custom css is causing this issue.

    Cheers!
    Vinay

    in reply to: Contact Form 7: 3 Fields, Same Row Like Enfold Shop Demo #565322

    Hey!

    Earlier I did setup the demo of the signup form for you like the shop demo as you requested we cannot integrate it to your Act-on script as it requires a lot of customization work . You need to hire a freelancer to do this.

    Cheers!
    Vinay

Viewing 30 posts - 10,141 through 10,170 (of 10,428 total)