Forum Replies Created

Viewing 30 posts - 59,971 through 60,000 (of 67,463 total)
  • Author
    Posts
  • in reply to: Back end display issues after updating to 2.6.2 #240582

    Hi Jorge!

    Can you please give us a link to the website? A screenshot of the issue will help. Deactivate all plugins, see if the issue is fix.

    Best regards,
    Ismael

    in reply to: Add comments on default editor in portfolio entries #240573

    Hey 2-by-4!

    Please edit single-portfolio.php, find this code on line 26:

     get_template_part( 'includes/loop', 'portfolio-single' );
    

    Below, add this code:

    //wordpress function that loads the comments template "comments.php"
    comments_template( '/includes/comments.php');

    This will add the comment template below the single portfolio view.

    Regards,
    Ismael

    in reply to: Various small issues #240571

    Hey!

    The code for the tab font will change the color and weight exactly like the body font. The issue with the google fonts has been fixed on Enfold 2.6.1, I’m not sure why it’s not working with your website. Please post the login details here and set it as a private reply. The google font link is not rendering inside the head tag.

    Cheers!
    Ismael

    Hi aledef!

    Did you translate the actual categories on Posts > Categories? Please post the login details here then set it as a private reply. We would like to check it.

    Best regards,
    Ismael

    Hey!

    Please post the login details here. Set it as a private reply. We would like to check the es_ES.po file.

    Cheers!
    Ismael

    in reply to: Problem with WPML and Language flags in header #240558

    Hey unikumixx!

    Thank you for using the theme. I hope you’re doing great.

    Can you please give us a link to the website? Do you have the latest version 2.6.2?

    Regards,
    Ismael

    in reply to: Header is screwy since update—help! #240556

    Hi!

    The Enfold starting from 2.6 update has a new header options. You might want to remove all css modifications that you added for the header. Configure the header settings again on Enfold > Header. You’ll see more header options like header height, logo position, menu position, extra element etc.

    Best regards,
    Ismael

    in reply to: Editor not allowing Media uploads (Images or Videos) #240553

    Hi NovaCreative9!

    Please try to deactivate existing plugins, see if the issue is fixed. Download version 2.6.2 on your themeforest account then update the theme again. The media upload process might take some memory so please increase the wordpress php memory limit. Refer to this link: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Cheers!
    Ismael

    Hey!

    Glad you fixed it. :)

    Cheers!
    Ismael

    in reply to: Shadow to Header #239939

    Hey!

    Please use this instead of the code you’re using:

    .html_header_top.html_header_sticky #header {
    position: fixed;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
    }

    Best regards,
    Ismael

    in reply to: Google Map Mobile Dragging #239928

    Hey BMart!

    Please edit js > shortcodes.js, find this code on line 247:

    mapTypeId:google.maps.MapTypeId.ROADMAP,
    center: new google.maps.LatLng(this.$data.marker[0].lat, this.$data.marker[0].long)

    Replace it with:

    mapTypeId:google.maps.MapTypeId.ROADMAP,
    center: new google.maps.LatLng(this.$data.marker[0].lat, this.$data.marker[0].long),
    draggable: false
    

    Cheers!
    Ismael

    in reply to: LayerSlider WP Not showing Div Styles #239927

    Hey!

    I’m sorry but I’m not sure what you’re trying to do. Please post a screenshot. Give us a link to the actual page with the embedded background divs.

    Regards,
    Ismael

    in reply to: The menu keeps disappearing on the menu dashboard #239926

    Hi!

    Have you tried creating the new menu on a default theme? Does it save?

    Cheers!
    Ismael

    in reply to: page templates #239923

    Hey!

    Look for line of code:

    <div class="entry-content" itemprop="text">
    

    Replace it with:

    <div class="entry-content-wrapper clearfix">
    

    Cheers!
    Ismael

    in reply to: Reason to use a mega menu? #239917

    Hi!

    Auto add pages means that every time you create a new page, it will be added automatically to the menu. The Theme Location specify where you want the menu to show. Enfold Main Menu means that the menu will be use on the header as main menu. Enfold Seondary Menu is the menu on top of the header along with the phone number and social icons. Enfold Footer Menu is quite obvious. If you’re having issues with menu limit, you can ask your host to increase max_input_vars to at least 5000. This will make sure that you can add at least 400 menu items.

    Best regards,
    Ismael

    in reply to: Like button html 5 div is not fully showing #239913

    Hi Ben!

    Please give us a link to the actual website. Maybe, the fb box is set to a specific width cutting off the content.

    Cheers!
    Ismael

    in reply to: php files: search and 404 error #239912

    Hi ggerber!

    You can’t edit them via the Layout Builder. Those pages can only be modified manually via FTP or your cpanel.

    Best regards,
    Ismael

    Hey!

    Thank you for using the theme. I hope you’re doing great.

    I’m sorry but this is beyond the scope of support. Please ask the dev guy to help you. Anyway, I checked the website but I don’t see the orange menu?

    Cheers!
    Ismael

    in reply to: Fullwidth Masonry Gallery & Fullwidth Masonry #239904

    Hi techgrayscale!

    1.) You can use this on Quick CSS:

    .av-inner-masonry.main_color,.avia_sortable_active .isotope {
    background-color: black;
    }

    2.) Use this:

    .main_color .av-inner-masonry-content {
    background-color: red;
    color: blue;
    }

    Best regards,
    Ismael

    in reply to: Enfold theme not working with Yoast SEO plugin #239902

    Hi!

    Yes, please post the login details here as a private reply. We would like to check it.

    Regards,
    Ismael

    in reply to: Set max number of columns for fullwidth masonry gallery #239900

    Hi techgrayscale!

    Assuming the screen resolution of the monitor is no lower than 1900px, you can add this on Quick CSS or custom.css:

    @media only screen and (min-width: 1800px) {
    .responsive.html_stretched .av-masonry-entry {
    width: 20.0%;
    }
    }

    Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    in reply to: Making Icon List Transformation Faster #239894

    Hey tlow87!

    Please add this on your custom.css or Quick CSS:

    .avia_transform .avia-icon-list .avia_start_animation .iconlist_icon{
    -webkit-animation: avia_appear .1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
    -moz-animation:    avia_appear .1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
    animation:         avia_appear .1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
    opacity: 1;
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    }

    You can change .1s sec if you want to make it slower.

    Cheers!
    Ismael

    Hey!

    You’re still using 2.5.4. Please download the latest version of the theme which is 2.6.2 on your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Ismael

    in reply to: Permission Denied Error Message #239887

    Hi connect4consulting!

    Please ask your host to fix the file permission issue or upload a fresh install of WordPress. See if that fix the issue.

    Cheers!
    Ismael

    Hi esotEric!

    Can you please give us a link to the website? Have you tried Dude’s fix here https://kriesi.at/support/topic/linking-to-anchor-menue-covering/#post-214325?

    Best regards,
    Ismael

    in reply to: delete link (no lightbox) from AJAX porfolio image #239884

    Hey!

    Please edit config-templatebuilder > avia_shortcodes > gallery.php, find this code on line 212:

    $output .= "<a class='avia-gallery-big fakeLightbox $imagelink $crop_big_preview_thumbnail $custom_link_class' href='".$link[0]."'  data-onclick='1' title='".$description."' ><span class='avia-gallery-big-inner' $markup_url>";
    							$output .= "	<img width='".$prev[1]."' height='".$prev[2]."' src='".$prev[0]."' title='".$title."' alt='".$alt."' />";
    			   if($caption) $output .= "	<span class='avia-gallery-caption'>{$caption}</span>";
    							$output .= "</span></a>";
    

    Replace it with:

    $output .= "<a class='nolightbox avia-gallery-big fakeLightbox $imagelink $crop_big_preview_thumbnail $custom_link_class' title='".$description."' ><span class='avia-gallery-big-inner' $markup_url>";
    							$output .= "	<img width='".$prev[1]."' height='".$prev[2]."' src='".$prev[0]."' title='".$title."' alt='".$alt."' />";
    			   if($caption) $output .= "	<span class='avia-gallery-caption'>{$caption}</span>";
    							$output .= "</span></a>";

    Remove browser cache then reload the page.

    Best regards,
    Ismael

    in reply to: Delay Advance layer slider until visible #239879

    Hey!

    If you want to install the layer slider as a stand alone plugin. You need to deactivate the default layer slider first. Add this on functions.php:

    add_theme_support( ‘deactivate_layerslider’ );
    

    Install the plugin after.

    Regards,
    Ismael

    in reply to: Menu Widget Bullets #239876

    Hi!

    Please use this on Quick CSS:

    #top .widget_nav_menu ul ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    }
    
    #top .widget_nav_menu ul ul li a {
    padding: 6px 0px 6px 0px;
    }
    
    #top .widget_nav_menu ul li a {
    padding-left: 8px;
    }
    
    #top .widget_nav_menu ul ul li a {
    padding-left: 8px;
    }
    
    #top .widget_nav_menu ul ul li a, #top .widget_nav_menu ul li a {
    background: green;
    margin-bottom: 2px;
    }

    Best regards,
    Ismael

    in reply to: Problem getting full width image for header #239873

    Hi!

    Glad it is fixed. ;)

    Cheers!
    Ismael

    in reply to: Various small issues #239870

    Hey!

    1.) You can use this filter on functions.php to add google fonts on the heading and body font selector:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Source Sans Pro'] = 'Source Sans Pro:400,600,800';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Source Sans Pro'] = 'Source Sans Pro:400,600,800';
    return $fonts;
    }

    Change the “Source Sans Pro” with the google font that you want to use.

    2.) Those are bold or strong fonts. You can change the font color and weight using this on Quick CSS:

    .main_color .toggle_content strong, .main_color .toggle_content strong a, .main_color .tab_content strong, .main_color .tab_content strong a {
    color: #444;
    font-weight: normal;
    }

    3.) Please add this to fix the mega menu images on Firefox and IE:

    #header .avia_mega_div img {
    max-width: 100%;
    }

    4.) Let me get back to you on that.

    Cheers!
    Ismael

Viewing 30 posts - 59,971 through 60,000 (of 67,463 total)