Forum Replies Created
-
AuthorPosts
-
July 26, 2014 at 12:43 am in reply to: Another question about links from Ajax Portfolio, related support post 292269 #296151
Hi Steve!
Refresh a few times or check it on another browser/computer, here’s how i see it right now:
http://screencast.com/t/H3VMxYDcmtBest regards,
JosueHi!
The code does work, here’s how it should look after applied.

Don’t forget to purge any caching/minification functionality you may have activated.
Cheers!
JosueJuly 25, 2014 at 11:54 pm in reply to: Another question about links from Ajax Portfolio, related support post 292269 #296141Hi Steve!
I have tested this mod on my local install and it worked, make sure you are using this setting in the preview of each portfolio item and don’t forget to purge all caching/minification functionality you may have activated.
Best regards,
JosueHi!
Try adding this:
.cart_dropdown_link span:before { content: url(_CART_IMAGE_URL_HERE_); }Cheers!
JosueHey!
Both icons look the same when viewing the site resized:

Cheers!
JosueHey Nina!
Here’s how that part is built:

Best regards,
JosueGreat, hope it does the job :)
No, most Avia elements are able to run shortcodes (Insert PHP uses this), try using a Text Block if it doesn’t work with a Code Block.
Best regards,
JosueHey BabaOo!
This article may help you get started:
http://kriesi.at/documentation/enfold/change-the-logo-url-on-some-pages/Cheers!
JosueHi,
Try adding this at the very end of your theme functions.php file:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ if(jQuery.avia_utilities.isMobile){ jQuery('.tab').removeClass('active_tab'); jQuery('.tab_content').removeClass('active_tab_content'); } }); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueJuly 25, 2014 at 2:09 am in reply to: Another question about links from Ajax Portfolio, related support post 292269 #295747Hi Steve,
Open /config-templatebuilder/avia-shortcodes/portfolio.php and look for line 703:
$output .= " <a href='".$img[0]."' class='portolio-preview-list-image' title='".$description."' ><img src='".$img[0]."' title='".$title."' alt='".$alt."' /></a>";Replace it by this:
$output .= " <img src='".$img[0]."' title='".$title."' alt='".$alt."' />";Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey Nate!
The grid images are 16:9:

Can you post a screenshot/mockup of what would you want to accomplish?
Best regards,
JosueHi!
Go to Settings > Media and adjust the Thumbnail size to something of your preference (default is square 80×80. Once you done that run this plugin to regenerate the thumbnails.
Regards,
JosueHey Nate!
We always recommend The Events Calendar plugin, give it a try:
http://tri.be/shop/wordpress-events-calendar/Best regards,
JosueHi!
No, thats not possible out of the box. The code block element only runs HTML, CSS and JavaScript. There are some plugins that can help you with that however, take a look:
https://wordpress.org/plugins/insert-php/Regards,
JosueHi!
Try adding this too:
.av-magazine-thumbnail img { width: 100%; }Best regards,
JosueJuly 25, 2014 at 1:00 am in reply to: Move position of menu & make 1/5's of a page larger (making gap between smaller) #295722Hey Richard!
Try adding this codes to the Quick CSS:
.html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a { padding-right: 13px; } .flex_column.avia-builder-el-15, .flex_column.avia-builder-el-17, .flex_column.avia-builder-el-19, .flex_column.avia-builder-el-22, .flex_column.avia-builder-el-24, .flex_column.avia-builder-el-27{ margin: 0 18px !important; }Cheers!
JosueHey!
Try resetting / purging the minification functionality you have activated there.
Cheers!
JosueHope it does the trick :)
Please do so.
July 24, 2014 at 9:02 pm in reply to: How do I remove the div box (all lines) of the accordion? #295653You are welcome, always glad to help :)
Regards,
JosueHey!
The video is muted and the form is appearing at the bottom.
Cheers!
JosueHi!
Create a phpinfo.php file on your install with this content:
<?php phpinfo();Once you done the access it via browser and look for the DOM and mbstring sections, if these aren’t present then they are not enabled.
Cheers!
JosueAre you referring to the lightbox when you say is not responsive? we included a new and better lightbox script in 2.9.1.
Hey!
Try this one:
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 );Cheers!
JosueWe looking forward to hearing from you Micheal :)
Regards,
JosueHi Stu!
Try putting the .htaccess fix on the second domain root too.
Regards,
JosueHi!
Ask your hosting support to turn off the display_errors setting in the php.ini file.
Best regards,
Josue -
AuthorPosts
