-
AuthorSearch Results
-
October 24, 2013 at 4:14 am #180054
Hey!
My bad! The code is incorrect. Please use this:
@media only screen and (max-width: 989px) { .av-caption-on-hover.av-masonry-item-with-image.av-masonry-entry:hover.av-inner-masonry-content { opacity: 0!important; } }Or try this:
@media only screen and (max-width: 989px) { .av-inner-masonry-content.site-background { opacity: 0 !important; } }Best regards,
IsmaelOctober 24, 2013 at 3:59 am #180047In reply to: Alternative to slider?
Hi Josue,
This didn’t seem to work well unfortunately. When I insert as an image in the txt box there was space around it and it didn’t respond fluidly to size changes – would stay small when screen was made larger again. I then tried inserting into an image element within the colour box and it seemed to respond better but then when made to mobile size there was a big white space as the image was thinner than the minimum height of a colour element.
Any other options? Is there no standard way of creating a banner image outside of a slider script?
Many thanks,
JonathanOctober 24, 2013 at 3:55 am #180046In reply to: Exclude thumbnail from portfolio single page
Hi!
If you want to remove the featured image on the single portfolio view. You can use this on your custom.css or Quick CSS:
.single-portfolio .page-thumb { display: none; }Best regards,
IsmaelOctober 24, 2013 at 3:25 am #180036In reply to: Alternative to slider?
Hey Jonathan!
Here’s a workaround, create a color section, set it an ID (ex: mycustomcolorsection), put a Text Block element inside, then put your image:

Now add this CSS:
#mycustomcolorsection .container, #mycustomcolorsection img{ width: 100%; }Cheers!
JosueOctober 24, 2013 at 1:36 am #180020In reply to: Moving breadcrumbs to underneath the page title
@mayerkim87 Lookup the Firebug addon for the Firefox browser. It resides in the browser toolbar and gives a host of tools for viewing what’s happening in the browser. You can mouseover images and elements and the CSS rules will be highlighted in a sidebar window in your browser. I would suggest you watch some Youtube tutorials about how to use it first because it can be a tad daunting until you know what you’re looking for. I know CSS pretty dang well and it can still be a bit difficult to figure out nested rules like you have in Enfold. Without Firefox or some other tool, you are truly wasting a bunch of time shooting in the dark.
October 24, 2013 at 1:17 am #180010In reply to: Masonry load times
Hey!
The images you upload should be optimized for web. The theme and WordPress in general doesn’t have any web optimization in place so if you are using large images they will still be large when you load them in.
They do get re-sized to smaller dimensions but not file size.
The difference you are seeing on your phone vs computer is just in how much match and processing that needs to be done to render them. We are just including the masonry script and its actual performance isn’t something we’ve worked on or anything like that.
Best regards,
DevinOctober 24, 2013 at 1:03 am #180008In reply to: Masonry load times
for reference I suppose the site would help
http://jackandaddi.com/portfolio/fine-art/
I don’t currently have a masonry gallery set up with a ton of photos say (50 or more) like I want to but if you go to the page above there is a smaller one and even it lags heavily on the iphone with a fast wifi connection.http://jackandaddi.com/gallery/rykowski-family/
shows a normal large gallery with 450×450 thumnails and it is pretty decend load time but quickly responsive after load at least, including orientation changeshttp://jackandaddi.com/terah-tim-wedding-photography/
shows a very image intensive blog post, 1200px images close to a hundred and it loads even quicker yet and is very responsive after loading.So what is so special about the galleries that make them slower especially the masonry one. I love it and it works great everywere but the iphone makes it almost unusable.
October 24, 2013 at 12:48 am #180006i tried adding class=’noLightbox’ to that shortcode, but it does not work.
are you saying i need to abandon using button shortcodes and go to traditional ahref links only?
October 24, 2013 at 12:40 am #180005where should this class tag go in this button shortcode, yigit?
[av_button label='Download hi-rez' link='manually,http://www.costcat.com/wp-content/uploads/2013/10/langers-102313.jpg' link_target='_blank' color='theme-color-subtle' custom_bg='#444444' custom_font='#ffffff' size='large' position='center' icon_select='yes' icon='ue887' font='entypo-fontello']i don’t see any place that has a traditional a href tag at all.
October 24, 2013 at 12:25 am #180002In reply to: Alternative to slider?
Hi Jonathan!
Sure, you could always place a color section with small padding at the top of a page and apply the image as background image :)
Best regards,
KriesiOctober 23, 2013 at 11:36 pm #179999Topic: Alternative to slider?
in forum Enfoldjgoldberg1983
ParticipantHi,
I’m currently using a slider to display an end-to-end banner on my site. If I don’t need a rotating banner but I want to keep the banner looking as is, is there an alternative to the slider so that I can minimize scripts running? Would rather just show as an image.
Many thanks,
JonathanOctober 23, 2013 at 11:34 pm #179995Topic: Testimonials Image
in forum Enfoldsbrohamm
ParticipantI am trying to make the images for the testimonials show as square or rectangular in shape instead of the circles. I’ve tried both of the css’s in this thread: https://kriesi.at/support/topic/testimonial-2/ but they only shifted the images inside of the circle instead of removing the radius border.
I’m using logos instead of portraits so they can’t be rounded at all.
Thanks
-
This topic was modified 12 years, 5 months ago by
sbrohamm.
October 23, 2013 at 11:13 pm #179987In reply to: A few issues with Enfold 2.3
Ok. was able to finally find and reproduce the problem here. its actually the missing width attribute (seriously IE?)
make the img and a img in base.css read:
img, a img { border:none; padding: 0; margin:0; display:inline-block; max-width: 100%; height:auto; width:auto; image-rendering: optimizeQuality; }and it should work fine. this fix will be added to the next release
October 23, 2013 at 11:06 pm #179985In reply to: Just a few questions…
Awesome thanks Ismeal.
I might need help with the Media Query css.
I want all of those animations to be hidden for the mobile view. I’m not very familiar with the CSS to isolate columns or sections? Or do I just add this for each image that is animated? Because I don’t want big white gaps between the paragraphs on the mobile view either…
And this question was unanswered:
I’m wondering how I would go about adding a background with rounded corners and a shadow for the columns to sit in. See ex:
http://granify.com/ <– You need to scroll down to their content.
Would this just be a matter of making a large background image? Or can I give columns their own background images?And lastly! (I need to tip you guys some BTC, honestly. haha)
How do I make the header transparent? I want the header to be fully transparent when it’s in full view, but to stay how it is now when someone scrolls down.
Similar to the effect in: https://www.picatic.com/Thanks Ismeal!!
October 23, 2013 at 9:53 pm #179964In reply to: Gallery Thumbnail Sizes
Thanks for the help…
I’ve added that extra line of code, but it’s still not looking right : http://imgur.com/S6iLjJW
Also the sortable categories aren’t showing anymore either? This all changes when I upgraded the theme, but my other portfolio grids haven’t been affected, just this one.
All the images also look like they’re cropped differently to how they originally were.
Not sure why it’s gone all weird – is it because of the upgrade?
Thanks again for your assistance!
October 23, 2013 at 9:50 pm #179959In reply to: product image
Hello, Ismael!
I’ve tried this code, but it will lead to problem, from which I’ve started this topic.
Can I just disable image hover effect (with green circle on hover) only for product pages?October 23, 2013 at 9:37 pm #179954In reply to: Gallery Thumbnail Sizes
Hi!
1) It is 4 columns on my end http://i.imgur.com/ng8cbuQ.jpg It will change depending on the screensize.
2) Please try adding following code as well.grid-image img, .grid-image { width: auto; }Cheers!
YigitOctober 23, 2013 at 8:59 pm #179929Dear Yigit,
Thanks for the new CSS I pasted
@media only screen and (max-width: 989px) {.avia_desktop .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content { opacity: 0!important; }}
into the quick css box on my styles control panel, It had no effect on the iPad. I then decided to see if I could make the hover disappear by using the settings in the fullwidth masonry control panel, I set the element title and excerpt drop down to display neither. I then refreshed my iPad and saw what I am looking for. Of course this does not solve my problem but it did confirm that at least my iPad is responding to changes. I do not know what I can do to help solve this iPad hove problem. I wish it was easier — please advise if you have any ideas of some things I could test.
I am using a child theme and I even pasted the css into the styles.css file to see if that would have any effect. I even took the css out of the quick css box for this test, to see if it had an effect. I also switched back to the parent theme and applied css to the quick css box and it again had no effect.Best regards — George
October 23, 2013 at 8:54 pm #179923In reply to: How to get rid of some things
Edited config.php at line 898 – got this error:
Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /home/lindapir/public_html/grossdyg52/wp-content/themes/enfold/config-woocommerce/config.php on line 903Also, I did not do this edit yet: do I need to edit the single product thumbnail size in config.php if I have not imported all my images yet?
Thanks – by the way, check out my opening sliders at http://75.103.91.29/grossdyg52/ – I love this theme!!
October 23, 2013 at 8:31 pm #179910In reply to: Need Bigger Images in the Avia Layout Builder
Hey!
You can add following code to Quick CSS to increase the size of video
.page-id-138 .avia-video-4-3 { width: 135%; height: 200px; }Regards,
YigitOctober 23, 2013 at 8:23 pm #179906In reply to: Need Bigger Images in the Avia Layout Builder
You DA Man! Hey last thing, how do I go about making changes to the margin spacing between the elements? I have included a picture of what I mean.

If possible to make the video bigger? The elements does not seem to do anything at this size? If not that’s cool.
October 23, 2013 at 8:22 pm #179905Hey charger70!
Please add your image link as following
<a class="noLightbox" href="http://www.linktoyourimage.com">Hi-res Download</a>Cheers!
YigitOctober 23, 2013 at 8:14 pm #179904In reply to: Remove simple image on desktop version
Hey!
It seems that you were having cache issue because it is working right now :)
Regards,
YigitOctober 23, 2013 at 8:07 pm #179900In reply to: Remove simple image on desktop version
This reply has been marked as private.October 23, 2013 at 8:00 pm #179897In reply to: Need Bigger Images in the Avia Layout Builder
Hi!
Changes are done. You forgot to copy custom CSS code. Also adjusted space between elements. You can find it in Quick CSS and adjust as desired
Best regards,
YigitOctober 23, 2013 at 7:50 pm #179893In reply to: Need Bigger Images in the Avia Layout Builder
This reply has been marked as private.October 23, 2013 at 6:41 pm #179857In reply to: Gallery Thumbnail Sizes
Thanks, however I have two different queries:
1. http://www.realwiredmusic.com/previous-ongoing-bookings-2/ this is the page where i need to have 4 columns. Is there a way to change this in the masonry gallery?
2. http://www.realwiredmusic.com/artists/ I added the code you gave me to custom css… the images are now showing, but they don’t look right at all, and there is a huge image at the top? I just want 4 rows of portfolio items in a “portfolio small” grid, as per my backend settings.
Lastly, is there a way to add more than 100 portfolio items to a single page without having pagination?
Thanks for your help!
October 23, 2013 at 6:32 pm #179851Topic: Center Fullwidth Masonry Gallery
in forum EnfoldIano999
ParticipantHey,
I’ve placed a fullwidth masonry gallery into my page with four columns – each of the 4 images acts as a gateway to their respective product pages. When the screen is at 1200px or under, the masonry elements fill the page without issue. However, once the screen resolution exceeds 1200px the masonry elements shrink, align to the left and leave a gap of around 600px to the right. I’ve attached screenshots to illustrate the problem. Is there any way to ensure the masonry elements/div is always centered on the page?
If possible, I can send the URL and login details in a private reply – I cannot yet post the site details publicly as it’s still in development.
Under 1200px: http://cl.ly/S71y
Above 1200px: http://cl.ly/S6aLThanks for your help,
Graeme
October 23, 2013 at 5:58 pm #179831In reply to: Clickable Picture as a Button
Hi erickeith9!
1) Would you like to remove that effect on all images or only in that certain one? Please post the link to your page where you have that image.
2) You can add [nolink] to copyright section as shown here http://i.imgur.com/tp5tAEG.jpgBest regards,
YigitOctober 23, 2013 at 5:21 pm #179807In reply to: Portfolio Grid Images not showing
Hi cannonballb!
Answered your question here https://kriesi.at/support/topic/gallery-thumbnail-sizes/#post-179805
Best regards,
Yigit -
This topic was modified 12 years, 5 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: Alternative to slider?
Hi,
I’m currently using a slider to display an end-to-end banner on my site. If I don’t need a rotating banner but I want to keep the banner looking as is, is there an alternative to the slider so that I can minimize scripts running? Would rather just show as an image.
Many thanks,
JonathanTopic: Testimonials Image
I am trying to make the images for the testimonials show as square or rectangular in shape instead of the circles. I’ve tried both of the css’s in this thread: https://kriesi.at/support/topic/testimonial-2/ but they only shifted the images inside of the circle instead of removing the radius border.
I’m using logos instead of portraits so they can’t be rounded at all.
Thanks
Hey,
I’ve placed a fullwidth masonry gallery into my page with four columns – each of the 4 images acts as a gateway to their respective product pages. When the screen is at 1200px or under, the masonry elements fill the page without issue. However, once the screen resolution exceeds 1200px the masonry elements shrink, align to the left and leave a gap of around 600px to the right. I’ve attached screenshots to illustrate the problem. Is there any way to ensure the masonry elements/div is always centered on the page?
If possible, I can send the URL and login details in a private reply – I cannot yet post the site details publicly as it’s still in development.
Under 1200px: http://cl.ly/S71y
Above 1200px: http://cl.ly/S6aLThanks for your help,
Graeme
