Forum Replies Created
-
AuthorPosts
-
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!
VinayApril 5, 2016 at 1:10 pm in reply to: Content Slider 2 questions: Arrows Position & Auto Content from Posts #608253Hey!
Glad we could help!
Best regards,
VinayHi!
Please provide the link to the site where we can inspect the element in question.
Regards,
VinayHey Nicoletta_DUS!
You can find most of the color settings for the general layout in Enfold > General Styling
However you might need to add some custom CSS to change some form elements.
please check this thread https://kriesi.at/support/topic/contact-form-7-enfold-contact-form-identical-styling/#post-568434
If you have any questions please feel free to reach out to us with the link to your site and a screenshot or a mockup of what you want the end result to look like. upload mockup image to imgur.com and share the link here.
Cheers!
VinayHey Elena!
By adding overlay to the slider it will make the text also half opaque. instead I would suggest adding a inset box shadow or a pseudo element to the image and set an overlay to the images only.
You can check this link for some cool overly techniques..
http://tympanus.net/codrops/2013/11/07/css-overlay-techniques/
for example
img
Best regards,
VinayHey Wansink!
This is a cool but relatively NEW feature from youtube which works only on selected browsers which has the support for a 360 vr video.
Currently the 360 works without any issues on latest version chrome on desktop and youtube app. if you check on youtube site in mobile it will not work as mobile browsers do not support this feature yet.
You can check out more details in this thread https://productforums.google.com/forum/#!topic/youtube/oCk6k38Wdoc
Regards,
VinayHi!
The code is tested and it works fine on our installation. i think there is a conflict on your site 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!
VinayHey arnie-design!
Please share the link to the page where we can inspect the element in question and help you resolve it :)
Cheers!
VinayHey!
Sorry i don’t understand could you provide us a link where we can see the issue please.
Regards,
VinayHey maggen!
Please note: We do not support 3rd party plugins as it is out of our support scope but this one is a simple one and we love to help our enfold users to resolve the issue so here you go…
Please remove the code that did not work for you and use the one below in Enfold > General Styling > Quick CSS
body #cooked-plugin-page { max-width: 80%!important; margin: 0 auto!important; }
Best regards,
VinayApril 5, 2016 at 12:15 pm in reply to: Full Width Easy Slider Video That shows a default Image while it loads #608217Hey GlenCoffey!
It is possible but requires a lot of custom coding… and you might have to hire a freelancer. But there is an easy work around upload your video to youtube and setup a video thumbnail that way by default the video thumbnail shows and when users click on it the video will start playing… :)
Best regards,
VinayHey!
Glad we could help!
Best regards,
VinayHi WolfvanHaeren!
For color section disable option is in the edit options
If you are talking about the images please check the link below it will help you disable the
If not please send the link to the site where we can inspect the element in question.
Regards,
VinayHey!
There was a css conflict we changed the 1/2 section to 1/2 Grid row and is looking good now please review the site and let us know if you have any questions.
Cheers!
VinayHey!
It would be easier and faster for us to resolve the issue with FTP access.
The site again crashed because of a conflict. Please goto the functions.php and remove the code right on top after ” if(isset($avia_config[‘use_child_theme_functions_only’])) return;”
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
Regards,
VinayHey!
Glad it’s sorted!
Thank you for using Enfold :)Regards,
VinayHi!
Your code is good and it works fine but the default style is overriding it so you just need to increase the custom CSS specificity
.buttoncool-class a.avia-button { border: 5px solid #ab24cd!important; }
Cheers!
VinayHi!
Please remove all custom CSS that did not work for you.
We like to take a closer look at this 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!
Please use the below css
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .flex_column { background: transparent!important; }}
Cheers!
VinayHey!
As i understand you like to have a hamburger menu in desktop view correct? So in desktop if you click on the hamburger icon a fullscreen menu will show? If so please remove the code that which did not work to avoid any conflicts in the future and add the follow in Enfold > General Styling > Quick CSS
/* Fullscreen menu */ nav.main_menu {display:none !important;} #advanced_menu_toggle, #advanced_menu_hide { display:block !important; } #advanced_menu_toggle { background: #000; }
Regards,
VinayHi!
Something seem to be not setup correctly since we cannot see the backend it’s hard to say… however the link you shared takes us to the demo index please close the demo bar and send the link again or click below and select the demo you like and share the link
http://kriesi.at/themes/enfold-overview/
Once we can see what you are trying to achieve we can provide you with shortcode for the page or you can simply import the demo.
NOTE: importing the demo will reset the theme options.
Regards,
VinayHi kkjung!
You are using an older version please update your theme to 3.5
Best regards,
VinayHey!
Please use a text box element it’s the first one in content elements.
Paste the code as text in the text editor not in visual mode (You will find this option on the right side of the WYSIWYG text editor) :)Regards,
VinayHi!
We need to take a closer look at this issue… Thanks for providing the username and pass but what is the URL to login to your site?
Best regards,
VinayHey André!
You can add the below css to the button class
.custom-button{ top:50%; transform:translateY(-50%); }
If you have any issues please share the custom css you are using and the link to the page where we can inspect the custom button.
Cheers!
VinayHi!
Before updating again please add a child theme if not all custom code added to the theme mighe get overwritten with new files.
kriesi.at/documentation/enfold/using-a-child-theme/To add social icons please follow the links below
To add custom social icon
Cheers!
VinayHey!
I was able to re-produce the issue.
The site works great on a desktop chrome but has a problem in IE desktop.
I don’t have a Mac but let’s see if the below solution will work for both.Sometimes using 3rd party plugins may cause a conflict 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 updatedRegards,
VinayHi!
The code changes were made in Enfold options > General styling > Quick CSS
To make the icons round please use the below css
.js_active .top_tab .tab { width: 70px; height: 70px; }
Best regards,
VinayHi mcraig77!
Please use the below css to make changes to that page only…
.page-id-151 div .av_two_fifth { margin-left: 0%; }
If you like to do the same on all pages use the code below
div .av_two_fifth { margin-left: 0%; }
Best regards,
VinayHey!
Glad we could help! The code uses media queries which help you target only selected screen width and in the selected screen width of tablets the code makes the icon box container width 100%.
Regards,
Vinay -
AuthorPosts