Forum Replies Created

Viewing 15 replies - 136 through 150 (of 312 total)
  • Thread Starter dsb0328

    (@dsb0328)

    Okay, nevermind anymore. I figured it out, finally.

    • This reply was modified 9 years, 1 month ago by dsb0328.
    Thread Starter dsb0328

    (@dsb0328)

    Hello. Just revisiting this to see if any of the creators of this theme know anything about this. Please help if you can. I’ve been trying to figure it out for almost a week. Thanks.

    Thread Starter dsb0328

    (@dsb0328)

    The code above had to change a little due to the fact that it made the dropdown menus float right also. So now the code is:

    .navbar .nav li.why_accel_nav, .navbar .nav li.new_to_gaming_nav, .navbar .nav li.contact_us {
    	float: right;
    }
    .navbar .nav li.get_started_menu {
    	float: left;
    }

    The first part of the code is to float those 3 menu items right and the 2nd part is to float the other menu item left. The 2nd one may not even be necessary, but it’s there just in case. Now, since this works okay on a computer nav, I just need to figure out a better way or how to reorder the Mobile menu items.

    Thread Starter dsb0328

    (@dsb0328)

    By the way, here’s how I have my code at the moment with the Menu Position set at “Menu on left”:

    .navbar .nav li {
    	float: right;
    }
    
    .navbar .nav li.get_started_menu {
    	float: left;
    }

    The “get_started_menu” is the first menu item that I want to stay on the left. The other menu items have to be placed in reverse order to have them show up in the order desired, which doesn’t translate the same in the Mobile menu. ie. Menu-item #1, Menu-item #2, Menu-item #3 actually shows up in reverse when floating right like Menu-item #3, Menu-item #2, Menu-item #1. So I have to reverse them in order for them to show up in the correct order in the regular nav, but then they show up out of order in the mobile nav.

    • This reply was modified 9 years, 1 month ago by dsb0328.
    Thread Starter dsb0328

    (@dsb0328)

    Hi Denzel Chia. Thanks for the reply, but I’m not really sure how this would reorder the menu items or float them any differently than the .navbar .nav li { float: right; } command does. If you know more about this, can you maybe explain a little more since the link you posted doesn’t really get into menu items? Or does anyone else have any other ideas?

    Thread Starter dsb0328

    (@dsb0328)

    Does anyone have any solutions for this? Or has this been updated yet?

    Thread Starter dsb0328

    (@dsb0328)

    Never mind. I figured it out. Was not aware that you could call an image with html code in the text area.

    Thread Starter dsb0328

    (@dsb0328)

    I think the problem I’m running into is that I want all of these tabs on the side of my page to be on every page and the same content to pop up when they are clicked no matter what page they are on.

    With the side tab code, I have to have code in the footer.php and the custom css in order for those to show up on every page.

    I’m not sure how to get the hidden text to work with that. Do you think it’s possible? Or do I have to have a button on every page for this to work?

    Thread Starter dsb0328

    (@dsb0328)

    Thank you. I will give this a try as soon as I figure out how to create hidden inline content and let you know how it works.

    I just figured this out too. If you put an id on the label(s) you want to change, you can then call them in the css.

    For example, I have a couple fields that I want the same size, so I added an id to the form fields like so:

    <p> Name (required)<br /><br />
    [text* your-name id:optin] </p>

    <p> Phone Number (required)<br /><br />
    [tel* Phone id:optin] </p>

    id:optin is the id I gave to those 2 fields. (you can obviously name your id anything you want, like id:youridname) I then placed this code in my css stylesheet:

    #optin {
    	width:95%;
    }

    You can also give each field it’s own id and make them different sizes from each other. This is also great if you have multiple forms on your site and you just want to change one or two or however many forms to their own sizes.

    Hope this helps.

    Thread Starter dsb0328

    (@dsb0328)

    That did it. Thanks! I feel a little silly not trying that, but guess I didn’t think the Google link needed to change as well. Figured that was was it was.

    Thread Starter dsb0328

    (@dsb0328)

    Actually it seems that even the @import url(http://fonts.googleapis.com/css?family=Muli:300|Oswald:400); doesn’t work anymore either. Is there a totally different way, other than using Easy Google Fonts plugin (which I am using in the meantime until this gets resolved) to do this with an https address?

    Thread Starter dsb0328

    (@dsb0328)

    Nevermind. I think there was an issue with Bluehost when they upgraded from http to https. They kept saying it wasn’t anything they did, but when I went back and imported a previous backup to replace the site on the new ssl server (which really wasn’t a new server) everything went back to normal… with these plugins anyway. Sorry for the false alarm.

    So, seriously? No video support at all? I was just getting ready to try to add video to a gallery after already creating 3 other galleries and all the custom css. Then I realized I couldn’t find it so looked this up. I would have figured this to be somewhat standard. Is there a work around for this? Or do I have to start all over with a different plugin?

    Thread Starter dsb0328

    (@dsb0328)

    I’m going to bump this as I am still looking for the website gallery plugin and have never heard any answers or suggestions. Surely someone has had a need for this in the past. Anyone? Please?

Viewing 15 replies - 136 through 150 (of 312 total)