Search the Community
Showing results for tags 'button'.
Found 18 results
-
Hi, is there a quick way of putting a back button in the nav bar? A link in the menu would be fine, but what shortcode thingy links to the previous page?
-
Hi I'm using version 2.4.2 on my website www.ultimatephotographycourse.com. I am trying to put a button on the homepage using the shortcode [pl_button type="Info" link="/enrol/" size="Large"]Learn More[/pl_button] - however, it is not producing a colored button. All I get is this ugly gray button: http://screencast.com/t/NU983TBjSNJ The same thing happens on another one of my sites, but on others it works fine. What am I missing?
-
Create CSS for a custom pressed/hover Callout button
bauerhaus posted a topic in DMS & Legacy Products
I have created a Callout (see the orange bar on the below website) and uploaded a custom "Start Now" button. Is there anyway I can also add a hover button? I want it so when you mouse over the button, the button looks pressed. I have the .png file, I'm just not sure how to reference it and where. I worked recently on a website design for a Drupal website and the developer taught me how to save a "Sprite" image for buttons. Would that work in Wordpress and the Pagelines Framework? Can you point me to the CSS that I would create to make the hover button happen? Website is: http://www.family-classics.com/ Thanks! -
Is there a way to turn an image which is inside a post into a "download" button? I am able to make it a link that opens in a new window, but I would like it to downlaod a .pdf file when people click on it. Any suggestions?
-
I have a site and am somewhat familiar with firebug and css in pagelines, but I can't seem to get the buttons on this page ( http://shibuifolders.wpengine.com/shop/ ) to center. I tried to add this to the custom css in the pagelines panel but it didn't work: .jigoshop #page a.button, .jigoshop #page a.button-alt, .jigoshop #page button.button, .jigoshop #page input.button, .jigoshop #page input.button-alt { -moz-box-sizing: content-box; background: -moz-linear-gradient(center top , #FFFFFF 0%, #DCDCDC 100%) repeat scroll 0 0 transparent; border: 1px solid #BBBBBB; border-radius: 4px 4px 4px 4px; box-shadow: 1px 1px 0 #FFFFFF inset; color: #000000 !important; cursor: pointer; margin-left: auto; margin-right: auto; padding: 5px 9px; text-align: center; text-decoration: none; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
-
I currently use the BrandNav in Framework. I would like to add a button at the top and to the right in the header. I tried to add <div style = "position: absolute; top: 20px; right: 0px;"> <?php echo do_shortcode("[maxbutton id="3"]"); ?> </div> to header.php. However, this showed an error. The shortcode is for a MaxButtons button. Should I add this elsewhere? If in header.php, where best to put it? My site is http://trakrcrm.net.
-
I am building a new site here: http://www.trakrcrm.net. I am using BrandNav with my logo on the left. Is there an easy way to put a logo or button on the right of that menu? My current site is http://www.salestrakr.com. I want a "Login" and "Sign Up Now" buttons. Can't figure out how to use a shortcode button nor a graphic button here.
-
problem #1: I was unable to place the callout button where I wanted it (under a video, which is in a box, instead of under the entire page) so i made one with the shortcodes and added a header. Looks great everywhere but ... problem #2: Safari where i cd not do anything with the css that wd allow a decent buffer between button and the video above it. did a display: none for body.safari: body.safari .btn-small { display:none; } body.safari .dcol-pad .fboxinfo .fboxtext h4 { display:none; } put the button and header in a content box for safari, thinking the box wd be the buffer or at least give me something to adjust. This is the code for the box and class i gave it: hentry-pad my-call-button-and-header-pad entry_content From there, problem #3: I was unable to figure out how to write the code that wd identify both the desired location (see the 2 "display:none"s above) and the contents of the box (see "hentry-pad...content" above). I tried every combination of the items above but cdnt get there. problem #4: The button and header only looked cruddy on 1 page in Safari. It was fine on the other page. But adding the the correct page-id-numbers removed the button from both pages. I even tried doing it with display:none on one page and display:visible on the other page but whatever happened on one page it happened on both. problem #5 I'll bet there was away to locate the pl callout button beneath the videos here: www.clearheartcoaching.com Finally, how can i change the color of button-info? (blue) I tried but nada. Thx for your help....
-
Hi All http://kathleenmccormickbaskets.com/home/ This is my aim: Look at the site link above, in the sidebar there is a menu made of short code buttons and below one made from a Custom Menu widget. I'd like to use the button one - for obvious reasons - but I need to create unique current, active and mousehover states for the buttons. I've been following instructions already given in the forum e.g. here: http://www.pagelines.com/forum/topic/23051-pl-button-add-additional-colors/?hl=hover+shortcode+buttons#entry134663 However I'm unable to use this piece of code to create a mouseover state .btn-success:<span class="searchlite">hover</span>, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { background-color: rgb(81, 163, 81);} as this bit ( <span class="searchlite"> ) disappears when I save it in the Pagelines Custom Code area. Maybe I'm following the wrong instructions anyway. Any and all help is really appreciated. Thanks -- Fintan
-
Hi there, I love the shortcode buttons, so elegant and silky. But the split drop down button appears differently in different pagelines areas. Sometimes the drop down text has padding sometimes not, and the button appears in different sizes depending on in which section it's placed. Currently, I'd like to see if there is a fix for the dropdown split button on this page: http://ramacommunications.net/advertising-1/ Here the dropdown area has no padding on the left and, more seriously, has bullets appearing outside the dropdown box, on the left. Any fix?
-
How To Insert A Short Code Button Into 'features' ?
franckhelin posted a topic in DMS & Legacy Products
Hello, Sorry for my bad english, i'm french and i use google translate. I want to put a button into my features image with short code Pagelines or other. How to make this ? I suppose that i must modified a .php file but where is the file and what is code ? Thank you very much. F. -
Resolved Can You Change The Size Of A Modal Button?
itarsenal posted a topic in DMS & Legacy Products
Hi, I have a modal button that brings up a window with a form in it, is there a setting to make it larger? Here's the page it's on. http://itarsenal.com/question-answer-support/ I've already looked at http://demo.pagelines.me/tools/ I'm essentially using this code [pl_modal title="Title" type="btn" colortype="info" label="Click Me!"] Some content here for the cool modal pop up. Labels, badges, and buttons can open them! [/pl_modal] ...but would like to know if I can make the button huge! -
I tried this code below in the functions.php file in my child theme to add a button using a hook. Everything worked but the button is very small under my social icons in the header section. Shouldn't it be at the end of the social section and follow the CSS for the social bar as adding another social button would?. How do I change this so that the button is at the end of the social media section. Code placed in functions.php: add_action('pagelines_branding_icons_end', 'my_paypal_pay'); // function name function my_paypal_pay(){ ?> <div class="my_paypal_pay"><a href="https://www.paypal.com/blaa_blaa_blaa"><img src="http://myimage.png" width="98" height="22"></a> </div> <?php } Here is the site: http://millfairselfs....com/wordpress/
-
bootstrap button shortcode - how to add javascript to the link=""?
atblue posted a topic in DMS & Legacy Products
Hi. So, according to http://demo.pagelines.me/tools/ to add standard bootstrap style button easily to my site, I'd do the following: [pl_button type="success" size="large" link="http://google.com" target="blank"]Launch Tour[/pl_button] That basic scenario works well enough, but what I'd really like this newly created button to do is something more complex. I'd like it to act just like this regular text link I've created: <a onclick="PopupCenter('http://exampletourli...om/example.html' 'tour',1300,830);" href="javascript:void(0);">temp launch tour link</a> The question is how do I get the onclick info into the bootstrap button shortcode? Will the javascript:void(0) portion work as the replacement link="xxx"? Thank you, Chris -
Is there a way to justify text in a button... I'd like the button to take the full width of the sidebar with the text justified to the right. If you look at the primary sidebar here http://thewinesyndicate.ca/ab/, you'll see what I mean. I added a "fake" button above it to give you an example of what I'm looking for. The button at the bottom is fine due to the fact that the text is a lot longer.
-
Thank you for making the settings file available for the Pagelines demo! It's been very helpful in rapidly testing out the theme to see if it will work for our needs. One thing in particular that we loved and can't figure out how to do/make is that blue Purchase button in the menu for the demo. It's also in the footer menu. I've inspected the CSS for that site but still can't figure out how you get that in the menus. Can you help me? Thanks!
-
After uprading to 2.3, shortcode styling effects seem to have disappeared
dawsonbarber posted a topic in DMS & Legacy Products
After upgrading to 2.3, shortcode styling seems to have disappeared for some buttons in a Feature Section I have. Here's the shortcode I'm using for one button: [pl_button type="warning" size="large" link="http://truelocalonlinemarketing/contact.com" target="blank"]Get in Touch[/pl_button] Basically, the button colour - and other styling - has disappeared. -
We tried using the Theme My Login plugin and set to use the default Pagelines Theme, But the Submit Buttons looks very odd along with Text input boxes different lengths at. http://studyworldglobal.com/login/ http://studyworldglo...on=lostpassword How to get the button right and how to customize the button. And whats the best way to get the input text box aligned professionally. The above problem is in both content and widget areas.