Forum Replies Created
-
AuthorPosts
-
Thank you Rickard – the z-index property worked to get the result I was looking for. I had to add !important for the change to take place.
Thanks again for your help!
I’m having the same issue. Tried changing the code listed in this thread which made the links clickable but broke the layout of the masonry grid. Any ideas on how to fix this? I’m using Ver 3.8.4
February 9, 2015 at 6:51 pm in reply to: Avia Layout Builder doesn't switch off to visual/text #393218I’m having the same issue + getting the “loading forever issue”. The theme options aren’t loading also…
I’ve updated WP and Enfold, and I’ve also tried disabling all plugins. Can you take a look?
Ismael,
Excellent that worked perfectly.
I’d like to do the same thing for the blog grid here : http://levitation-france.com/news-blog/
And also for the logo slide element (at the bottom of each page).
Thank you for your help!
- This reply was modified 9 years, 9 months ago by fitzpatrick512.
September 14, 2014 at 3:53 pm in reply to: issue with mobile menu items that contain a dropdown #318871Yes, that option is selected because I don’t want to show the sub-items, and it’s working as expected.
The issue I’m having is that the parent item is not clickable in the mobile menu (but is on all other device layouts)Any ideas?
I’ve configured it, but still not showing up. I can see it in the HTML markup, so I’m thinking this is a CSS issue?
thanks for this!
How can I change the image size that is used on blog.php ? Where is the image size called there for the blog grid?
I DO NOT want to change the size being generated in functions.php, because I want to continue to use those sizes on my portfolio pages, I ONLY want to change the size of the images on the blog.
I don’t want to change the portfolio image size, I want to use a different size on the blog.php page. I only want the blog images to be squares. The portfolio images should continue to use the portfolio size.
I want to change the size being called for the grid thumbs in blog.php
Ah excellent! I didn’t realize it was possible through CSS only, thank you!
Is my question clear now?
sure, here it is: http://www.austinpsychfest.com/2014-festival/apf-2014-lineup/
so on this page, I only want to show the thumbnails, no additional interaction is needed:
no lightbox
no link
no ajax functionjust a thumbnail.
This reply has been marked as private.that worked, thanks!
i also added
@media only screen and (max-width: 479px) {
.responsive table.shop_table th {
display: block;
width: 268px;
}Any ideas? I want the grid blog to use the square images that are being created / cropped by the them, instead of the “portfolio” aspect ratio images.
No, that’s not going to work either. The images being shown are still the “portfolio size” which is not a perfect square. Forcing the dimensions of the div containing the image to a square is not a solution.
I just want the blog do display the “medium” size images, which are squares. I can also use the “masonry” ones, those are squares too. But I can’t figure out where to change it in blog.php
This reply has been marked as private.thanks!
I tried changing the following lines:
132
“std” => “portfolio”,229
‘image_size’ => ‘portfolio’,to
132
“std” => “masonry”,229
‘image_size’ => ‘masonry’,Still seeing a 200 x 140px image with the class “attachment-portfolio” ?
this happens in your demo also
I’m surprised there isn’t a twitter feed widget in Enfold, am I missing something? Seems like you could just copy it over from the other themes?
Thanks Nick, here’s URLs to reference:
SLIDER:
http://www.austinpsychfest.com/AAPPFF/
I’m using the slider here on the “homepage” of this unfinished site.
PNG OVERLAYS
So for the PNG overlays, I’m actually thinking that I’d be comfortable adding them to the slides as needed via CSS, I could specify per slide via the DIV id or class and set the background per slide. I just need to know where to add my overlay DIV. It needs to be above the image but below the text – can you let me know where in the theme code I can find the markup for the easy slider?
MINIMUM HEIGHT
On this page, if you take your browser all the way in to the small mobile size, you’ll see that the image is only 115px tall – because it scales down in relation to the browser width. I want to somehow set the minimum height for it to be 155px – if it was this size I’d still be able to see the text without the slide navigation overlapping below. Let me know if that make sense.
Will get back to you in more detail on the rest – I think I’ve found the solution to these.
I would love to see the Masonry layout option implemented for the blog.
-
AuthorPosts