Forum Replies Created
-
AuthorPosts
-
January 29, 2016 at 9:52 am in reply to: Activate for smart phone and tablets for Photography theme #574394
Hi!
Glad we could help you! Thank you for using Enfold.
Best regards,
VinayHey!
There is an Error on the page because the code you have entered is not correct some where some tag is not closed. Recreate the page from scratch and it works fine. We have 1000’s of sites running with fullscreen video background but did not notice this issue.
Your theme is out of date please update the theme via FTP.
http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/
Best regards,
VinayHey!
One of the plugins you have on the site is causing this conflict with the enfold theme.
Please send us admin login details with permission to deactivate all plugins. or follow the exact steps:
1. goto Plugin > click on Activated on top > Select all “active” plugins and from bulk action select “deactivate ”
Disable all plugins and check the site it should work fine.
Then to find the plugin in conflict enable the plugins one by one and refresh the page in IE.
Once you find the plugin conflict use and alternate plugin or re-install it will resolve the issue for you.
Best regards,
VinayHi!
When i fixed it was working correctly… please send us a screenshot of the issue or point us to the link where the issue is there. I believe it is some customization that is causing this issue to isolate the issue
1. please disable the enfold theme and check it with default wordpress theme.
2. remove all customization and add the css block one by one back to the theme.Regards,
Vinay- This reply was modified 8 years, 9 months ago by Vinay.
Hi!
Glad it resolved the issue. Yes this topic can be viewable even after it’s closed.
We can keep this topic open in case you need to ask any questions related to this topic in future. For new issue please create a new Ticket.
Thank you for using enfold!
Regards,
VinayHi!
Please uncheck the item from portfolio category on the bottom right side. It will not display on the frontend.
There is some strange thing happening in category please delete all and re-create them and add the items again.
Regards,
VinayHi!
Ok, we will surely help you set it up. Please give us more time to work on your ticket. We will update the results here soon.
Best regards,
VinayHi!
Glad you found a workaround for this please feel free to get in touch with us in future.
Thank you for using enfold.
Best regards,
VinayYou are welcome Sir,
In future if you have any questions please feel free to get in touch with us.
Thank you for using enfold.
Cheers!
VinayHi!
Glad you found a workaround! Please feel free to get in touch with us for any questions on enfold in future.
Thank you for using enfold.
Cheers!
VinayHi!
You like to do something more cool with Enfold?
Go ahead and enable the Debug mode and then paste the provided shortcode in the default editor at the bottom to view it and fully edit it in Advance Layout Builder :)
You can import all out demos and copy shortcode from default editor and paste it directly into your pages and edit them in Advance Layout Builder. Please feel free to ask any questions about enfold.
Thank you for using Enfold.
Cheers!
VinayHi!
Glad you found a work around :)
Please feel free to let us know if you need any help.
Cheers!
VinayHey!
Please replace the earlier CSS code with the below css.
If you still have issues please provide us admin login details as private content so we can login and take a look.
Feel free to adjust margins and paddings values like 200 to 100 or what ever number looks good to you..av-main-nav { margin-top:55px!important; } .av-main-nav li:nth-child(3) { margin-right:220px; } .av-logo-container { position:absolute; left:40px; } #header_main_alternate { margin-top: -50px; }
Cheers!
VinayHi!
Please try this
.av-main-nav { display:flex; justify-content: space-between; }
Best regards,
Vinay- This reply was modified 8 years, 9 months ago by Vinay.
January 29, 2016 at 12:33 am in reply to: Testimonials content element crops images to circle and too much #574204Hey!
please add the below css
#top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image { width: auto!important; height: auto!important; }
Best regards,
VinayHi!
Thanks for sharing your tip and please make the feature request here https://kriesi.at/support/enfold-feature-requests/
for the time if you do not like to deal with the code please feel free to use one of the custom font plugins like https://wordpress.org/plugins/wp-google-fonts/
Regards,
VinayHi!
We are working on your ticket please wait while we update the results here soon.
It has been corrected with updated below below code
/* Change logo width in desktop*/ @media only screen and (min-width: 769px) { .av_header_transparency .logo img { width: 400px!important; height: auto!important; } }
Best regards,
Vinay- This reply was modified 8 years, 9 months ago by Vinay.
January 28, 2016 at 11:56 pm in reply to: Header Phone Number/Extra Info Background color and icon and font color #574185Hey!
To give background color to header before scroll
Add this to Enfold > General Styling > Quick CSS
#header { background: rgba(0, 0, 0, 0.8); }
If you increase the icon size the font size of the numbers also increase but try this CSS
.phone-info .av-icon-char { font-size 30px!important; }
Regards,
VinayHey!
You are most welcome V. You have a beautiful site and all the images looks great!
Thank you for using Enfold, we are always here to help you :)Regards,
VinayHi!
OK hold on I will setup a test page for you then you can check it out.We have created a new page with working demo for you here
http://staging.loopcreative.co/redseal/product-2
Cheers!
Vinay- This reply was modified 8 years, 9 months ago by Vinay.
Hey!
Please follow the steps provided most of which you have already setup. In the above steps make sure the class names on your site match the class name and ID in the code above and add the extra js code block in functions.php and css in Quick CSS. You will have the menu working just like you want it.
Cheers!
VinayHey!
We are working on your ticket please be patient we will update the results here soon.The theme support highlighting of the main menu items to add the highlight menu feature to the secondary menu we will do the following.
1. Add unique ID’s and Class to each Color Section
2. Create new menu and add color section #ID’s to the menu items.
3. add a code block in wordpress functions.php
4. Add CSS styles for active menu in Enfold > General Styling > CSS1.
Add a class name “one-page-nav” and unique section ID “section1” to each color section. These ID’s will be same for each menu item that we link to these sections.2.
Add a menu in Appearance > MenuClick on “Screen Options” on top right and select “CSS Classes”
Add unique section #ID’s as menu links and for the active menu add CSS class “active-menu-item” (add this class to the first menu item)
3.
Add the following in Appearance > Editor > functions.phpadd_theme_support('avia_template_builder_custom_css'); function activateMenuItem(){ ?> <script> jQuery(document).scroll(function() { var sections = jQuery('.one-page-nav'), menu = jQuery('#menu-onepagenav'), 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');
4.
Add CSS styles in Enfold > General Styling > CSS
.active-menu-item { /* Your css styles for active menu item*/ background:gold!important; }
If you don’t see the options to add class please enable custom class options in the theme
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Cheers!
Vinay- This reply was modified 8 years, 9 months ago by Vinay.
Hi!
Please check the website header we have updated it with the below css.
#header { background: rgba(0, 0, 0, 0.8); }
Best regards,
VinayHey!
You are correct. Due to the queueing of the files there is a flash of style change. You cannot change the queuing of files easily it is out of our support scope.However there is a much easier way to achieve this effect.
Please undo the changes and follow the steps provided by josue. You can go to Blog Layout > Blog Styling and select “Elegant”, that will put the title above the image.
It will produce close results you are trying to achieve and it will be much easier to tweak it.
Cheers!
Vinay- This reply was modified 8 years, 9 months ago by Vinay.
Hey!
we are working on your ticket please be patient while we update the results here.
We have added a new CSS block and please check the private content for screenshot of the current look.
/* Border Color */ .page-id-274 div.toggle_content, .page-id-274 .av_toggle_section p { border:none!important; } .page-id-274 .av_toggle_section span{ border:1px solid #3d71a1!important; }
Best regards,
Vinay- This reply was modified 8 years, 9 months ago by Vinay.
January 28, 2016 at 5:09 pm in reply to: Logo center, navigation to the left & right of logo #573867Hi!
we are working on your ticket and we will update the results here soon.We currently have it setup like this for you you can change the menu colors from Enfold > General Styling > Logo Area > font color
If you need any changes please send us a mockup so we can help you better.
Best regards,
Vinay- This reply was modified 8 years, 9 months ago by Vinay.
January 28, 2016 at 4:56 pm in reply to: Saying I'm registared, but I ''cant get into forum'' #573848Hey!
You have used this purchase code and already registered with us earlier. Do you remember the email ID you used to register it is probably one of the reason why you are not getting any email
Please provide us with the info below in private content so we can help you better
Full name:
Theme name:
Email :
Item Purchase Code:
Purchased date:Any other email you used to register with us earlier.
Send us this info in private content please,
Cheers!
Vinay- This reply was modified 8 years, 9 months ago by Vinay.
Hi!
Thank you as per your request the logo width is now 400px wide
we have added this code in css
@media only screen and (min-width: 769px) { .logo img { width: 400px!important; height: auto!important; } }
Regards,
VinayHi!
Please try this plugin https://wordpress.org/plugins/gif-animation-preview/
On the homepage where exactly do you want to display the gif and animate it? Let us know more details so we can help you.
Cheers!
VinayJanuary 28, 2016 at 4:21 pm in reply to: Move Header phone number/extra info to display in Main header area #573816Hi!
To achieve this you need to add a widget area in the header please follow the steps in the below link
http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/You can also add the phone number in sub header from Enfold > Header > Extra Elements > Header Phone Number/Extra Info
Cheers!
Vinay- This reply was modified 8 years, 9 months ago by Vinay.
-
AuthorPosts