Viewing 30 results - 103,231 through 103,260 (of 106,399 total)
  • Author
    Search Results
  • Hi,

    I’m not sure if this is what you want but if you use the nth child selector. You’ll have this effect:

    This is the code for the image above:

    .blog-categories.minor-meta a:nth-child(1) {
    color: red;
    }

    .blog-categories.minor-meta a:nth-child(2) {
    color: blue;
    }

    .blog-categories.minor-meta a:nth-child(3) {
    color: green;
    }

    Regards,

    Ismael

    #138592

    In reply to: Facebook Like Button

    Hey,

    Edit header.php, find this code:

    <?php
    /*
    * Hook that can be used for plugins and theme extensions (currently: the woocommerce shopping cart)
    */
    do_action('ava_main_header');

    ?>

    <div class='container'>

    Below, add the fb code:

    <div class="fb-like" data-href="http://developers.facebook.com/docs/reference/plugins/like" data-width="450" data-show-faces="true" data-send="true"></div>

    Edit footer.php, find this code:

    <![endif]-->
    <?php
    echo "<div class='bg_container' style='background-image:url(".$avia_config['fullscreen_image'].");'></div>";
    }
    ?>

    Add the fb script:

    div id="fb-root"></div>
    <script>(function(d, s, id) {
    var js, fjs = d.getElementsByTagName(s)[0];
    if (d.getElementById(id)) return;
    js = d.createElement(s); js.id = id;
    js.src = "//connect.facebook.net/de_DE/all.js#xfbml=1";
    fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>

    Then add this on your Quick CSS or custom.css to adjust the position of the widget.

    .fb-like.fb_edge_widget_with_comment.fb_iframe_widget {
    position: absolute;
    right: 0;
    top: -10px;
    }

    It is better if you use a non-fixed header for this.

    Regards,

    Ismael

    Hi Yigit,

    That worked! :-) Thank you!

    Regards,

    Anne-Mieke

    Hi Anne-Mieke,

    Please make sure that you choose Image post format and set Featured Image

    Regards,

    Yigit

    Anne-Mieke
    Participant

    Hi guys,

    Use of the blog grid overview causes featured images not to show in the single blog post. As soon as I switch the blog page to another view the Featured Images does show in the single post. Is this a “bug” or do I need to use a workaround? I have made a screencast to show what happens: http://www.screencast.com/t/duHzMZp3

    Kind regards,

    Anne-Mieke

    PS Could the fact that I am using the Child theme as provided by Kriesi be of influence here?

    #28766

    Topic: Change writing color

    in forum Enfold
    R3V0X
    Participant

    Hello, I would like to know how I could do to have two different colors for my tags <p>

    Two images of what I would :

    http://hpics.li/6b8a45b

    http://hpics.li/da09e46

    URL of my website : http://www.davidprevautel.fr

    Thank you in advance

    #138302

    In reply to: gallery images Link

    Hi,

    1) No, the gallery images just support a lightbox link.

    2) Can you post a link to the gallery please? I couldn’t reproduce the issue on the demo page: http://kriesi.at/themes/enfold/shortcodes/gallery/ or on my test server.

    #137626

    Hey!

    Can you post a link to the website please? I need to check the css & html code first hand.

    Regards,

    Peter

    #138368

    Hey,

    You can insert the Image element then set the link to manual. Add the url of the video. It will automatically open the video in a lightbox when the thumbnail is clicked.

    Regards,

    Ismael

    #138148

    Hi,

    It is not a theme feature rather a standard browser behavior. There might be a different fix for each browsers and we can’t assure you that it will work. Try to add this at the bottom of js > avia.js:

    jQuery(document).ready(function(){
    jQuery('a,img').inohideTips();
    });

    (function($){
    $.fn.inohideTips = function(){
    return this.each(function(){
    var $elem = $(this);
    var savealt = '';
    var savetitle = '';

    $elem.hover(function(){
    if ( typeof $elem.attr('alt') != "undefined" ){
    var savealt = $elem.attr('alt');
    $elem.removeAttr('alt');
    }

    if ( typeof $elem.attr('title') != "undefined" ){
    var savetitle = $elem.attr('title');
    $elem.removeAttr('title');
    }

    },function(){
    if ( savetitle )
    {
    $elem.attr({title:savetitle});
    }
    if ( savealt )
    {
    $elem.attr({alt:savealt});
    }
    });
    });
    };
    })(jQuery);

    Regards,

    Ismael

    #28758
    Marssolutions
    Participant

    Hello Guys,

    Updated one of our enfold pages to use a colour section with a background image as fixed. Looks great on a desktop, however it doesn’t seem to work on iPad or iPhone as well. The image in the colour section is there, but it’s just a section of it and it scrolls, rather than stay fixed.

    Any ideas for a fix?

    Thank you.

    #138514

    In reply to: logo in footer

    Hey,

    You can add the logo on a Text widget. Just add the html tag:

    <img src="YOUR LOGO IMAGE URL HERE">

    Regards,

    Ismael

    #28732
    wesleysoccer
    Participant

    Is there a small code to install product thumbnails to the search results page? See here: http://cl.ly/image/2o100U1D1a0G

    Maybe replace the number with the small thumbnail image?

    #136907

    Hi,

    You still don’t have the latest version of Enfold. Please download the theme on your themeforest account and update your installation. You also have a lot of plugins installed. Please try to deactivate them. If you have a cache plugin, please flush the permalink settings.

    Regards,

    Ismael

    #28755
    CooperDevon
    Participant

    Hi,

    i added the Enfold Combo Widget to my Blog Sidebar.

    On the main page of the blog (the grid view of all posts), the combo works just fine.

    Once i click on an entry the combo is messed up and shows pages with empty pictures instead of the recent blog entries.

    Example:

    enfolg_widget_combo.jpg

    #138078

    That did it, thanks a lot!

    Regards,

    Tomas

    #137472

    Problem is fixed. It could be one of the plugins, but after deactivating all of the plugins, updating a few and reactivating them it works now.

    Another thing: you have to specify the Slideshow Image Size “Portfolio Small 260×185” in order for the .avia-super-small-width-slider to be applied. Or another option smaller than 300px wide.

    It doesn’t look at the parent column width to detect the size of the slideshow, but it looks at the image file name to see if the image is smaller than 305px wide.

    On the other hand, for .avia-small-width-slider seems that it detects the column width and applies this class even if the image

    I would like to hide the dots when I use these slideshows in 4 or 5 columns. I uploaded an image with original size 260×185 and in the slideshow I specified size: Original Size. The dots show.

    Of course I can save the originals at 260×185 and choose this size in the slideshow options. The problem is at this size the images are not looking good on hi def screens like on an iphone.

    I will figure it out and eliminate the dots. My question is:

    What width should be the images to fit 100% in a slideshow inside a 1/3 column element, 1/4 col element and 1/5?

    Same question for high def screens? I guess double the size?

    I like to optimize and save the images the right size I need. What is the best approach to do so and have the perfect images for slideshows in columns without having them resized by wordpress?

    #28737
    britorthopaedic
    Participant

    Hi, I am trying to create some white space between the thumbnail images of my three column portfolio. I’ve seen a number of threads that refer to the CSS:

    .grid-entry .inner-entry {

    width: 90%;

    margin-left: 5%;

    }

    .sort_width_container {

    padding-left: 1.5%;

    }

    and variations of. Unfortunately this isn’t resolving the issue for me. I have tried placing the code in both the Quick CSS and the Custom CSS file but I’m seeing no difference? The page I’m having problems with is: http://addandam.com/homepage-v2/new-cars-v2/

    Thanks in advance

    #28726
    cdapex
    Participant

    I hate to be pessimistic, but when 3 peeps join our forums with somewhat similar non-names with only the last 4 letters being different, along with a non-word email address…..a red flag goes up.

    Anyhow, is there a plugin to add security to joining my bbPress forums or apparently my WP site. My old phpBB forums had the “ask a question” field where someone needed to answer a question to join, is this available in bbPress/WP forums? If not, how do I add typing in an image………sry I don’t know the official names but any assistance is appreciated….thanks!

    #138265

    Thank you Yigit! That did seem to help. However, I brought it down to zero and there is still quite a bit of padding above and below the image. I’m still wondering if there’s some padding being added to the images.

    #138280

    Hi julievic,

    That is just a single image with the logo and text on it. See: http://kriesi.at/themes/enfold/files/2013/06/tablet-2-1500×1500.jpg

    The second image in the slider has a caption.

    Regards,

    Devin

    #138263

    Thanks Yigit!

    The Footer padding CSS didn’t seem to work at all – but I’m not sure if I was specific enough either. The footer I need to tighten up in terms of padding is the footer widget, which you can see here: http://www.greenway2020run.com/ – the area I’m referring to specifically is where the logos are. I’m wondering if there’s a style that’s in the theme where a lot of padding is being added to the images I’m inserting, I’m having similar issues with this in other sections of the site.

    Thanks!

    #136906

    I reloaded Woo Commerce, and the slider is still not working. Sorry, but I’m not sure what you mean when you say ” or the sever blocks the access to it.” What might the server be blocking access to?

    #138077

    Hey!

    Try using the page-id class to differentiate it:

    .page-id-26 .portfolio-preview-image { width 16%; }

    .page-id-165 .portfolio-preview-image { width: 70%; }

    Regards,

    Josue

    #138229

    Hi kellymarie2001,

    Generally no, it isn’t supposed to be buggy.

    Working with it is a bit different than with the regular visual editor however so it takes a bit to get used to doing layouts with all of the elements instead of just with the text item.

    Eg, if you are trying to do a layout with images and text its better to use the columns with text elements and image element instead of dropping the images into the text editor.

    For the spacing on items, the special headers have customizable padding but most other items are set via css theme wide.

    You can add this to your functions.php to give every element its own class field so you can easily add custom classes which tends to be where you can start getting deep customization:

    add_theme_support('avia_template_builder_custom_css');

    Regards,

    Devin

    #137967

    Hi Iano999,

    Can we see what you have no live? The css isn’t getting at the root of the issue which is as the theme responds to the users device it automatically gets padding added in. In most layouts this makes it look better but when you are trying to add the image directly to the edge it doesn’t quite work out.

    What you can do is target the ID of your color section (give it an ID in the color sections options). Then use that ID to target the container inside the color section and remove the padding. If we can see the site/section live we can assist with the css.

    Regards,

    Devin

    #137970

    The “header” in this case means the page title and breadcrumbs. This is controlled via the Layout Meta Box on your pages.

    The “blank page” template gives you a page without any logo, menu, page title, breadcrumbs or footer and socket. Its a fully blank page that will just output whatever you put in the visual editor or advanced layout editor.

    The Sliders for pages are only added by you if you want them. The image on *Posts* is automatically added from your featured image and there isn’t a setting to turn them off directly but you can control the blog template from the General Options in your theme settings.

    #28707
    Iano999
    Participant

    Hi,

    Can you tell me how to remove the iPad portrait stylesheet, so that it stretches from mobile landscape to iPad landscape? I essentially want to increase the parameters of the mobile landscape up to iPad landscape (so the page content will have more white space to the left and right all the way up to 989px, when it snaps over to the next stylesheet) as the menu overlaps the logo and the 25% width columns are displaying extremely thin, especially with images in them.

    Thanks, Graeme

    BeeCee
    Participant

    Hi,

    I have created a simple page without the Avia Layout Builder and discovered, that I cannot use right a h3 or h5 tag with creating my own selectors, or have I done something wrong?

    Here is the content of this test page:

    <h3 class="h3headline"><span class="h3background">This is headline 3 with stripes at the left and right</span></h3>

    <h5 class="h5headline"><span class="h5background">This is headline 5 with stripes at the left and right</span></h5>

    And the CSS for this:

    .h3headline {

    background: url("../images/shared/stripes.gif") repeat-x scroll center 10px !important;

    font-weight: normal !important;

    letter-spacing: 2px !important;

    margin-bottom: 12px;

    margin-top: 20px;

    padding: 2px !important;

    text-align: center;

    width: 100%;

    }

    .h3background {

    background-color: #FFFFFF;

    color: #BCA7B8;

    font-size: 15px !important;

    letter-spacing: 2px !important;

    padding: 2px 10px;

    text-align: center;

    text-transform: uppercase;

    font-weight: normal;

    }

    Same for the h5 (.h5headline and .h5background).

    It should show up like this

    In fact with these CSS and the code above, it doesn’t center and doesn’t show the stripes (path is right!), but with Firebug I discovered weird things concerning the h3 and h5 tags:

    Where do these double quotation marks coming from and these backslashes?

    Are there anyway coded in a theme’s file?

    My site is still in maintenance mode, so I hope these screenshots help. Thanks.

    #138076

    Hi!

    That worked, but the problem is that I have 2 portfolios, and the other portfolio shouldn’t have small images (those images is 900×675).

    Regards,

    Tomas

Viewing 30 results - 103,231 through 103,260 (of 106,399 total)