Viewing 30 results - 8,911 through 8,940 (of 10,094 total)
  • Author
    Search Results
  • #209202

    For gallery etc, I would like an additional option assigned when one selects ‘lightbox’. The only option now is to open the same image once again. Ideally one has the option of (1) same image – could be default, and (2) open a different image > select file.

    for example, one shows a final logo as thumbnail but upon click shows the concept art that came before (and not neccessarily the same logo once again, that’s just repetition).

    Cheers!

    This reply has been marked as private.
    #209040

    Hi there – thanks for the quick response.
    unfortunately some of the CSS do not seem to work.

    1) not working. the tabs in the picture are still there. however – i used the thumbnail regenerator – which made my catalogue images look even more blurry. so i resized the images to 450 with a photoeditor – uploaded it – nothing changed. :-(
    also – how can i get rid of the lighbox (open product image in new window) of the product image?

    2) perfect – thats what i was looking for!
    3) same here – top!
    4) this works too – thanks for that
    5) unfortunately this did not change anything – any other idea?

    is there any information how i can set up the correct image size for catalogue image, product images, thumbnail images? what should i consider in the woocommerce settings?!

    i have tested the images with a standard theme – everything shows up perfect! no tab/sidebars, no blurred images… i have no idea why this is happening…

    #208957

    Dear Ismael,

    https://www.peetersduurzaam.nl/webshop-2/ The category names on this page are Warmtepompen, Zonnestroom and Zonnewarmte. For every category or subcategory (all listed in the sidebar) the names are shown this way. We would like the font size to be bigger, and the font style to be as “Waarom Peeters Duurzaam?” on our homepage, with the horizontal line behind te words.

    Also, the names are below the thumbnails, could we put the thumbnails below the names?

    Kind regards,

    Pim and Gonneke

    #208834

    Hey aovivo!

    Please do the following:

    1.) Add this on your custom.css or Quick CSS:

    .woocommerce-main-image.zoom {
    overflow: hidden;
    }

    2.) Change the product title using this:

    .product_title.entry-title {
    font-size: 13px;
    }

    And the price font size with this:

    #top .price span, #top del, #top ins {
    font-size: 17px;
    line-height: 24px;
    }

    3.) Change the button color with this:

    .main_color .add_to_cart_button.button.product_type_simple {
    background-color: red;
    }

    4.) Increase the bottom margin of categories using this:

    .product_meta {
    margin-bottom: 20px;
    }

    5.) Change the upsells or you may also like products using this:

    #top .upsells.products h2 {
    font-size: 15px;
    color: red;
    }

    6.) It should be using the shop catalog image size which 450×450. Please regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    #208763

    Hi kudesign!

    In the functions.php file look for this line:
    $avia_config['font_icons'] = apply_filters('avf_default_icons', array(

    This starts the list of all of the icons that are used for the various theme functions. You can replace the icon number or upload your own and then replace the font type name and the number from your own font.

    See this for how to add your own font: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Cheers!
    Devin

    #208625

    Hey!

    If you want to change the thumbnail image size with css you can use following code

    
    #top .ngg-widget img {
    max-width: 50px;
    max-height: 50px;
    }
    

    Best regards,
    Peter

    #208623

    Hey!

    Our support team is not only based in Europe and i.e. Ismael lives on the Philippines. Your login data is safe. Please use the “private reply” feature to post the login credentials.

    Regards,
    Peter

    #208390

    Hi!

    Please check the thumbnail fade in effect option: http://www.clipular.com/c/5844663923638272.png?k=kpW9Aw9E9gbNaWSuXuSe5QXCPA0 and set it to “Activate on page load”.

    Regards,
    Peter

    #208364

    Hi!

    You can try to change the thumbnail size of the images in the default gallery (i.e. use “No Scaling (Original Width X Original Height)”). Then use following code

    
    #top .avia-gallery .avia-gallery-thumb a {
    height: auto;
    width: 20%;
    }
    

    to change the width of the images in % and the height:auto attribute will make sure that the images are not cropped.

    Best regards,
    Peter

    #208357
    kudesign
    Participant

    Hi, I am trying to figure out how to use an alternative icon for the thumbnail mouse over:
    icon

    Where is this icon located, and if this can be changed to a custom one? many thanks!

    #208150

    Hi!

    You can use this plugin to easily turn off cropping on image thumbnails http://wordpress.org/extend/plugins/simple-image-sizes/

    and then use it to regenerate your images using the new rules.

    Regards,
    Devin

    #208079

    Question:
    Are the thumbnails for gallery/masonry actually generated thumbnails which link to the full sized image, or are they just scaled down? YSlow flagged all of my images as being scaled down using HTML.

    I updated but that didn’t help things. I resized all my images to 800 x smaller it is loads them faster…. of course. The Gallery still dislays them faster either with original or resized images. Hopefully you guys can make some improvements to the masonry load times.

    Thanks much!

    #207958

    In reply to: Changing Size of Text

    Hi
    I am new to css but learning. I have a couple of questions:

    >I would like to change the font & font size of the titles in the thumbnails of the portfolio grid.
    I added this to the quick css but don’t see the change, and need to also change the font.

    .slideshow_container .portfolio-title .main-title{
    font-size: 25px !important;
    }

    ?
    thanks

    • This reply was modified 12 years, 2 months ago by Munford.
    This reply has been marked as private.

    Isn’t there another reason for this issue? I guess, only changing CSS of the thumbnails wouldn’t be enough, because they have these ENFOLD overlays, too. CORONA can handle this perfectly – with the same plugins and settings.

    Here a screenshot with Firebug – why does ENFOLD ignore this size of 50px?
    http://screencloud.net/v/hcbp

    Has it something to do with ENFOLD’s overlay images?
    I’ve tried this http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/, but this hide them only and has therefor no effect on the NextGen widget thumbnails, which should be 50x50px.

    Hey!

    I think that can be fixed with some CSS code, but i need to see the site live.

    Best regards,
    Josue

    my site is offline, sorry, it is not yet ready. What information do you need?
    By the way: I have deactivated all plugins except of NextGen (and for another test round the NextCellent plugin) to avoid any conflicts, but this has not helped.

    Hi,

    Can you post a link to your website please?

    Regards,
    Josue

    #207738

    In reply to: Enfold popup effect

    Hi,

    I just resolved using the code:

    rel=”prettyPhoto” like the example:

    //YouTube//

    Thanks

    BeeCee
    Participant

    Hi,

    when I use in ENFOLD the “NextGen Gallery widget”, then the resizing of the thumbnails to 50x50px is ignored:

    The thumbnails of the NextGen widget stay at a size of 150×150 px, which is the thumbnails’ size at the NextGen settings page (I need this general setting of 150x150px for my galleries):

    Note:
    I use

    • WP 3.8, uploaded today the new ENFOLD theme
    • the NextGen Plugin 1.9.13, not the buggy new one. But I have tried this with the NextCellent plugin, too – widget thumbnails size is ignored there, too.
    • It is no matter whether I use the widget in sidebars of normal pages or pages created with the ALB.

    However:
    When I switch to my old CORONA theme – there the Nextgen widget resizes the thumbnails (as set in the widget) correctly to 50x50px:

    So it seems to be an ENFOLD issue. Any idea?
    Thanks.

    #207507

    In reply to: so many image files

    Hey maratino!

    With how cheap space is it typically isn’t a concern. I think performance wise generating the thumbnails is the best option and I don’t think Kriesi has used timthumb since maybe the Display theme.

    Best regards,
    Devin

    #207419

    In reply to: Testimonial image size

    Hey effectandaffect!

    In WordPress dashboard please go to Settings > Media and change Thumbnail size to 120x120px then regenerate thumbnails using this plugin http://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Yigit

    #207412

    Topic: Testimonial image size

    in forum Enfold
    effectandaffect
    Participant

    I need to set the image size to 120x120px. I changed the CSS, but the thumbnail image is 80x80px and the image appears distorted.

    http://mandrakecomunicacion.com/simonaraujo/recommendations/

    Thanks in advance!

    #207242

    I would think that if you were to manually edit the image in WP crop it and set the new crop to save to thumbnail then that should do it. Sadly that does not work.

    Maybe it is a feature you can add in the future.

    Luckily for me plugin works. woot.

    • This reply was modified 12 years, 2 months ago by Michael.
    #207124
    Barabbas
    Participant

    Hey guys, my site is http://www.mashitout.com/home/ and I’d like to get the blog post view-able in a straight line like,
    (Thumbnail pic)-Title above Excerpt – Read more…
    Instead of the pic being above the excerpt. Basically more like a rectangle for each post. Also how can I get rid of “January 8, 2014/0 Comments/in General /by Barabbas” before my excerpts? I tried changing the options and different preview pics and I couldn’t get it in a rectangle shape. I tried searching the forums for an answer in hopes someone else asked the same thing but I guess I’m the noob here lol.

    Found my answer by accident. Sorry for posting.

    • This topic was modified 12 years, 2 months ago by Barabbas.
    #207051

    Works like a charm on the posts. However the date still shows up on the Enfold child latest news widget and on the blog post thumbnails (when I add links to posts from the avia layout builder.) Any more tips?

    #206971

    Hi Ina!

    You can extend the thumbnail width by using this css code

    
    #top #wrap_all .avia-gallery .avia-gallery-thumb a {
    width: 25%;
    }
    

    – insert it into your child theme style.css file or into the quick css field.

    Cheers!
    Peter

    #206784
    Ina
    Participant

    Hi there!

    I’am wondering if there is any way to show just one row of 4 thumbnails under the gallery with one big preview picture?

    4 thumbnails

    Just like here. But when I add more pictures to the gallery, it kills the nice structure of the thumbnails. :)

    Glad for any help! Thanks!
    Cheers, Ina

    #206480

    Hi, this just solved my problem. yay! Thanks for the support for a great WordPress theme. I appreciate all the efforts.

Viewing 30 results - 8,911 through 8,940 (of 10,094 total)