Forum Replies Created
-
AuthorPosts
-
November 1, 2015 at 12:21 am in reply to: How to add 'Search' button on Single page custom main menu nav? #528019
Hi Djuka,
Try putting the full URL instead of just the #anchor. Regarding including the search on mobile menu – https://kriesi.at/support/topic/mobile-search-bar/
Cheers!
JosueNovember 1, 2015 at 12:02 am in reply to: How to add Enfold Startup Business Demo Video to Enfold Flat Business Demo? #528016Hey!
Find the video link in the private section of this reply.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#top .widget_nav_menu ul:first-child> li{ background: transparent !important; padding-right: 49px; padding-left: 51px; left: -51px; top: 1px; padding-top: 5px; padding-bottom: 5px; margin-bottom: 0; width: 100%; box-shadow: none; border-bottom: 1px solid #E2E2E2; border-right: 1px solid #E2E2E2; } #top .widget_nav_menu ul:first-child>li:last-child{ border-bottom: 0; } #top .widget_nav_menu ul:first-child>li.current-menu-item { border-right: 0; } .sidebar_left main.template-page.content, .sidebar_left aside.sidebar.sidebar_left.alpha.units { border: 0 !important; }Cheers!
JosueHey!
Add this to Quick cSS:
span.responsiveExpander { margin-bottom: 3px; float: left; }Regards,
JosueHey Stephan!
Are you referring to this issue – http://screencast.com/t/lLJfRL03? if so, this should fix it:
@media only screen and (max-width: 767px) { .responsive.html_header_top #header_main .social_bookmarks { right: 120px; } }Cheers!
JosueHello,
This would require some custom work, fortunately WordPress has built-in functions that could help you with this:
http://codex.wordpress.org/Function_Reference/previous_post_link
http://codex.wordpress.org/Function_Reference/next_post_linkYou could wrap them in a shortcode and then paste it on a Text Block or similar.
Best regards,
JosueHi!
Probably something related to file permissions or similar, i’d suggest running a scan with a plugin with this:
https://wordpress.org/plugins/sucuri-scanner/Cheers!
JosueHi Chad!
Try adding this too:
#header_main { transition: background 0.4s linear; -webkit-transition: background 0.4s linear; -moz-transition: background 0.4s linear; }Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
Did you manage to fix it? i’m not noting any visible issues on the site you posted.
Best regards,
JosueHey!
This could work:
.av-masonry-entry:active figcaption.av-inner-masonry-content { display: block !important; }Cheers!
JosueHi!
Try putting a Color Section after the Grid and set the top border setting to none.
Regards,
JosueThere’s no portfolio item to show on the second link, review the taxonomy settings you have on that element.
October 31, 2015 at 10:18 pm in reply to: Social Media Widgets – Transparent – Footer + Slider #527975Hi!
Try with this:
<a href="_link_"><i class="wpcmsdev-icon fa fa-instagram"></i></a>Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter( 'avia_post_grid_query', 'avia_post_grid_query_func', 10, 2); function avia_post_grid_query_func( $query, $params ) { if(is_single()) { $id = get_the_ID(); $query['post__not_in'] = array($id); } return $query; }Cheers!
JosueOctober 31, 2015 at 9:48 am in reply to: Social Media Widgets – Transparent – Footer + Slider #527867Hey!
Try adding this code to the Quick CSS:
#footer .wpcmsdev-icon { font-size: 28px; margin-right: 8px; }Cheers!
JosueOctober 31, 2015 at 4:53 am in reply to: My clients Mobile Menu is gone now (updated to latest Enfold), pls help! #527839No, discard that, i though it was related to that file but it seems it’s something related to a plugin, have you tried disabling all third-party plugins for a moment to see if it gets fixed?
Regards,
JosueOctober 31, 2015 at 4:44 am in reply to: REPLACE GRAVITY FORMS SUBMIT BUTTON BY ENFOLD BUTTON #527836Hi!
Use this codes:
#top .gform_button { border: 2px solid; border-color: #fff; border-width: 2px !important; background-color: transparent; color: inherit; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; margin: 0; padding: 16px 20px; border-radius: 2px; border-bottom-width: 1px; border-bottom-style: solid; font-weight: normal; font-size: 14px; min-width: 142px; outline: none; } #top .gform_button:hover{ background-color: rgba(255,255,255,0.4); color: #ffffff; }Adjust as needed.
Regards,
JosueOctober 31, 2015 at 4:33 am in reply to: Social Media Widgets – Transparent – Footer + Slider #527832Hi!
You can put shortcodes in sliders captions, knowing that you can put Icons shortcodes, you’d need to create these on a separate Page using the Magic Wand tool.
Best regards,
JosueHey!
Table cell dimensions are calculated by its contents, try adding some break lines to these – http://screencast.com/t/JGViPGXFo8zi
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueOctober 31, 2015 at 4:27 am in reply to: Fallback image for video (will not) play on iPhone 6 #527829Hi,
Video slides and backgrounds are disabled on mobiles due to compatibility issues, hence the fallback image field. You may be able to turn them on by editing the theme files though – https://kriesi.at/support/topic/video-background-mobile/#post-252474
Regards,
JosueOctober 31, 2015 at 4:24 am in reply to: My clients Mobile Menu is gone now (updated to latest Enfold), pls help! #527828Hey!
Restore the following file from a fresh copy of Enfold.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
When inserting / editing the Image, select another size here – http://screencast.com/t/J9oI8qSXK5r
Best regards,
JosueHey Chris!
Try with this code:
.page-id-55 .avia-video { border-radius: 20px; overflow: hidden; border: 2px solid ; background: rgba(255, 255, 255, 0); -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75); -moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75); box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75); }Best regards,
JosueHey!
1. It looks like that because you’re setting a fixed width on your custom code here – http://screencast.com/t/PIErlElBlH, it should be percentage based if you want it to be responsive.
2. Same, but in this case it’s on Quick CSS:
.avia-content-slider .slide-image { width:306px; height:184px; /* this value */ overflow:hidden; }Regards,
Josue -
AuthorPosts
