Forum Replies Created
-
AuthorPosts
-
Hi 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!
IsmaelHi steeveandyou!
Have you tried if a few times? Don’t forget to save changes. Add this on Quick CSS:
.alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .big-preview, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content { background-color: gray; color: white; }Regards,
IsmaelHey!
Please add this on the child theme’s function.php:
add_filter('avf_datepicker_dateformat', 'avf_change_datepicker_format'); function avf_change_datepicker_format($date_format) { $date_format = 'mm / dd / yy'; return $date_format; } add_filter('avf_datepicker_date_placeholder', 'avf_change_datepicker_date_placeholder'); function avf_change_datepicker_date_placeholder($placeholder) { $placeholder = 'MM / DD / YY'; return $placeholder; }Regards,
IsmaelHi!
You can add this on Quick CSS:
.avia_ajax_form .button { margin: 0; padding: 16px 50px; border-radius: 2px; border-bottom-width: 1px; border-bottom-style: solid; font-weight: normal; font-size: 20px; }Regards,
IsmaelJanuary 28, 2014 at 11:53 pm in reply to: URGENT !!!! I am losing part of my page after editing Enfold page. #216092Hi!
Please add this on functions.php:
add_action('init','remove_yoast_analysis'); function remove_yoast_analysis(){ remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1); }You can also try to increase the php memory limit: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Cheers!
IsmaelHi!
Have you tried Liam’s suggestion about clearing the cache? Please post the login details here, set it as a private reply. We would like to check it.
Cheers!
IsmaelHi!
The Image element of the theme doesn’t give you an option to add captions. You should add the image using the “Add Media” button.
Best regards,
IsmaelHi jmalevic!
You can place it inside a color section. Add a unique css selector id for the section, for example “mysection”. Add this on Quick CSS or custom.css:
#mysection .container { width: 100%; }Best regards,
IsmaelJanuary 28, 2014 at 11:34 pm in reply to: Avia Builder stops working on all Portfolio Entries… #216084 -
AuthorPosts
