Quantcast
Channel: Topic Tag: shortcode | WordPress.org
Viewing all 19950 articles
Browse latest View live

Gretchen Louise on "[Plugin: Print-O-Matic] open/close shortcodes or other method?"

$
0
0

I'd love to see this plugin adapt open/close shortcodes or some other method than just targeting a specific div or class. I wanted to target an entire section of each of my blog posts for the Print Me button, so I used a div class. But, using that div class, I was unable to use headings or other similar formatting within that div class without breaking the div class that I wanted to print.

Example from my post follows. I'd love to know how you'd suggest printing a large section of each post (i.e. podcast notes) that would contain its own formatting. Thank you!

This should not be printed.
<div class="fieldnotes">Field Notes
This is how it works.
<h4>But adding this Heading 4 breaks the div class.</h4>
[print-me]
See here.

<ul>
<li>point one</li>
<li>point two</li>
<li>point three</li>
</ul>
Thank you so much. Please print.
</div>
Nor should this.

https://wordpress.org/plugins/print-o-matic/


synapse on "[Plugin: Event Rocket] Should event_embed event still work?"

$
0
0

Thanks Barry for your help.

I updated to Event Rocket v3.1 but I'm still seeing some odd behaviors. For example, on one page only the first embed code I enter seems to show anything, and on another page no event details are showing up at all for any event (I have several, each in an accordion).

Is there a limit to how many can display on one page? I'm using the Enfold Wordpress theme but I haven't had any issues until recently. Are there any known Enfold theme issues or places I can start to look to troubleshoot? I've tried to figure out a pattern to the problems I'm seeing but can't find one yet.

- Dan

namgostar on "[Plugin: Simple Membership] URL for PayPal instead of shortcode?"

$
0
0

I am wondering if there is a way to get the code (actually the URL) of the button that your plugin creates.
For example: if I were to create a button on the actual PayPal site, it would supply me with an HTML code, as well as a hyperlink/URL that can be used in an email, etc.

Your plugin creates only a shortcode for the button, but I would like to be able to put this in an email from time to time. Is there a way to do this?

https://wordpress.org/plugins/simple-membership/

altinselimi on "[Plugin: WP Job Manager] Separate shortcodes"

$
0
0

Thanks a lot. I have almost finished matching it with the mockup. At the paragraph (class=lloji) I need it to show the job_type and job_location displayed inline, divided by a "|". I have already float the "lloji" class right, and now just need it to display the location also. I would really appreciate if you could tell me how to achieve that:

<div class="nalti">
					<p class="titulli"><?php the_title(); ?></p>
					<p class="lloji"><?php the_job_type();?></p>
				</div>
			<div class="kontent">
				<div class="pershkrimi">
					<p class="pershk"><?php echo apply_filters( 'the_job_description', get_the_content() ); ?></p>
				</div>
			</div>

namgostar on "PayPal button shortcode to hyperlink URL"

$
0
0

I am using a plugin that creates a paypal button for me (I do not create it via paypal). The plugin then supplies me with a shortcode for linking to the paypal payment page.

But here is what I need to do: I need for the code to be turned into a URL/hyperlink... or at least, I would like to be able to put this same link into an email.

I am able to inspect the element, of course, and see the html code that directs the visitor to the paypal site, but how can I make that an actual URL?

Here is the code with some items blacked out:

<form method="post" action="https://www.sandbox.paypal.com/cgi-bin/webscr">

    <input type="hidden" value="_xclick-subscriptions" name="cmd"></input>
    <input type="hidden" value="utf-8" name="charset"></input>
    <input type="hidden" value="TipsandTricks_SP" name="bn"></input>
    <input type="hidden" value="xxxxxxxx@gmail.com" name="business"></input>
    <input type="hidden" value="USD" name="currency_code"></input>
    <input type="hidden" value="233" name="item_number"></input>
    <input type="hidden" value="Subscribe Now-test" name="item_name"></input>
    <input type="hidden" value="1" name="a3"></input>
    <input type="hidden" value="1" name="p3"></input>
    <input type="hidden" value="D" name="t3"></input>
    <input type="hidden" value="1" name="src"></input>
    <input type="hidden" value="1" name="no_shipping"></input>
    <input type="hidden" value="http://xxxxxxxx.com/?swpm_process_ipn=1" name="notify_url"></input>
    <input type="hidden" value="http://xxxxxxxx.com/test-sign-up/" name="return"></input>
    <input type="hidden" value="http://xxxxxxxx.com" name="cancel_return"></input>
    <input type="hidden" value="subsc_ref=3&user_ip=216.xx.xxx.142" name="custom"></input>
    <input class="swpm-subscription-button-submit" type="image" alt="Subscribe Now" src="http://xxxxxxxx.com/wp-content/uploads/2015/07/ancestral-check-out-button.png"></input>

</form>

mudwoman on "[Plugin: Participants Database] Multiple Forms - Clarification"

$
0
0

I would appreciate clarification on something in your tutorial Multiple Databases. I have primary contact information set up in the "Participant Info" tab (name, address, phone, email, etc.), each of those set to "main" for the "Group" selection, but I have an additional set of data that I want entered for a particular membership type. I don't want those additional fields showing up on all forms. So I'd like the request for the main contact info to show up on my Individual Membership page, and that same info request, plus a few other additional info requests to show up on a Firm Membership page.

Individual Membership Page:
- Member Name
- Phone
- Email

Firm Membership:
- Company Name
- Phone
- Email

The Phone and Email fields would feed into the same field in the database, with different columns for Member Name and Company Name.

In your tutorial, you note that "things like name, address, phone number, email address…and, importantly, our 'type' field. We’ll call this group 'contact.'"
1. Would this "contact" group be different from the "Main" group?
2. What is the "type" field? I don't see that language in any of the settings. Is that the "Group" pull-down selection, or something else?
3. Assuming the "Phone" and "Email" fields are in the main group, and the (for example) "Company Name" field is in another field group call "Firm," what would the short code look like for each of these pages?

THANKS!

https://wordpress.org/plugins/participants-database/

Baden on "[Plugin: Print-O-Matic] open/close shortcodes or other method?"

$
0
0

are you by chance working in visual mode?

zlli on "[Plugin: Event Rocket] event_embed not updating when it should"

$
0
0

Hi Barry,

Thanks for your reply, I managed to get around it using:

from=”‘.date(“Y-m-d 12:01”).'” to=”‘.date(“Y-m-d”, strtotime(“+1 day”)).'”

Thanks.


wpdreams on "[Plugin: Ajax Search Lite] Shortcodes in search results"

$
0
0

Hi!

Shortcodes are not removed, but executed instead, and then stripped from HTML tags in the lite version.

If you want to completely remove the shortcodes and their content, just add the following line to the plugins\ajax-search-lite-wp\includes\search_content.class.php file to line 156 (it should be an empty line)

if ($r->content != "") $r->content = strip_shortcodes($r->content);

wpdreams on "[Plugin: Ajax Search Lite] Shortcodes in search results"

Arkymedes on "[Plugin: WooCommerce PDF & Print] Change font size, hide button shortcode and string translation with WPML"

$
0
0

I would like to see this options be implemented too!

Following this thread :)

daniish on "[Plugin: WP Photo Album Plus] How do i use E#L9003 with the wppa shortcode?"

$
0
0

Splendid Jacob!

I would like to be able to show all my photos (held in a variety of albums and sub-albums) taken day-by-day..i.e. sorted by EXIF date and time with date subheadings:

E.g.
January 01 2015
picture, picture, picture
January 02 2015
picture
January 03 2015
picture, picture, picture, picture, picture

These would display in much the same layout as [wppa type=thumbs album=#all][/wppa], with date subheadings paginated by month and/or year.

The addition of a calendar widget search tool or a date index page would also be very useful to aid searching.

Occasionally the EXIF date and time is incorrect (because the camera was not set up properly), so it would be very useful to have a method for manually configuring this information where necessary.

I'm really looking forward to hearing from you.

Many thanks

mbrsolution on "[Plugin: Simple Membership] URL for PayPal instead of shortcode?"

$
0
0

Hi, try to view the source code of the webpage with the PayPal button via the browser. It should provide the HTML code you are looking for.

wpdreams on "[Plugin: Ajax Search Lite] Shortcodes in search results"

Barry on "[Plugin: Event Rocket] Should event_embed event still work?"

$
0
0

Hey Dan,

It may be I missed something.

Can you give me some examples to work with (I realize event IDs etc are unique to your site, but just to give me a sense of things are laid out).

It could also be worth testing without Enfold - simply because they do ship with a ton of event-targetted customizations.


Leandro on "[Plugin: Ajax Search Lite] Shortcodes in search results"

nicolasb73 on "[Plugin: Table of Contents Plus] Sidebar & shortcode"

$
0
0

Hi

I've installed the plugin and it works on the page. I can get the sitemap shortcode to produce the sitemap whereever I put it : page or sidebar.
However, when I use the widget in a sidebar OR the toc shortcode, I get NO toc at all.
Can anybody help ?

Thanks a lot in advance

https://wordpress.org/plugins/table-of-contents-plus/

X-Raym on "[Plugin: Shortcodes in Menus] Feature Request : Add Shortcodes into Menu Item Titile"

$
0
0

Thank you for the update info :)

Cheers !

Gagan Deep Singh on "[Plugin: Shortcodes in Menus] Feature Request : Add Shortcodes into Menu Item Titile"

Samuel Elh on "How to save form data to database after submit"

$
0
0

Hi.

I am sorry about that, I see once the action is not the request URI or not empty, the form will send to the URL in the action..

You can use some jQuery and AJAX to send data to your database first, then proceed with the payment action..

So far, this is what I could have:

$("#v_form").submit(function(){
	alert($('#v_name').val());
});

You could prevent the default form behavior until you submit your data to db, then proceed with the action..

Viewing all 19950 articles
Browse latest View live