Forum Replies Created
-
AuthorPosts
-
June 12, 2014 at 5:57 pm in reply to: Single Blog Posts – FB Comment & Social Network Sharing question #278131
Hi,
You should already know that giving fixes for third-party plugins is beyond the support scope we can offer. Try contacting a developer to help you with that.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi!
It looks like you already managed to get the correct size for the images:
http://www.insanayatirim.com/is-gorusmen-icin-hazir-misin/
http://www.insanayatirim.com/wp-content/uploads/2014/06/Is-Gorusmen-Icin-Hazir-misin-845×321.jpgIf you want to change the image size you’d need to edit functions.php, line 108 (don’t forget the regenerate the thumbnails).
Best regards,
JosueHi Thomas,
Can you post the link to your website please?
Regards,
JosueHi!
If you access the video directly, you’d notice it does play but it’s just a black background, i made a test here:
http://jsbin.com/cefevodi/1/edit?html,js,outputPerhaps a codec issue or something.
Cheers!
JosueHey!
Add this too (Quick CSS):
@media only screen and (max-width: 479px) { .responsive.html_header_top #header_main .social_bookmarks { display: block; } }Best regards,
JosueJune 12, 2014 at 5:30 pm in reply to: Enfold> Header Layout> Extra Elements> Header Social Media Icons – Error #278119You are welcome, always glad to help :)
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
Try selecting this element:

Best regards,
JosueHi Justin!
Do you have the latest version of Enfold/WordPress?
Disabling that option (organize uploads by month/year) in Settings > Media may fix it too.
Regards,
JosueHey!
You need to use the direct file URL:

Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi Marcelo!
It’s tricky in this case because the FB menu is inside the main menu which gets hidden by default, but you can try inserting an additional menu by adding this to the theme functions.php:
function add_fb_link() { ?> <div class="c_mobile_social_link"> <ul class="noLightbox social_bookmarks icon_count_1"><li class="social_bookmarks_facebook av-social-link-facebook social_icon_1"><a target="_blank" href="https://www.facebook.com/kctrojans" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Facebook"><span class="avia_hidden_link_text">Facebook</span></a></li></ul> </div> <?php } add_filter('ava_after_main_menu', 'add_fb_link');And this to the Quick CSS:
.c_mobile_social_link{ position: absolute; top: 0px; /* Adjust this value */ right: 0px; /* Adjust this value */ } @media only screen and (min-width: 767px) { .c_mobile_social_link{ display: none; } }Best regards,
JosueHi Jonathan!
The smoothscroll animation happens in js/avia.js, line 715:
$('html:not(:animated),body:not(:animated)').animate({ scrollTop: target }, duration, easing, function() {Regards,
JosueYou are welcome :)
Hi!
If by header font you are referring to the menu links fonts you can use the Advanced Styling Options for that:
Best regards,
JosueYes, you can use a Color Section + Heading element for that, if you need more control over the style you can enable this too.
The tricky part would be to achieve the separation + image placed in the middle:

Best regards,
JosueI believe you are using this plugin, correct me if i’m wrong.
Anyways, i think a good workaround could be to use column elements here and use the Widget element (to include the cta widget) instead of a Sidebar.
Regards,
JosueHey John!
Try adding this code to the Quick CSS:
.avia-image-container-inner { box-shadow: 0 0 30px black, 0 0 0 1px gray; padding: 10px; }Result:

Cheers!
JosueJune 12, 2014 at 6:11 am in reply to: Incorporating video into a color area or otherwise and playing command vs auto #277919Hello!
It’s possible to achieve that with Enfold, but it would require some customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Cheers!
JosueHello!
It is possible but it would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Cheers!
JosueHey!
Refer to this article:
http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/You’d need to generate a new icon font in Fontello.
Best regards,
JosueHey Jennifer!
Try adding this code to the Quick CSS:
#top .avia-smallarrow-slider .avia-slideshow-arrows { position: absolute !important[; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
div .av_one_fourth { margin-left: 2%; width: 23.5%; }Cheers!
JosueHi!
Found a workaround, use this method to include the audio files, i already did it for the first one:
Best regards,
Josue -
AuthorPosts
