Forum Replies Created
-
AuthorPosts
-
Hi hotspot!
Thank you for using Enfold.
If possible, please provide a screenshot. We usually answer within 24 hours so if possible, please avoid creating duplicated post. I’ll close this thread and we’ll continue on the other thread. Thank you.
Regards,
IsmaelHi!
@jonasis: Did it work in your installation? If it does then it will most likely be included on the next update.Regards,
IsmaelJune 18, 2015 at 2:13 pm in reply to: Enfold & TinyMCE Advanced – Any known issues or is it me? #461316Hi!
@stefanie: Thanks for sharing. Yes, that might be it, a third party plugin conflict. It’s good to hear that Enfold is compatible with the plugin. :)
Cheers!
IsmaelHey Dan!
Thank you for using Enfold.
Which page specifically? I checked the home page but I can only see a single video there, no tiles. You can use the grid row element to create different blocks or cells.
Cheers!
IsmaelHey!
Alright. That’s unusual because like I said, I was able to upload a font icon using the iconfont manager in your installation. Please check it. Try to use a different browser or test it on another computer. And I added the font icons in a test page: http://superiornew.wpengine.com/test/ (hosted on WPengine)
Cheers!
IsmaelJune 18, 2015 at 1:59 pm in reply to: Hover arrow icon overlay on Portfolio Grid – size issue #461297Hey!
I’m not sure why it’s not working on small images but do you really need images that small? It works for this one: h
Maybe, you should use small images with that size.
Best regards,
IsmaelHi alfaweb2!
Thank you for using Enfold.
Use a larger transparent PNG image then set a negative top position. Something like this:
.logo { top: -20px; } #header_main { z-index: 50; }
For further modifications, please contact codeable: http://kriesi.at/contact/customization
Best regards,
IsmaelHi!
Yes, that’s the catch. You can also try the masonry gallery and then add the video url in the gallery item’s custom link field. It will open the video in a lightbox when you click the gallery item. However, if you use the masonry gallery, there will be no big preview image like the default gallery shortcode.
Regards,
IsmaelHi Justin!
Thank you for using Enfold.
Please use this to fix the checkbox label:
p.comment-subscription-form label { left: 25px; margin-top: -10px; }
Maybe, you can try this to adjust the form elements to a single line:
p.comment-form-author, p.comment-form-email, p.comment-form-url { float: left; width: 30%; }
Regards,
IsmaelHi!
You can try this:
add_filter( 'avf_masonry_loop_prepare', 'avf_masonry_loop_prepare_mod', 10, 2 ); function avf_masonry_loop_prepare_mod( $key, $entries ) { $posttags = get_the_tags($key['ID']); $taglist = array(); if ($posttags) { foreach($posttags as $tag) { $taglist[] = $tag->name; } } $tags = implode($taglist, ', '); foreach ( $key as $post => $value ) { if ( $post == 'content' ) { $value .= "<div class='av-masonry-categories'>".$tags."</div>"; } $key[$post] = $value; } return $key; }
Regards,
IsmaelHi!
Thank you for the screenshot. That is the default effect of the layer slider. Unfortunately, we’re really not sure how you can change that. Please contact the layer slider support regarding that issue. If you want a static image for mobile, you can set the layer slider to hide on mobile then add another slider element on the page. Use css media queries to hide the slider on desktop and display it on mobile screens. Something like this:
http://stackoverflow.com/questions/11796297/div-show-hide-media-query
https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263
https://kriesi.at/support/topic/displaying-another-slider-on-mobile-devices/
https://kriesi.at/support/topic/replace-slider-on-mobile/
https://kriesi.at/support/topic/home-page-video-on-mobile-phone/#post-449787
Regards,
IsmaelJune 18, 2015 at 12:49 pm in reply to: Remove Current Portfolio Post from related portfolio grid Enfold #461234Hey!
You can add it at the very bottom of the functions.php file. Please don’t copy the code straight from your email. Get it from the forum.
Cheers!
IsmaelHi!
Instead of adding the number as background, please add it as a widget. Follow the steps provided here: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Cheers!
IsmaelHey hasbeat!
Thank you for using Enfold.
I’m sorry but the contact form is not integrated to work with that application. Please contact the inxmail support regarding this feature.
Regards,
IsmaelHey!
That is the masonry element, enable the Image overlay effect settings. If you want to remove the image overlay, use this in the Quick CSS field:
.image-overlay { display: none !important; }
Cheers!
IsmaelHi!
The password is incorrect. Please check. Try to edit functions.php, go to line 17 then below that line, add this code:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Roboto Slab'] = 'Roboto+Slab:400,700,300,100'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Google fonts']['Roboto Slab'] = 'Roboto+Slab:400,700,300,100'; return $fonts; }
Please copy this directly from the forum, not from your email.
Regards,
IsmaelHey!
You can try the solution provided here: https://kriesi.at/support/topic/google-analytics-and-yandex-metrika-goals-for-tracking-contact-form-in-child-the/#post-455332
Regards,
IsmaelHey!
Why do you have this css code?
@media only screen and (max-width: 1025px) and (min-width: 768px) { .header_color .header_bg { background-size: 100% 10%; }}
This will adjust the background width to 100% and use only 10% of the actual container height. You can use this instead:
@media only screen and (max-width: 1025px) and (min-width: 768px) { .header_color .header_bg { background-size: cover; }}
Cheers!
IsmaelHi!
Please create another thread for the new issue. This will keep each thread relevant to the original inquiry. Thank you.
Regards,
IsmaelJune 18, 2015 at 12:17 pm in reply to: Changing Search text color in menu without changing submenu text #461215Hey Shane!
Thank you for using Enfold.
Are you trying to change the color of the “Search” text inside the search field? Please use this in the Quick CSS field:
/* do not group these rules */ *::-webkit-input-placeholder { color: red !important; } *:-moz-placeholder { /* FF 4-18 */ color: red !important; } *::-moz-placeholder { /* FF 19+ */ color: red !important; } *:-ms-input-placeholder { /* IE 10+ */ color: red !important; }
Regards,
IsmaelHey!
What do you mean by bordered button? A screenshot will help, use imgur or dropbox. You can use the shortcode wand in order to generate the shortcodes.
Best regards,
IsmaelHi!
Did you add any html codes on the page? Please make sure that you closed the tags properly. They tend to break the content of the advance layout builder.
Best regards,
IsmaelHi!
The login credentials are incorrect. Please check it.
https://kriesi.at/support/topic/problem-with-category-view-and-wpml/#post-458535
This issue may or may not be related to the theme at all. Did you open a ticket on the WPML support forum?
Cheers!
IsmaelHi!
Thank you for the screenshots.
1.) I checked the site on IE8, a much older version than IE9 but it looks fine. Please try to disable or enable compatibility mode.
2.) On firefox, same version, this is what it looks like:
3.) On chrome, unfortunately, there is no way for us to check that. That version is 20+ lower, patch on year 2013, than the latest release of chrome. Is there no way you can upgrade the chrome browser?
Note that we can’t provide support for lower version of the theme. Please hire a freelance developer or contact codeable in order to fix these issues: http://kriesi.at/contact/customization
Best regards,
IsmaelHi!
Alright. I’m sorry but the logo is inside the header container which is the one relatively or fixed positioned to the browser window. Anyway, you can try this but it might need a few adjustments:
.html_header_sidebar #top #header.av_always_sticky { position: absolute; } .html_header_sidebar .logo { position: fixed; width: 300px; } .html_header_sidebar .main_menu { position: fixed; clear: both; z-index: 200; top: 290px; width: 300px; height: auto; display: block; left: 0; } #header .avia-custom-sidebar-widget-area { position: fixed; left: 0; bottom: 50px; width: 300px; }
Please contact codeable for further modification: http://kriesi.at/contact/customization
Cheers!
IsmaelJune 17, 2015 at 1:33 pm in reply to: Enfold & TinyMCE Advanced – Any known issues or is it me? #460735Hey!
Do you have the latest version of the theme? If you have the latest version and it’s not working then yes, there might be a compatibility issue between the theme and the plugin. Unfortunately, as stated on the previous post, we don’t provide support for third party plugins so your best chance of fixing this is to contact the plugin author or hiring a freelance developer. Anyway, you can use the default tinymce editor which, imo, is more than enough to do whatever you want to do in a post or page, plus you have the advance layout builder and the shortcode wand to help you with the layout process.
Best regards,
IsmaelHi nelis013!
Thank you for using Enfold.
Which urls specifically? You cannot translate urls automatically, or actually you can’t translate urls at all, if that’s what you’re trying to do here. If you modified pages of the demo data, change the title, content etc., you need to translate or adjust the permalink or page slug manually.
Cheers!
IsmaelHi!
Please try to edit js > avia.js, look for the /*Vimeo Frogaloop API for videos*/ section. Replace everything with this code: https://secure-a.vimeocdn.com/js/froogaloop2.min.js
This is just a test so we’re not sure if it will fix the issue. The video might not autoplay, try to click on it to play the video.
Regards,
IsmaelHi!
Please try to edit js > avia.js, look for the /*Vimeo Frogaloop API for videos*/ section. Replace everything with this code: https://secure-a.vimeocdn.com/js/froogaloop2.min.js
This is just a test so we’re not sure if it will fix the issue. The video might not autoplay, try to click on it to play the video.
Best regards,
IsmaelHi!
Thank you for using Enfold.
Please try to edit js > avia.js, look for the /*Vimeo Frogaloop API for videos*/ section. Replace everything with this code: https://secure-a.vimeocdn.com/js/froogaloop2.min.js
This is just a test so we’re not sure if it will fix the issue. The video might not autoplay, try to click on it to play the video.
Best regards,
Ismael -
AuthorPosts