Forum Replies Created

Viewing 30 posts - 61,321 through 61,350 (of 67,348 total)
  • Author
    Posts
  • in reply to: Map & Footer Questions #216714

    Hi 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,
    Ismael

    in reply to: Change color section image placement #216711

    Hi 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,
    Ismael

    in reply to: Which sidebar goes where? #216709

    Hey!

    You need to set the page’s layout to “No Sidebar”. We edited the page. Please check: http://6hm3.com/home/

    Regards,
    Ismael

    in reply to: Move Featured Image Below Content Header #216706

    Hey!

    What type of blog do you have right now?

    Regards,
    Ismael

    in reply to: Table Issues #216704

    Hey 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!
    Ismael

    Hey!

    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,
    Ismael

    in reply to: featured image default photo #216702

    Hi 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!
    Ismael

    in reply to: logo heading issues #216149

    Hey!

    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,
    Ismael

    in reply to: Latest update forces the breadcrumb ? #216140

    Hi MrNayals!

    You can add this on Quick CSS:

    .breadcrumb.breadcrumbs.avia-breadcrumbs {
    display: none !important;
    }

    Best regards,
    Ismael

    Hi 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,
    Ismael

    in reply to: horizontal ruler, footer spacing #216129

    Hi!

    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,
    Ismael

    in reply to: Form Issues #216127

    Hi 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,
    Ismael

    in reply to: Blog Excerpt not working #216120

    Hey 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!
    Ismael

    in reply to: Increasing sidebar width #216116

    Hi 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

    in reply to: Change the field names to another language #216107

    Hey!

    Please try to increase the php allocated memory. Refer to this link.

    Cheers!
    Ismael

    in reply to: Problem background ALTERNATE CONTENT #216105

    Hi 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,
    Ismael

    in reply to: Datepicker Format for Forms #216100

    Hey!

    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,
    Ismael

    in reply to: form button font bigger #216096

    Hi!

    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,
    Ismael

    Hi!

    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!
    Ismael

    in reply to: Enfold theme options – styling #216089

    Hi!

    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!
    Ismael

    in reply to: Image Caption not visible #216088

    Hi!

    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,
    Ismael

    in reply to: full screen (width) container #216085

    Hi 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,
    Ismael

    in reply to: Avia Builder stops working on all Portfolio Entries… #216084

    Hi!

    Have you tried to deactivate existing plugins? JS conflicts are usually cause by third party plugins. Please deactivate them first.

    Regards,
    Ismael

    in reply to: still cant send email usng form #215879

    Hi SolingLover!

    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? It works with the Enfold theme.

    Cheers!
    Ismael

    in reply to: Remove Lightbox in the Portolio Carousel #215877

    Hey!

    Are you sure you’re using Enfold? Enfold doesn’t have that kind of element. If you’re using a plugin, please contact the plugin author.

    Cheers!
    Ismael

    in reply to: Are we allowed Multiple Portfolio pages? #215870

    Hi Js-interactive!

    Did you use the correct category url? Please post the login details here, set it as a private reply. Try to flush the permalink by clicking the “Save” button once on Settings > Permalink panel.

    Cheers!
    Ismael

    in reply to: Even column widths not filling page width #215861

    Hey Glyphism!

    They should occupy the whole container. Can you please give us a link to the page? What elements did you add on the columns?

    Cheers!
    Ismael

    in reply to: cannot create price table with a single column #215859

    Hey bcs247!

    It is not happening on our end. Please try to increase the wordpress php memory limit. Refer to this link.

    Cheers!
    Ismael

    in reply to: Contact form 7 styling #215857

    Hey yogananda!

    Can you please give us a link to the actual contact page? You can add this on Quick CSS or custom.css:

    #top input[type="text"] {
    max-width: 100%;
    min-width: 300px;
    }

    Adjust the minimum width value if necessary. Use this one to adjust the border radius:

    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {
    border-radius: 5px;
    }

    Cheers!
    Ismael

    Hey!

    You can add the !important value:

    img, a img {
    width:auto !important;
    }

    Cheers!
    Ismael

Viewing 30 posts - 61,321 through 61,350 (of 67,348 total)