Forum Replies Created
-
AuthorPosts
-
This page is the page that should be in the iframe. The page that I’m trying to use the iframe is: http://www.domussapiens.com.br/
The footer area I used the short codes but I’m looking to use the frame.Which should look like this right?
http://domussapiens.com.br/rodape/
Can u help me with the code so I can make it work better without borders and paddings and stuff? (I’m not a programmer pro D:)
If i use Iframe does it works?
I did it but I want it to do itself if I change the page content, can I?
I just solved it, thanks!!
This isn’t really what I was looking for.
This is:
<div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/pt_BR/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script>
but it doesn’t works on widgets :(
- This reply was modified 10 years, 8 months ago by Guilherme.
I want to put a content of a page (excluding the header and the footer) as a footer content (shown in every page) just like the screenshot of the page (www.domussapiens.com.br)
The thing is, I wanna show a non header and no footer page (basically the content) as the footer of my website just as shown, I don’t know how the snippet could help me.
But the
<style></style>
does not work, any way I can make it works?There are a lot of buttons with the same properties :v
February 3, 2014 at 3:39 pm in reply to: What is the Quick CSS to make the top header (social media icons) larger? #218821That’s more like it! Thanks :D
February 3, 2014 at 3:30 pm in reply to: What is the Quick CSS to make the top header (social media icons) larger? #218816My quick CSS code looks like this:
#header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a { height: 125px !important; line-height: 125px !important; max-height: none !important; } #top .social_bookmarks { top: 20%; } .home .template-page.content.twelve.alpha.units { padding-top: 5 !important; padding-bottom: 0 !important; } #top .social_bookmarks li a { font-size: 18px; margin-right: 10px; }
February 3, 2014 at 3:22 pm in reply to: What is the Quick CSS to make the top header (social media icons) larger? #218809That did not work
Sorry, it was in another post, that worked perfectly
- This reply was modified 10 years, 9 months ago by Guilherme.
That’s perfect!
How do i add google maps to the avia advanced page editor?
February 3, 2014 at 3:12 pm in reply to: What is the Quick CSS to make the top header (social media icons) larger? #218801that worked fine :)
What about if i need to space it a little?
That worked great, but the slider still has a space on its bottom =/
You can add posts to the page array in config-templatebuilder>avia-template-builder>config>meta.php:
array( ‘title’ =>__(‘Avia Layout Builder’,’avia_framework’ ), ‘id’=>’avia_builder’, ‘page’=>array(‘portfolio’,’page’), ‘context’=>’normal’, ‘priority’=>’high’, ‘expandable’=>true ),Just keep in mind that with WordPress posts are not meant for page data so using them like pages can have unintended results for future updates.
Will the unintended results happen for sure or not? B/c I am worried about it by now..
January 22, 2014 at 6:20 pm in reply to: Is there no drag-and-drop support for post types?!? #213458Are you guys developing something that make us able with a single button to work in posts just as we work with pages?
Thank you so much!! That really helped a lot.
My the way, is there anywhere that the user can log into the system without going to /wp-admin/ or /login/?
I’d like to create a field that the user already have the text fields and password fields to log into the website without going to any of those url just like the search button!!!
- This reply was modified 10 years, 9 months ago by Guilherme.
-
AuthorPosts