Forum Replies Created
-
AuthorPosts
-
pluzito
ParticipantWow! It worked perfect, thank you very much, have a wonderful week!
September 17, 2018 at 9:28 pm in reply to: Magazine Pro responsive / mobile menu in a top level of quality and design #223258pluzito
ParticipantHere you have the example again, hope we can make it!
September 17, 2018 at 8:52 pm in reply to: Making Magazine Pro mobile menu sticky and with logo #223256pluzito
ParticipantMagazine is one of my favorites themes from StudioPress by so far bu it need an update/upgrade ASAP! We all need the logo at the NavBar!
pluzito
ParticipantBrad, can you suggest me someone to hire to do this work? I see a couple of links related in the community section. I love Genesis but I think the magazine style themes are a little bit forgotten here :/ Thanks in advance and thanks for all your help.
pluzito
ParticipantBrad thanks for your help. I already got the nav bar with the search form working. The issue comes in the mobile version of the site (Sneakerhead.com.ar).
The goal is to have in the desktop version: the logo of the site inline with the fixed nav bar and the search form (the only part missing here right now is the logo fixed on the blue nav bar).
In the mobile version: a fixed nav bar with the hamburguer icon for the menu + the logo of the site + the magnifier icon for the search form. Something like this
pluzito
ParticipantYes Brad. It would be a dream! Magazine is one of my favorite themes, but it’s mobile version looks a little old. Having a single inline bar with “hamburguer icon for the menu” + logo of the website + search form would be perfect. Like the studiopress theme, that has menu and logo in the same tiny bar, letting the screen of the devices showing a lot more content without scrolling. Still i can’t manage to do that, my site is Sneakerhead.com.ar hope you like it!
pluzito
ParticipantMagazine Pro needs a revamp of the header asap to still be a good option! In the mobile view the header and menus uses more than 30% of the screen. Would be perfect if it could be all simplified in one raw (logo+menu+search option).
pluzito
ParticipantI'm having the same issue and can't find where to solve it in the CSS. Any help? Could you fixed it?
pluzito
Participantigecorner could you finally do it? I couldn't π
pluzito
ParticipantHello Ginger, thanks for your help. I solved that by commenting the css line of float: "right" and it's ok... partially. Because I see it good on desktop, but not that good on mobile. The issue now is that on mobile, instead of see the thumbnail as 100% widht, I see it with a 24px of right margin (which is ok on desktop but not on mobile). Any advice on how to solve it?
the second issue after commenting the float: "left" line, is that if I add the featured posts widget on the middle section, it shows 2 posts, one above one, instead of showin them one and the other at its side. :S Very hard to get something working right that looks very simple π Thanks!
pluzito
ParticipantLooking for the same with no success π
October 10, 2015 at 11:27 am in reply to: How to place social icons/inks in Primary Navigation Extras #167802pluzito
ParticipantThe search box in my site is in the navigation menu extra position. Would be perfect I could add the icons there. π
October 10, 2015 at 10:11 am in reply to: How to place social icons/inks in Primary Navigation Extras #167800pluzito
ParticipantThanks for your answer. I want the social icons before the search box just like this: http://www.complex.com/
The FB link is just a try. I couldn't find Genesis Social Profiles Menu Plugin :S While I'll try the Menu Social Icons. Is there any chance to do this without installing a plugin :S
Thanks in advance for your time and advice π
October 10, 2015 at 9:59 am in reply to: Magazine Pro theme – add logo/site title in navigation #167799pluzito
ParticipantI could place the logo in the navigation bar, but i'm having seriuos trouble to place it correctly. You can check it at http://sd-1110800-h00001.ferozo.net/
I'm using Magazine Pro. I've tried adding display inline and float left, but the header is breking π
October 10, 2015 at 8:29 am in reply to: How to place social icons/inks in Primary Navigation Extras #167791pluzito
ParticipantYes, thank you π I want to add the social icons before de Search Box in the fixed navbar:
http://sd-1110800-h00001.ferozo.net/
And can I use an image instead the home link in that navbar too? I want something like this http://www.complex.com/
Thanks!!!
October 9, 2015 at 8:47 pm in reply to: How to place social icons/inks in Primary Navigation Extras #167779pluzito
ParticipantI've tried with that class but can't get it to work. I have read that in a Brad tutorial. Can you help me with the social icons at the navbar please? thanks π
pluzito
ParticipantOf which plugin? i know how to do the button in HTML, but I don't how to auto-insert the button everytime I just paste a YouTube Link. Any idea Brad?
February 24, 2014 at 3:54 pm in reply to: How to get the post title in the new Genesis Themes #92201pluzito
ParticipantHi Brad, and thanks a lot for your help. I read the info in that link and I could show de Post Title, but not within the text I need to show. And the post title appears in H1 instead in <p> like I need it.
I have this function in my functions.php
add_action( ‘genesis_entry_footer’, ‘my_custom_content’, 6 );
function my_custom_content() {echo ‘<p>”Thank you for reading [HERE IS WHERE I NEED TO GET THE POST TITLE]. If you enjoy it, please share it!”</p>’;
}
In the Non Genesis retro Studiopress themes I get that working using this string: <?php the_title(); ?>
I tried putting this:add_action( ‘genesis_entry_footer’, ‘my_custom_content’, 6 );
function my_custom_content() {echo ‘<p>”Thank you for reading <?php the_title(); ?>. If you enjoy it, please share it!”</p>’;
}
But didn't work. Then I tried:
add_action( ‘genesis_entry_footer’, ‘my_custom_content’, 6 );
function my_custom_content() {echo ‘<p>”Thank you for reading add_action( 'genesis_entry_header', 'genesis_do_post_title' );. If you enjoy it, please share it!”</p>’;
}
Didn't work neither and gave a blank screen. So I tried:
add_action( ‘genesis_entry_footer’, ‘my_custom_content’, 6 );
function my_custom_content() {echo ‘<p>”Thank you for reading echo the_title();. If you enjoy it, please share it!”</p>’;
}
Which hook or code I need to add to my functions to get it working? I just need to get the post title with a call, it's everything I need. Please help me, I'm starting feeling like a dummy and frustrating π
pluzito
ParticipantMarco, this is crazy, but when I use that script, my YouTube sidebar widget (inserted with this code:
<iframe src="http://www.youtube.com/subscribe_widget?p=doggshiphop"
style="overflow: hidden; height: 100px; width: 300px; border: 0;"
scrolling="no" frameBorder="0">
</iframe>DISAPPEARS!
I deleted the functions.php lines inserted before, and now works fine (but i have no responsive videos :S). Do you know how can I solve this to still get videos responsive but without dissapearing my widget? thanks in advance
pluzito
ParticipantWow Marco, I got it working and it was sooooooo easy! StudioPress, please, you should give us this out from the box. Marco, I've downloaded the script js files, and instead of creating a lib/js folder inside my Metro Theme folder, I've put the files inside the js Metro The Folder. Then I change theΒ wp_register_script('fluidvids', get_stylesheet_directory_uri() . '/lib/js/fluidvids.js', array(), $ver, true); line forΒ wp_register_script('fluidvids', get_stylesheet_directory_uri() . '/js/fluidvids.js', array(), $ver, true); and it worked flawless. I've written a memo on my notebook about this change to take care if the theme upgrades. Thanks for the help, I spent a couple of weed trying to notice which could be the best way to get videos oEmbeded responsive... have a nice weekend everybody
-
AuthorPosts