Forum Replies Created
-
AuthorPosts
-
Hey!
It looks like the image is there but not visible disable any animation effects on the image or it’s parent container and let us know if it worked.Have you updated the Enfold theme to the latest version 3.5.2 ?
Best regards,
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
Hi!
Great it worked for you :) FYI we have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Regards,
VinayHi!
Please provide the link to the page where we can inspect the issue and share more details about the setup and browser details so we can investigate this issue further.
Regards,
VinayHey mcraig77!
Please use the below CSS in Quick CSS and feel free to change the color values :)
/* mailchimp submit button*/ .avia-mailchimp-form input[type='submit'] { background-color: #FF5722!important; color: #ffffff!important; border-color: transparent!important; } /* on Hover */ .avia-mailchimp-form input[type='submit']:hover { background-color: #FF5722!important; color: #ffffff!important; border-color: transparent!important; }
Best regards,
VinayHi!
To make the Fullwidth submenu as a toggle menu in mobile version it will take a lot of customisation but you can easily make them appear as a stacked menu by using the below CSS
@media only screen and (max-width: 768px) { #top .av-subnav-menu li { clear: both; width: 100%; } #top .av-subnav-menu > li > a { background: transparent!important; } }
Regards,
VinayHey!
Great! this is working for you now. We will go ahead and close this ticket.
FYI we have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Best regards,
VinayHi!
If you remove the class name “fullwidth-insta” from color section edit options it will appear as before :)
Best regards,
VinayHi debenm!
Please use the below CSS in Enfold > General Styling > Quick CSS
#after_submenu .container { padding-top: 50px; }
Regards,
VinayHi!
The responsive feature sometimes has a conflict with yoast plugin if you are using it please disable it and check. If not to find the plugin 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 updatedCheers!
VinayApril 13, 2016 at 7:19 am in reply to: One Page Menu Not Highlighting Correctly to Color Section #612458Hi!
This issue has been reported to Kriesi and we will release an update for this soon.
Regards,
VinayHey comelen!
Have you checked with your hosting company and increased the php memory? Most of the time is is the reason why you get error sometimes while uploading the media.
Best regards,
VinayHey ewingmh!
To enable parallax in mobile please refer to this post by Ismael https://kriesi.at/support/topic/parallax-not-working-for-ipad-and-iphone/#post-607122
Best regards,
VinayApril 13, 2016 at 6:43 am in reply to: Post: The checkboxes for selecting type are missing (Image, Video, etc) #612441Hey!
There is the post format
Featured image (only visible in posts)
These are the only to options available. Let us know if you are able to see the above options.
Best regards,
VinayApril 13, 2016 at 5:50 am in reply to: One Page Menu Not Highlighting Correctly to Color Section #612408Hi!
Yes please remove the custom code and check it out.
Best regards,
VinayHey boboo!
It is mostly due to custom css added to header like extra margin or paddings. But we cannot say it for sure until we inspect the page. Since you have mentioned your site is offline please let us know when the site is up and we can take a closer look at it.
Regards,
VinayHey!
We are working on your ticket please wait while we update the results here soon.Create a color section and hide the color section by default.
#colorsection { display:none; }
Use media queries to show it only in portrait mode on iPad
/* Portrait */ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) { /* Your custom CSS to show content */ #colorsection { display:block!important; } }
for more info please check https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Cheers!
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
Hey!
Not a problem! We are always happy to help :)
FYI we have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/Cheers!
VinayHi tremblayly!
You are missing a “.” in front of the page ID. You can also add important. By adding the page ID it will affect only one page if you like to see the change site wide use the below css without page ID.
.page-id-627 .iconbox .iconbox_content .iconbox_content_title { font-size: 28px!important; }
Regards,
VinayHey SuzanneL!
Please edit the background option in the color section of the coming soon page.
Best regards,
VinayHey Armstrong88!
Let us know a bit more details about the browser you are using and please share the link to the page where we can inspect the element in question and help you resolve it :)
Cheers!
VinayHey!
We are able to view the homepage and the blog content on the chrome and FF in windows desktop. Could you please refresh the cache and check again.
Cheers!
VinayHey!
We checked for the issue on your product page and only 8 images are seen in the lightbox none of the insta images appear in the product image lightbox. Please do a hard refresh the browser cache and check again :)
If you like to provide the credentials we recommend creating a new ticket as the private content is visible to who ever creates the ticket.
Regards,
VinayHey!
No problem :) We will keep this ticket open. In case you have more questions please feel free to get in touch with us.
Regards,
VinayHey!
We would like to take a closer look at it 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.
Regards,
VinayHi!
Strange I don’t see this error on my end and I’m not logged in as admin.
I think it might be one of the extensions/plugins used in the browser. Try to disable all browser plugins/extensions and check again.
Regards,
VinayApril 12, 2016 at 7:06 pm in reply to: Images, Google Map, Featured Image Slider & Post Slider not displaying in IE9 #612109Hey!
We are more than happy to help you with any issue related with enfold. but honestly IE9 don’t support many of the features that modern browsers do.
I’m sorry you felt that we did not support you but if you like to confirm the features supported by IE9 please check out this link http://caniuse.com/#compare=ie+9,ie+10
Regards,
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
April 12, 2016 at 7:03 pm in reply to: Shrinking Header is shrinking the logo to much before rolling the page #612106Hi!
We have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Please feel free to get in touch with us if you have any questions.
Thank you for using Enfold :)
Cheers!
VinayApril 12, 2016 at 7:01 pm in reply to: center special heading element within a color section #612102Hey!
Glad to help you with it. We really appreciate if you rate our theme on themeforest :)
FYI we have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Thank you for using Enfold.
Regards,
VinayHi!
Glad we could help! 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!
VinayHi!
Your site is password protected. Please try the below code
.show_mobile_menu #advanced_menu_hide { background: transparent; border: none; }
The above will give you an X inside the circle if you like to change it please upload your icon to wordpress media library and use it as the background image.
You can link a pngimage ot use a plugin like https://wordpress.org/plugins/svg-support/ to upload svg icons.
Best regards,
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
-
This reply was modified 9 years, 2 months ago by
-
AuthorPosts