Forum Replies Created
-
AuthorPosts
-
Hi! That worked to change the hamburger lines, thank you.
How do I change the background color (on NO hover) and also the background color on hover?
Thanks!
Hi – That works for the success font color, but how do I change:
1) button color
2) button hover color
3) “success” background colorThank you!
that works, thanks!
Hi – I didn’t get it sorted out, that code isn’t working. The icon does not show up.
February 9, 2017 at 9:35 pm in reply to: Memberpress login prompt formatting vs color section #745074Yigit, was there a fix to this? I’m having the same issue.
I used the following in the functions.php:
<?php //We'll use the Kriesi.at glyph for this example function avia_add_custom_social_icon($icons) { $icons['Kriesi'] = 'kriesi'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
and in quick CSS:
/*custom iheartradio icon */ #top #wrap_all .av-social-link-kriesi a:before{ content: ""; width: 20px; height: 20px; display: inline-block; vertical-align: middle; background: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png) no-repeat center center; background-size: contain; }
and then under “Social Profiles” I added the “Kreisi” icon with a link.
worked like a charm. thanks!
I’m curious how the “popular” posts are displayed in the combo widget if the theme isn’t tracking popularity?
October 30, 2015 at 9:49 pm in reply to: Can separate title bar background from alternate content background #527712Resolved! Thanks.
I’m experiencing the same problem. The provided CSS made it worse.
Resolved!
June 23, 2014 at 5:49 pm in reply to: CSS Styling – remove underline in only one main nav item #282585Perfect. Thanks. I was close but couldn’t get there.
Cheers!
This reply has been marked as private.November 22, 2013 at 7:42 pm in reply to: Page featured image displayed as full width easy slider? #192026Yes – unfortunately that won’t serve our purpose as I want to get content from another page / multisite ID excepting for the slider at the top as that is not compatible with this function (according to Dude).
November 16, 2013 at 1:03 am in reply to: Content pulled from other site on multisite will display, not process shortcodes #189478I figured out the padding issue. the page acting wonky wasn’t in a layout container.
The header isn’t a deal breaker and I have an ok workaround in place. But theoretically, how would i go about fetching the attachment id, etc? the sites in this multisite all have replicated libraries so the same image and relative path, etc should all be the same.
November 14, 2013 at 10:33 pm in reply to: Content pulled from other site on multisite will display, not process shortcodes #188589Perhaps I am not putting this in the correct place?
currently in loop-page.php – perhaps it should be in loop-index.php, but where?
$pets = get_blog_post( 7, 333 ); $faq = get_blog_post( 7, 319 ); if ( is_page ('frequently-asked-questions')) echo do_shortcode($faq->post_content); if ( is_page ('pet-policy')) echo do_shortcode($pets->post_content);
- This reply was modified 11 years ago by bkheld.
November 14, 2013 at 9:07 pm in reply to: Content pulled from other site on multisite will display, not process shortcodes #188556Thanks Dude – this grabs and formats all of the content except the flexible full width header (can that be done) and the padding is a little off (looks like I might need to set the content holder size manually). Can I accomplish either of those items?
November 12, 2013 at 7:57 pm in reply to: Create new / custom Content elements in Avia Layout Builder #187430Thanks Yigit. That did the trick.
-
AuthorPosts