Is there any way to keep selected pages from showing up in search results?
I have set up a basic portfolio that opens a lightbox with the image in it. I don’t want the actual portfolio page to appear as a search result because it is blank except for the cropped portfolio featured image.
Thx in advance.
Hey Peter thanks for the code. It didn’t appear to work though. If you visit the link in my previous post that will take you to a masonry gallery page to test. The code you gave is still in place in my child theme for testing.
just for clarity, I noticed you had me change masonry_entries.php instead of masonry_gallery.php, now I admittedly have no idea what to change but as there is only two masonry scripts and two masonry elements (entires and galleries) I figured we would be changing the gallery php as that is were I want the media item title to show in the lightbox.
If we do in fact need to change the entires then disregard below. But if that was an oversight than please advise further. There was likely more you changed in the code you provided for the entires but the only thing I noticed on first glance was this…
if(!empty($attachment))
{
$alt = get_post_meta($thumb_ID, '_wp_attachment_image_alt', true);
$alt = !empty($alt) ? esc_attr($alt) : '';
$title = esc_attr(get_the_title($thumb_ID));
if(isset($attachment[0]))
{
you added the 3 lines in the middle. I thought maybe I could copy this work in the masonry_gallery php but didn’t find a similar location, and there was likely more you changed that I wasn’t seeing anyway.
1. So please advise how to make the change visible in a masonry gallery element, so the title of the image shows in the lightbox.
2. Also if the change to the masonry_entries was by mistake, what will that change do? If it does in fact show the title of anything pulled by a masonry entry that is opened in the lightbox I can just leave it, as I would like that functionality. I just don’t have any masonry entries on my site to test. But I could make one of course.
Thank you in advance for looking into this further.
Cheers
I just checked the jquery.prettyPhoto.js file. It was already set to true which is probably the default for the template.
By the way, the screenshot in my post is from the demo page for Enfold, not my personal website, although it does the same thing on my website. So it’s an issue in the template’s coding. Could you have someone look into this and find a solution?
Thank you.
-
This reply was modified 12 years, 5 months ago by
kylehogan.
Hello Kriesi Team,
2 kleine fragen.
1) wir würden gerne im easy slider externe Bilder (webcams, die somit automatisch updaten) über externe URLS einbinden. Selbiges allenfalls beim normalen “Image”. Beides erscheint uns nicht möglich! Kann das sein oder gibt es eine workaround?
2) das Scroll to top Icon (rechts unten) hat bei uns keine Pfeil mehr (z.B: http://goo.gl/CbSsX1) Wie können wir das ändern?
vielen dank und lg
I’ve tried changing width in grid.css in the Mobile (Portrait Section) but it doesn’t seem to change it.
Images on home page using full-screen slider are cropped in the mobile view. Is there a way to have images keep their aspect ratio in mobile view? Fine even if they are letterbox.
I want to create our porfolio pages just like below,
http://goo.gl/fv4eGT
I did created this page but the problem that I’m facing is for showing images I have to go through a procedure,
i.e. 1. I drag image from”Media Elements”
2. I search and select my required image.
3. Then to connect the same image with its high resolution image to show in a lightbox, I’ll need its direct URL and to find that I’ll need to Open Media Library (as wordpress doesn’t show the URL of the image when you are selecting images for image Media Element) => search again for the same image => then click on it to copy its URL => and then again go back to the portfolio entry I was working on and paste the URL.
WHICH IS A PROCEDURE and as we have too many images for each portfolio entry and we have hundreds of portfolio entries.. which could take too long to finish only our gallery.
So, my question is I want to use Gallery from Media Element which very simple and straight forward but the problem is,
IS THERE A WAY I CAN SHOW MY IMAGES BY USING GALLERY IN SIMILAR WAY (attached URL above) ?
mean one after another vertically in big size without THUMBNAILS and already connected with Lightbox feature. JUST LIKE AJAX Portfolio.
And the reason why I’m cancelling AJAX Portfolio style is it doesn’t provide you separate link for each entry to share on other forums.
Sorry for my highly detailed explanation. I just don’t want too much back and forth so I tried explaining myself as much clear as possible.
Thanks
Looking forward for your Magical Support which is always very helpful :)
Big Thanks in advance.
Hi,
Can someone help me solve this problem please?
Kind regards
Hi Indiatravelz!
On which elements would you like to use rounded images?
Regards,
Yigit
Hey kylehogan!
Please go to wp-content\themes\enfold\js\prettyPhoto\js folder and open jquery.prettyPhoto.js file and make sure allow resize in following line is set to true
allow_resize:true,allow_expand:true
Cheers!
Yigit
Hi dweb!
Can you post the link to product detail page where scrollbar appears?
Regards,
Yigit
Thanks, Yiligit!
Works great. For other people reading this: I kept the code from my initial question and then added Yigit’s code. This makes the column with the thumbnail images look a bit nicer, and the thumbnails are centered in the column.
Hey @MBAM, that looks really nice.
One suggestion though, in your header sliders you’ve used PNGs for the background images, and they’re pretty big so they load rather slowly. i was waiting for the header to load on all your pages.
One of those 700kb PNGs saved as a jpg would come in at about 70kb with no discernible loss of quality and it would load significantly faster.
This reply has been marked as private.
Hi . The image is ok now. Pls have a check if I can change to this kind of layout for the product page. Many thanks.
http://www.volantexrc.com/volantex/wp-content/uploads/2013/10/123.jpg
I posted a similar question and got directed here. My problem is now fixed with Kriesi’s October 24, 2013 at 12:54 pm post (the long bit of CSS).
My problem was a little like this one, but not quite the same. For me, I saw the problem on Chrome, but it was much more pronounced on Safari. I’m using the latest version of Enfold and various versions of Mac OS and Safari. They all have the problem.
My problem wasn’t ‘jumping text’ but ‘blurring text’. All text after the Easy Slider would blur during the slide transition and then go solid again whist the image was paused between transitions. The blurring would happen even if the slider was off-screen. I say ‘blurred’ but perhaps a better description would be ‘thinned’. The font seemed to go to a lighter weight, but it had the effect of blurring the text.
Anyway, all fixed now with the { -webkit-perspective: 1000; and -webkit-backface-visibility: hidden; } change.
Thanks!
Hello,
i cannot figure it out…how to fix it
I made as the example showed on ENFOLD demo, on one page portfolio, with a link within a page.
If now i click on the “button” the page scroll down to the marker # I used. Image 1 with white arrow.
I have a small problem with the alignement, as you can see from the image. (image 2 with zoom)
When the page scroll down, it does not align perfectly as in the ENFOLD template demo.
It lives some space between the content and the header and overlapped it.
there is a way to fix this using css ?
I sow that if i use the “small fixed header” there is no problem. This happen only with the fixed header with social icon and navigation.
Header image
-
This topic was modified 12 years, 5 months ago by
LA_BREVA.
Hi,
I have created a page with a ‘portfolio-grid’. I have chosen the option to show a preview of the entry. So when I click on the item it opens above and shows the images and some preview text in the right column. I want to use the element “icon list” in the right side.
So, the issue is that when I go to the specific portfolio item and want to enter the preview text I select “shortcode” and select the “icon list” from the dropdown Then a box pops-up where I can change the icons and text I want to use and when I click “SAVE” nothing is inserted in the text preview field. BUT – if I do this without changing icons or text and just click on “SAVE” when the pop-up box shows the demo content is inserted. Then I can of cause just type in the things I want but I don’t know the codes for the icons etc. and this is a bit more complex instead of selecting the icon from the list etc.
Why is it only works when I do not modify the demo content? By the way, the “icon list” is not the only thing does this. No matter which element I insert there will be no inserted if I change the content.
Please help :)
Glad we could help. Let us know if you have any other questions or issues :)
Regards,
Josue
Is there a way to add captions below the featured image on a single post page?
Hey!
IE doesn’t support png images as favicons yet ( http://stackoverflow.com/questions/16943609/which-versions-of-ie-support-png-favicons ). please use a .ico image and the favicon should work.
Cheers!
Peter
Hi!
You can use the .home class. I.e. instead of
.bottle{
width: 350px;
height: 650px;
position: fixed;
left: 0;
top: 0;
z-index: 1000;
}
use
.home .bottle{
width: 350px;
height: 650px;
position: fixed;
left: 0;
top: 0;
z-index: 1000;
}
and the bottle will only be displayed on the front page.
Best regards,
Peter
Hi!
Glad you found the solution :)
Cheers!
Peter
This reply has been marked as private.
Hi!
Open up enfold/js/avia.js and replace
avia_responsive_menu();
with
avia_responsive_menu();
jQuery('.single-product-main-image .images a').find('img').unwrap();
Cheers!
Peter
Hi!
1) I updated WP to v3.7.1 and the gallery seems to work now. Before I got this error message
Uncaught SyntaxError: Unexpected token ILLEGAL load-scripts.php,qc=0,aload,P5B,P5D=jquery-ui-core,,jquery-ui-widget,,jquery-ui-mouse,,jquery-ui-so…:31
2) Please try to install and configure a smtp plugin: http://wordpress.org/plugins/easy-wp-smtp/ – we use the wp_send function to send the emails and it should be compatible with our theme.
Regards,
Peter
No, i need them to appear before anyone has hovered. I figured out how to make them stay, i just need a way for them to be there always, even when nobody has hovered yet.
Thx, I guess. it does not answer my question however. the question remains not one of kreisi’s styling, but simply of the two-way linking oval that appears on mouseover – I assumed it would be one of the many theme elements/ preset features as it is prominent on the demo theme and pages….
Hi there. Has anyone been successful with this fix? It doesn’t seem to be working for me.