Forum Replies Created
-
AuthorPosts
-
Tried it with the image element and the image does not swap. I added my custom class and custom path to the image but no luck. Am I missing anything?
I’m looking to do this but without the code block. I’d prefer to use the image element.
https://kriesi.at/support/topic/create-rollover-images/
A plugin with some nice css or jq transitions would be cool, but I’ve only seen image to caption transition plugins – not image to image.
- This reply was modified 9 years, 3 months ago by codemode.
Can the color be changed per section? So if you have a light background, use the dark arrow – but if the section background is dark, use light.
Hi
I’m guessing this code applies one custom image overlay to all rather than individual images? For example, I have 3 images – could I create 3 different image overlays – one for each upon hover?
Thanks!
Perfect! Thank you. Fantastic support as always!
Perfect! I was cached. 44% seems to be best. Would be cool to include this option in a future release :) Thank you!
Great that worked! Any chance it can be bigger? I tried changing size to 54% but nothing happened. Thank you.
Thanks, I see it moved the entire dropdown list down 190px so you can see the logo and menu from the header. However, I was hoping there was a way to keep the dropdown in place (how it was with no top margin), so that the logo would be part of the mobile dropdown in that big blank white space at the top.
Is that possible or does that involve custom code work?
Check out link sent. Thanks.
Perfect thanks!
Using the Blog Grid style. What CSS would I use for that?
Thanks!
Sure – see this screen shot:
See how the blog posts are on a gray background but the headline container has a white background?
Ok thank you.
Great, thank you!
I figured out the problem!
Apparently the home page had a custom field for header_layout with the value of “default.” Once I removed that custom field, the logo centered correctly on home. In the process, I found other pages with the same issue and same custom field. After deleting the default header layout custom field on those pages, all was fixed.
Not sure how some pages had that custom field and others didn’t. Perhaps home (and those other pages) had remnants of old code from past theme versions.
Got it. Thank you.
Sure. This is what I’m trying to accomplish with the image element.
The image and name link to their corresponding landing page. And ideally, the category below their name would link to the corresponding category page.
- This reply was modified 9 years, 8 months ago by codemode.
Got it thanks!
What’s the best way to style the image element so the caption (or name in this case) is underneath the image (like the team member element) as opposed to directly on top of the image?
I contacted AddThis. They have not responded, but it appears that the issue has magically resolved. Perhaps they fixed!
Thank you!
Very helpful. Thanks Josue!
And what about changing the default color behind the arrows?
- This reply was modified 9 years, 11 months ago by codemode.
Perfect thanks!
I think this broke in Enfold 3.0.4. The Vine icon no longer displays, rather there is a blank space in it’s spot.
- This reply was modified 9 years, 11 months ago by codemode.
Thank you, but unfortunately that plugin only displays in the post footer. Looking to “inject” a related article (image and headline only) in strategic points within post copy (like the screenshot example above).
- This reply was modified 9 years, 11 months ago by codemode.
Brilliant thanks!
1) However, I still see the excerpt under the headline? Can that be removed with CSS too?
Wow! Very cool.
1) How do I modify to just show featured image and headline only?
2) The grid runs into the border line on the right, so what CSS can I use to constrain the width or add padding?
3) And the “You Might Also Like” text header disappeared. But I’d like to change that text to “Related Stories” anyway.Thank you!
- This reply was modified 9 years, 11 months ago by codemode.
Here is a sample I’ve seen…
Hi – unfortunately, I cannot give login details.
I just removed all plugins and custom CSS, cleared all cache and it still didn’t work. Not sure what to do next.
I think KRIESI should add an image link option to the TEAM MEMBER editor! Would make that module complete!
yes and that worked!
what about adding the custom bg color on hover?
thanks for the great support as always!
function avia_add_custom_icon($icons) { $icons['vine'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue800'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['Vine'] = 'vine'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
Great! Thanks,
1) One issue. The custom icon I created for Vine shares the same icon ID as the music note ue800 and so the music note appears as the icon. Is there an override?
2) How do I add the color hover fx (i.e. #00bf8f for the background color on hover).
3) If i wanted to add a 2nd custom icon, what do I need to add to the code above?
Thank you!
-
AuthorPosts