Forum Replies Created
-
AuthorPosts
-
@barefeetstudios please open another thread, this one has nothing to do with your problem.
Thanks.
Actually it does not matter how I add it, no icon shows up, just the link.
Please share how to do it exactly using the Apple Icon “\ue920”.
Thanks.
Ok, your example code is incorrect, it has to be \ue920 with the \ at the beginning of the icon code.
The problem is that \ue920 is the code for the Apple icon, but it shows a pencil instead.
Why ?
Thank you.
I add this:
// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['icon_apple'] = array( 'font' =>'fontello', 'icon' => 'ue920'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['Apple Icon'] = 'icon_apple'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
I go to social profiles, add it and nothing shows up, just the space there, but no apple icon.
What am I missing?
Thanks.
Thank you @Guenni007.
That fixed it. :)
Yes, the dots out are part of the problem as well.
.big-preview.single-big { pointer-events: none; } .gallery a{ pointer-events: initial!important; }
That removes it everywhere, including gallery.
Adding mine, fixes gallery.
The question is if there is something else needed so everything works, BUT single normal featured images.
Thanks.
Yours is not working. That is why I am sharing mine to see if that is ok or something else is needed.
Thanks.
Thank you Jordan, but that is not working either.
I tested with this and it works:
.avia-gallery-big, .avia-gallery-thumb { pointer-events: initial!important; }
Is that correct or there is something else needed for galleries?
The idea is to disable it “JUST” for single normal posts featured images, but having it working everywhere else.
Thanks.
Single normal post featured image. No light box.
Single galley post. Click to see gallery.It is a natural post, nothing custom, you can test in any enfold demo.
Thanks.
Added it to Enfold > General Styling > Quick Css and nothing.
Added it to Enfold Child > style.css and nothing.Can’h hover or click anything in the gallery.
So it must be a different CSS the one that’s needed.
Thanks.
Thank you.
That will affect only the featured image, right?
Thanks.
Sorry Victoria, please read my questions again.
1- With the function for Enfold how to show more columns and more posts in the grid.
2- Using Enfold builder, how to create a layout for archive pages?Both questions are for Enfold itself, not for extra plugins. If I have to install elementor or other builder, then what I need Enfold for?
Thanks.
Yes, please share the solution. If you can please add the CSS complete I need to add, with selector and everything better.
Thanks.
Thank you Victoria.
If you tell me exactly which one of the 10 recommendations and links in that thread I have to follow I can give it a try.
If not, please share exactly what I need (Category page with read more instead of full posts) and not 5 things combined in that topic. if you want to add tags and all archive things, please do so, as that will be needed and refers to the same.
Thanks.
Can you please point me to where in documentation I can see that?
Add button
Translucent Button
Add text
Select icon
DoneThanks.
Thank you @Guenni007 I will test it and yes, I saw the link.
Will share results after I implement this.
Thanks again.
I used:
#top .fullsize .template-blog .post .entry-content-wrapper > * {max-width: 100%;}
to overridemax-width: 40em;
and now everything looks ok.Now the lines should disappear when nothing is shown.
I believe both are bugs in the theme.
Thanks.
Yes, I will display the complete thing to none to fix it in the mean time.
Also:
#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 40em; margin-left: auto; margin-right: auto; }
That max width should be 100%.
Hopefully a dev sees this and comment as well.
Thank you.
Thank you Guenni007 .
The problem is that I am not using anything. The code above is a clean new install and how enfold comes. (I assume this can be fixed in the next update)
So how to just fix the 2 issues?
1- CSS for having meta in the center correctly.
2- If I don’t show any meta, then the lines should go away.Thanks.
You can close it Jordan, thank you.
I have some content that is date less. For example if you talk about blue parrots, there is no need to have a 2012 date showing as first in the result and all the other results with no date.
That says your content is old, even if you have actually and up to date information for blue parrots.
So I need to get rid of all dates to avoid this problem.
Mike recommends:
To remove the structured-data datePublished from the post please try editing:
\enfold\includes\helper-markup.phpIs there a way to achieve this without having to modify core files?
Maybe a function?Thanks.
It was lazy load causing the images problem. Even if it should be visible as the image is in the header. No idea if it is because Enfold request the image in a special way or why, but I solved that excluding the header images from lazy load.
Now the fade text occurs randomly.
What can be the cause now that the other thing is fixed?
Thank you.
It was lazy load causing it. Even if it should be visible as the image is in the header.
No idea if it is because Enfold request the image in a special way or why, but I solved it excluding the header images from lazy load.
Thanks.
Thank you Mike.
You are talking how to fix the fade in of the text in the header?
If I am logged in it works fine.
Normal user gets it random and no image.
By random I mean if you click in the navigation and click and click and click and click and so on to see the pages, some fade, some not.
So it is not a jQuery problem. Yes, I have Load jQuery in your footer active in options.
Thanks.
No and as there are some updates I opened this one to see if there is a new way to achieve this.
Thanks.
Go to any of the 4 navigation items in the top menu.
You will see it gran and as soon as pixel of scroll is done, the images appear.
Thanks.
-
AuthorPosts