Forum Replies Created

Viewing 30 posts - 7,981 through 8,010 (of 10,428 total)
  • Author
    Posts
  • in reply to: Layer-slider Responsiveness #618595

    Hey rlogan2334!

    The way layerslider is handling all the different layers is difficult to center them using custom CSS it will be much easy if you add the text shown in screenshot below on a single layer and center the text.

    Best regards,
    Vinay

    in reply to: Parallax backgrounds not working after update #618583

    Hi koen_dieren!

    We just checked for the parallax issue and for any errors on the site but everything look good please see screenshot attached. Try to hard reload and empty browser cache and review the site again.
    To do a hard refresh… First press F12 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.

    Regards,
    Vinay

    in reply to: Jetpack Breaking Enfold Advanced Editor #618571

    Hi 5ivecanons!

    We need to take a closer look at the 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.

    Cheers!
    Vinay

    in reply to: Enfold Demo Data #618566

    Hi Ilovelinks!

    Please make sure you are using the latest version of Enfold. If you are still not able to view it we need to take a closer look 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

    in reply to: Site stopped working with update. #618562

    Hi!

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

    I just checked your site and everything on the frontend and backend loads fine. please see screenshot attached. Try to hard reload and empty browser cache and review the site again.
    To do a hard refresh… First press F12 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.

    Cheers!
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: New Update.. very weird things happening…. #618561

    Hi John!

    We will surely help you resolve it asap please share the link to the page where we can inspect the element in question and help you resolve it :)

    Cheers!
    Vinay

    in reply to: NEW VERSION HAS KILLED MY SITE! #618558

    Hey!

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

    We don’t see the wordpress theme in this location > yoursite.co.uk/wp-content/themes

    Please download a fresh copy of enfold them from themeforest and upload it to yoursite.co.uk/wp-content/themes

    The FTP works fine but the wordpress 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 custom code if necessary to resolve the issue.

    Best regards,
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: Custom CSS class field missing #618205

    Hi!

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

    The custom CSS class name support was not enabled may be when the theme was updated the functions.php got overwritten we have added the below code in functions.php to enable it.

    /*
     * add option to edit elements via css class
     */
     add_theme_support('avia_template_builder_custom_css');

    To prevent this from happening in future updates please use a child theme
    kriesi.at/documentation/enfold/using-a-child-theme/

    Best regards,
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: Portfolio next and previous button functionality #618203

    Hi!

    I think what you are referring to as path are advanced layout builder elements and once the code is applied correctly the custom sort options will be visible in blog/post slider/portfolio/masonry which you can find once you open any wordpress page in edit mode as an admin.

    To create a child theme please check this link http://kriesi.at/documentation/enfold/using-a-child-theme/

    In child theme you have a file called functions.php which you can open in an text/code editor or access it via Appearance > Editor from wordpress dashboard after installing it and paste the code in there.

    Regards,
    Vinay

    in reply to: Images Uploading as Broken Links in LayerSlider #618195

    Hi!

    We checked for the issue and when we set the background image in the Layerslider option it worked fine. Please check the below screenshot.
    If you still face this issue please check if any of the browser extension/plugins are causing this issue by disabling them and let us know more details about the browser you are facing this issue in.

    Best regards,
    Vinay

    in reply to: Images Not loading correctly #618135

    Hey jackcharlto!

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

    Cheers!
    Vinay

    in reply to: Installing New Web Font #618121

    Hey!

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

    The “Special Elite” font is available in the dropdown options for heading, menu and body fonts please check the screenshot

    The font name was not correctly added to the code available in the http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/

    Cheers!
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: Quality image resizing in IE and Firefox #618086

    Hey!

    We cannot see the image you have uploaded please upload it to imgur.com or dropbox and share the link here.

    Best regards,
    Vinay

    Hi!

    Please replace the above code with this

    function removeScrollToTop(){
    ?>
    <script>
         jQuery(document).scroll(function() {     
            jQuery("#advanced_menu_toggle").removeAttr("href");     
            jQuery("#advanced_menu_hide").removeAttr("href");        
        });
    </script>
    <?php
    }
    add_action('wp_head', 'removeScrollToTop');

    If there is any issue please provide us admin details so we can take a closer look at it.

    Cheers!
    Vinay

    in reply to: not able to install the theme!!! can you help please! #617959

    Hey!

    The FTP login credentials you’ve provided do not work please send us working login credentials so we can help you resolve the issue.

    Best regards,
    Vinay

    in reply to: MegaMenu Alignment issues – right align in firefox #617932

    Hey blinddrop2!

    Please add the below css in Quick CSS under General Stylings in Enfold options.

     #header .nine.units {
        width: 1200px!important;
    }
    #header .three.units {
        width: 342.5px!important;
    }
    

    Regards,
    Vinay

    in reply to: Responsivity lost in mobile version #617919

    Hey Apocalippo!

    Please deactivate the theme and activate it again from Appearance > Themes

    Then check for a plugin conflict. To find if there are any plugin’s 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

    in reply to: Homepage Slideshow Not Working #617908

    Hey!

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

    The issue was that the plugins script was loading before jQuery was fully loaded we have added the below script in functions.php to make sure jQuery loads before other plugin scripts.

    
    if (!is_admin()) add_action("wp_enqueue_scripts", "my_jquery_enqueue", 11);
    function my_jquery_enqueue() {
       wp_deregister_script('jquery');
       wp_register_script('jquery', "http" . ($_SERVER['SERVER_PORT'] == 443 ? "s" : "") . "://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js", false, null);
       wp_enqueue_script('jquery');
    }
    

    Please hard refresh and clear the cache before you review the site :)

    Regards,
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: Theme options not appearing after installation. #617893

    Hi!

    As you mentioned everything is working except the advance styling options. I guess you still have the comment on the above code you mentioned. We do not have access to the js file please remove the comment so we can see the issue and troubleshoot it.

    Regards,
    Vinay

    in reply to: One Page Layout Menu pointer #617886

    Hey!

    Please check this link to enable custom class support kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Once the above option is enabled you can add the class name in custom css field as seen in the below screenshot

    Best regards,
    Vinay

    in reply to: Strange frame in widget with IE #617878

    Hey!

    The closing and opening quotes used is a differ character set we replaced the double quotes and it is working correctly in IE and other browsers. Please use the below code.

    <iframe src="https://www.edudip.com/embed/index?userId=MS0tbnVoeDRlaThzMTA2NDM&useCss=code-four" scrolling="no" style="border:none; overflow:hidden; width:297px; height:364px;" allowTransparency="true"></iframe>
    

    Cheers!
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: Manual download of Enfold theme url needed #617537

    Hey AV!

    Please try this plugin https://wordpress.org/plugins/artiss-transient-cleaner/

    If you still have the update issue try installing via FTP please download a fresh copy from themeforest and follow the steps provided here kriesi.at/documentation/enfold/install-enfold-over-ftp/

    Regards,
    Vinay

    in reply to: Enfold Landing page demo #617536

    Hey!

    Thank you and we will keep this ticket open. Please feel free to reply to this once you try the code :)

    Best regards,
    Vinay

    in reply to: Layerslider Blank after update to 3.5.3 #617449

    Hi!

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

    Cheers!
    Vinay

    in reply to: remove sidebar in portfolio category view #617447

    Hey pankaj_mangal!

    Please open the portfolio page in edit mode and on the right side layout option select “No Sidebar” under the sidebar settings as seen in the below screenshot.

    Best regards,
    Vinay

    in reply to: Theme options not appearing after installation. #617444

    Hi!

    We need to take a closer look at the 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.

    Best regards,
    Vinay

    in reply to: youtube video iframe #617437

    Hi mrcityrunner!

    Please try this plugin https://wordpress.org/plugins/hide-youtube-related-videos/

    Glad you got it sorted.

    Regards,
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: Problems with IE 8 on Windows XP #617407

    Hey!

    I checked this on a IE8 simulator and it loads up fine. We would be interested to know what shows up when you click on the more info link seen in your screenshot and let us know if other sites open fine for you on the same browser.

    Best regards,
    Vinay

    Hi cucinadelsole!

    It is mostly due to a conflict with a plugin wordpress display these errors messages.
    To find out if there are any plugins 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 any issues please download a fresh copy of child theme from themeforest and install it as mentioned in this link http://kriesi.at/documentation/enfold/using-a-child-theme/

    Cheers!
    Vinay

    in reply to: mobile menu for desktop and adjustments #617383

    Hey!

    Not sure if you are currently using a child theme but we do see a horizontal menu above 3500px as per your description. Please see the attached screenshot. Please refresh the browser cache and review the site again.

    First press F12 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.

    Overall the menu looks fine when the mobile menu is is active state as well If this is not what you notice on your browser please open a new ticket and share a screenshot of the issue and the browser details.

    You may have already noticed this one in Enfold > Import/Export > you can easily import the main theme settings to child theme :)

    Regards,
    Vinay

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