Forum Replies Created
-
AuthorPosts
-
Hi. I found that ps auto formatting isn’t working on my Enfold theme. Any other good options out there?
Hi. Actually, I just wanted to know how to lower the excerpt amount on the blog. I saw one of your Forum replies to add the following code to the bottom of the functions.php file, but that didn’t work for me.
add_filter( ‘avf_postgrid_excerpt_length’, ‘enfold_customization_excerpt_size’ );
function enfold_customization_excerpt_size( $size ) { return 120; }If you have a procedure for this, that would be helpful. If not, I’ll grab a version of Special Recent Post plugin. But, I’d like to stay with your plugins whenever possible.
Thanks for your time,
Richard
That worked. Thanks much.
This reply has been marked as private.This reply has been marked as private.I found the solution. There’s default text in there that does not show in widgets. But, when you add your own content in the widget, the default stuff goes away.
December 4, 2014 at 7:09 pm in reply to: Adding Layout Elements before (right) sidebar begins. #363137It’s still on local host. When I upload to my server I’ revisit this post. Thanks a lot for your continued support on this.
December 3, 2014 at 6:31 pm in reply to: Adding Layout Elements before (right) sidebar begins. #362339Ismael,
That’s an interesting work-around, which worked! The added “color section” does add an empty space between the slider and the column layout, but I suppose that can be modified or hidden in the CSS?Thanks.
December 2, 2014 at 7:06 pm in reply to: Adding Layout Elements before (right) sidebar begins. #361692This reply has been marked as private.I understand now. Thank you.
That did eliminate the issue of overlay. Now when I scroll down, the “Transparency” logo goes away and the “General Options” logo re-emerges. Is that normal? I was under the impression that the “Transparency” logo would simply replace the General Options logo throughout.
This reply has been marked as private.December 1, 2014 at 6:57 pm in reply to: Adding Layout Elements before (right) sidebar begins. #360950Hi Ismael,
So, other than the fullwidth sliders, no other column layout will push the sidebar down?
I’ve tried your method and for me to get a full length sidebar, I would have to use (for example) a 2/3 layout box with a 1/3 layout box. And within that 2/3 layout box, I would need to nest (for example) a 3 column box and so on.
From what I’ve tried, nesting a column layout within a column layout is not possible. Hence, my problem.Darn. I’m on localhost at the moment. I can send you a screen shot.
Hi Josue,
I don’t think you read what I said correctly, or I didn’t state it right. I have 2 images sharing the same area. One image overlays onto the other (and these 2 images are not of the same design).
Thank you for the prompt reply. I did eventually locate the header upload handler. I still have a problem with the logo.
I uploaded the new logo (I’ll call it “logo #1”) via General Options>Theme Options, and that worked fine. Logo #1 replaced the default Enfold logo.
However, when I use the Transparency Logo option, the new logo (“logo #2”) will at first replace the first one as it should, BUT when I scroll down a bit, logo #1 reappears and overlays onto logo #2. -
AuthorPosts