Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • Hi Yigit,

    I tried this but no change unfortunately. I still get the same message. The Instagram account I am trying to show, as was working before, is treasure_valley. I’ve tried with that and with an @ infront.

    Login in private. Thanks!

    in reply to: Instagram widget not working #926978

    Credit for first post about it? ;p
    Thanks for the update, worked for me.

    in reply to: Position Title Bar below first element #907969

    Thank you so much Guenni007! That’s awesome and I’ve got it in place now.

    Thank you also for taking the time to try it out on your own site, I appreciate it a lot. Also thanks for pointing out the image sizes, I will look into compressing them. Definitely an oversight on my part putting this site together quickly.

    I did first try the short code method, but like I mentioned above, it does not look right without even more custom css than I am already using – this is very clean.

    Thanks all for your time, very much enjoying the theme and great support.

    in reply to: Position Title Bar below first element #906483

    Hi Ismael,

    Thanks for your response. I am not currently using the transparent header option, I’ve used custom css to create the look. As you can see from the screenshot I linked, I am looking for the method I used prior which was very simple and clean.

    http://www.tvsrbsa.org/wp-content/uploads/2017/10/Screen-Shot-2017-10-25-at-5.57.32-PM.png
    Edit – For clarity, the large photo on top of the page is the background of an Avia Colorblock.

    Do you know of a way, to automatically, likely through functions, insert the title bar after the first Avia Section (I said element before), on any page that has Breadcrumbs enabled?

    • This reply was modified 6 years, 9 months ago by kona123.
    in reply to: Position Title Bar below first element #905181

    Hi Victoria,

    That isn’t how I had done it before, but I tried it anyway, it would take some more css to make it look right, so I am wondering if you know of a way to do this in functions.php? I believe that is how the user I found did it. What I’m looking for essentially is a way to insert the title bar after the first Avia Section (I said element before), on any page that has Breadcrumbs enabled. As you can see, all of my pages have a color section with a background image, title, and two spacers. The title bar was automatically inserted below this for every post and page.

    I have been scouring the site to find what on earth I did last time, it was so simple it must’ve been that forgettable.. I suppose this is what I get for not keeping track of things as I do them.

    Thanks again for your time

    in reply to: Position Title Bar below first element #904317

    Hi Victoria,

    Removing that breaks the intended design of moving the page body up to create the floating heading, though it’s very likely there’s better way of doing what I have done. You can see this on the Home Page which has the title bar disabled and in the screenshot linked above.

    Whatever it was that was done was done using PHP to insert the Title Bar after the first Avia page builder element/section.

    Thanks!

    • This reply was modified 6 years, 9 months ago by kona123.
    in reply to: Position Title Bar below first element #903556

    Hi Jordan,

    Here is a screenshot of how it looked before.
    http://www.tvsrbsa.org/wp-content/uploads/2017/10/Screen-Shot-2017-10-25-at-5.57.32-PM.png

    vs how the same page is now

    Essentially, I would like a featured image to be displayed as a banner on the page. But this does not hold true for every page, as on the homepage I have a video. So I achieved this last time by inserting some code that positioned the Title Bar after the first page builder element.

    Thanks!

    • This reply was modified 6 years, 10 months ago by kona123.
    in reply to: stop headline rotator #872688

    +1 for this :) Or perhaps a function to set rotation time for individual sections?

    in reply to: Unstick header on certain apge #869132

    Figured it out :) Needed to use Absolute, not relative.

    Took a little fiddling to get the full-width submenu to then stick to the top instead of being floated down, but, got it. Thanks for the direction

    in reply to: Unstick header on certain apge #869014

    Hi,

    Sorry for not explaining clearly. It’s more a matter of how I have styled the rest of the site, with the topbar being ‘transparent’. See screenshot of another page vs. page with relative header.

    Example of page where header is sticky as well as floated down a bit as desired.
    http://www.tvsrbsa.org/wp-content/uploads/2017/10/Screen-Shot-2017-10-25-at-5.57.32-PM.png

    Trying to achieve same look but with non-sticky header
    http://www.tvsrbsa.org/wp-content/uploads/2017/10/Screen-Shot-2017-10-25-at-5.53.27-PM.png

    • This reply was modified 7 years, 1 month ago by kona123.
    in reply to: Unstick header on certain apge #868967

    Hi Yigit,

    Thanks for the response. That seems to be what it is set to now. I added the following, and it did work, however pushes the main content back down.

    .page-id-177 #header {
        position: relative!important;
    }

    Any thoughts on moving the content back up? The code used to achieve the floated menu bar sitewide is as follows, which may or may not be the best way of going about it, but best I knew how.

    /* Float the header down */
    .html_header_top.html_header_sticky #header {
         margin-top: 50px;
    }
    
    /* Make upper menu transparent */
    #header_meta {
         background: none;
    }
    
    /* Make menu background smaller */
    .header_bg {
        height: 50px;
        margin-top: 30px;
    }
    
    /* Move the body up */
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 0px !important;
    }
    
    /* Align the menu best we can */
    .main_menu {
            margin-right: 230px;
            text-align: center;
    }
    

    Thanks!

    • This reply was modified 7 years, 1 month ago by kona123.
    in reply to: Change background of inactive tabs? #868907

    All set, thanks!

    in reply to: Messed up contact page #868494

    Thanks Nikko! I thought there was more to it than just the padding, but that fixed it.

    in reply to: Change background of inactive tabs? #865975

    Thanks! Worked great. Big downfall of being a self taught amateur is seemingly obvious things like how to identify classes :)

    in reply to: Move breadcrumb and title bar #862401

    Just found that code very useful, thanks Victoria!

Viewing 15 posts - 1 through 15 (of 15 total)