Forum Replies Created
-
AuthorPosts
-
Hi tekniskakari,
Which version of php are you running? Have you tried creating a full slider on a test page to see if the issue is just with this page?
Best regards,
VictoriaHey AlfredoS,
No, not out of the box, not without custom coding.
If you need further assistance please let us know.
Best regards,
VictoriaHi GabrielSenn,
Those classes are too deep. Let’s try this:
.av-active-burger-items:nth-child(8), .av-active-burger-items:nth-child(9) { display: none; }If you need further assistance please let us know.
Best regards,
VictoriaHey mleite1,
I just click on an image and it slides. (More like tap).
Best regards,
VictoriaHi Derek,
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: 1110px) { .html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate { display: block !important; } .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }If you need further assistance please let us know.
Best regards,
VictoriaAugust 18, 2017 at 1:42 pm in reply to: Partner/Logo Element no Tooltip, but fixed Text under the picture #840860Hi comcept-bks,
I was able to login today.
Here is the code you can put in your funtions.phpadd_action('wp_footer', 'ava_new_custom_script'); function ava_new_custom_script(){ ?> <script type="text/javascript"> (function($) { $(window).load(function() { jQuery(".slide-entry.av_one_seventh").each(function() { var el = jQuery(this); el.append("<span class='custom-caption'>" + el.attr("data-avia-tooltip") + "</span>"); el.attr("data-avia-tooltip", ""); }); }); })(jQuery); </script> <?php }And here is the code to put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.custom-caption { width: 100%; color: #000; font-size: 16px; text-transform: uppercase; text-align: center; display: inline-block; }If you need further assistance please let us know.
Best regards,
VictoriaHi Emil,
You have plenty of shortcodes available for you in the default editor under the magic wand, just no preview
If you need further assistance please let us know.
Best regards,
VictoriaAugust 18, 2017 at 1:15 pm in reply to: WooCommerce/Product-Addons – No Errors shown at AVIA built productlayouts #840853Hi Birger,
Wordpress credentials did not work for me. Could you please update the credentials.
Best regards,
VictoriaHey Ludewigs,
There is an error in that script. Please check if you copied it correctly, or maybe it has to be added in another way. You cannot add another html tag into the page like that, it has to be either iframe or just add part of that code.
Try adding this code like this.
Here is the code you can put in your funtions.phpadd_action('wp_footer', 'ava_new_custom_script'); function ava_new_custom_script(){ ?> <script defer type="text/javascript" src="https://lleyendecker.sugaropencloud.eu/cache/include/javascript/sugar_grp1.js?v=unNWF-aRPZ02tOqfao2gxw" ></script> <?php }If you need further assistance please let us know.
Best regards,
VictoriaHi mleite1,
The setting before was for 1px gap and so the classes of the elements were different. If you set to no gap, these will now work.
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,
VictoriaHey Ivo,
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
.avia-fullwidth-portfolio .grid-entry .inner-entry { padding: 5px; } .grid-image:before { left: 0; }If you need further assistance please let us know.
Best regards,
VictoriaHi webmanu,
You can set the menu display as an icon all the time, there are different settings for logo+menu. All these are in theme options. You can make parallax sections with color sections and parallax settings for them.
If you need further assistance please let us know.
Best regards,
VictoriaAugust 18, 2017 at 12:05 pm in reply to: Sumenu how to add a h1 above the categories in submenu section? #840836Hey AHSolutions,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
VictoriaHi vinayb,
There might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:
Best regards,
VictoriaHi TheURLdr,
Looks like some of the css is missing, can you Could you please try to overwrite the theme files with a fresh copy from your Themeforest account via FTP to see if that helps? http://kriesi.at/documentation/enfold/updating-your-theme-files/
Or you can use the css below, but you might run into issues later. As for the menu, you need to create a menu and add it as a main menu, the fallback menu is kind of for demo purposes only.
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: 767px) { #top .no_margin.av_one_third { width: 100%; } div .av_one_half, div .av_one_third { margin-left: 0%; width: 100% } }If you need further assistance please let us know.
Best regards,
VictoriaAugust 18, 2017 at 11:41 am in reply to: Quick CSS conflicting with new mobile menu. Need quick insight. #840826Hi strengthcoaching,
@media only screen and (max-width: 1024px) { nav.main_menu { display: block !important; } .menu-item { display:none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }Best regards,
VictoriaHi lucky7t,
The theme does not have such an element out of the box, but you can achieve that using a plugin.
Here is an article for youIf you need further assistance please let us know.
Best regards,
VictoriaHi Rob,
Let’s try this code, you can play with the min-height to get the best one for this screen size.
@media only screen and (max-width: 1024px) and (min-width: 768px) { div .av_three_fifth.avia-builder-el-59 { margin-left: -50px; width: 86%; min-height: 450px; } }If you need further assistance please let us know.
Best regards,
VictoriaHi info224,
Well, you could set up the grids to show categories separately, if you have such a break down.
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
.sh { padding: 0px 20px; } .txtcontent { padding: 10px 20px; } #top .hr-invisible.avia-builder-el-14 { height: 0; }If you need further assistance please let us know.
Best regards,
VictoriaHi Heathcliffe,
Please refer to this thread for a possible solution.
If you need further assistance please let us know.
Best regards,
VictoriaHi Jeroen,
That’s a bug. Here is a thread about it
If you need further assistance please let us know.
Best regards,
VictoriaHey Justin,
Well, appended to the menu maybe and then adjusted via css. What do you have in mind?
Best regards,
VictoriaHi shoutcloudstudios,
Could you disable the Envira gallery plugin and make a test page, a test event with the same feature image?
Best regards,
VictoriaAugust 17, 2017 at 4:25 pm in reply to: How to add phone number in top nav instead of top bar? #840474Hi sdachos,
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
#menu-item-3294 .av-icon-char:before{ -webkit-transform: rotate(130deg); -moz-transform: rotate(130deg); -ms-transform: rotate(130deg); -o-transform: rotate(130deg); transform: rotate(130deg); display: inline-block; }If you need further assistance please let us know.
Best regards,
VictoriaAugust 17, 2017 at 4:11 pm in reply to: full-screen (100% HEIGHT) layerslider wp – responsive #840466Hi Chris,
Here are a few threads with a possible solution for you, but yea, there is no easy way to do it, just by a setting.
https://kriesi.at/support/topic/layer-slider-not-showing-100-fullscreen/
https://codecanyon.net/item/layerslider-responsive-wordpress-slider-plugin/1362246/comments?page=56If you need further assistance please let us know.
Best regards,
VictoriaHi Justin,
You set the width to 1310, but the width of the container is 1296px actually.
Looks like it is centered now.Please check and let me know if this works for you.
Best regards,
Victoria-
This reply was modified 8 years, 5 months ago by
Victoria.
August 17, 2017 at 3:52 pm in reply to: Vimeo error – Oops! The embed code for this video is not valid. #840460Hi kristenangel,
Please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.
Here is a thread for you to consider
Best regards,
VictoriaHey Dan Teuton,
Do you have the admin rights to the WordPress dashboard? You can update the theme, if you have those.
Best regards,
VictoriaAugust 17, 2017 at 3:30 pm in reply to: video NOT opening in lightbox from MAIN MENU on non-home page #840449Hi vlkwatchman,
Glad you got it working for you! :)
@tjswarbs78 thank you :)If you need further assistance please let us know.
Best regards,
Victoria -
This reply was modified 8 years, 5 months ago by
-
AuthorPosts
