Forum Replies Created
-
AuthorPosts
-
Hey CemilGonul!
please create 2 different menus one for inner pages with full link and the other for homepage with just #link
Use this plugin to display correct menus on the homepage and other pages https://wordpress.org/plugins/page-specific-menu-items/
Best regards,
Vinay KashyapHey adelphi!
We are unaware how the 3rd party plugin works and what customization you have done. Enfold uses the same google maps as the other plugins and all street names will be visible to you which are visible on the original google maps.
However the street names disappear and appear depending on the zoom level of the map. have you tried to change the zoom level of the map?
Please try to change the zoom level and let us know..
Cheers!
Vinay Kashyap- This reply was modified 8 years, 8 months ago by Vinay.
Hi!
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 :)
Cheers!
Vinay KashyapFebruary 9, 2016 at 10:35 am in reply to: Active page colored underline in the Fullwidth Sub Menu #580258Hi!
We are working on your ticket please wait while we update the results here soon.We have added the below code in Quick CSS
/* Your css styles for active menu item*/ .current_page_item .avia-menu-text, .active-menu-item { background:gold!important; }
and this jQuery in functions.php
//One page nav highlight function activateMenuItem(){ ?> <script> jQuery(document).scroll(function() { var sections = jQuery('.avia-section'), menu = jQuery('.av-submenu-container'), nav_height = menu.outerHeight(); jQuery(window).on('scroll', function() { var cur_pos = jQuery(this).scrollTop(); sections.each(function() { var top = jQuery(this).offset().top - 300, bottom = top + jQuery(this).outerHeight(); if (cur_pos >= top && cur_pos <= bottom) { menu.find('a').removeClass('active-menu-item'); menu.find('a[href="#' + jQuery(this).attr('id') + '"]').addClass('active-menu-item'); } }); }); }); </script> <?php } add_action('wp_head', 'activateMenuItem');
Please check the site now and let us know if you need anything else.
Regards,
Vinay Kashyap- This reply was modified 8 years, 8 months ago by Vinay.
Hi!
Glad we could help you with this :)
If you have more questions please feel free to get in touch with us.Cheers!
Vinay KashyapHey!
Are you trying to make these changes from Appearance > Editor > functions.php
If so make sure the folder and file has writable permission set on it as well.
for more info please check https://codex.wordpress.org/Changing_File_Permissions
Another alternative is to make changes via FTP and upload the file to server.
Cheers!
Vinay Kashyap- This reply was modified 8 years, 8 months ago by Vinay.
Hi francishabel!
Please add the below code to Enfold > General Styling > Quick CSS
.logo img { min-width:200px!important; height:auto!important; }
Please share the link to the page where we can see the element in question so we can help you better :)
Cheers!
Vinay KashyapHey!
There are a lot of resources available for layer slider tutorials do check out the links below
https://www.youtube.com/results?search_query=layer+slider+tutorial
Cheers!
Vinay KashyapHey!
Please open the page in question in Edit mode and look for title=”page_15″ as underlined in the screenshot below you can replace the Title with any other text it is good for search engines.
Best regards,
Vinay KashyapHi Slade!
We are working on your ticket please wait while we update the results here soon.Some of the customization is overriding the default styles. We have added !important to the footer color in Enfold options. everything looks good now please check the site.
Cheers!
Vinay Kashyap- This reply was modified 8 years, 8 months ago by Vinay.
Hey Chris!
What you are trying to do requires a lot of customization and we recommend hiring a freelancer since it is going to take much time to do this. An alternative is to search for a solution on sites like stackoverflow check out http://jsfiddle.net/zohf/Luoyon0x/ or http://stackoverflow.com/questions/15594881/triggering-a-video-autoplay-based-on-scroll-position
If you have more questions please feel free to get in touch with us.
Regards,
Vinay KashyapHi!
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 :)
Best regards,
Vinay KashyapHi!
A single <br> or line break will have same height as next line instead use multiple linebreaks like 2 or 3 <br><br><br> which is not a good practice instead you can use a <p> tag which will create the same effect you are looking for.
Please check the test URL we created in private content
Best regards,
Vinay KashyapHey Volli!
To be frank that is a really old post and enfold have had many many updates so we cannot say for sure if that still works.
but if you are using a 3rd party plugin with enfold which has a lighbox feature and you like to disable the lightbox feature of enfold to avoid conflict please go to Enfold Options and uncheck the lightbox
Regards,
Vinay KashyapHey!
Not sure why the text is not showing correctly. Please create a temporary admin login with permission to deactivate all plugins and add custom code if necessary to help you better.
Regards,
Vinay KashyapHi lernerleben!
Please share the link to the page where we can see the element in question so we can help you better :)
Best regards,
Vinay KashyapHi David!
Please go to Enfold Options and uncheck the lightbox
Regards,
Vinay KashyapHi!
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 :)
Best regards,
Vinay KashyapHey!
Please see the link in private. The layerslider works if you use a shortcode inside a textbox where you need the layer slider.
There seem to be an issue with Advanced layout builder. re-installing the theme should resolve this issue but as you already tried it. Please create a temporary FTP login with permission to deactivate all plugins and add custom code if necessary to help you better.
Regards,
Vinay Kashyap- This reply was modified 8 years, 8 months ago by Vinay.
Hi!
2 way’s you can do this
1.
I noticed you have added some inline styles to the p like text align if you view the text content add margin-bottom:-10px; to the inline style or2.
enable theme custom css class support (check the below link) and add a class name as shown in the image below and css in quick css
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/.margin-btm{ margin-bottom:-10px; }
Regards,
Vinay Kashyap- This reply was modified 8 years, 8 months ago by Vinay.
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 KashyapHi segevmo!
Please create us a temporary login with permission to disable the plugins and add custom code if necessary so we can take a closer look and help you better.
Best regards,
Vinay KashyapHey!
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 KashyapHey!
Sorry cannot see the phone number in the header please send us a mockup or point us to the URL where we can see the phone number you like to change so we can help you with the css.
Best regards,
Vinay KashyapHi efrecot!
Please look for the cog icon or enfold options on the left sidebar of the admin dashboard. If you do not see these options make sure your user had admin rights. If user login as guest they wont be able to see these options.
Cheers!
Vinay KashyapHi kazzijazz!
1.Not entirely clear but i am assuming you need to change colors for sort buttons? If so please add this code to your Quick CSS
.sort_by_cat { display: flex; justify-content: space-around; } .sort_by_cat a { width:100%; } .sort_by_cat a:nth-child(1) { background:red; } .sort_by_cat a:nth-child(2) { background:blue; } .sort_by_cat a:nth-child(3) { background:green; }
The above code will make the portfolio sort options as below
2. If you like to open portfolio in lightbox? This is going to take a lot of customization and we recommend you to hire a freelancer.
An alternative is to hide portfolio content by using CSS and may be try to fill the ajax container with the image.3. Please provide us a mockup of what you want to do? so we can help you better.
Best regards,
Vinay KashyapHey Armstrong88!
Please include the category to show from the Featured slider options.
Best regards,
Vinay KashyapHi!
Please try this plugin to include custom fonts in wordpress site https://wordpress.org/plugins/use-any-font/
Cheers!
Vinay KashyapHi mcraig77!
It is possible to reduce the space please share the link to the page in question so we can help you with come custom css.
Regards,
Vinay KashyapHi!
Please create a temporary admin login with permission to deactivate all plugins and add custom code if necessary to help you better.
Regards,
Vinay Kashyap -
AuthorPosts