Hi,
Go to Appearance -> Widgets, locate your bbPress sidebar that you use, and drag a text widget, and use shortcode provided http://screencast.com/t/RqwLxIH5
You can use the shortcode for new topic and for replyes to.
Thanks!
Salut,
Acel shortcode poti sa il pui unde vrei tu, daca il pui direct in code il folosesti asa
<?php echo do_shortcode( '[vc_button title="New topic" target="_self" color="default" size="size_large2" href="#new-post"]' ) ?>
sau merge si cu simplu link adica <a href="#new-post">New topic</a>
Pune acest cod oriunde vrei in tema, in meniu, sub meniu.
Salut,
Aici e search-ul. http://screencast.com/t/OmqoBlcMHBo4
Poti face 2 butoane unul New post altul New reply cu acelasi link. Merge cu #new-post pentru amandoua cazuri.
Salut,
Adauga acest code ca si aici: http://screencast.com/t/vR8Dc0dxDrd
<div style="display: inline-block"><?php echo do_shortcode( '[vc_button title="New topic" target="_self" color="default2" size="default2" href="#new-post"]' ) ?></div>
<div style="display: inline-block"><?php echo do_shortcode( '[vc_button title="Post reply" target="_self" color="default2" size="default2" href="#new-post"]' ) ?></div>
Copiaza acest CSS in Theme panel -> Custom CSS
.bbp-search-form {
display: inline-block;
}
.bbp-search-wrap {
margin-bottom: 11px;
}
am rezolvat … nu vedeam bine de pe mobile…
am adaugat <div style=”display: inline-block”><?php echo do_shortcode( ‘[vc_button title="New topic" target="_self" color="default2" size="default2" href="#new-post"]‘ ) ?></div>
in form-search.php
si <div style=”display: inline-block”><?php echo do_shortcode( ‘[vc_button title="Post reply" target="_self" color="default2" size="default2" href="#new-post"]‘ ) ?></div>
in content-single-topic.php
exact ce imi trebuia ;))
merci
cum pot face acest button sa arate altfel …
acum e >>>> http://i62.tinypic.com/30dibue.png
il vreau >>> http://i61.tinypic.com/24kw8ea.png
daca il modific … se modifica toate butoanele existente …(comment/ login … )
cum pot face acest button sa arate altfel …
acum e >>>> http://i62.tinypic.com/30dibue.png
il vreau >>> http://i61.tinypic.com/24kw8ea.png
daca il modific … se modifica toate butoanele existente …(comment/ login … )
acum merge pe mobil dar nu pe firefox
ok am reusit …
multumesc…
o ultima intrebare pentru acest topic … cul pot face butonul sa arate asa
