Forum Replies Created
-
AuthorPosts
-
Please disregard the code I shared above and see the latest version of functions.php.
I made progress getting everything on one line, but I can’t seem to figure out the settings to get the inputs aligned with the submit button and get them centered vertically in the top bar.
I do need to make sure the styling of the opt-in looks right cross-browser.
I decided to just not display the form on mobile, only a link to an opt-in page – but now that’s not appearing correctly on mobile?
Also, it appears that the logo (text) image may have gotten bumped down due to opt-in in the small top bar?
I see that the optin code I have now looks totally different on Internet Explorer and Mobile. Ugh. :( So that’s an issue too. Look forward to a response, thanks.
I found a new AWeber horizontal opt-in form generator… however I need the heading to be to the left of the input fields (not on top) and I need the ‘Count Me In!’ submit button to be wider so that the text is all on one line. I’ll include the new form code I have put in the functions.php file.
Can anyone please offer the styling adjustments needed to get the look I want?- This reply was modified 6 years, 4 months ago by Moondreamer21.
Thanks,
The only code that didn’t seem to work was this one for making the drop down background colored instead of transparent:.header_color .avia-tt {
background-color: purple;
}Do you have some other code I could try for that?
Also, is there a way to make the text not all upper-case?
And is there a way to change/adjust the big round white circles/bullets on the left side of each search item that comes down? Like make the circle smaller?June 28, 2018 at 2:21 pm in reply to: Adding a Facebook LIKE button/icon to small bar above logo area? #978895Thanks Mike. Below the
if(isset($avia_config[‘use_child_theme_functions_only’])) return;
line in functions.php, I added this code:// Register new icon as a theme icon
function avia_add_custom_icon($icons) {
$icons[‘icon_name’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue800’);
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[‘Icon Label’] = ‘icon_name’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);Under Enfold – Import/Export I saw the option there to upload Fontello Font Zip. I clicked on the link there to Fontello, and selected a thumbs up Font Awesome icon. I downloaded it, but it wasn’t actually in a .ZIP file… so I couldn’t upload it.
So now I’m stuck – am I taking the right steps? What should I do next?
I am still having the same problem, it’s actually the background image in the logo area (not header – I mis-stated that before) that is getting stretched, no matter what size it is – which makes the jagged, lower transparent edge look blurry.
I am about ready to pull my hair out in frustration over this.
I’ll include my site info in the private info, would appreciate getting this fixed ASAP, thanks for the help!Thanks! That did the trick once I removed the hex code background color from the logo area settings.
Although now it seems that the background image is REALLY stretched out – the grungy irregular edge is blurry.
I’ll attach my site link and all my additional css in the private section in case there is something conflicting?
I appreciate your help!Ooooooohhhh, that’s perfect Nikko – thanks so much! Do you have code to give the same effect to the purple background image I have in the header with the irregular grungy edge on the bottom?
Good to know, thanks so much!
I am still looking for assistance in styling the search drop down on desktop, it seems the logo area settings will style the colors, etc. on mobile, but they aren’t taking effect for me on desktop.
Can you provide code to change the background color of the search bar when typed in?
And also the color of the backgrounds of the search items that drop down.
I’d also like to remove the date.
Thanks!Thank you! Can you provide code to change the background color of the search bar when typed in?
And also the color of the backgrounds of the search items that drop down, etc. whether on desktop or mobile – I see some differences between them.Thanks – that’s just what I needed – appreciate your help! :D
Great, thanks – we’re making progress!
On the mobile menu when it drops down, the text turns the same color as the background and isn’t visible on the selected links. How can I make all text links there on that mobile menu white even when they are hovered/clicked?Is there a way to make the background behind the mobile menu burger transparent?
Its set in the General Styling area for Alternate Content, not custom CSS right now.
Thanks!
When I set the background color in the general – styling for the alternate section, it will make the background of my dropdown links a darker color, but it also makes the a dark background around the actual links in the menu… is there a way I can get the background color of the drop downs only? I’ll add my site link to show an example.
Hi Jordan, I see it’s working now but yes – I’d still like help with styling.
Do you have code to change the ‘search’ font that is INSIDE the search box? And how can I change that if I want to make the text all caps or lower case?Any suggestions for why my search bar isn’t working?
Thanks Nikko, I can live with the arrangement of the socket menu on mobile as they are.
Another question I had though, was that I want the irregular top edge of the dirt background in the socket (a transparent .png) to overlap the leather tooling background of the footer area above it.
I’d like the same effect for the logo area purple/pink gradient image which has a grungy, irregular edge on the bottom – would like that to overlap the slider image below it.
Can I get help with code for bot of these things? Thank you!Yikes, I cannot seem to click in and type in my search bar either – please help!?
Thank you! Do you have code to change the ‘search’ font that is INSIDE the search box? And how can I change that if I want to make the text all caps or lower case?
I see that my menu links in the socket also overlap on mobile. Is there a way to keep them all on the same line? Here is all the socket css I have right now… (I’ll link to my site in the private section as well). I would also like to know how I can get the background image in my socket to stretch the entire width of the page?
.copyright { width: 100%; text-align: center; }
.sub_menu_socket {
width: 100%; text-align: center;
}#socket .sub_menu_socket a {
width: 100%; text-align: center;
font-size: 14px;
}#socket .container {
display: flex;
flex-direction: column-reverse;
}#socket .sub_menu_socket ul {
margin-bottom: 8px;
}#socket .sub_menu_socket li {
float: none;
display: inline-block;
}Hello, I am still not seeing the opt-in form come up in the small top bar. I added the form to a code block lower in the page and it shows up OK, but when I add your code above to the functions.php file, it doesn’t show in the small top bar (which is enabled – I have social media icons showing in it).
I’ll post my site url info. in the private section if you could take a closer look? Thanks.
Thanks. I added your updated code to my functions.php file but there are no changes – the opt-in doesn’t appear in the small bar above the logo area. Please advise what my next step would be to troubleshoot?
To update you, I refreshed my page again and realized that code I shared above in the functions.php file brought the whole site down. Please advise?
I tried adding it to the functions.php file but nothing changed. I’ll post the code I added in the private section. Should I post it somewhere specific in the functions.php file?
Sure, I’ll provide the link to the site in the private content. Please let me know if you need anything else.
Sure I’ll share the link in the private content so you can see it.
Here’s some of the socket css I’ve added as additional (may need to change some of this?).
I’d also like the background image in the socket to expand and reach across the site 100% and actually have the irregular edge (it’s a .png with a transparent background) overlay the footer above it. Any tips on how to do that would be appreciated as well.
.socket_color .socket_bg {
background-size: 100%;
}.socket_bg {
background-size: 100%;
}.copyright { width: 100%; text-align: center; }
.sub_menu_socket {
width: 100%; text-align: center;
}#socket .sub_menu_socket {
width: 100%; text-align: center;
}#socket .sub_menu_socket a {
width: 100%; text-align: center;
font-size: 14px;
}#socket {
width: 100%;
}Thank you! This worked, however the search bar covers the entire width of the site.
How can I set the css of the search bar to be the same as they would if it was used in a normal position anywhere else? And is there a place I can make adjustments to exactly where/how it’s positions, the colors, etc.?Thank you, that looks like a good option, but how will setting up the page titles like this impact search engine optimization?
-
AuthorPosts