Forum Replies Created

Viewing 30 posts - 61,261 through 61,290 (of 66,939 total)
  • Author
    Posts
  • in reply to: Header CSS Issue – #211101

    Hi reddog4955!

    You have a lot of plugins installed. Please deactivate them, see if the issue persist. Post the login details here after you deactivate the plugins so that we can inspect it.

    Regards,
    Ismael

    in reply to: HTML Editor is missing in Version 2.4.5 #211099

    Hey!

    We have version 2.4.5 now. Please download the theme again on your themeforest account the update it via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/64927356

    Edit functions.php again, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    Updating the theme will remove the modifications that you made unless you’re using a child theme.

    Regards,
    Ismael

    in reply to: Mobile questions #211096

    Hey pako69!

    Please give us a link to the actual website. Add this on Quick CSS to display the scroll to top link on mobile devices:

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #scroll-top-link {
    display: block;
    }
    }

    Best regards,
    Ismael

    Hi!

    Please refer to this link then look for Dude’s solution: https://kriesi.at/support/topic/create-portafolio-entry-and-404-error/

    Best regards,
    Ismael

    in reply to: Changing font – Latin Extended #211092

    Hi!

    You can insert the google filter at the very bottom of functions.php or right below this code:

    global $avia_config;

    The name of the file is “functions.php”. You can find it on Appearance > Editor, look for the “Theme Functions”.

    Regards,
    Ismael

    in reply to: Bullets in Short Description?, Enfold and WooCommerce #211091

    Hey targetzero!

    You forgot the url. Anyway, add this on Quick CSS:

    .summary.entry-summary ul {
    list-style: disc outside;
    }

    Regards,
    Ismael

    Hey claireremington!

    Hmm.. Can you please give us a link to the page with the custom menu?

    Regards,
    Ismael

    in reply to: Problems adding a custom logo #211088

    Hey!

    Please save all the css customization that we suggested on a separate text editor. Remove all of it then replace it with:

    #header_main .container, .main_menu ul:first-child > li a{ height:156px; line-height: 156px; }
    
    .header_bg {
    opacity: 1;
    filter: alpha(opacity=100);
    }

    Adjust the height and the line-height if necessary. This should adjust the width of the logo.

    Regards,
    Ismael

    in reply to: How do I increase the font size on Post/Pages Titles #211075

    Hi!

    It should work for the header’s title. Can you please post a screenshot of the title that you want to change?

    Cheers!
    Ismael

    in reply to: Images not resizing propoerly #211074

    Hi!

    The page’s layout is messed up. The “av_section_2” container should be inside the wrap_all div but it’s not. It means that you put a div and you forgot to close it if I am not mistaken. Please check the page or the layerslider for any unclosed tags. Are you using the Easy Slider?

    Best regards,
    Ismael

    in reply to: Images not displaying properly #211073

    Hi!

    That is weird. Please download the latest version of the theme again on your themeforest account then update the installation via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/64927356

    Best regards,
    Ismael

    in reply to: HTML Editor is missing in Version 2.4.5 #211069

    Hi Anthony!

    There is no HTML editor on the avia builder debug mode. You can only see the actual shortcode when you set the Advance Layout Builder to debug. Note that you need to choose between the Default Editor or the Advance Layout Editor. You can’t switch to both editors and expect to see the content of one to the other.

    Regards,
    Ismael

    in reply to: wordpress page editing access from front-end #211068

    Hey!

    Please give us a temporary login details. On what browser and OS are you testing this with? I encountered this kind of issue on Chrome Windows 8, the admin bar’s text are not visible.

    Best regards,
    Ismael

    in reply to: Menu not working & strange video loading icon #211066

    Hey!

    Please add this on custom.css or Quick CSS:

    .ls-videopreview {
    display: none !important;
    }

    I think this occurs when you didn’t add a featured thumbnail for the video.

    Regards,
    Ismael

    in reply to: Branding – Ridiculous Request #211065

    Hey ea1971!

    Yes, it is. Before uploading the theme edit style.css find this code “Theme Name: Enfold”. Replace with Enfold with Nuts. Just kidding. Anyway, you can actually change Enfold to somethign else. :)

    Best regards,
    Ismael

    in reply to: Partner/Logo Element title under elements #211064

    Hey ceubri!

    Edit config-templatebuilder > avia-shortcodes > logoslider.php, find this code on line 465:

    
    $output .= !empty($link) ? "<a href='{$link}' data-rel='slide-".avia_partner_logo::$slider."' class='slide-image' title='{$linktitle}' {$blank} >{$img}</a>" : $img;
                        $output .= "</div>";
    

    Replace it with:

    
    $output .= !empty($link) ? "<a href='{$link}' data-rel='slide-".avia_partner_logo::$slider."' class='slide-image' title='{$linktitle}' {$blank} >{$img}</a>" : $img;
    					$output .= "<div class='logo-title'>".$hover."</div>";
                        $output .= "</div>";
    

    Best regards,
    Ismael

    in reply to: Images not displaying properly #211063

    Hi!

    I’m not really sure why the featured images are not working. Please deactivate the Yeost SEO plugin then report back here.

    Regards,
    Ismael

    in reply to: LayerSlider WP Transparent First Slide #211062

    Hey!

    Can you please post the link to the actual website? The code I gave you works as intended. Probably needed a few adjustments on your end.

    Cheers!
    Ismael

    in reply to: Moving a layout element (Testimonials) #211060

    Hey!

    Glad we could help. :)

    Cheers!
    Ismael

    in reply to: How do I increase the font size on Post/Pages Titles #211058

    Hi David!

    Please use this on Quick CSS to increase the size of the font:

    .title_container .main-title {
    font-size: 30px;
    font-weight: 400;
    }

    Best regards,
    Ismael

    in reply to: Portfolio and Mosaic picture issues #211057

    Hey!

    Did you use the 1/1 column? It will still give you a container with 100% width. Try using a smaller column like 1/2 or 1/3. Please post the link of the page where you’re testing it.

    Best regards,
    Ismael

    in reply to: Custom Color Selector bug #211055

    Hey jtree5757!

    Maybe there is a plugin that is messing up with color selector styling. Deactivate existing plugins then try again. Please give us a link to the website or post the login details here as a private reply.

    Best regards,
    Ismael

    in reply to: Error on updating to Enfold 2.4.5 #211053

    Hey mikejmccarthy!

    Right click the link then open it on a new tab or click this http://goo.gl/tid2DE. :)

    Regards,
    Ismael

    in reply to: disable responsive menu #211050

    Hey!

    Please use this to remove the mobile menu:

    @media only screen and (max-width: 968px) {
    .responsive #top .mobileMenu {
    display: none !important;
    }
    }

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    in reply to: Moving a layout element (Testimonials) #211049

    Hey MtnStreamGroup!

    Please switch your theme to debug mode. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the builder. Copy the actual shortcode then transfer it to another page.

    Regards,
    Ismael

    in reply to: Mobile Search Bar #211048

    Hey!

    Add this on Quick CSS:

    @media only screen and (min-width: 767px) {
    #searchform {
    display: none;
    }
    }

    Use this to adjust the searchbar position:

    @media only screen and (min-width: 767px) {
    #top #searchform {
    position: absolute;
    top: 90px;
    }
    }

    Best regards,
    Ismael

    in reply to: Gallery #211047

    Hey!

    You should probably crop the images manually before uploading them. Use image editor like photoshop. You can also give the img tag a unique css selector then specify the max height value. Example:

    
    <img class="aligncenter" title="Experiential Communications Design" alt="Experiential Communications Design Photo" src="http://mountainstreamgroup.com/wordpress/wp-content/uploads/2011/01/mtnstreamgroup_experiential_communication_design.jpg" width="150" height="150">
    

    You can add the css class beside the “aligncenter”. Let’s use the selector “fixheight”.

    
    <img class="aligncenter fixheight" title="Experiential Communications Design" alt="Experiential Communications Design Photo" src="http://mountainstreamgroup.com/wordpress/wp-content/uploads/2011/01/mtnstreamgroup_experiential_communication_design.jpg" width="150" height="150">
    

    You can add this on Quick CSS:

    .fixheight {
    max-height: 150px;
    }

    Best regards,
    Ismael

    in reply to: Images not displaying properly #211046

    Hi aweirick!

    The image “http://gspwebsite.swiftworks.com.au/wp-content/uploads/2014/01/starlight-cinema31.jpg&#8221; does not exist. Please upload it again or regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    in reply to: recommendation for best Map Plugin for Enfold #211045

    Hi!

    Yeah sure. You can add this on Quick CSS:

    .social_bookmarks li a {
    width: 30px;
    line-height: 32px;
    min-height: 30px;
    height: 100%;
    text-align: center;
    font-size: 15px;
    }

    Cheers!
    Ismael

    in reply to: WPML Language switcher options not working #211044

    Hey!

    Place it on Quick CSS or custom.css. It is important that you add the css code.

    Cheers!
    Ismael

Viewing 30 posts - 61,261 through 61,290 (of 66,939 total)