Forum Replies Created

Viewing 30 posts - 63,961 through 63,990 (of 64,820 total)
  • Author
    Posts
  • in reply to: Linking gallery images to URL #123973

    Hi,

    @bella_3333: You can use the alt text as an alternative. Click on Gallery element, click on a single gallery image then add the company website on the Alt field. Make sure you include http:// on the domain name like http://www.yoursite.com. Do this for all the images.

    Edit config-templatebuilder > avia-shortcodes > gallery.php then find this code on line 191

    $thumbs .= " <a href='".$link[0]."' data-rel='gallery-".self::$gallery."' data-prev-img='".$prev[0]."' {$class} data-onclick='{$counter}' title='".$description."' ><img {$tooltip} src='".$img[0]."' title='".$title."' alt='".$alt."' /></a>";

    Replace it with

    $thumbs .= " <a href='".$alt."' data-rel='gallery-".self::$gallery."' data-prev-img='".$prev[0]."' {$class} data-onclick='{$counter}' title='".$description."' ><img {$tooltip} src='".$img[0]."' title='".$title."' alt='".$alt."' /></a>";

    @adrianwalton: I’m not sure if that is possible. Let me tag the rest of the support team.

    Regards,

    Ismael

    in reply to: Can Team Member Photos Link to a page #123979

    Hi,

    Actually, you can insert the team member images on the Team Member Description field. Insert the Team Member element but don’t insert a Team Member Image..

    <a href="www.yoursite.com"><img src="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/21.jpg"></a>
    Description here.

    The downside is the image will be at the bottom of the team member name.

    Regards,

    Ismael

    in reply to: LOGO NOT UPLOADING #123966

    Hi,

    After the logo, select the image size then click “Insert image as logo”.

    Regards,

    Ismael

    in reply to: How to Insert Slide Show with LayerSlider #123959

    Hi,

    I think the layerslider shortcode is not working. Please go to the Advance Layout Editor > Media Elements then insert the LayerSlider.

    I’ll tag Kriesi so that he can check this out.

    Regards,
    Ismael

    in reply to: Show comments in blog index #98181

    Hi,

    @imagestudios: This is Angular topic, I think you have Enfold. Yes, that is the same.

    Find this code

    $avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';
    get_template_part( 'includes/loop', 'page' );

    Replace it with:

    $avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';
    get_template_part( 'includes/loop', 'page' );

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

    Regards,

    Ismael

    in reply to: Inconsistencies in IE8 #123537

    Hi,

    I edited Dude’s code a little.

    <!--[if lt IE 9]>
    <style>
    .logo a{
    max-height: 100% !important;
    }

    .logo a img{
    height: 150px;
    }

    body .avia-button.avia-color-theme-color, body .avia-button.avia-color-theme-color:hover {
    background: #a6ce39;
    }

    #header_main .container, .main_menu ul:first-child > li a {
    height: 88px !important;
    line-height: 88px !important;
    }
    </style>
    <![endif]-->

    This will keep the header large on IE8.

    Regards,

    Ismael

    in reply to: Problem on Advanced Layout Editor. #123909

    Hi,

    Please Import the Dummy Data on Enfold > Theme Options. You can also watch these videos to learn more about the theme:

    https://vimeo.com/channels/aviathemes

    Please download Enfold 1.6 then try to increase your php memory limit.

    http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Regards,

    Ismael

    in reply to: Blog – Date to the left #123905

    Hi,

    On Settings > General, set the Date Format to custom then place the text “F j” which means Month and Date.

    Open includes > loop-index.php, find this code:

    $link = get_author_posts_url($post->post_author);

    At the bottom place this code:

    $date = get_the_date();

    Then find this code:

    echo "<a href='{$link}' class='post-author-format-type'><span class='rounded-container'>".$gravatar.$icon."</span></a>

    Replace it with:

    echo "<a href='{$link}' class='post-author-format-type'><span class='rounded-container'>".$date."</span></a>

    You can style the date text using .round-container class.

    Regards,

    Ismael

    in reply to: Layering CSS Drawn elements #123888

    Hi,

    It is not behind the highlight box, rather on top of it. Maybe move the highlight box up a bit.

    #top .avia-menu-fx {
    z-index: 0;
    top: 29px;
    }

    Regards,

    Ismael

    in reply to: non-fixed header not working (display as fixed) #122946

    Hi,

    Can you give us a link to your website? Please try a different header then reload the page. Flush the header a few more times, see if the options start working as they should.

    Regards,

    Ismael

    in reply to: CONTAINER BORDER – ON/OFF SWITCHING CONTROLS #123532

    Hi,

    Remove the background on the theme options then apply it on a different section manually. Inspect the avia section then look for the unique page id and unique section class. Something like this

    .page-id-1700 #av_section_1.avia-builder-el-8 {
    background-image: url(https://www.andypeck.co.uk/wp-content/uploads/2013/06/trx_border.png) !important;
    }

    .page-id-1700 is the page body class id. #av_section_1 is the section id with a class of .avia-builder-el-8. This is the id of that particular section on your frontpage.

    Regards,

    Ismael

    Hi,

    Actually, the option to pick sizes of the featured image on post slider is not needed because the featured image size will depend on the number of columns. That is why we Kriesi removed it.

    Regards,

    Ismael

    in reply to: Letter "S" Appears In Fullwidth Easy Slider #123767

    Hi,

    Like Dude, I can’t seem to reproduce the issue on any browsers. Can you post a link to your websites so that we can inspect??

    @ambientDes: Thanks for the tip. Did you successfully remove the unwanted character by hiding the controls?

    @fixionmedia: In case you’re wondering how to get rid of the controls, you can add this on your custom.css or Quick CSS

    .avia-slideshow-arrows.avia-slideshow-controls {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Making the header larger #123876

    Hi,

    Open css > layout.css then find this code on line 56

    /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
    #header_main .container, .main_menu ul:first-child > li a{ height:88px; line-height: 88px; }

    Adjust the height and line-height.

    /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
    #header_main .container, .main_menu ul:first-child > li a{ height:140px; line-height: 140px; }

    Regards,

    Ismael

    in reply to: Easy slider Transparent example page #123865

    Hi,

    There is no example on the Dummy Data but you can easily achieve the effect. On the Advance Layout Editor > Media Elements, insert the Full width Easy Slider. Configure the slide options then insert a background image. Under “Background Attachment” choose “Fixed”.

    Regards,

    Ismael

    in reply to: Problem with ADVANCED LAYOUT EDITOR #123024

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: Blog Layout Customization #122711

    Hi,

    Are you sure you selected “Display only the socket” for this page? If it doesn’t work, please add this on your custom.css

    .blog #footer {
    display: none;
    }

    You can disable the comments for posts on Screen Options, check “Discussions”. Look for Discussions, uncheck “Allow Comments”. You can also disable it entirely on Settings > Disccusion > Default article settings > Uncheck “Allow people to post comments on new articles”.

    Regards,

    Ismael

    in reply to: Optimize Enfold Responsive Theme (Speed) #123163

    Hi,

    Cloudfare is one of the many content delivery network or content distribution network around, or so they say but users observe otherwise. “Visitors will go to CloudFlare servers for the pages of your site rather than hitting your server. It acts like a proxy server for regular HTML pages”. Honestly, I haven’t tried any of them so I can’t give you an expert advice about it. According to the reviews it doesn’t do much on speeding up your site and it has some issues with adsense. Let me tag the rest of the support team to give us more info about this topic.

    Regards,

    Ismael

    in reply to: Optimize Enfold Responsive Theme (Speed) #123161

    Hi,

    MikehJPP: I don’t think it is possible via Media Queries. Media Queries can make it smaller on mobile view but the same images will be use thus the same file size. You really need to compress or shrink the images manually.

    Regards,

    Ismael

    in reply to: Logo huge in IE8 #122883

    Hi,

    Add this on your custom.css

    .avia-button. {
    background: #A6CE399;
    }

    .avia_iconbox_title {
    color: #3339;
    }

    IE 8 below doesn’t support background-color and rgba colors.

    Regards,

    Ismael

    in reply to: Page Lay-out #123381

    Hi,

    Maybe you can try this.

    @media screen and (max-width: 800px) {
    div. av_one_half{
    clear: left;
    }
    }

    It will affect all one half column size.

    Regards,

    Ismael

    in reply to: Problem installing enfold #123709

    Hi,

    Do you have Enfold 1.6? Please download the theme again. Maybe the files are corrupted.

    Please watch this video: https://vimeo.com/channels/aviathemes/64927356

    Regards,

    Ismael

    in reply to: LayerSlider gaps between slides #123531

    Hi,

    You can use the Show Until option then play around with the Transition In/Out Duration. For example red image will come have a Transition In/Out Duration of 1000ms then Show Until 1000ms, set the next blue image to have Transition in Duration of 2000ms then Show Until 1000ms and so on and so forth.

    Regards,

    Ismael

    Hi,

    If you are using the Advance Layout Editor, go to Media Elements, insert the Image element. Look for “Image Link?” option, select “Set Manually” then insert the video url.

    Regards,

    Ismael

    in reply to: Skinny White Line on between section (about 1 pixel) #122826

    Hi,

    I visited your page and I don’t see any white lines anymore.

    Regards,

    Ismael

    in reply to: Preview Image Size #123510

    Hi,

    The preview image or thumbnails depend on the number of columns you’re using. How many columns do you have on your portfolio page?

    Regards,

    Ismael

    Hey,

    Glad you found it. You can turn the Avia Builder on and off on the Screen Options. :)

    Regards,

    Ismael

    in reply to: Can we move or expand the Search Bar? #122503

    Hi,

    My bad. I thought I fixed it. I’ll tag Kriesi. I can’t make the tooltip appear on page load.

    Regards,

    Ismael

    in reply to: I am getting 2 scroll bars when I filter portfolio #123603

    Hi,

    Can you give us a link to your website? I can’t reproduce the issue on my end.

    Regards,

    Ismael

    in reply to: PHP Parse error: syntax error #123591

    Hi,

    You should probably download Enfold 1.6 then create a new installation using WP 3.5 or higher.

    Regards,

    Ismael

Viewing 30 posts - 63,961 through 63,990 (of 64,820 total)