Forum Replies Created
-
AuthorPosts
-
Hi Andy,
You’re response was super understandable, but I figured it out… I also needed the code in a specific spot so I had to copy the whole file & THEN add the extra code. Hope it doesn’t cause problems if there’s updates to that code…
Thank you!I performed an update to the theme & the logo is gone. I took steps to re-establish the logo.
Created a child theme this time and added a style.css file and a functions.php file with this code:
<?php
/**
* The right way to make a child theme is to
* enqueue the stylesheet of the parent in the
* functions file of the child.
*
* used in wpti.ps/?p=512
*/
function so_enqueue_parent_theme_css() {
wp_enqueue_style( ‘parent-theme’, get_template_directory_uri() . ‘/style.css’ );
}
add_action( ‘wp_enqueue_scripts’, ‘so_enqueue_parent_theme_css’ );if(isset($avia_config[‘use_child_theme_functions_only’])) return;
//set builder mode to debug add_action(‘avia_builder_mode’, “builder_set_debug”); function builder_set_debug() { return “debug”; }
I added #header .avia-image-container { z-index: 99999; } to the quick CSS
BUT how can edit the helper-main-menu.php file??!? The last time I just did it in the editor, but that solution won’t work when I need to update the theme. Does anyone even know what I’m talking about? This seems so complicated =(
Thank you…. I think it’s just when the browser window is moved around I can get the second logo to disappear so maybe my clients on a small screen. I wish I just didn’t have to add the second logo at all so I guess it’s not going to be perfect.
PERFECTO!!! Thanks to you both!
Sorry I never got back to you on this! I ended up adding 2 logos in the header but thank you for the code!
I thought that would’ve been the first thing I checked! Sorry about that… I didn’t create the post, just managing the site so I didn’t realize… thank you both!
Hmmm… that is not doing what I want. If you look at the site, there’s plenty of room, despite the font size, for the words to display in a straight line. The site isn’t even trying. It literally displays each word on a separate line left justified. It has nothing to do with the font size.
What I’m saying is… when I set the style –> text align –> to left it fits just fine. I literally just want that text to align in the center which is what I should accomplish when changing style –> text align –> center
Ya know what I mean?
Worked great!! Thank you TONS!
That is so strange!! I’m using Firefox on an iMac OS X version 10.10.2
And actually the category sorter is centered and the menu is to the left on my screen. What is going on with this site?!
Hi Elliott,
Here is a screenshot of what I mean:
Oh! And I didn’t mean not to make you an admin when I set up the temporary user so sorry about that!
PERFECT! Thank you!
I tried to provide screenshots of what was happening when I followed your instructions and changed the URL for the secondary logo because I didn’t want to leave it that way for my client.
I need the second logo to float right even when the browser window starts to decrease. At about 1000px it’s fine (except that I need the logos aligned at the bottom, not stuck to the top of the window) but once I reduce the browser window size the logo JUMPS to be directly NEXT to the first logo. I would love if it just stayed to the right until it jumped down below the first logo (like when it’s displayed on a mobile device.
IS this possible? Do you need me to change the second logo URL in order to test it yourself?
Sure, lcasandiego.com
This reply has been marked as private.That didn’t work… maybe I didn’t understand you entirely. I added the code to helper-main-menu.php, I enable debugging mode by adding specified code to the bottom of functions.php, I generated a shortcode by going into the default editor and adding –> media element –> the image and then I took the code and replaced “SHORTCODE HERE” in the helper-main-menu.php file. What am I missing?
So I followed the directions, but that’s not what I meant. I tried to include a screenshot of the empty area which I would like to add an image to.
Sorry for never responding! I haven’t really noticed it at all lately so I’m over it. Thanks though! It was happening all the time back when I asked the question.
Any update on this? It’s exactly what I need!!
PERFECT!!! Million thanks!
Ok that TOTALLY worked & you are AMAZING, but I was hoping that I could use a button instead of a link. Can you look again now & see if what’s on there is fixable? If not, it’s totally fine & I’ll use the solution you provided!
LOL… very funny!
Oh, your name is Peter! LOL I thought it was very funny when people would call you Dude.
Thank you so much! I will try that!
Very preliminary example: http://classicgoldexchange.com/sara-c-account
Awesome, I’ll try that… thanks Dude!
Awesome! Another questions is: Do you by any change have a sign-up page that is consistent with the theme?
AWESOME!
And how do I do that? There’s not a place for a title…
-
AuthorPosts