Forum Replies Created
-
AuthorPosts
-
Hi!
Make sure the portfolio items and its taxonomies are properly set, if the links disappear when you enable the
in_same_termparameter then it means there is no other portfolio items within that category.Cheers!
JosueNovember 5, 2015 at 2:25 am in reply to: How to add 'Search' button on Single page custom main menu nav? #530480Hi,
Can you please create me a WordPress administrator account? the one you posted in the first post doesn’t seem to work.
Regards,
JosueHave you tried passing
trueas the third parameter here?next_post_link( ‘<div class=”nav-next”>%link</div>’, ‘Next project’, true);Regards,
JosueHey!
You could change the JS trigger part to:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { setTimeout(function(){ $('.popup_trigger').trigger('click') }, 3000); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueNovember 3, 2015 at 10:08 pm in reply to: Full Width Slideshow Below Header So Top Of The Photos Arent Cut Off #529632It’s because of the header height, the fullscreen slider height is calculated with this value on mind (100% window height minus header height), but there’s a code in your style.css that changes this when the screen size is 767px or less:
.header_color{height:auto !important;}So, the header height in desktop is a static 100px and on mobile gets down to 80px. In any case i don’t see why would this be a problem, a typical user doesn’t resize the window like that.
Cheers!
JosueHey!
Try modifying this line instead:
currentLink.bind('mouseenter', function()To:
currentLink.bind('click', function()Best regards,
JosueYeah that’s a known webkit bug, unfortunately there’s little we can do from our end.
Regards,
JosueNovember 2, 2015 at 10:24 pm in reply to: Replace toggle icon with another entypo-fontello font OR use a png #528848You are welcome, glad to help :)
Regards,
JosueNovember 2, 2015 at 12:20 pm in reply to: REPLACE GRAVITY FORMS SUBMIT BUTTON BY ENFOLD BUTTON #528359You are welcome, glad to help :)
Regards,
JosueThing is, single-portfolio.php is never used if ALB is enabled. Glad you managed to found a way though.
Regards,
JosueYou are welcome, glad to help :)
No, not right now unfortunately, styles set in the Style tab are bound to that shortcode.
Hi,
Can you provide screenshots of what you’re referring to?
Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueNovember 2, 2015 at 12:22 am in reply to: How to add 'Search' button on Single page custom main menu nav? #528196Try the following: open /functions-enfold.php, look for the
avia_append_search_navfunction and remove this conditional:if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu")) { .... }Regards,
JosueHey!
Try adding this code to the Quick CSS:
#top .avia-content-slider {position: relative; overflow: visible;} #top .avia-content-slider .avia-slideshow-arrows {position: relative; width:51px; top:-3px; left:0; height: 24px;} #top .avia-content-slider .avia-slideshow-arrows a{opacity: 1; margin:0; width:24px; height:24px; line-height: 25px; font-size: 10px; top:0;} #top .avia-content-slider .avia-slideshow-arrows a:hover{opacity: 0.5;} #top .avia-content-slider .avia-slideshow-arrows a:before{line-height: 25px; border-radius: 1px;} #top .avia-content-slider .slide-image, #top .avia-logo-element-container img{margin:0 auto; display: block; width:auto; width: 100%\9;} #top .avia-content-slider .avia-slideshow-dots{position: relative; width:100%; left:0; bottom:0; margin-top: 10px;} #top .avia-content-slider .avia-slideshow-dots a{border-style: solid; border-width: 1px; bottom: 0;} #top .avia-content-slider .avia-slideshow-dots a.active, #top .avia-logo-element-container .avia-slideshow-dots a:hover{background: #aaa; } #top .avia-content-slider .avia-slideshow-arrows { top: -29px; position: absolute; right: 0; left: auto; }Cheers!
JosueHm no, hasta donde se, WC no te proporciona un shortcode para la galeria, lo que tendrias que hacer es desactivar el editor de Enfold y usar el template de WC.
Glad to hear that, i’ll check your other topic.
Best regards,
JosueNovember 1, 2015 at 7:05 pm in reply to: How to add 'Search' button on Single page custom main menu nav? #528156Where’s your custom menu on the site? i’m not seeing it here.
Lo que quieres es que al cambiar la variacion del producto la galeria masonry cambie? no estoy seguro si eso es posible con como esta estructurado ese elemento.
Saludos,
JosueAh, could be a CORS issue, try enabling this:
http://kriesi.at/documentation/enfold/enable-cors/Regards,
JosueNovember 1, 2015 at 6:23 pm in reply to: How to add Enfold Startup Business Demo Video to Enfold Flat Business Demo? #528148Here are some:
http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/Regards,
JosueVia shortcode, you can create the Table on a separate Page using the Magic Wand tool and copy the shortcode from there.
Best regards,
JosueYeah that’s intended, the theme puts some placeholder widgets in empty footer/sidebar widget areas.
Regards,
JosueHi Josh!
Try with this code:
.responsive .av-image-hotspot { height: 40px; width: 40px; line-height: 40px; } .responsive .av-image-hotspot-pulse { width: 70px; height: 70px; }Best regards,
JosueHi!
I think what you are referring to is a Gallery element (Media Element), there’s a setting that lets you show the thumbnails below a bigger image.
Regards,
JosueNovember 1, 2015 at 2:34 am in reply to: Social Media Widgets – Transparent – Footer + Slider #528036You are welcome, glad to help :)
Regards,
JosueNovember 1, 2015 at 2:33 am in reply to: My clients Mobile Menu is gone now (updated to latest Enfold), pls help! #528035Not an issue at all, you are welcome :)
Best regards,
JosueCheck this link:
http://wordpress.stackexchange.com/questions/12904/making-a-shortcode-next-and-previous-to-place-into-specific-posts-for-post-nRegards,
JosueHi!
Can you post a screenshot of the issue?
Regards,
Josue -
AuthorPosts
