Forum Replies Created
-
AuthorPosts
-
Hey simulthink!
Sorry to hear that!
Could you please provide a link and login details to your site and also FTP access, so that we can have a closer look. You can place the information in the Private Content section of your reply. Also do you recall modifying any code in the theme files?
Regards,
JordanHi!
Great! Always here to help, so feel free to reach out us on the forum if you have questions or need assistance with any issue.
Cheers!
JordanHi!
Thanks for getting back to us!
1. The height of the “jumping” picture needs to be the normal height of desktop resolution for it not to be cut off by the parallax layer beneath it. Try reducing the height if you can and see if that fixes your issue.
2. You go to edit your layer slider and add the horizontal lines as layers with different parallax levels. View the screenshot:
Let me know if you need further assistance.
Cheers!
JordanHey themeforesttony!
Thanks for getting in touch with us!
You can actually go to Advanced Styling in the theme options and select the elements Main Menu Links to edit. Apply a background color and check the checkbox to only apply on mouse hover.
Let me know if you need further assistance.
Cheers!
JordanHey compenseo!
Thanks for getting in touch with us!
Try adding the following code in the Quick CSS code under the General Styling tab in the theme options:
.responsive .container { max-width: 900px !important; }
This will reduce the width correctly and you can adjust the number as you wish.
Regards,
JordanHi!
Yes the code given above will only work Gravity Form buttons. It won’t affect any other buttons.
Best regards,
JordanHey Ed!
Could you please provide a link and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Cheers!
JordanHi!
You’re welcome! Feel free to reach out to us again on the forum if you require assistance with anything else.
Regards,
JordanHey!
Please try the following CSS:
#chatra { margin-right: 45%; margin-left: 45%; }
Cheers!
JordanHey saabee!
Thanks for getting in touch with us!
Not under General Styling but it can be done under Advanced Styling. Please go to Advanced Styling in the theme options and in the drop down to select element to customize, select Small bar above Main Menu and change only the font color.
Cheers!
JordanHi Kevin!
Thanks for getting in touch with us!
The file you will need to edit is in the includes folder. You need to look for your theme folder directory/includes/helper-main-menu.php. The header has a div id #header_meta which is where the code for the social icons and phone info in the top bar will be found.
Let me know if you need further assistance.
Best regards,
JordanMarch 30, 2016 at 9:13 pm in reply to: Logo center, menu below – overlapping with main headers #605468Hi Ben!
Thanks for the login information and for getting back to us!
Very sorry, I realized I had left off something when I gave you the code the first time. I added the code to the bottom of your child theme’s style.css and it worked for me. It needed the !important tag to override the current styling it had. Please feel free to adjust the code as you see fit.
Let me know if you need further assistance.
Cheers!
JordanHi!
You’re most welcome :)
Glad it worked and feel free to reach out to us again on the forum if you have any other questions!
Cheers!
JordanHi!
Try adding the following CSS in the Quick CSS field under the General Styling tab in the theme options:
#top .iconbox.av-no-box .iconbox_icon { width: 45px; height: 45px; line-height: 45px; font-size: 15px; }
This should reduce the icons to half it’s size and you can also change the values if you wish.
Cheers!
JordanHi!
You’re most welcome :) Feel free to reach out to us if you have anymore issues.
Regards,
JordanHi!
Glad to hear it worked! Feel free to reach out to us on the forum again, if you have any other issues.
Cheers!
JordanHi 40eleven!
Thanks for getting in touch with us!
I am not seeing the difference in the mega menu on Chrome browser than another browser. Could you please elaborate on the issues you are having and provide screenshots using imgur or a public Dropbox. However, the Enfold theme comes with the capability to set up mega menus already http://kriesi.at/documentation/enfold/setting-up-your-mega-menu/
Cheers!
JordanHi adam2311!
Thanks for getting in touch with us!
Could you please provide a link and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Best regards,
JordanMarch 30, 2016 at 5:47 pm in reply to: Catchable fatal error: Object of class WP_Error could not be converted to string #605329Hi!
Great! Feel free to reach out to us on the forum if you have any other issue.
Best regards,
JordanMarch 30, 2016 at 5:12 pm in reply to: Catchable fatal error: Object of class WP_Error could not be converted to string #605294Hi!
Thanks for getting back to us!
Have you recently deleted any post or page categories or taxonomies that may have been a part of a menu you were using? Or made any other changes before the error started to show up, such as added custom or installed a new plugin?
Let us know so that we can try to narrow down the causes of this issue.
Regards,
JordanMarch 30, 2016 at 4:34 pm in reply to: One page menu not highlight correctly to color section! URGENT! #605263Hey!
This seems to be a bug as it is also happening on one of our demos using the one page scrolling http://kriesi.at/themes/enfold-one-page-portfolio/#services . We have reported this to our developers for a closer look.
Sorry for the inconvenience.
Best regards,
JordanHi Michael!
Thanks for getting in touch with us!
I have visited your site and was not able to see the difference in color between the 4th slide and the header background. Please look at the screenshot I have attached. Try clearing your browser’s cache and then viewing your site again. If you are still having the issue, please post a screenshot here showing exactly what you are seeing.
Looking forward to hearing your reply.
Best regards,
JordanHey!
Thanks for getting back to me!
I have added 2 options in the Advanced Styling to change the Main Menu colors. One which adjust the color on hover and one which has the background color. For the text shadow on the main menu items, please try the following CSS:
#top #header .av-main-nav>li>a { text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9); }
Regards,
JordanMarch 30, 2016 at 7:33 am in reply to: Removing the border between LayerSlider & the page below #605006Hey!
Glad it worked! Feel free to reach out to us again on the forum if you need help with anything else :)
Best regards,
JordanMarch 30, 2016 at 7:22 am in reply to: Enfold portfolio grid – have it in 1 column when screen size max-width 650px #605001Hey!
Try using the below css in Enfold > General Styling > Quick CSS:
#top .no_margin.av_one_third { width: 33.33%; }
Try adjusting the width down so that the images are aligned with the text above it. Adding wider margins may not work as the images are trying to keep in 3 columns without breaking out of the column.
Regards,
JordanHi Ayumi!
Thanks for getting in touch with us!
Try adding the following CSS code in the Quick CSS field under the General Styling tab in the theme options:
[data-av_icon]:before { font-size: 25px!important; }
Feel free to adjust the value as you wish.
Cheers!
JordanMarch 30, 2016 at 6:54 am in reply to: Removing the border between LayerSlider & the page below #604982Hi Dave!
Try the following code instead:
#after_layer_slider_1 { border: none; }
Let me know if that works for you.
Best regards,
JordanHey!
Glad it worked! Feel free to reach out to us again on the forum if you have any other issues.
Best regards,
JordanHi olauno!
Thanks for getting in touch with us!
Your image is not showing but are you asking for the social icons to be below the logo and for the borders to be removed, like in my screenshot attached?
Then add the following CSS in the Quick CSS field under the General Styling tab in the theme options:
.html_header_sidebar .av-sidebar-social-container { top: -480px; } .html_header_sidebar #top #header .social_bookmarks { border: none; } .header-color span { border-color: rgba(225, 225, 225, 0); }
Feel free to adjust the values and reach out if you need further assistance.
Cheers!
JordanHi!
Glad to have been of assistance. Feel free to reach out to us again on the forum if you need further assistance :)
Also for your reference http://kriesi.at/documentation/enfold/Regards,
Jordan -
AuthorPosts