Forum Replies Created
-
AuthorPosts
-
Hi,
Does the issue persists with the default WordPress theme activated?
Cheers!
JosueHey!
This file is causing a JS error, line 35.
Uncaught TypeError: undefined is not a function
That normally happens when jQuery is not available as $ and needs to be called as ‘jQuery’.
Best regards,
JosueHi!
Its Hebrew for “double colon”, just PHP things :P
http://stackoverflow.com/questions/592322/php-expects-t-paamayim-nekudotayimBest regards,
JosueHi Adrien!
Add a noDesktop class to the menu items you don’t want in desktop and add this to Quick CSS:
@media only screen and (min-width: 767px) { .noDesktop{ display: none !important; } }Regards,
JosueHey!
Not exactly a bug but yes, that’s something that has room for improvement, at the moment the workaround is to set the table responsive setting to ‘scrollable’.
Cheers!
JosueHey Chris!
This is not exactly a problem but you can adjust the close button position to your needs, try adding this to Quick CSS:
#advanced_menu_hide { right: 50px; top: 40px; }Best regards,
JosueHey Matt!
That’s tricky but possible, you’d need to hack the /includes/admin/register-admin-options.php file, try adding a conditional to the $avia_pages array using the get_current_user_id.
Best regards,
JosueOctober 2, 2014 at 6:45 am in reply to: How to display Custom Post Type list using Advance Layout Builder #328668Hey Cj!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_support('add_avia_builder_post_type_option');Cheers!
JosueHi!
It does work, i tested that on my tablet and a picture is shown instead of the video.
Regards,
JosueOctober 2, 2014 at 6:39 am in reply to: Contact form – user's email address is used as the from email #328666Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function change_cf_from() { return " (Email address hidden if logged out) "; } add_filter('avf_form_from', 'change_cf_from', 10);Cheers!
JosueHey!
Code is now added only to your homepage, you can check it by viewing the source of the page. I ended putting the code here:
https://www.therapyhelpcenter.com/wp-admin/plugin-editor.php?file=functions.phpRegards,
JosueHi George!
Yes, it only works on the main menu at the moment.
Best regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function add_facebook_sdk() { ?> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.0"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <?php } add_action('wp_footer', 'add_facebook_sdk');Then the only code you put on the page content would be this:
<div class="fb-follow" data-href="https://www.facebook.com/alimeseu" data-colorscheme="light" data-layout="standard" data-show-faces="true"></div>Cheers!
JosueHi,
Can you please hand us a temporary FTP account? post it here as a private reply.
Also, have you checked your PHP error log for some insight?
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
That’s very weird, can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Can you please create us a WP administrator account? post it here as a private reply.
Regards,
JosueOctober 2, 2014 at 6:09 am in reply to: Promo BoX Button not showing up after WP 4.0 upgrade #328649Hi Terri!
Did you try increasing the PHP memory limit?
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPYour currently limit is 90M i’d suggest increasing that to 256M
Regards,
JosueFor the testimonials on mobile, add this:
@media only screen and (max-width: 767px) { #top .av-large-testimonial-slider .avia-testimonial-content{ border:none; padding: 0; background: transparent; font-size: 1em; line-height: 1.4em;} #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial{ padding: 0px 30px; } #top .av-large-testimonial-slider .avia-slideshow-arrows a{ font-size: 22px; top: 25%; margin: 0;} }Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image { width: 180px; height: 180px; }Regarding the icons at the bottom you could try setting the alignment of the first to “right” and the last to “left” so they get closer.
Cheers!
JosueHey!
Modify the code to this:
.template-single-blog main.content.units.twelve.alpha article .big-preview.single-big, .template-single-blog main.content.units.twelve.alpha article, .template-single-blog main.content.units.twelve.alpha, .template-single-blog { width: 100% !important; max-width: initial !important; padding: 0; } .template-single-blog main.content.units.twelve.alpha article > *, .template-single-blog main.content.units.twelve.alpha > * { width: 1030px; margin: 0 auto; float: none; } .template-single-blog .content { padding-top: 0; }Best regards,
JosueHi!
The custom content has been added to the header, you can modify it here:
http://andylindberg.com/adl_digital_wp/wp-admin/plugin-editor.php?file=functions.phpBest regards,
JosueHey!
I was able to create a new post called “Test Post” and it’s working as expected:
http://helpingchildrencope.co.uk/test-post/Best regards,
JosueHey!
Video backgrounds are disabled on mobiles for compatibility reasons, you can change that though, refer to Peter’s response here:
https://kriesi.at/support/topic/video-background-mobile/#post-252474
Best regards,
JosueHi,
Can you please create us a WP administrator account? post it here as a private reply.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia-builder-el-4 .avia-icon-pos-left { float: none; display: inline-block; } .avia-builder-el-4 { text-align: center; }Cheers!
JosueYou can use (Email address hidden if logged out) .
-
AuthorPosts
