Viewing 30 results - 100,291 through 100,320 (of 106,428 total)
  • Author
    Search Results
  • #187346

    Hi WarrenHorak!

    It does look fine on my end http://i.imgur.com/Oy0gN2W.jpg
    Please review your website and confirm that it is fine on your end as well

    Best regards,
    Yigit

    #187345

    Hey Ismael,

    thank you. But when I insert that kinda code, it’ll go over the content:

    #187316

    Hi Dude, thanks for you reply. Yep, the menus are all in the correct place. The problem is the main parent item (in a mega menu) becomes a title when switched down to mobile. At desktop size it’s fine. The image above shows the slightly lighter grey titles (which are the main mega-menu parent pages).

    #187314

    Hi Smaskit6!

    Please go to wp-content\themes\enfold\js\prettyPhoto\js folder and open jquery.prettyPhoto.js file and search “allow_resize:true” and change it to “allow_resize:false”

    Best regards,
    Yigit

    #187303

    Hey socialrevival!

    Please make sure that you have set Featured Image in portfolio item page on the right side of the page http://i.imgur.com/3hooYEO.jpg Please import dummy data in Enfold theme options. I believe it would be very helpful for you to figure out how to add and edit items faster.

    Regards,
    Yigit

    #187279
    WarrenHorak
    Participant

    Hi
    The team image is out of line – with the rest of the images… the images are all the same sizes and formats —?? t

    See the third image on the first row??

    Please help

    See page here
    http://itexperts.co.za/about-us/

    Thanks

    Warren

    #187273

    Hi!

    Can you post a screenshot and show the issue? And on which browsers you are getting the issue?

    Regards,
    Yigit

    #187250

    Hey AllisonsImages!

    Did you add any plugins before the issue? Please give us a link to the page so that we can inspect it.

    Regards,
    Ismael

    #187237

    Hey tlow87!

    Add this on your custom.css or Quick CSS:

    .avia-team-member .team-social {
    border-radius: 150px;
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    #187176

    the problem is somewhere here:
    #shortcodes.css
    line:1920
    @media only screen and (min-width: 989px) and (max-width: 1340px) {
    .responsive .av-masonry-entry{width:33.3%;}
    .responsive .av-masonry-entry.av-landscape-img{width:66.6%;}
    }

    while: stretched layout, max-width masonry set to 1210px;

    solution:
    @media only screen and (min-width: 989px) and (max-width: 1920px) {
    .responsive .av-masonry-entry{width:33.3%;}
    .responsive .av-masonry-entry.av-landscape-img{width:66.6%;}
    }

    • This reply was modified 12 years, 4 months ago by mAqq.
    #187170
    marcuscent
    Participant

    Hi. Great theme. Hope you can help with something. I’m trying to create an alternate colour background in a column. If you can look at http://www.betterqrops.com/ it will be clearer. Basically, it’s a lead generation site and I need the contact form to stand out as clearly as possible. Is there any way I can have the right hand side of the page use a different bg image or bg color? Same kind of think would be great if I could do it for internal pages so I can change the colour of the sidebar – http://www.betterqrops.com/?page_id=1195. Any help much appreciated.

    #187165

    Hi there Yigit.
    Thanks a lot.

    For WEB version is fixed doing that:
    I notice that avia and the theme, re-scales images higher than 1440 px width, so the SOLUTION is to use images not biger than this width: 1440px: then, the code you indicates, it´s not needed.

    In other hand, repsonsive still dosent works.
    It creates a “blank space” below the slider fot the mobile version.

    How we can fix it?

    We run under WP 3.6 .. Should we upgrade to 3.7 ???
    For ENFOLD, we use the last version.

    Again many thanks in advance!
    Best.

    • This reply was modified 12 years, 4 months ago by Yakosuso.
    #187164

    Ok, I already watched it but didn’t get it 100%.

    What if I’d like to add an icon/image before title without using megamenu? How to align the icon and the title?

    #187162

    Hello,
    what do you mean by size settings? the masonry is set to max width 1210 and the images are standards about 300*300
    mAqq

    #187153

    Hi have this code :

    $output .= "<div data-ajax-id='{$the_id}' class=' grid-entry flex_column isotope-item all_sort {$style_class} {$post_class} {$sort_class} {$grid} {$extraClass}'>";
    				$output .= "<div class='main_color inner-entry'>";
    				$output .= "<a target='_blank'href='{$link}' data-rel='grid-".avia_post_grid::$grid."' class='grid-image' title='".esc_attr(strip_tags($title))."'>".get_the_post_thumbnail( $the_id, $image_size )."</a>";
    				$output .= !empty($title) || !empty($excerpt) ? "<div class='grid-content'><div class='avia-arrow'></div>" : '';
    				$output .= !empty($title) ? "<h3 class='grid-entry-title'><a target='_blank'href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>": '';
    				$output .= !empty($excerpt) ? "<div class='grid-entry-excerpt'>".$excerpt."</div>" : '';
    				$output .= !empty($title) || !empty($excerpt) ? "</div>" : '';
    				$output .= "</div>";
    				$output .= "</div>";
    #187109
    tlow87
    Participant

    I applied .avia_image_team { border-radius: 150px; } in my custom.css, which achieved the radius on the image.

    But when you hover, there is still a square. Can someone point out what’s controlling that hover elements border-radius?

    http://carveskateshop.us/team/

    • This topic was modified 12 years, 4 months ago by tlow87.
    #187082

    Hey hitokiri_kun!

    You can edit includes > loop-index.php, find this code:

    echo "<div class='entry-content-wrapper clearfix {$post_format}-content'>";
                echo '<header class="entry-content-header">';
    					
                    echo $title;

    Below, add this code:

    	
    				$gravatar = "";
                    $link = get_post_format_link($post_format);
                    if($post_format == 'standard')
                    {
                        $gravatar = get_avatar( get_the_author_meta('email'), '75', "blank" );
                        $link = get_author_posts_url($post->post_author);
                    }
    
                    $blog_meta_output = "<a href='{$link}' class='post-author-format-type'><span class='rounded-container'>".$gravatar.$icon."</span></a>";
    				
    				echo $blog_meta_output;

    After that, add this on your custom.css or Quick CSS:

    .single .rounded-container {
    display: block;
    position: relative;
    height: 50px;
    width: 50px;
    float: right;
    }

    You can use gravatar for author images.

    Regards,
    Ismael

    #187078

    Hi!

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

    .logo img {
        image-rendering: auto;
    }

    Remove browser cache then reload the page.

    Best regards,
    Ismael

    #187076

    In reply to: Video in Lightbox

    Hi!

    Add the Image element then set the “Image Link?” to “Set manually”. Add the youtube video. It will open the video on lightbox.

    Cheers!
    Ismael

    #187064

    Hi!

    You are going to hire a freelance developer if you really need to display portfolio items name, as it requires a deep customization that we cannot provide with default support.
    But you can add following code to Quick CSS in Enfold theme options under Styling if you would like to display a fixed text, in this case “text”

    .image-overlay.overlay-type-extern .image-overlay-inside:before {
    content: 'text';
    font-family: 'entypo-fontello';
    }

    Cheers!
    Yigit

    #187060

    Hey!

    You can add this on your custom.css or Quick CSS:

    div .logo {
    position: relative;
    }
    
    .main_menu {
    clear: both;
    position: relative;
    }

    Cheers!
    Ismael

    #187056

    In reply to: portfolio list view

    Hi totofunk!

    You can add this on your custom.css or Quick CSS:

    .grid-image.avia-hover-fx {
    display: none;
    }

    Regards,
    Ismael

    #187049

    Hi gianmarizzi!

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

    Regards,
    Ismael

    #187039
    Glyphism
    Participant

    Hi guys,

    I’ve spent the last few hours trying to solve this, and read the forums, but still no luck. I simply want to use some custom css to change the top margin of text inside a colour section.

    The way I use colour sections is with no padding, so that images align to the top and bottom edges perfectly, however it means that text is also crammed up against the top. I just want to add 50px of margin above it. I have tried all the options below, but none of them work.

    .avia_textblock {top-margin: 50px !important;}
    .avia_textblock h1 {top-margin: 50px !important;}
    .av_textblock_section {top-margin: 50px !important;}
    .av_textblock_section h1 {top-margin: 50px !important;}
    section.av_textblock_section {top-margin: 50px !important;}

    My site is running local on MAMP, so I can’t share a link, however I hope you can understand my request. Any guidance is appreciated.

    Thanks,
    G

    #187035

    In reply to: Mini heading in Page

    Hi Yigit,

    1. In this image https://www.dropbox.com/s/bck633ztk84hd6d/Screen%20Shot%202013-11-08%20at%204.19.56%20pm.png
    see how the word ‘enquiries’ is under ’18th AAPSW 2014′, is there anyway to get this all on one line?

    3. Thanks for this- the sub menu is now below the main menu but it appears like this:
    https://www.dropbox.com/s/nij3ssuq1mesvue/Screen%20Shot%202013-11-12%20at%2010.11.00%20am.png
    Can we change this? Either to have the submenu as a dropdown menu or just have blank space underneath the submenu.

    Thanks

    #187034

    Hey!

    Have you tried changing the “Size Settings” a few times? Select the option that works. What is the “Size Settings” that you have right now?

    Cheers!
    Ismael

    #187017
    Smaskit6
    Participant

    Hi there,

    I’m trying to do one thing : have a small thumbnail (maybe 300px) and a popup lightbox window for this image at maybe even 2000px x 2000px. Where exactly do I modify it and should I use portfolio or gallery for this?
    Please, advice!

    Thanks!

    #187015

    Hi Devin, no problem, thanks for your reply anyway. I was actually able to work some of out myself. Thanks again.

    hi,
    I have a similar question : Id like to center all my easy slider captions & titles.
    How possible ?
    Thanks

    #187001

    In reply to: post as a link

    I changed the code per your instructions but it is still not working.
    http://devtest.edeniq.com.s150344.gridserver.com/news/

    Also, it’s not so much clicking on the image but clicking on the news title that should take me to the link because that is how the post is set up. Again, it works with the full width masonry but not blog.

    Mary

Viewing 30 results - 100,291 through 100,320 (of 106,428 total)