Forum Replies Created
-
AuthorPosts
-
Hi mpeocm!
Can you please give us a link to the website? Is this a fresh install without any existing plugins? Please deactivate them if there are any.
Best regards,
IsmaelHey!
Have you tried increasing the wordpress php memory limit? Yeost SEO is fully configured with the theme and it should work without any issues.
Best regards,
IsmaelHey Kvanto!
Please to use an email hosted on your domain. If the issue persists, contact your hosting provider and make sure you are allowed to send mail through the php mail function.
Best regards,
IsmaelHey!
I don’t see the menu on this page: http://thefoundtable.com/mobile-entry/
Please try to remove browser cache then reload the page a few times to see the effect.
Best regards,
IsmaelHi chryseis!
Yes, it is responsive. It looks good on my end. Can you please post a screenshot of the issue? On what browser and OS did you see the cut off text and images?
Cheers!
IsmaelHi themelumberjack!
I’m sorry but I don’t see the “flash” and “jump” issue on your site. You can add a phone number on Enfold > Header > Phone Number or small info text.
Cheers!
IsmaelJanuary 27, 2014 at 6:52 am in reply to: How to Create Summaries of Blogs on Home Page of Blog #215161Hi Dan!
You can use the <!–more–> tag or enable the excerpt box on Screen Options > Excerpt. If you want to create your own blog, deselect the blog on Enfold > Theme Options > Where do you want to display blog? then create your own page. Switch to Advance Layout Builder then insert the Blog Posts element. Choose Excerpt on Blog Content length option.
Cheers!
IsmaelJanuary 26, 2014 at 4:36 am in reply to: Colorbox 100% height doesn't seem to work on large monitors. #214961Hi!
The image you posted is missing. Please check the image url. It doesn’t really mean 100%, it will only adjust the height of the color section to a certain height. It will not look the same on different screens with different resolution. You can use the Fullscreen Slider if you really want a natural full screen section.
Regards,
IsmaelHey!
I’m almost sure about the “unclosed tags”. Please post the login details here and set it as a private reply. We would like to inspect the page.
Cheers!
IsmaelHi!
You can add this code on functions.php:
add_filter('avf_ajax_search_function', 'avia_init_relevanssi', 10, 4); function avia_init_relevanssi($function_name, $search_query, $search_parameters, $defaults) { $function_name = 'avia_relevanssi_search'; return $function_name; } function avia_relevanssi_search($search_query, $search_parameters, $defaults) { global $query; $tempquery = $query; if(empty($tempquery)) $tempquery = new WP_Query(); $tempquery->query_vars = $search_parameters; relevanssi_do_query($tempquery); $posts = $tempquery->posts; return $posts; }
Best regards,
IsmaelHi!
Edit js > avia.js, find this code on line 300:
switchWidth = 767;
Replace it with:
switchWidth = 783;
This will show the mobile menu instead. Remove browser cache then reload the page a few times.
Regards,
IsmaelHi!
Please test it on another browser or another computer. Post the link of the website here.
Regards,
IsmaelHi!
You can change that through CSS. Add this on Quick CSS or custom.css:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 35px; } #top div .avia-gallery img { padding: 3px; width: 100%; }
Best regards,
IsmaelHi fjrichart!
You can edit footer.php then find the socket code on line 93:
<footer class='container_wrap socket_color' id='socket' <?php avia_markup_helper(array('context' => 'footer')); ?>> <div class='container'>
You can place the links below.
Regards,
IsmaelHi!
Please edit the slide then set this image (http://69.195.124.83/~elmirad3/wp-content/themes/enfold/config-layerslider/LayerSlider/avia-samples/slide3_Layer_1.png) as background image on Slide Options > Image.
Regards,
IsmaelJanuary 26, 2014 at 3:56 am in reply to: Google Maps in true Fullwidth and without Mouse Wheel interaction #214942Hey!
Add this on Quick CSS:
#fullwidthmap .container { width: 100%; }
I’m sorry but I don’t understand questions 2 and 3 clearly. Let me ask Dude.
Cheers!
IsmaelHi!
Please reset the changes that we made then edit js > shortcodes.js, find this code on line 1007:
gallery.find('.avia-gallery-thumb a').eq( this.getAttribute("data-onclick") - 1).trigger('click');
Replace it with this code to remove the lightbox trigger.
gallery.find('.avia-gallery-thumb a').eq( this.getAttribute("data-onclick") - 1);
Edit config-templatebuilder > avia-shortcodes > gallery.php, find this code on line 218:
$thumbs .= " <a href='".$link[0]."' data-rel='gallery-".self::$gallery."' data-prev-img='".$prev[0]."' {$class} data-onclick='{$counter}' title='".$description."' $markup_url><img {$tooltip} src='".$img[0]."' title='".$title."' alt='".$alt."' /></a>";
Replace it with:
$thumbs .= "<a data-prev-img='".$prev[0]."'><img data-rel='gallery-".self::$gallery."' {$class} data-onclick='{$counter}' title='".$description."' $markup_url {$tooltip} src='".$img[0]."' alt='".$alt."' /></a>";
Last, add this on Quick CSS:
.avia-gallery-big .image-overlay.overlay-type-image { display: none !important; }
Remove browser cache then reload the page a few times.
Regards,
IsmaelHi!
Please try this:
#top .main_menu .menu li ul a { line-height: 18px; min-height: 18px; } #top #header .avia_mega_div > .sub-menu { padding: 10px 20px 10px 20px; }
Cheers!
IsmaelHey Bulent!
You need to set featured images for all pages then edit includes > loop-search.php. Remove everything and replace it with this: http://pastebin.com/pbp2z3x2
Add this on Quick CSS:
.search-result-counter { padding: 0; } .search-result-counter img { width: 100%; height: 100%; border-radius: 100px; }
Cheers!
IsmaelHi!
Please add this on Quick CSS or custom.css to create borders on the boxed layout:
#wrap_all { border-right: 1px solid #444444; border-left: 1px solid #444444; }
Nice website. :)
Cheers!
IsmaelHey elgingroup!
Please add this on Quick CSS or custom.css:
div .logo { right: 0; } .main_menu { left: 0; }
Regards,
IsmaelHey!
You can add this on Quick CSS:
#header .avia_mega_div { margin-top: 1px; }
Best regards,
IsmaelJanuary 25, 2014 at 11:58 pm in reply to: footer / socket problem on fullwidth masonry pages #214914Hey Sebastian!
Please check the elements on the page with the footer problem, see if there are unclosed tags or divs. The footer container should be rendered within the wrap_all div or container.
Best regards,
IsmaelHi!
Please give us the login details. Set it as a private reply. We would like to inspect it.
Regards,
IsmaelHey!
Please use this for the header background:
.header_color .header_bg { background-color: blue; }
Change the menu color with this:
.header_color .main_menu ul:first-child > li > a { color: white; }
This is for the sub menu:
.header_color .main_menu .menu ul.sub-menu li a { color: black; }
Regards,
Ismael -
AuthorPosts