Forum Replies Created
-
AuthorPosts
-
Hey!
Copy js/avia.js to your child theme folder and add this to the child functions.php:
function wp_change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );The RTL setting is set in line 1107:
layoutMode : 'fitRows', itemSelector : '.flex_column', isOriginLeft: falseCheers!
JosueHey Colin!
Try using a Code Block element (Content Elements).
Regards,
JosueHey Kaio!
Open css/layout.css and remove this code (2859-2888):
.responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img{opacity:1} .responsive #top .av_header_transparency .logo img.alternate{display:none;} .responsive #top #header {position: relative; } .responsive #main {padding-top:0 !important;} .responsive #main .container_wrap:first-child{ border-top:none; } .responsive.html_header_top.html_logo_center .logo { left: 0%; -webkit-transform: translate(0%, 0); -moz-transform: translate(0%, 0); -ms-transform: translate(0%, 0); transform: translate(0%, 0); margin:0; } .responsive .phone-info{float:none; width:100%; clear:both; text-align: center;} .responsive .phone-info span{margin:0;padding:0; border:none;} .responsive.html_header_top #header_main .social_bookmarks { right: 50px; width:auto; margin-top:-16px; } .responsive .main_menu{position: static;} .responsive .logo{position: static; height:80px !important; float:none;} .responsive .mobile_slide_out .logo{float:left;} .responsive .logo a , .responsive .logo img{margin: 0 auto; max-width: 100%; height:80px !important; max-height:80px !important;} .responsive #header_main .container{height:auto !important; } .responsive #top .header_bg { opacity: 1; filter: alpha(opacity=1); } .responsive #top .mobileMenu{margin: 0 0 10px 0; width:100%; padding: 10px 4px;} .responsive.social_header .phone-info {text-align: center; float:none; clear:both; margin:0; padding:0;} .responsive.social_header .phone-info span{border:none; width:100%; text-align: center; float:none; clear:both; margin:0; padding:0;} .responsive #header_meta .social_bookmarks li{ border-style:solid; border-width:1px; margin-bottom:-1px; margin-left:-1px;} .responsive #top #header_meta .social_bookmarks li:last-child a{border-right-style: solid; border-right-width: 1px;} .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul{float:none; width:100%; text-align: center; margin:0 auto; position: static;} .responsive #header .social_bookmarks{padding-bottom:2px; width:100%; text-align: center; height:auto; line-height: 0.8em; margin:0;} .responsive #header_meta .sub_menu>ul>li{float:none; display: inline-block; padding: 0 10px;} .responsive #header .social_bookmarks li{float:none; display: inline-block;} .responsive.bottom_nav_header #header_main .social_bookmarks{ position: relative; top: 0; right: 0; margin: 10px auto; clear:both;} .responsive #header_main_alternate .mobileMenu{ margin:16px 0;} .responsive.bottom_nav_header.social_header .main_menu>div{height:auto;} .responsive .mobile_slide_out .logo img{margin:0;}Best regards,
JosueHi Colin!
Are you referring to the folder name? if so, it’s “enfold” (lowercase, without quotes).
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi Denis!
Is your server running HHVM instead of PHP?
This user had the same issue and was because of that:
https://kriesi.at/support/topic/button-element-broken/Cheers!
JosueHey!
Try using the short URL version:
http://youtu.be/8URMUmaDHUU?list=PLdO5Qyai-H4_s1m0rfTkAi8neR456nV3t
Regards,
JosueHey!
Yes, it is possible:

Cheers!
JosueHi!
Have you tried changing the recipient to a gmail/yahoo account?
Cheers!
JosueYou forgot the URL of your website.
Cheers!
JosueHey @kgersony!
Can you post a link to your website? have you tried disabling all third-party plugins to see if it gets fixed?
Best regards,
JosueHi Freek,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHey!
To fix the portfolio thing you need to put the portfolio element inside a 1/1 column, like:

Regarding the quote i think that behavior is happening because of the code you have un custom.css.
Cheers!
JosueHi!
Yes, it’s definitely something with your mail account (make sure it can receive messages), i just tested the form with a gmail and the message was received successfully.
Best regards,
JosueHey!
I’m not sure exactly why is not working for you, i just tried W3 Total Cache on my sandbox install and it worked fine (check source code at the end):
http://www.creativehacks.com/Have you tried disabling all third-party plugins except W3 Cache?
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueHi,
Making third-party plugins compatible with the theme is beyond the support scope we offer. You can contact a developer to help you debug the plugin.
Regards,
JosueHey!
Try purging the W3 cache.
Regards,
JosueYou forgot the URL of your website.
You are welcome, always glad to help :)
Regards,
JosueHey!
Can you please post a screenshot of your view in Firefox and Chrome?
Best regards,
JosueYou are welcome Mayur, always glad to help :)
Regards,
JosueHi!
I couldn’t noted the disproportion in the grid, it looks fine.
Regarding the footer link you can remove it by putting [nolink] here – http://screencast.com/t/OUjpFk9sE (i already did it).
Cheers!
JosueHey @dubyajay!
I could note it. Try changing Peter’s fix to this:
titleSrc: function(item){ var title = item.el.attr('title'); if(!title) title = item.el.find('img').attr('title'); if(typeof title == "undefined") return ""; return title; }Best regards,
JosueJuly 11, 2014 at 5:52 am in reply to: Anchor scroll to color section, menu highlighting wrong section? #289906Hi!
I tested that form with my email and it worked fine, try changing the recipient to a gmail/yahoo account to discard if the problem is the email you are using right now.
I changed your “Get in touch” contact form too, you just needed to change/remove the “Subject” field (when this field is present it overrides the defined Subject in the form).
Regards,
JosueHey!
Yes, i think that’s something that can be improved, but i think it would be more convenient to hide it instead when the slides are animating.
Cheers!
JosueJuly 11, 2014 at 4:51 am in reply to: Major problem: text blocks empty (correct content in visual editor however) #289894Hey!
I enabled debug mode and could see the error, you have an unclosed div tag here:

You can fix it right in the debug input (it’s below the normal editor).
Regards,
Josue -
AuthorPosts
