Forum Replies Created
-
AuthorPosts
-
Solved it myself! Thanks
Thx!
Hi Yigit,
thanks a lot – the one on the left (sunset with angler): http://www.seeleflyrods.com
The image shows:
class=”avia_image avia-builder-el-7 avia-builder-el-no-sibling avia-align-left avia_animated_image avia_animate_when_almost_visible top-to-bottom avia_start_animation”Cheers,
Detlef
- This reply was modified 10 years, 8 months ago by web_line.
My site still needs some work to finish everything – but hopefully it is worth a look already: http://www.ready-made.de/
I like the Enfold theme a lot and appreciate the pro support here!
Thanks!
Detlef
June 25, 2013 at 6:05 am in reply to: Avia Layout Builder elements in posts, comments are missing #126199the solution for me now is:
I removed everything after
echo "<div class='entry-content clearfix main_color {$post_format}-content'>";
until
echo '</span>';
echo '</span>';So now there is no meta on top of the post – this looks OK – I would like to include the meta, but only inside the “container_wrap” DIV.
Thanks for your help and hopefully your patch will make it into the next release.
Cheers,
Detlef
June 24, 2013 at 9:07 am in reply to: Avia Layout Builder elements in posts, comments are missing #126196Hi Nick,
just posted the new code from GIST – looks much better – nearly perfect – only the second “post-meta” line is missing the correct styles.
Thanks for the support!
Detlef
June 24, 2013 at 5:20 am in reply to: Avia Layout Builder elements in posts, comments are missing #126193Hi Nick,
i never wrote “nobody has answered you” – I wrote: the two problems are unsolved for me – this was my first post concerning this problem?!
As you can see in my post: I read all (hopefully) comments here about this problem – none of the solutions works for me.
I did nothing special to customize the theme – no changes to the templates, minor custom CSS changes.
The fix for the portfolio pages was just a test – I’m looking for a solution to get the comments back on regular posts.
With the code you posted on GIST it looks like:
http://www.ready-made.de/diy-a-bag-for-my-pedal/
(I will leave the page there for some time, then I restore the old template-builder.php again)
Thanks for your support.
Detlef
Hi Ismael,
thanks a lot for your help – so there is no option to configure the layout – only coding the php template? If yes: this would be my No.1 wish for an update :)
Cheers,
Detlef
The Quick CSS will be loaded even before the custom.css – sorry but your answer is a little bit to generic.
I think with the class “iconlist_icon” I’m as specific as I can be ;)
But “!important” did it – so this problem is solved for me – thanks MikehJPP!
nice hint – thanks – doesn’t help to change the layout of the blog page – but helps editing new posts!
Hi Ismael,
like I wrote in the original post – I found the “Blog Style” option – but this will only change from list to grid, but it doesn’t offer the control of the complete page. For example I would like to have an icon box on top of the blog…
Habe die Ehre,
Detlef
Hi Ismael,
that’s easy – did that before – but how do I tell WP to use this page as the default blog layout – for example if I navigate using a category menu?
Cheers,
Detlef
Thanks!
Just use the advanced layout editor and add a “special-heading” – this will result in:
<div style=”padding-bottom:10px” class=”av-special-heading avia-builder-el-0 avia-builder-el-first “>
<h1>clip or no clip – your choise</h1>
…
and here is your CSS:
body .av-special-heading > *{
padding:0;
margin:0;
display: table-cell;
vertical-align: middle;
white-space: pre;
line-height: 1.4em;
}
-
AuthorPosts