Forum Replies Created

Viewing 30 posts - 60,091 through 60,120 (of 66,134 total)
  • Author
    Posts
  • in reply to: Using WP Realty plugin with Enfold #216832

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

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

    Hi!

    I’m talking about the Blog Style that you set on Blog Posts element or on the Enfold > General Settings > Blog Style.

    Cheers!
    Ismael

    in reply to: featured image default photo #216824

    Hi!

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

    in reply to: BLOG IMAGES : single post #216823

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

    in reply to: Customize Enfold Accordian #216822

    Hey!

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

    in reply to: Fatal Error(s): #216820

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

    in reply to: Map & Footer Questions #216818

    Hi!

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

    in reply to: Formatting Tables #216815

    Hi!

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

    in reply to: Layout Builder Image Resize Problem #216812

    Hey!

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

    in reply to: Space Between Paragaphs #216811

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

    in reply to: Masonry Blog Not Working #216809

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

    in reply to: Simply enable wider logo size #216721

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

    in reply to: How to adjust padding on pages? #216720

    Hey!

    You can adjust the column’s top margin:

    body .column-top-margin {
    margin-top: 10px;
    }

    Best regards,
    Ismael

    in reply to: Pricing Table Alignment #216719

    Hey!

    You can specify a minimum height for the pricing list:

    .pricing-table li {
    min-height: 150px;
    }
    
    .avia-heading-row {
    min-height: 0 !important;
    }

    Cheers!
    Ismael

    in reply to: Padding Between Content Elements #216718

    Hi jfannthemusicman!

    You can change the content padding using this on Quick CSS:

    .content, .sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    }

    Best regards,
    Ismael

    in reply to: Customize Enfold Accordian #216716

    Hey cerelogic!

    You can use this:

    .main_color .toggle_content {
    background-color: gray;
    }

    Regards,
    Ismael

    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

Viewing 30 posts - 60,091 through 60,120 (of 66,134 total)