Forum Replies Created

Viewing 30 posts - 60,421 through 60,450 (of 66,114 total)
  • Author
    Posts
  • in reply to: Modal popup with promo box / button #211667

    Hi biekhois!

    You can use the prettyPhoto functionality, when clicked the button will open a lightbox popup. Please refer to this link, you can either use an inline content or an external site: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/

    Regards,
    Ismael

    in reply to: Straighting-up Enfold Breadcrumbs #211665

    Hi!

    You can edit the file on Appearance > Editor. Look for the Themes Functions.

    Best regards,
    Ismael

    in reply to: font-size and color: Your comment is awaiting moderation #211664

    Hi fjrichart!

    You can add this on Quick CSS to change the font size:

    .comment_text em {
    font-size: 11px;
    }

    Best regards,
    Ismael

    in reply to: Show Author Information in post #211661

    Hey leomiranda92!

    Edit includes > loop-index.php, find this code on line 173:

    echo $content;

    Below, add this code:

    `$description = get_the_author_meta(‘description’, $author_id);
    echo “<div class=’author_description_text'” .avia_markup_helper(array(‘context’ => ‘description’,’echo’=>false)).”>”.wpautop($description).”</div><span class=’author-extra-border’></span></div>”;`

    Regards,
    Ismael

    in reply to: layer slider shift #211333

    Hey MUNFORD!

    Please add this code on Quick CSS:

    .entry-content-wrapper a:hover .aligncenter {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    }

    Regards,
    Ismael

    in reply to: Responsive Facebook widget #211328

    Hi etiagomail!

    Please use this on Quick CSS or custom.css:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .fb_iframe_widget iframe {
    width: 220px !important;
    }
    }

    Remove browser cache then reload the page.

    Best regards,
    Ismael

    in reply to: IE breaks columns & icons #211323

    Hey hetveer!

    Can you please give us a link to the actual website? Do you have the latest version of Enfold?

    Regards,
    Ismael

    Hey!

    1.) Please try this, remove browser cache then reload the page a few times after:

    @media only screen and (min-width: 1140px) {
    .responsive .container {
    width: 1060px;
    }
    }
    
    .container {
    width: 940px;
    padding-left: 15px;
    }
    
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .container {
    width: 712px;
    }
    }
    
    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive .container {
    width: 458px;
    padding: 0 15px;
    }
    }

    2.) It’s not possible to have a full width layer slider using the Boxed Layout.

    Regards,
    Ismael

    in reply to: Enfold theme options – styling #211318

    Hi!

    Please locate the enfold.css file on wp-content/uploads/dynamic_avia folder. Set the file permission to 755 then try to change the settings again.

    Cheers!
    Ismael

    in reply to: Images not resizing propoerly #211116

    Hey!

    Let us know if the Easy Slider resize properly.

    Best regards,
    Ismael

    in reply to: Images not resizing propoerly #211114

    Hey!

    You can upload large images, say 1000x400px, the theme will automatically crop or resize the image into different thumbnail sizes. You can insert the Easy Slider on a 1/3 column then select the thumbnail size that you want on “Slideshow Image Size”. Choose “Medium(300×300): to be exact.

    Regards,
    Ismael

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

    Hi!

    Yes, you need to add it every time you update the theme unless you created a child theme. Please watch this video on how to set up a child theme: https://vimeo.com/channels/aviathemes/67221517

    Best regards,
    Ismael

    in reply to: Featured Image hosted on a separate server #211112

    Hi controlC!

    You can try this plugin but you can only use it on posts: http://wordpress.org/plugins/featured-image-via-url/

    Regards,
    Ismael

    in reply to: Images not resizing propoerly #211106

    Hi!

    I’m sorry if you feel that way, we are trying our best to help you. If you’re expecting the Easy Slider to actually resize when you select the size of the image thumbnail on “Slideshow Image Size” then you’re wrong. The Easy Slider will inherit the size of the container. The “Slideshow Image Size” option choose which image size is going to be use on the slider. You need to place the Easy Slider inside a column layout like 1/2 or 1/3 etc to restrict the size or place it inside a div or container with specific height and width that you set using css. This post has been flag for the support team member’s attention. Please wait for additional responses.

    Cheers!
    Ismael

    in reply to: Footer text working only in one language #211105

    Hey!

    You forgot to set the “Default Footer Widgets & Socket Settings” to “Display footer widget and socket” on the English version.

    Regards,
    Ismael

    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

Viewing 30 posts - 60,421 through 60,450 (of 66,114 total)