Forum Replies Created
-
AuthorPosts
-
March 24, 2018 at 9:03 am in reply to: Tables; one spams "::before", the other just fell out of the grid. #932258
Hey Videmi,
Can you please post the log in link, the usual ones did not seem to work.
Best regards,
VictoriaHi jordannick,
I do not see anything in the private box. Did you add anything there?
Best regards,
VictoriaHey leplusweb,
This filter is a part of the component and so cannot be moved to the sidebar. For the sidebar, it has to be a separate widget.
Best regards,
VictoriaHi bakbek,
Can you please delete the whole Enfold folder and upload a fresh copy? Some files that need not be there anymore were not removed by the update and so they need to be removed.
Best regards,
VictoriaHey Jamie!
Thank you for your input. I forwarded your suggestions to Kriesi.
@leplusweb Thank you for your input :)Best regards,
VictoriaMarch 24, 2018 at 8:46 am in reply to: Text in text box or even entire models disappears in edit mode !!! #932250Hi,
Best regards,
VictoriaHey MuziekGeluk,
Could you please attach a mockup of what you’re trying to achieve?
You could disable Enfold lightbox and implement this, but you have to know what you’re doing.Best regards,
VictoriaHi Marissa,
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 (max-width: 450px) { .avia_codeblock iframe.instagram-media.instagram-media-rendered, .avia_codeblock_section.avia_code_block_2 .avia_codeblock iframe { height: 100% !important; min-height: 535px !important; } .avia_codeblock iframe#instagram-embed-2.instagram-media.instagram-media-rendered { height: 100% !important; min-height: 750px !important; } } @media only screen and (min-width: 451px) and (max-width: 767px) { .avia_codeblock iframe.instagram-media.instagram-media-rendered { height: 100% !important; min-height: 717px !important; } .avia_codeblock iframe#instagram-embed-2.instagram-media.instagram-media-rendered { height: 100% !important; min-height: 1050px !important; } .avia_codeblock_section.avia_code_block_2 .avia_codeblock iframe { height: 100% !important; min-height: 535px !important; width: 90vw; } } @media only screen and (min-width: 768px) and (max-width: 1024px) { .avia_codeblock iframe.instagram-media.instagram-media-rendered { height: 100% !important; min-height: 688px !important; } .avia_codeblock iframe#instagram-embed-2.instagram-media.instagram-media-rendered { height: 100% !important; min-height: 940px !important; } .avia_codeblock_section.avia_code_block_2 .avia_codeblock iframe { height: 100% !important; min-height: 300px !important; width: 90vw; } .avia_codeblock iframe#instagram-embed-3.instagram-media.instagram-media-rendered { height: 100% !important; min-height: 760px !important; } }If you need further assistance please let us know.
Best regards,
VictoriaHey Wukuadad,
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
.home .av-magazine-time.updated, .home .av-magazine-title.entry-title { color: #fff; }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 FB issue?
If you need further assistance please let us know.
Best regards,
VictoriaHi jamiegrant,
Could you please give us a link to your website, we need more context to be able to help you.
You can set your images to scroll and they will still look good on a mobile.Best regards,
VictoriaHi ctancrede,
Wow, it’s been a while :)
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi williamslyd,
Credentials did not work for me. Could you please update the credentials?
Best regards,
VictoriaHi smulligan,
Sorry about that.
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHey Daniel,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria-
This reply was modified 7 years, 1 month ago by
Victoria.
Hey Anne-lys87,
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,
VictoriaHi mrkuji and hotspot,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Can you please check server log for error?Best regards,
VictoriaHi Dennso,
Fixed backgrounds will not work on iPad and iPhone, the images need to change the attachment to scroll. Can you disable caching and minification for now?
Best regards,
VictoriaHey Daniel,
Here is the code you can put in your funtions.php
add_action('wp_footer', 'ava_new_custom_script'); function ava_new_custom_script(){ ?> <script type="text/javascript"> (function($) { function a() { if ($.avia_utilities.isMobile) { var hrefTmp = jQuery(".menu-item-3295 a").attr("href"); jQuery(".menu-item-3295 a").attr("href", hrefTmp.substr(0, hrefTmp.length-4)); } } $(window).load(function() { a(); }); })(jQuery); </script> <?php }If you need further assistance please let us know.
Best regards,
VictoriaHi dmeljon,
I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
VictoriaHey brianwelsh,
Could you please attach a mockup of what you’re trying to achieve?
You can just drag the 1/5 element to the 2/5 and see if that works for you.
Best regards,
VictoriaHey dinmix,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHi Sanjeev,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi ItsMeOnly,
It seems to me that you need to enable the Advanced Layout Builder debug mode. Here is how to do it: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Copy the code for the icon boxes and put them is a text block and the elements between them. Do not put them in separate containers.Best regards,
VictoriaHi ItsMeOnly,
It seems to me that you need to enable the Advanced Layout Builder debug mode. Here is how to do it: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Copy the code for the icon boxes and put them is a text block and the elements between them. Do not put them in separate containers.Best regards,
VictoriaMarch 24, 2018 at 7:08 am in reply to: An error message is appearing on the footer and admin side as well #932227Hi erkuto,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHey gzelasco,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
There is an error in JavaScript.
Best regards,
VictoriaHi toddbarden,
Can you give us access to that website?
Best regards,
VictoriaHey schnippel,
You can add a widget area to the header and add the phone there, just hide it on desktop and show on tablet and mobile.
Here is how to do it
If you need further assistance please let us know.
Best regards,
Victoria -
This reply was modified 7 years, 1 month ago by
-
AuthorPosts



