-
Search Results
-
Topic: New Lightbox Issues
Hello,
I know prettyphoto has been removed but I’m trying to get the default one working to no avail.
1) Originally, I had videos with “rel=”prettyPhoto” tag to open the video in a pop-up. What should I change it to now?
2) How come my thumbnails aren’t opening in the new lightbox? I don’t have any code around it that should inhibit it (to my knowledge).
I have created a fullwidth easy slider containing 8 images of different sizes and aspect ratios, with the following settings:
Size: Featured Large
Stretch image: No
Transition: Fade
Auto-rotate: Yes
Duration: 4Certain images were getting cropped on top and bottom, so I resized them to 630px high (matching the featured large size) and regenerated thumbnails. However, it would be helpful to know if there is a way to set the slider (or the global media settings?) so that images aren’t cropped. Please let me know if so. Thanks!
I would like ton include the featured image in serach results?
I have found this code
<div class=”entry”>
<?php
if ( has_post_thumbnail() ) { // check if the post Thumbnail
the_post_thumbnail();
} else {
//your default img
}the_excerpt(); //your short description
?>
</div>This is the search.php for enfold
<?php
global $avia_config;/*
* get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
*/
get_header();$results = avia_which_archive();
echo avia_title(array(‘title’ => $results ));
?><div class=’container_wrap container_wrap_first main_color <?php avia_layout_class( ‘main’ ); ?>’>
<div class=’container’>
<main class=’content template-search <?php avia_layout_class( ‘content’ ); ?> units’ <?php avia_markup_helper(array(‘context’ => ‘content’));?>>
<div class=’page-heading-container clearfix’>
<section class=”search_form_field”>
<?php
echo “<h4>”.__(‘New Search’,’avia_framework’).”</h4>”;
echo “<p>”.__(‘If you are not happy with the results below please do another search’,’avia_framework’).”</p>”;get_search_form();
echo “<span class=’author-extra-border’></span>”;
?>
</section>
</div><?php
if(!empty($_GET[‘s’]) || have_posts())
{
echo “<h4 class=’extra-mini-title widgettitle’>{$results}</h4>”;/* Run the loop to output the posts.
* If you want to overload this in a child theme then include a file
* called loop-search.php and that will be used instead.
*/
$more = 0;
get_template_part( ‘includes/loop’, ‘search’ );}
?>
<!–end content–>
</main><?php
//get the sidebar
$avia_config[‘currently_viewing’] = ‘page’;get_sidebar();
?>
</div><!–end container–>
</div><!– close default .container_wrap element –>
<?php get_footer(); ?>
Could I make this work? Any advice on where to place the code would be greatly appreciated.
Here is an issue that is starting to worry me
We have events every week and we usually get a good 20 photos per event
If I take a single image that has already been compressed its around 88k
After uploading that single image in a gallery we now have 590k used by 14 images…for a single image uploaded
After uploading 17 images for 1 meg we get 8.3 megs in 238 images…a 14X more images than initially uploaded
After a year you end up with terrabytes of extra images and huge volumes to backup daily
This is an issue. Can you tell me why there are 14 different sizes for images uploaded to the gallery?
I need to have only 2 sizes for the gallery: The 180×180 preview image and the full size…that s it
If I upload an image to the site to use as a banner I have no problem with 14 different sizes made but for galleries there is no reason to bleed that many images.
I suspect the code is all or nothing…right?Any chances you could look into having only two sizes for images using the gallery? and only have 14 different size for non gallery uploads? If one changes the size of the thumbnails one can always regenerate the thumbnails. I just can t handle 100.000 images folders.
Topic: Video Ligthbox
Hi there:
As I can do to make a video is viewed in a lightbox on the same page.
I created thumbnails and I want the visitor when punche the link open a lightbox and video display.
Thank you.
regardsHi, I’ve just updated my Enfold which made most of my portfolios stretch full screen width, I like it and want to keep it but have a question.
When viewing my home page portfolio http://www.davidmattock.co.uk on my large screen 1920 x 1080 the thumbnails at 4 columns were too big so I changed it to 5 columns which looks great. But my problem now is on smaller res screens or ipads in landscape 4 columns look much better as 5 is too small.
Is there a way to get it to change from 5 cols to 4 when viewed on a smaller and not as wide format screen ?
Many thanksHallo,
I’m using Masonry Gallery to build my portfolio, but gallery on my website does not display correctly on the mobile phone.
There is a problem with thumbnails. There are overlapped by Title and Caption so almosn not visible.
http://mapme.lh.pl/cinetic2/portfolio/takk-tymczasowa-akcja-kulturalna-katowice-2011/Check Images please.


How can I solve this problem?
Topic: Blog Posts' Featured Image
Hi, I need some advice for Featured Image of Blog Posts.
1. If I set the home page to show “Single Author, small preview…”, it allows space for a featured image even if there is none! How do I get rid of this unnecessary space?
2. On both the home page and the post page, it is unnecessarily cropping the image.
And yes, I’ve tried regenerating the thumbnails.
Thanks in advance for you amazing, prompt support!
