Forum Replies Created
-
AuthorPosts
-
Hi!
I’m not sure what is wrong with the plugin but the theme does support featured images. You can check a post, page or portfolio item, you can set featured images on them.
Regards,
IsmaelHi!
I’m talking about the Blog Style that you set on Blog Posts element or on the Enfold > General Settings > Blog Style.
Cheers!
IsmaelHi!
The placeholder used on the blog is not an image. It is an icon font. You need to alter the code and add the img tag. http://www.w3schools.com/tags/tag_img.asp
Best regards,
IsmaelHi tacopimp!
1.) You can edit functions.php, find this code:
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider
You can either change the height or the width base on the image you want to upload or disable the image crop. Replace the code with this:
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360, 'crop' => false ); // images for fullsize pages and fullsize slider
Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
2.) Add this on Quick CSS:
.single .big-preview.single-big a { pointer-events: none; }
Regards,
IsmaelHey!
I’m sorry but it does work on our end. Please give us a link to the page with the accordion. Just to be clear the code above is for the accordion content background color. This is for the accordion toggler or title:
.main_color .toggler, .main_color .toggler.activeTitle:hover { background: red; background-color: red; }
Best regards,
IsmaelHi trentwillis!
Can you please give us a link to the website? Set the allowed memory size to at least 128M. Please refer to this link.
Best regards,
IsmaelHi!
Edit framework > php > class-framework-widgets.php, find this code on line 1211:
zoom:".$zoom.", mapTypeControl:true,
Below, add this code:
scrollwheel: false,
Remove browser cache then reload the page a few times.
Best regards,
IsmaelHi!
1.) You can add this on Quick CSS to make the heading row background white.
.main_color tr:nth-child(odd) { background: white; background-color: white; }
2.) Use this:
td img { margin: 0 auto; }
3.) Add this one to vertical align the text and all elements within the table at the top:
td > *, tr > * { vertical-align: top; }
Regards,
IsmaelHey!
Please upload the image with twice the size then specify the height and width via CSS:
.aligncenter.size-full.wp-image-2893 { width: 180px; height: 72px; }
It should be retina ready. Increasing PPIs or dots per inch won’t do it. You need to serve an image with twice the size at least then specify the width and height via CSS.
Regards,
IsmaelHi dkiessling!
You can easily switch to Visual Mode when editing content, just press the “Enter” key to create spaces between paragraphs. Is that what you’re doing?
Regards,
IsmaelHi Jasmer!
Masonry will always be full width no matter what layout you selected on the page. Please watch this short video by Devin on how to work masonry elements within the theme: https://vimeo.com/channels/aviathemes/77433498
Regards,
IsmaelHey CNEG!
What is the actual height of the logo? What type of header do you have? Please give us a link to the website.
Best regards,
IsmaelHey!
You can adjust the column’s top margin:
body .column-top-margin { margin-top: 10px; }
Best regards,
IsmaelHey!
You can specify a minimum height for the pricing list:
.pricing-table li { min-height: 150px; } .avia-heading-row { min-height: 0 !important; }
Cheers!
IsmaelHi jfannthemusicman!
You can change the content padding using this on Quick CSS:
.content, .sidebar { padding-top: 10px; padding-bottom: 10px; }
Best regards,
IsmaelHey cerelogic!
You can use this:
.main_color .toggle_content { background-color: gray; }
Regards,
IsmaelHi kcristella!
1.) Go to Appearance > Widgets then create a custom widget area. Insert the Enfold Maps Google Widget. Edit the contact page then insert the Widget Area element using the Advance Layout Builder.
2.) You can change the widgets on Appearance > Widgets. Add widgets on the Footer – columns widget areas.
3.) Sorry but the forum doesn’t have that search feature. You can try to place something like “enfold + subject” on search field.
Best regards,
IsmaelHi glozemedia!
You can use media queries to alter the background position on smaller screens:
@media only screen and (max-width: 989px) and (min-width: 768px) { #av_section_1 { background-position: 10% 0 !important; } }
Best regards,
IsmaelHey!
You need to set the page’s layout to “No Sidebar”. We edited the page. Please check: http://6hm3.com/home/
Regards,
IsmaelHey lizybloom!
Maybe, there are unclosed tags on the table content? You’re using an old version of the theme. Please download 2.4.5 on your themeforest account then update the theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Cheers!
IsmaelJanuary 30, 2014 at 1:01 am in reply to: small header – layer slider WP: problems with images loading #216703Hey!
Have you tried uploading it directly to the layer slider? You can create a layer then click on the Image layer field to upload an image.
Regards,
IsmaelHi saundra!
1.) Are you talking about the image placeholder? You can edit config-templatebuilder > avia-shortcodes > postslider.php, find this code on line 305:
$thumbnail = "<span class=' fallback-post-type-icon' ".av_icon_string($format)."></span><span class='slider-fallback-image'>{{thumbnail}}</span>";
2.) Edit js > avia.js, find this code on line 54:
//activates the prettyphoto lightbox $(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
Replace it with:
//activates the prettyphoto lightbox //$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
3.) This is possible but it won’t look as good as the original layout. Edit postslider.php again, find this code on line 366:
$output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";
Cut it then place it below this code on line 388:
$markup = avia_markup_helper(array('context' => 'entry_content','echo'=>false));
Cheers!
IsmaelHey!
You can add this on Quick CSS to resize the logo then move the slideout menu:
@media only screen and (max-width: 767px) { .mobile_active #advanced_menu_toggle { display: block; right: -50px; top: 50px; } .responsive .mobile_slide_out .logo img{ max-height: 95px !important; } }
Regards,
IsmaelHi MrNayals!
You can add this on Quick CSS:
.breadcrumb.breadcrumbs.avia-breadcrumbs { display: none !important; }
Best regards,
IsmaelJanuary 29, 2014 at 12:53 am in reply to: Want a challenge? Need help bringing mega-menu to top Z-Index layer #216137Hi Matthew!
The page is not loading properly. Have you tried increasing the z-index of the header?
#header { position: relative; z-index: 3000; }
Best regards,
IsmaelHi!
Yes, that’s what we’re trying to move towards the left. Please try this:
#text-2 { left: -300px !important; position: relative; }
See if the position of the contact widget move.
Best regards,
IsmaelHi wildwoodbranding!
Install and configure WP SMTP plugin. Please ask your hosting provider to make sure they allow sending emails through php mail function and what limitations are there on protecting against spam being sent out. Have you tried the Contact Form 7 plugin? or the Formidable plugin? It works with the Enfold theme.
Regards,
IsmaelHey TheAurelien!
First, deselect the page you set as blog on “And where do you want to display the Blog?” option. Create a page then add the Blog Posts element. Configure the “Blog Content length” to Excerpt with Read More link. You can also use the <!–more–> tag or the Excerpt box enabled through Screen Options to manually specify an excerpt.
Cheers!
IsmaelHi miguelconner!
You can edit functions.php, find this code on line 140:
$avia_config['layout']['fullsize'] = array('content' => 'twelve alpha', 'sidebar' => 'hidden', 'meta' => 'two alpha', 'entry' => 'eleven'); $avia_config['layout']['sidebar_left'] = array('content' => 'nine', 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine'); $avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha', 'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');
Replace the content unit with eight and the sidebar unit with four to increase the sidebar.
$avia_config['layout']['fullsize'] = array('content' => 'twelve alpha', 'sidebar' => 'hidden', 'meta' => 'two alpha', 'entry' => 'eleven'); $avia_config['layout']['sidebar_left'] = array('content' => 'eight', 'sidebar' => 'four alpha' ,'meta' => 'three alpha', 'entry' => 'eight'); $avia_config['layout']['sidebar_right'] = array('content' => 'eight alpha', 'sidebar' => 'four alpha', 'meta' => 'three alpha', 'entry' => 'eight alpha');
Cheers!
Ismael -
AuthorPosts