Forum Replies Created
-
AuthorPosts
-
Hi,
That is the title container. Are you sure you want to hide it? You can add this on your custom.css to remove the area.
.title_container {
display: none;
}Regards,
Ismael
Hi,
It is weird. Please download the latest version, Enfold 1.5. It might fix the issue.
Or
You can change the memory limit within the wp-config.php file or in the htaccess file:
define('WP_MEMORY_LIMIT', '128M');
If you have access on the .htaccess file, add this code
php_value memory_limit 128M
Regards,
Ismael
Hi,
You can change the background using this
.main_color .image-overlay .image-overlay-inside::before {
background-color: red !important;
}Open css > base.css, find this code
.image-overlay.overlay-type-extern .image-overlay-inside::before{content:"27A6";}
.image-overlay.overlay-type-video .image-overlay-inside::before{content:"25B6";}You can replace the icon used, refer to this link http://www.entypo.com/characters/. Lets try the phone icon (U+1F4DE). You can do something like this
.image-overlay.overlay-type-extern .image-overlay-inside::before{content:"1F4DE";}
.image-overlay.overlay-type-video .image-overlay-inside::before{content:"1F4DE";}Remove browser cache then hard refresh the page.
Cheers,
Ismael
Hi,
You move it using this on your custom.css or Quick CSS
.flex_column.av_one_full.first.avia-builder-el-0.avia-builder-el-first .avia_textblock > div > object {
margin-left: -600px;
}Adjust the left margin.
Regards,
Ismael
May 28, 2013 at 4:26 am in reply to: Contact form as part of a text block… not possible with Enfold, but how? #121379Hi,
You can probably achieve this using Contact Form 7. Then edit the styling via CSS.
Regards,
Ismael
May 28, 2013 at 4:25 am in reply to: I have some issues with translation issues and with the contact form! #120367Hi,
I tested the Contact page on my end and it is working fine. Please watch this video to understand how to work with the contact page https://vimeo.com/channels/aviathemes/64978019. Maybe it has something to do with the language.
Regards,
Ismael
Hi,
Can you give us a look to your website? What thumbnails are you referring to? Portfolio? Blog?
Regards,
Ismael
Hi,
If you want to disable the prettyPhoto feature on Enfold, please open js >avia.js then find this code
//activates the prettyphoto lightbox
if($.fn.avia_activate_lightbox)
$('body').avia_activate_lightbox();Replace that with
//activates the prettyphoto lightbox
//if($.fn.avia_activate_lightbox)
//$('body').avia_activate_lightbox();Remove browser cache then reload the page.
Regards,
Ismael
Hi,
Please add this on your custom.css
.image-overlay.overlay-type-extern {
display: none !important;
}Regards,
Ismael
Hi,
I can see that the products are aligning correctly. http://www.learning11.com/la-academia/
Regards,
Ismael
Hi,
Open loop-index.php then find this code
echo "<div class='".implode(" ", get_post_class('post-entry post-entry-type-'.$post_format . " " . $post_class . " ".$with_slider))."'>";
//default link for preview images
$link = get_permalink();
//on single page replace the link with a fullscreen image
if(is_singular())
{
$link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');
}
//echo preview image
if(strpos($blog_style, 'big') !== false)
{
if($slider) $slider = '<a href="'.$link.'">'.$slider.'</a>';
if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
}Replace it with:
echo "<div class='".implode(" ", get_post_class('post-entry post-entry-type-'.$post_format . " " . $post_class . " ".$with_slider))."'>";
//default link for preview images
$link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');;
//on single page replace the link with a fullscreen image
if(is_singular())
{
$link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');
}
//echo preview image
if(strpos($blog_style, 'big') !== false)
{
if($slider) $slider = '<a href="'.$link.'" rel="lightbox">'.$slider.'</a>';
if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
}Please try this one. Reset Dude’s code first. Remove browser cache then reload the page.
Regards,
Ismael
Hi,
You removed something. Please use this instead.
.main_menu a {
color: white !important;
}
.current-menu-item > a {
color: black !important;
}
.header_color .main_menu .menu ul li a:hover {
background-color: white;
color: orange !important;
}
.current-menu-item > a .avia-menu-fx {
background: black;
}
.current-menu-item > a .avia-menu-fx .avia-arrow-wrap .avia-arrow {
background: black !important;
border-color: black;
}
.avia-menu-fx {
bottom: 0;
}Enjoy the theme. :)
Cheers,
Ismael
Hi,
You can use a url like this http://localhost/kriesi/enfold/?page_id=1403#tab-id-2.
#tab-id-2 refers to a certain tab.
Regards,
Ismael
Hi,
Unfortunately, this is a bit complicated. Please hire a freelance developer to add this customization on the theme. You can edit the fixed header behavior on js > avia.js.
//check if the browser supports element rotation
function avia_header_size()
{
var win = $(window),
header = $('.fixed_header #header'),
elements = $('#header_main .container, .main_menu ul:first-child > li > a:not(.avia_mega_div a)'),
el_height = $(elements).filter(':first').height(),
isMobile = 'ontouchstart' in document.documentElement,
scroll_top = $('#scroll-top-link'),
set_height = function()
{
var st = win.scrollTop(), newH = 0;
if(st < el_height/2)
{
newH = el_height - st;
//header.removeClass('shadow');
}
else
{
newH = el_height/2;
//header.addClass('shadow');
}
elements.css({height: newH + 'px', lineHeight: newH + 'px'});
}
if(!header.length) return false;
if(isMobile)
{
return false;
}
win.scroll(set_height);
set_height();
}Thanks,
Ismael
Hey,
Good thing it is working now. If you want to know about the theme please visit this link https://vimeo.com/channels/aviathemes.
Regards,
Ismael
Hi,
Open css > shortcodes.css then find this code
@media only screen and (max-width: 767px) {
.responsive .tabcontainer{border-width: 1px; border-style: solid; border-top:none;}
.responsive .tabcontainer .tab_titles{display:none;}
.responsive .tabcontainer .tab_content, .responsive .tabcontainer .tab
{width:100%; max-width:100%; border-left:none; border-right:0;left:0; top:0; min-height: 0!important;}
.responsive .tabcontainer .tab_content{border-bottom:none; padding:15px 30px; clear: both; }
.responsive .tabcontainer .tab.fullsize-tab{ display:block; margin-bottom:-1px;}
.responsive .top_tab .tab.fullsize-tab{ margin-bottom:0px;}
}Remove it. Although it does look better when viewing on mobile device.
Regards,
Ismael
Hi,
You have a lot of options to open an image to a new window.
1.) Insert a text block then add an html tag. Something like this
<a target="_blank" href="YOURURLHERE"><img src="YOURIMAGEHERE" /></a>
2.) You can edit config-templatebuilder > avia-shortcodes > image.php then find this code
$output.= "<a href='{$link}' class='avia_image ".$meta['el_class'].$this->class_by_arguments('align' ,$atts, true)."'><img class='avia_image {$class}' src='{$src}' alt='' /></a>";
Replace it with
$output.= "<a target='_blank' href='{$link}' class='avia_image ".$meta['el_class'].$this->class_by_arguments('align' ,$atts, true)."'><img class='avia_image {$class}' src='{$src}' alt='' /></a>";
3.) This is the rendered html tag when using the Image shortcode via AviaBuilder. You can copy and paste it manually. Change the anchor tag link and the image url.
<a href="http://www.yourlinkhere.com" class="avia_image avia-builder-el-49 el_after_av_slideshow_full avia-builder-el-no-sibling avia-align-center "><img class="avia_image avia_animated_image avia_animate_when_almost_visible right-to-left avia_start_animation" src="http://localhost/kriesi/enfold/wp-content/uploads/2011/12/imac_big_demo-300x180.png" alt=""><span class="image-overlay overlay-type-extern" style="opacity: 0; left: 0px; top: 0px; display: block; height: 180px; width: 300px;"><span class="image-overlay-inside"></span></span></a>
Regards,
Ismael
Hi,
Please do the following to create a blog page with slideshow.
1.) Edit the page, go to Advance Layout Editor. Under Media Element > Insert a Slideshow. You have three options EasySlider, Fullwidth ES and LayerSlider.
2.) Go Content Element tab, insert the Blog Post element. Configure the options.
3.) To remove the sidebar on that particular page, look for Layout > Layout, select No Sidebar.
If you want to understand how the theme works, please Import the dummy data and watch these videos.
https://vimeo.com/channels/aviathemes
Regards,
Ismael
Hi,
If you want full control over the archive page. Please edit archive.php.
Cheers,
Ismael
Hi,
Try to add it on js > avia.js, under this code
(function($)
{
"use strict";
$(document).ready(function()
{Regards,
Ismael
Hi,
What Dude meant is you can disable the sort function. Edit your Portfolio Grid, look for Sortable? > Select “No”. Under “Pagination” select Yes.
Regards,
Ismael
Hi,
Copy the images from the test site. enfoldconfig-layersliderLayerSlideravia-samples.
Regards,
Ismael
May 27, 2013 at 5:06 am in reply to: Problem when hover on image alignement with Firefox and Opera Mac #115631Hey,
You can probably fix the alignment using this
.size-full .image-overlay-inside {
left: 160px;
}Regards,
Ismael
Hi,
Try to add this on your custom.css or Quick CSS
.single .main_color .big-preview {
background-color: none;
}Regards,
Ismael
-
AuthorPosts