Viewing 30 results - 9,781 through 9,810 (of 10,094 total)
  • Author
    Search Results
  • #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

    #128587

    Hi DavyE,

    Try using this plugin to regenerate your thumbnails: http://wordpress.org/extend/plugins/regenerate-thumbnails/

    If the size was changed then the new size would only be reflected on new images so they would all need to be regenerated.

    Regards,

    Devin

    #25896
    DavyE
    Participant

    I was just adding portfolio items when I noticed an unlogical difference of the AJAX preview image. Each featured image for the portfolio items are set to the exact same size (there is not mistake possible as I use the same psd to export them from). Yet, when I click on a portfolio item to open the AJAX page, some thumbnails are smaller, some are bigger.

    When I saw the first one way smaller than the rest, I went into WP Media Library to the image size settings. I changed nothing but just clicked “Update” and the AJAX preview suddenly seemed ok.

    Unfortunately, not all thumbnails are ok after I do this trick, most still stay above or below their actual dimensions. And either way, it’s important that I don’t have to do this trick, because there will be hundreds of items…

    FLSouthPaw
    Participant

    ENFOLD

    I would like to hide the “Add to Cart” button on product thumbnails… unless the user is logged in but still keep the “Show Details” button…

    How can I do this?

    MLL

    1) You can reduce the sidebar margin with following css code:

    .inner_sidebar {
    margin-left: 50px;
    }

    Decrease the margin-left value. It’s not easily possible to change the outer margins or the margin between content area and sidebar because this will break the existing layouts and would require some major adjustments to the css grid.

    2) Open up wp-contentthemesenfoldincludesloop-index.php and search for

    $link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');

    You can replace “large” with any other thumbnail size (small, medium, portfolio, portfolio_small, entry_with_sidebar).

    #128036

    Did you set this image as post thumbnail (featured image)? If you want to get rid of the post thumbnail on pages open up wp-contentthemesenfoldincludesloop-page.php and replace

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

    with

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

    #127426

    Hi,

    Ok, update. I did Dude’s code and the shop overview page product thumbnails hover starts working even if the “No hover effect” is selected.

    FYI, the hover effect will only work if there is an image added on the Product Gallery section.

    Regards,

    Ismael

    Hi,

    You don’t like that? It looks like the letter E for a split second till the brain starts screaming that it’s an imposter. ;)

    http://www.clipular.com/c?8916059=aDTSjCmzXJesBnenPQiYtT69ZaI&f=.png ;)

    That effect is not the theme (since the code producing it can’t be found in the theme); so It’s likely one of your plugins, I think Jetpack would be the likely suspect.

    You can get rid of it by using this css:

    .gallery br {
    clear: none !important;
    }

    Just add it to /css/custom.css OR to Quick CSS.

    Thanks,

    Nick

    #127422

    Hi,

    Do you want to enable the hover effect by default?

    Open config-woocommerce > admin-options.php, find this code

    $el[] = array("slug"	=> "avia_product_hover",
    "name" => "Hover effect on <strong>Overview Pages</strong>",
    "desc" => "Do you want to display a hover effect on overview pages and replace the default thumbnail with the first image of the gallery?",
    "id" => "_product_hover",
    "type" => "select",
    "std" => "",
    "class" => "avia-style",
    "subtype" => array("Yes - show first gallery image on hover" => 'hover_active', "No hover effect" => ''));

    Replace it with

    $el[] = array("slug"	=> "avia_product_hover",
    "name" => "Hover effect on <strong>Overview Pages</strong>",
    "desc" => "Do you want to display a hover effect on overview pages and replace the default thumbnail with the first image of the gallery?",
    "id" => "_product_hover",
    "type" => "select",
    "std" => "hover_active",
    "class" => "avia-style",
    "subtype" => array("Yes - show first gallery image on hover" => 'hover_active', "No hover effect" => ''));

    Regards,

    Ismael

    #127843

    Hi,

    Use the img tag instead then link it on the youtube video.

    <a href="YOUTUBE VIDEO URL"><img src="IMAGE URL"></a>

    Regards,

    Ismael

    #126784

    Hi,

    I visit the link: http://www.thechristiandollar.com/charting-life/

    It is not on Grid Format, so we can rule out that this is not a Blog Grid Format issue.

    Please attach a featured image using Set Featured Image. Also, try to regenerate the thumbnails.

    http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,

    Ismael

    #25682
    techmatters
    Participant

    Hi, I have a bit of an issue – a strange one, too, that seemed to pop up quite randomly, after working without a problem for a while now. I have a homepage slider on http://www.profoundcoaching.com.au/NEW/, with a Youtube clip that appears when clicked (autoplay is set to off.) Until this morning, however, this clip had a thumbnail as expected (the one generated by Youtube, which you can select after uploading the image; I did it myself, so I know that it was done correctly) — but then, after I edited something else entirely in the slide, the thumbnail has *disappeared*.

    In its place is the ugly grey “default” thumbnail. When the image is clicked, the video plays normally, but that thumbnail is obviously quite ugly and uninviting – no one will bother to click on it and see the video, if there isn’t a visually pleasing image there to encourage them to.

    Any help that anyone can offer would be *greatly* appreciated! Everything else on this site is ready to go, and we were *just* about to go live before this issue popped up.

    Kind regards,

    — Nathan

    nick_o_laas
    Participant

    Page:

    http://intuition-designs.com/KEN/gallery/

    When minimizing the window, the thumbnails collapse in a strange order where there is space to the right every 2 rows or so.

    #126359

    Great! Thanks

    #127439

    urgent

    I load images again in the layer slider

    it is show in the front end and its preview is available,but on the home page thumbnails only viewed ,I attach image to show front end,

    http://hpssign.com/en/wp-content/uploads/2013/07/layer-slider-screen-error.jpg

    and this is the new url

    http://hpssign.com/en/

    so please take a look and tell me your opinion

    thank for your time

Viewing 30 results - 9,781 through 9,810 (of 10,094 total)