reddo
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] "" before output and "" afterJust double-checked, no line-breaks at all. This is my exact code:
[cfdb-html form="Sign the Pledge" show="first-name,country" stripbr="true"]{{BEFORE}}<section class="names"><div class="bubble"></div>{{/BEFORE}}${first-name} (${country}), {{AFTER}}</section>{{/AFTER}}[/cfdb-html]
PS: I really appreciate you taking the time to answer me.
Forum: Plugins
In reply to: [Contact Form DB] "" before output and "" afterThanks,
stripbr="true"
worked, it removed the<br>
, but the empty<p>
is still there after the shortcode.
This is what’s rendered now:<section class="names"> <div class="bubble"></div> <p>Name (Country), </section> <p>
Forum: Plugins
In reply to: [Contact Form DB] "" before output and "" afterThis form stripped out a
<br>
and a<p>
tag from the title, but you get the idea.Forum: Plugins
In reply to: [List category posts] How to make title apear under thumbnail ?You’ll have to make a custom template.
https://www.ads-software.com/plugins/list-category-posts/other_notes/#Template-System
Forum: Plugins
In reply to: [Wordpress Google Map Professional (Map In Your Language)] ShortcodeOnce you save a map, a new field appears with the shortcode you can use.
Forum: Plugins
In reply to: [mqTranslate] Menu description doublesI keep all plugins updated, my mqtranslate version is 2.6.2.6.
Forum: Fixing WordPress
In reply to: excerpt_length and WP_queryTried it, working like a charm!
Thanks for the tip!
Forum: Fixing WordPress
In reply to: how to hide "?>" in the header.php filetitle is actually closed in the if/else. maybe a pastebin would help…
Forum: Fixing WordPress
In reply to: excerpt_length and WP_queryI’ll give it a go. This number is in characters, not words, right?
I could wrap this in a <p> and add that read more link after it…
I’m open to other suggestions too though if anyone has a different approach.
Forum: Plugins
In reply to: [List category posts] posts_morelink not working when using own templateLot of things not working when using templates… the templates documentation NEEDS to be updated!
Just a few of the tags not working with (!)default template as is:
catlink_tag
catlink_class
posts_morelink
posts_morelink_classHaven’t even tried the rest because I gave up on template and came here for (non-existing) help.
Just tell me what file is responsible for the layout so I can hack my own working template.
I had such high hopes for this plugin.
PS: Sorry, @murklan for giving you false hope by reviving this thread.
Forum: Plugins
In reply to: [FA Lite - WP responsive slider plugin] want to add SubtitleI would also like to know this. I made a theme to fit my needs and I would like to display a subtitle custom field in the
FA_navigation
listHi.
1st of all, thanks for the quick reply, even though my problem is more annoying than actually breaking something.
The website is https://jazzybirds.com/ and i had my fontawesome included in the functions php, via the enqueue style:
function theme_scripts() { /*.....*/ wp_register_style( 'fontawesome', '//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css', false, '4.0.3' ); wp_enqueue_style( 'fontawesome' ); } add_action( 'wp_enqueue_scripts', 'theme_scripts' );
I’ll submit a bug report, as you sugested.
Forum: Plugins
In reply to: [List category posts] 0.46.3 (Not 0.46.2) breaks excerptsVersion 0.46.4 fixes the issue for me! Great job!
Forum: Themes and Templates
In reply to: wp_nav_menu not rendering menu_class correctlyHow could I have missed that? O.o
I made the menu and saved it, I just forgot to assign it to the location.
Thanks for your time!
Forum: Fixing WordPress
In reply to: wp_nav_menu not rendering menu_class correctlyAny ideas how I can add a class to the ul of the menu?