Forum Replies Created
-
AuthorPosts
-
Hey stratocomp!
Thank you for using Enfold.
We would like to see the actual website. If you have any cache or minify plugins, please disable it then test the site again.
Regards,
IsmaelFebruary 7, 2015 at 2:37 pm in reply to: Issue with spacing on tablet portrait and full width sub menu #392487Hey!
Add this on the Quick CSS field:
@media only screen and (max-width: 990px) { .html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption { padding-top: 0 !important; }}Best regards,
IsmaelHi William!
Thank you for using Enfold.
If you don’t mind, we would like to see the actual website. Make sure that you’re running Enfold 3.0.8 on WordPress 4.1. Also, please ask your host if the wp-content folder have the correct file permission.
Best regards,
IsmaelHey brianwelsh!
Thank you for using Enfold.
Yes, it is possible. Set the Logo and Menu Position to Logo center, Menu below then apply the menu background using the Quick CSS field. Unfortunately, this is a custom modification and is beyond the scope of support. Please hire a freelance developer to modify the css layout.
Regards,
IsmaelHey!
Glad you’re enjoying Enfold.
Please try to add this on Quick CSS:
#top .av-section-with-video-bg .av-section-video-bg .av-video-service-vimeo iframe { -webkit-transform: scale(1.35); -moz-transform: scale(1.35); -ms-transform: scale(1.35); transform: scale(1.35); }Best regards,
IsmaelFebruary 7, 2015 at 2:18 pm in reply to: Youtube Video with Advanced Layout Editor not worked #392478Hi!
Alright. Let us know if all is good. We’ll keep the thread open.
Regards,
IsmaelHey!
We added this code on your Quick CSS field:
/* Tablet Portrait size to standard 960 (devices and browsers) */ @media only screen and (min-width: 768px) and (max-width: 989px) { .page-id-2808 .flex_column.av_one_fourth.first.avia-builder-el-18.el_after_av_one_full.avia-builder-el-last.column-top-margin { width: 48%; } }Please check the page: http://neue-wordpress-homepage.de/kontakt/
Best regards,
IsmaelHi!
Please check it now: http://1stcall.dragonpix.co.uk/?page_id=48
We added this code on functions.php:
add_action('wp_footer', 'ava_ajax_mod', 5); function ava_ajax_mod(){ ?> <script> (function($){ $(window).load(function() { $('.av_table_col.first.portfolio-preview-image .avia-slideshow li a, .av_table_col.first.portfolio-preview-image a').each(function() { $(this).removeAttr('href'); }) }); })(jQuery); </script> <?php }This one on Quick CSS:
.av_table_col.first.portfolio-preview-image span.image-overlay.overlay-type-video { display: none !important; }Cheers!
IsmaelHey!
Try to set the Background Position to top center instead of center center. I can’t play the video, not sure why (hmf). Maybe you can provide another screenshot from imgur or dropbox?
Best regards,
IsmaelHey!
You set the Slideshow Image and Video Size to 1500×430 but since the theme can’t find any image with that size, it opted for the largest image available. Try to set the Slideshow Image and Video Size to a smaller thumbnail or upload images with the same size and dimension.
Cheers!
IsmaelFebruary 7, 2015 at 1:08 pm in reply to: Easy Slider image problem – no image resizing with chosen size #392458Hey!
Thank you for the info. If I may ask, what is the language selected on Settings > General > Site Language?
Regards,
IsmaelHi aossi!
Thank you for using Enfold.
The issue seems to be random, it doesn’t always happen. Have you tried setting the other color section’s Background Attachment to scroll instead of fixed?
Regards,
IsmaelHey!
No, I’m sorry but that is not possible without major modification on the theme. You might need to hire a freelance developer to add the option.
Regards,
IsmaelHi famewebdesign!
Thank you for using Enfold.
Try to edit the Slider Settings then remove the Layers Container value. See if that helps.
Regards,
IsmaelHi!
Thank you for the info.
I checked the site but I can only see the blog grid section. Can you please provide a screenshot of the issue?
Regards,
IsmaelFebruary 7, 2015 at 12:54 pm in reply to: How to change the background color of the portfolio entries #392451Hi!
Replace the code with this:
body#top.single-portfolio .main_color.fullsize, body#top.single-portfolio #header_main_alternate { background: #ffffff; }Best regards,
IsmaelFebruary 7, 2015 at 12:50 pm in reply to: Show Taxonomy of a CPT with the Blog Entires element #392450Hey Michael!
Thank you for using Enfold.
Try to flush the permalink settings. See if that helps.
Cheers!
IsmaelHey!
Looks like you have CDN on your site. Another user is experiencing the same. Please refer to this link for a possible fix: https://kriesi.at/support/topic/contact-form-resetting-to-defaults/#post-391712
Regards,
IsmaelHey 2SINN!
Thank you for using Enfold.
Use the content slider instead of the logo slider.
Regards,
IsmaelHey ferdipm!
Thank you for using Enfold.
You can edit js > shortcodes.js, find this code on line 2688:
var number_container = $(this), elements = number_container.find('.avia-single-number'), countTimer = number_container.data('timer') || 3000;Increase the “3000” digit.
Best regards,
IsmaelHey!
I can see no errors on the site. The color section looks normal and I don’t see any special modifications added to it so there’s no reason for it to disappear on mobile device. Is it possible for you to provide a screenshot? It’ll help. I’ll ask the rest of the support team to check.
Regards,
IsmaelHi!
Alright. Remove the modifications above. Please edit config-templatebuilder > avia-shortcodes > slideshow.php. Find this code on line 830:
$html .= "<li {$slider_data} class='{$extra_class} slide-{$counter} ' >"; $html .= "<".$tags[0]." data-rel='slideshow-".avia_slideshow::$slider."' class='avia-slide-wrap' {$linkdescription} >{$caption}"; if($this->config['bg_slider'] != "true" && empty($video)) { $html .= "<img src='".$img[0]."' width='".$img[1]."' height='".$img[2]."' title='".$linktitle."' alt='".$linkalt."' $markup_url />"; } $html .= $video; $html .= "</".$tags[1].">"; $html .= "</li>";Replace it with:
$html .= "<li {$slider_data} class='{$extra_class} slide-{$counter} ' >"; $html .= "<".$tags[0]." data-rel='slideshow-".avia_slideshow::$slider."' class='avia-slide-wrap' {$linkdescription} >"; if($this->config['bg_slider'] != "true" && empty($video)) { $html .= "<img src='".$img[0]."' width='".$img[1]."' height='".$img[2]."' title='".$linktitle."' alt='".$linkalt."' $markup_url />"; } $html .= $video; $html .= "</".$tags[1].">"; $html .= "{$caption}</li>";Add this on Quick CSS field.
.avia-caption { position: relative; bottom: auto; left: 0; }Best regards,
IsmaelHi!
The toggles work fine when I checked the page. Also, I noticed that you’re using an old version of the theme. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
IsmaelFebruary 6, 2015 at 12:45 pm in reply to: Add image or text at top of homepage between top logo and menu on right #391984Hi!
Alright. Remove the br tags then add this css code:
strong.logo-title { display: block; width: 200px; }Adjust the width.
Regards,
IsmaelHi!
Thank you for using Enfold.
I’m sorry but when I checked the page it is set to boxed layout and I can’t see anything wrong with it. Can you please provide a screenshot of the issue?
Best regards,
IsmaelHey!
Use this to remove the right margin of the left sidebar:
.sidebar_left .inner_sidebar { margin-right: 10px; margin-left: 0; }Adjust the content padding with this:
.sidebar_left .content { padding-left: 20px; }Regards,
IsmaelHi!
I’m sorry but we’re a little bit blind here. If you can provide screenshots of the spaces that you want to remove, it’ll help a lot. Yes, we checked the pages but there are different elements or content on each of them so we do not know for sure which one to modify. Try this to remove the margin on separator element:
body .container_wrap .hr.avia-builder-el-last, body .container_wrap .hr.avia-builder-el-first { margin: 0; }Regards,
IsmaelHi!
Yes, please. Set it as a private reply. Also, kindly check the css codes, maybe you forgot to close certain lines which prevent the fix above from being applied.
Best regards,
IsmaelHey fitzpatrick512!
Thank you for using Enfold.
You can add this on Quick CSS to adjust the size of the first portfolio item:
@media only screen and (max-width: 767px) and (min-width: 480px) { .responsive #top #wrap_all .grid-sort-container.grid-total-odd .grid-entry.grid-loop-1 { width: 50%; } }Cheers!
IsmaelFebruary 6, 2015 at 12:20 pm in reply to: How to change the background color of the portfolio entries #391954 -
AuthorPosts
