Forum Replies Created
-
AuthorPosts
-
June 5, 2018 at 4:34 am in reply to: Instagram Widget showing "You need to specify an Instagram username" #966947
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!
Credit for first post about it? ;p
Thanks for the update, worked for me.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.
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.
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
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.
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.pngvs 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.
+1 for this :) Or perhaps a function to set rotation time for individual sections?
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
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.
http://www.tvsrbsa.org/wp-content/uploads/2017/10/Screen-Shot-2017-10-25-at-5.57.32-PM.png
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.
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.
All set, thanks!
Thanks Nikko! I thought there was more to it than just the padding, but that fixed it.
Thanks! Worked great. Big downfall of being a self taught amateur is seemingly obvious things like how to identify classes :)
Just found that code very useful, thanks Victoria!
-
AuthorPosts