Viewing 30 results - 9,751 through 9,780 (of 10,078 total)
  • Author
    Search Results
  • #130146

    I removed the portfolio page and replaced it with a regular page and the same thing. Only visible urls to video.

    http://extremewatersportsgalveston.com/video/

    #26360
    heidi22
    Participant

    I am embedding video into a portfolio but can not figure out how to show an image/thumbnail to click on. All you see is the text.

    http://extremewatersportsgalveston.com/extreme_images/video/

    It also does not give me an image option in the video upload box that I saw in another post.

    #26348

    Topic: 16:9 gallery

    in forum Enfold
    stunna42
    Participant

    Hello – Please see the gallery a little down the page at http://thecaloriemythbook.com/comingsoon. How can I make this and other galleries show the main image and thumbnails with their original (16:9) aspect ratios? Thank you.

    #129950

    Hey Peter,

    Thanks for the link. In doing how you suggested it removes other items in the drop down Display Settings dropdown.

    Before the code I have 9 choices:

    Thumbnail – 80 × 80

    Medium – 300 × 300

    Full Size – 900 × 900

    Square – 180 × 180

    Featured – 900 × 430

    Portfolio – 495 × 400

    Gallery – 710 × 575

    Entry with Sidebar – 710 × 270

    Entry without Sidebar – 900 × 360

    Then I wrapped the code above in a function:

    // Add Custom sizes for Products
    function avia_change_image_size_array() {
    global $avia_config;
    $avia_config['imgSize']['product-thumb'] = array('width'=>250, 'height'=>250); // small preview pics eg sidebar news

    $avia_config['slectableImgSize'] = array(
    'product-thumb' => __('250 x 250','avia_framework'),
    );
    }
    add_action( 'init', 'avia_change_image_size_array');

    Now I only get 3 choices:

    Thumbnail – 80 × 80

    Medium – 300 × 300

    Full Size – 900 × 900

    250 x 250 – 250 × 250

    Thoughts on why the rest of the list is not appearing?

    #129949

    Hey!

    Try to wrap your code into a function and use the init hook to add your thumbnail size to the avia_config array: https://kriesi.at/support/topic/override-the-global-avia_config-within-child-functionsphp

    Best regards,

    Peter

    #26297
    faterra
    Participant

    Hello,

    I´m trying to personalize the toggles in my site: http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/?page_id=2270#toggle-id-3. It´s almost done, but the toggle background is not working with the code that I´ve posted in it. Is there a way to solve this problem?

    The code:

    [av_one_third first]Add 1/3 Content here[/av_one_third]

    [av_two_third]

    [av_gallery ids='2692,2691,2690' style='thumbnails' preview_size='portfolio' thumb_size='thumbnail' columns='4' imagelink='lightbox']

    [/av_two_third]

    Thank you,

    Fabiana

    #26290
    DesignerKen
    Participant

    I am trying to generate new image sizes in a child theme.

    I have added this to the child theme functions.php file:

    $avia_config['imgSize']['product-thumb'] 			 	= array('width'=>250,  'height'=>250);						// smaller product images

    $avia_config['slectableImgSize'] = array(
    'product-thumb' => __('Product Thumb','avia_framework'),
    );

    After I run regenerate thumbnails, I do see that the new image is on FTP. But when I am using the builder and use the image element I do not see the new size available in the “Attachment Display Settings” dropdown.

    Am I missing something to add this to that dropdown?

    #129762

    In reply to: Thumbnail Porportions

    Yes, thanks Dude – regenerating the thumbnails seemed to do the trick (I think :o) The only other issue I’m having is there’s a space or padding on my home page ( http://pancho3.com ) between the menu and the slider that I haven’t been able to figure out how to remove at this point. Do you have any suggestions? Thanks!

    #129761

    In reply to: Thumbnail Porportions

    Hey!

    It seems like you solved the problem: http://www.screenr.com/HfMH ? You can select a thumbnail size on the “portfolio” element option screen/modal window.

    Best regards,

    Peter

    #26230

    Topic: Thumbnail Porportions

    in forum Enfold
    Pancho3
    Participant

    Enfold Theme – how do I get the thumbnails in a gallery to have a uniform poportion (eg: maximum height)? Please reference: http://pancho3.com/portfolio-item/131/

    Thank you!

    #129577

    Hi!

    Hallo,

    WordPress sollte an dieser Stelle nur ein 36x36px Thumbnail anzeigen. Vielleicht existiert dieses Thumbnail noch nicht. Versuche die Thumbnails von den bestehenden Bildern mit: http://wordpress.org/plugins/regenerate-thumbnails/ zu generieren.

    Best regards,

    Peter

    #129019

    Hi,

    Undo the steps we did. Please follow this one. Edit includes > loop-index.php, find this code:

    //on single page replace the link with a fullscreen image
    if(is_singular())
    {
    $link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');
    }

    Below, add this code:

    if(strpos($blog_style, 'grid') !== false)
    {
    echo '<a href="'.$link.'"><img src="'.$link.'" title="" alt="" class="blog-grid-preview"></a>';
    }

    Edit custom.css or Quick CSS, add this code:

    .blog-grid-preview {
    width: 95%;
    border-radius: 10px;
    }

    Regards,

    Ismael

    #129378

    Hi,

    The best way to go about it, is to first install the Simple Image Sizes plugin ( http://wordpress.org/extend/plugins/simple-image-sizes/ ). The plugin will give you complete control over images: setting constraints for specific locations like blog, thumbnails, portfolio, gallery, shop, etc. along with the ability to set whether to crop an image or not in Settings > Media.

    Changing the dimensions of images does NOT automatically change all the images already uploaded but only affects new uploads. To change the sizes of images already uploaded, you will need to use the Regenerator – also a part of the Simple Image Sizes and found on the bottom of Settings Media. Don’t forget that images scale down, so always upload images bigger (or the same) as the constraints you set in Settings > Media (with the plugin) or you will get blurry (stretched) or incomplete images.

    You can add your custom image size to use by following this tutorial but fpr the last part where instead of gallery you would add blog image. https://kriesi.at/support/topic/how-to-change-size-of-featured-image-in-portfolio-item-page-and-disable-lightbox#post-123789

    Thanks,

    Nick

    Thanks for the reply.

    1. Can we provide you with a link privately via pm or email please so it’s not in a public forum?

    We are also experiencing additional issues with layer slider too. After a video contained in a slide has been selected / played, the option to select other slides via any means (nav, thumbnails) just disappears? Again, this is an urgent matter for us before we can go live with the site.

    2. Thanks for the link to the responsinator, didn’t know about that one and very useful indeed. Titles do appear to be fine there but weren’t working when we manually scaled the browser window. Thanks.

    3. Thanks for this info, might be above our level of comprehesion though. Can you export skins via the normal interface etc?

    4. No problem, thanks again.

    #26155

    Topic: Images inside Tabs

    in forum Enfold
    faterra
    Participant

    Hello,

    I managed to do almost everything I´ve wanted within the tabs, but still there are two topics i need help with: http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/?page_id=21#tab-id-1

    1. I´ve added images inside the tabs, but I don´t want them to work as a thumbnail, I don´t want the user to be able to click on them, I´ve just want to show the pictures.

    2. In the tab called ” O que precisamos” I want to show 3 sets of easy slides with popup, is it possible? How do I do this?

    Thank you,

    Fabiana

    #129315

    Hi,

    You can find the thumbnail sizes on functions.php, find this codes

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
    $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider
    $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)

    You can adjust the max-height of portfolio thumbnails with css.

    .attachment-portfolio.wp-post-image {
    max-height: 150px;
    }

    Regards,

    Ismael

    #128591

    Hey,

    I agree with Devin, looks like regenerating the thumbnail will solve the issue. If you didn’t change anything with the code and you are uploading images with the same dimension then they should be cropped equally. We would like to inspect the issue but the link you gave us doesn’t have the AJAX turned on.

    Regards,

    Ismael

    #129257

    Hi Fabiana,

    1) We don’t have any experience using the CodeStyling plugin so there isn’t much we could do if it isn’t working correctly. The theme does support translation with PO files but it only has built in support directly for WPML from a plugin standpoint.

    2) I’m not clear on what you mean.the slider with the thumbnails is showing on my first visit and scrolling up or down doesn’t cause it to go away on my end.

    3) I don’t believe so no. Not all shortcodes are currently stackable. Kriesi plans on adding support for more of them to be nested like that but right now it isn’t supported.

    Regards,

    Devin

    Apostelman,

    The best way to go about it, is to first install the Simple Image Sizes plugin ( http://wordpress.org/extend/plugins/simple-image-sizes/ ). The plugin will give you complete control over images: setting constraints for specific locations like blog, thumbnails, portfolio, gallery, shop, etc. along with the ability to set whether to crop an image or not in Settings > Media.

    Changing the dimensions of images does NOT automatically change all the images already uploaded but only affects new uploads. To change the sizes of images already uploaded, you will need to use the Regenerator – also a part of the Simple Image Sizes and found on the bottom of Settings > Media. Don’t forget that images scale down, so always upload images bigger (or the same) as the constraints you set in Settings > Media (with the plugin) or you will get blurry (stretched) or incomplete images.

    Use this plugin , believe me it will make your life a lot easier.

    Thanks,

    Nick

    #26108
    Apostelman
    Participant

    Hi,

    imo the images should get resized to the custom thumbnail sizes after uploading. i tested with several images and only some of them are displayed with the wrong size. resizing the images with a 3rd party app before upload is NOT an option!?!!! if needed, the script has to scale images up to the maximum needed width and height.

    here is a screenshot of a quick test

    http://s1.directupload.net/images/130712/e7noc7qx.jpg

    http://s14.directupload.net/images/130712/opb6lwc8.jpg

    Hi,

    imo the images should get resized to the custom thumbnail sizes after uploading. i tested with several images and only some of them are displayed with the wrong size. resizing the images with a 3rd party app before upload is NOT an option!?!!! if needed, the script has to scale images up to the maximum needed width and height.

    here is a screenshot of a quick test

    http://s1.directupload.net/images/130712/e7noc7qx.jpg

    #26085
    faterra
    Participant

    Hi, I am new at wordpress and enfold and I have some questions if you can help me:

    1. Translation into PT-BR (Brazilian Portuguese). I watched the video tutorial, istalled the CodeStyling Localization, and added and edited the mo, but the translation still not showing on my site. What am I missing? http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/?page_id=21.

    2. I want to use the easy slide but, the big image above the thumbnails, shows only when I reload the page, if I scroll down and back up the big image disapears. http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/?page_id=2270.

    3. Also, is it possible to insert an slide galery inside the Tabs? I was able to insert images, but not the easy slider.

    Thank you,

    Fabiana.

    #128761

    Hi Devin

    addthis html is as follows:

    <div class=”addthis_toolbox addthis_default_style “>

    <script type=”text/javascript” src=”http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4f07a4da3532511e”></script&gt;

    </div>

    When you add this to the portfolio and then select to view the portfolio in Ajax format, the thumbnail previews do not load, so you cannot access the page. I tried adding the addthis widget – its a big shit sandwich, as I don;t want sidebars..

    Can you see any solution?. Thanks mate.

    Hi Devan,

    Thanks for your response.

    1) I’m not sure how the Corona theme is still showing or affecting the Enfold theme. I’ve only changed the custom.css file and added the Enfold Portfolio Coding into these pages. Can you please advise how to get this working as Enfold?

    2) Can you tell me the width of the central section please then I can change the images to fit based on how many columns I’ll use. The image size info in functions.php is only thumbnails not the width of the website design.

    Thanks, Siobhan

    #128777

    Hey!

    Open up wp-contentthemesenfoldincludesloop-portfolio-single.php and comment out/delete following code

    $thumb = get_the_post_thumbnail(get_the_ID(), $avia_config['size']);

    if($thumb) echo "<div class='page-thumb'>{$thumb}</div>";

    Best regards,

    Peter

    #128723

    Hi Siobhan,

    In the functions.php file you can find all of the thumbnail sizes that the theme generates for each image uploaded.

    Regards,

    Devin

    #127645

    Hi,

    Just tried on my local system and all worked. I suspect you problem is in the way you setup you permalink structure.

    Do this.

    1) Kill you permalink structure. change it to what it was Default (only uses query string with no pretty permalinks). Then look at the website again. This should make second page work.

    Do you have catalog defined as a category anywhere (woo commerce category, portfolio category, blog category)?

    Also check the portfolio advanced element on your portfolio page where you set how many portfolio thumbnails to show per page, how many do you have? How many portfolio items do you have in total?

    Please paste a snapshot of this whole page -> http://www.clipular.com/c?9552023=UxO-DcUo98mIG_Wxs1lkA2Ad3kw&f=.png

    Thanks,

    Nick

    #25952
    DavyE
    Participant

    So for the Portfolio Grid I add a featured image to show as thumbnail for that page. But when I click on that page, that featured image is shown again in my page. I don’t want that, I want the featured image to only show in the grid overview.

    As I saw on the Enfold demo site, it should be possible, so how do I efficiently do this, please?

    #128588

    Unfortunately, that’s not the solution. :(

    First, I haven’t changed anything about the theme or any code whatsoever since adding all 8 test images in a row. So there’s no reason why they should be regenarated. All thumbnails were added with the exact same dimensions. If they were different, they would also be different in the portfolio grid (they are set to no scaling). Yet in the grid they are all exactly the same, so why change in the AJAX preview?

    Second, I already tried regenarating the thumbnails with that plugin, to no avail.

    Third, the dimensions in the AJAX preview seem totally random. If I put text in the AJAX preview section, then the image is scaled to about 2/3 page width and the text area to 1/3 width, as seen on the Enfold demo site. If I enter nothing or only one or two words in it, then the image is scaled to about 1/4 page width and the text area to 3/4 width. Yet, in this last case the image is not strictly 1/4 of the page width, but sometimes more and sometimes less.

    To show you an example, see this link: http://goo.gl/p0PNC

    Clicking on the first logo will show you the correct dimensions of that logo in the AJAX preview, but once you start navigating through other logos you will notice the change in dimensions between each logo. Completely random, it seems, though I personally assume it has something to do with the amount of text (longer texts or titles force the image to become bigger, smaller texts or titles force it to become smaller). For example the HML logo is small in preview, and it has only 3 letters. The Horst Pöppel logo is bigger, as the name is also bigger (name is even forced on two lines, why?).

    Thanks in advance.

    And one other question about the AJAX preview, but not related to the above issue:

    Is there a way to set the “Slideshow” function in the AJAX preview properties as standard instead of “Gallery”, please? It’s an immense job to manually change this for hundreds of items.

    #127866

    Thanks Devon, how can i place a slider on single product page and a slider like in your blog demo on the single post page – the demo slider on single blog pages has heading You may also like……….. and there is about 6 small thumbnails. Cheers Shaz

Viewing 30 results - 9,751 through 9,780 (of 10,078 total)