Forum Replies Created
-
AuthorPosts
-
Hey alecsandro,
You don’t need to activate the Layer Slider, it is working properly and has full functionality, it comes with Enfold, you will get Layer Slider updates with Enfold updates, so you can disregard that message and build your awesome sliders :)
If you need further assistance please let us know.
Best regards,
VictoriaHi Andrea,
You could try to play with the length of transition, make it a bit shorter and see if that works.
Here is another doc, maybe we missed something.Best regards,
VictoriaHi mleite1,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.page-id-305#top fieldset { margin: 22%!important; width: 60%; }
If you need further assistance please let us know.
Best regards,
VictoriaHi,
Best regards,
VictoriaHi techielab,
Glad you got it working for you! :)
Would you mind sharing your solution for future generations? :)
If you need further assistance please let us know.
Best regards,
VictoriaHey Maja,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Is the code still there?
Best regards,
VictoriaHi WerbeagenturSitekick,
You could have all of your portfolio items in one database and write a custom connector just for the portfolio items, the one that connects to the database with those items and pulls them for any place necessary, or you could use WordPress REST API, make and endpoint in one website and load portfolio items to any location you need.
If you need further assistance please let us know.
Best regards,
VictoriaHey milieti,
We have a bug with tab section, your issue is a part of it. Our developers are getting the fixes ready to be released. So please bare with us, the fixes are coming.
If you need further assistance please let us know.
Best regards,
VictoriaHi jonrouse,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaJune 22, 2017 at 6:45 pm in reply to: Avia Layout Builder in Enfold theme does not save contact form changes #811744Hey palostacho,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? And specify the pages with the form please :)
Best regards,
VictoriaHi albertobarch,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) and (max-width: 1024px) { #layerslider_8 { height: 434px !important; } #layerslider_8 .ls-wrapper.ls-z.ls-hide-on-desktop .ls-wrapper.ls-in-out { top: 0 !important; } } @media only screen and (max-width: 767px) { #layerslider_8 { height: 390px !important; } #layerslider_8 .ls-wrapper.ls-z.ls-hide-on-desktop .ls-wrapper.ls-in-out { top: 0 !important; } } @media only screen and (max-width: 450px) { #layerslider_8 { height: 180px !important; max-height: 220px !important; } #layerslider_8 .ls-wrapper.ls-z.ls-hide-on-desktop .ls-wrapper.ls-in-out { top: 0 !important; } }
If you need further assistance please let us know.
Best regards,
VictoriaHi,
Best regards,
VictoriaJune 22, 2017 at 6:17 pm in reply to: Problem with positioning of small images (flags) in header #811732Hi nonne,
I edited the widget code, all the line breaks for formatting were adding an actual br tag which was making a mess, now it’s on the same line, we can just add some padding like so:#text-10 a {padding: 5px;}
If you need further assistance please let us know.
Best regards,
VictoriaHey Corina,
You need to adjust image compression by WordPress
http://www.wpbeginner.com/wp-tutorials/how-to-increase-or-decrease-wordpress-jpeg-image-compression/and reupload your image.
Best regards,
VictoriaHey alonarad,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Like this?
Best regards,
Victoria-
This reply was modified 8 years ago by
Victoria.
Hey aeroslo,
What are you trying to achieve with this code?
Best regards,
VictoriaHi PovezujemoSi,
Thanks for the video, much more clear like that. I was able to reproduce on my cell phone. I will report it to our devs.
Best regards,
VictoriaJune 22, 2017 at 4:19 pm in reply to: Responsive tab formatting poor between certain screen sizes #811639Hi zimbo,
This is the code from shortcodes.css that will do the trick, I just adjusted the size:
@media only screen and (max-width: 1024px) { .responsive .tabcontainer{border-width: 1px; border-style: solid; border-top:none; overflow: hidden;} .responsive .tabcontainer .tab_titles{display:none;} .responsive .tabcontainer .tab_content, .responsive .tabcontainer .tab {width:100%; max-width:100%; border-left:none; border-right:0;left:0; top:0; min-height: 0!important;} .responsive .tabcontainer .tab_content{border-bottom:none; padding:15px 30px; clear: both; } .responsive .tabcontainer .tab.fullsize-tab{ display:block; margin-bottom:-1px;} .responsive .top_tab .tab.fullsize-tab{ margin-bottom:0px;} }
If you need further assistance please let us know.
Best regards,
VictoriaJune 22, 2017 at 4:11 pm in reply to: IMAGE WITH HOTSPOTS. How to add a Question Mark ( ? ) instead of numbers #811635Hi Chris,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Don’t post many comments please, it outs your request to the end of the queue each time you add the new reply.Best regards,
VictoriaHi kilimats,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
div.wpcf7 { min-height: 200px; } div.wpcf7 .flex_column.av_one_third.third { clear: left; margin-left: 0px; }
If you need further assistance please let us know.
Best regards,
VictoriaHi,
Please refer to this thread for a possible solution.
If you need further assistance please let us know.
Best regards,
VictoriaHi emanuelefrancati,
What I meant was that you can make the same page, like a copy of it, just copy codes from it to a new page and see if those will work.
Best regards,
VictoriaHi Besteam,
Deleting that folder is not a good idea, because all the settings you make in theme options are then used to generate the css that is put in a file in that folder.
Best regards,
VictoriaJune 22, 2017 at 2:46 pm in reply to: Product category and product text size, image gallery on products #811560Hi JanOyvind,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.inner_product_header_cell { text-align: center; }
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look at the product images?
If you need further assistance please let us know.
Best regards,
VictoriaHey luckylobo10,
Looks like you built it with Advanced Layout Builder, so you can use columns and put links in those. Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaJune 22, 2017 at 2:37 pm in reply to: Visitors commenting using mobile site can't scroll down to "Submit" button #811550Hi suzannewm94,
I tried on my cell phone on the page in private, the page scrolls, so no matter how long the comment is, I can scroll to a submit button. DO you know what model the device is, where it is not working?
Best regards,
VictoriaHi icsaucp,
This issue has been reported and our developers are working on a fix for it. Please bare with us.
If you need further assistance please let us know.
Best regards,
VictoriaHi Krissieg,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css, this will reduce the logos and hide the next and prev buttons.
.avia-gallery-big .avia-gallery-big-inner img, .active-slide img { width: 30% !important; } .ajax_controlls.iconfont .ajax_next, .ajax_controlls.iconfont .ajax_previous{ display: none; }
If you need further assistance please let us know.
Best regards,
Victoria-
This reply was modified 8 years ago by
Victoria.
Hi ChrisSchutte,
What happened before that? Some plugin update or you tried to update the theme? Or what deleted that file?
Best regards,
VictoriaHi ChrisSchutte,
Please enable debug into log and send us the logs (https://premium.wpmudev.org/blog/debugging-wordpress-how-to-use-wp_debug/). Or send us the logs if you have them already.
Best regards,
Victoria -
This reply was modified 8 years ago by
-
AuthorPosts