Forum Replies Created
-
AuthorPosts
-
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,
VinayHi 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,
VinayHi 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!
VinayHi 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!
VinayHi!
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.
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!
VinayHey!
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.
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.
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,
VinayHi!
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,
VinayHey 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!
VinayHey!
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.
Hey!
We cannot see the image you have uploaded please upload it to imgur.com or dropbox and share the link here.
Best regards,
VinayApril 20, 2016 at 9:09 am in reply to: advanced menu toggle on desktop seems to be an anchor tag #618084Hi!
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!
VinayApril 20, 2016 at 4:37 am in reply to: not able to install the theme!!! can you help please! #617959Hey!
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,
VinayHey 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,
VinayHey 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 updatedBest regards,
VinayHey!
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.
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,
VinayHey!
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,
VinayHey!
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.
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,
VinayHey!
Thank you and we will keep this ticket open. Please feel free to reply to this once you try the code :)
Best regards,
VinayHi!
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!
VinayHey 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,
VinayHi!
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,
VinayHi 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.
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,
VinayApril 19, 2016 at 1:50 pm in reply to: The theme "Enfold" generated unexpected PHP debug output. #617393Hi 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 steps1. 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 updatedIf 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!
VinayHey!
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.
-
This reply was modified 9 years, 2 months ago by
-
AuthorPosts