fredel
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Popular Posts] Dropped srcset candidatehey & thx so much, done that fix but seems it doenst work yet? 😉 best
Forum: Plugins
In reply to: [WP Popular Posts] Dropped srcset candidateMay i deactivate the Debug?
Forum: Plugins
In reply to: [WP Popular Posts] Dropped srcset candidateHey, sure & thanks 🙂
Link is: https://pastebin.com/w8zenVcMForum: Plugins
In reply to: [BulletProof Security] Cloudflare | Recommendationsthanks! i have pro version, makes this a difference? i now run it – seems to be working but not sure 🙂
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Problems after Update – Custom Codeand / or is there a way to get rid of the navigation elements in productcarousel if the width. is wide enough?
thanks 🙂
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Problems after Update – Custom Codealso, if i copy just the shortcode from the box and insert it as “shortcode” in gutenberg its working…
eg
Not:
<!– wp:amazon-associates-link-builder/aalb-gutenberg-block {“shortCodeContent”:”[amazon_link asins=’B017SQZW7O,B017SQUBUM,B01N561RGE’ template=’Karussel2017′ store=’wppluginbto-21′ marketplace=’DE’ link_id=’0dcf2ec0-f3e2-4637-94a3-61123b6d730b’]”,”searchKeyword”:”speedcross”} /–>But:
[amazon_link asins=’B017SQZW7O,B017SQUBUM,B01N561RGE’ template=’Karussel2017′ store=’wppluginbto-21′ marketplace=’DE’ link_id=’0dcf2ec0-f3e2-4637-94a3-61123b6d730b’]- This reply was modified 7 years, 2 months ago by fredel.
Forum: Fixing WordPress
In reply to: Custom Sidebars in Categories not working afzer 4.8 UpdateHey Denzel,
unfortunately i am not using this plugin, the code is out the theme.
is there any way that wordpress causes this issue because until 4.8. everything worked fine.
best & thanks a lot- This reply was modified 9 years ago by fredel.
Forum: Fixing WordPress
In reply to: Custom Sidebars in Categories not working afzer 4.8 UpdateHey Denzel,
it is created by the theme (Gonzo) itself.
But maybe theres s.th. changed in WP?The Code (at least what i understand)
<?php
wp_reset_query();
dynamic_sidebar(get_sidebar_name());
?>Best
- This reply was modified 9 years ago by fredel.
hey,
after deactivation & activation of nextgen its working correctly.
thanks
sorry, finally worked ou. switched the template of the theme and then set it back – for any reason that worked..
sorry & thx
e.g. the summary isnt shown anymore, and other codes (e.g. “cat=-4 “) isnt reflected… thanks 🙂
PS: Even without the <span> stlye, the shortcode isnt “translated” correctly…
thanks again
O damn, your fix doesn`t work out sorry. there are several commands missing in the list. (all categories are shown, no summary etc.)
- This reply was modified 9 years, 7 months ago by fredel.
Works perfectly, thanks so much. Will upgrade to Premium right now 🙂
Best
Sorry, it is the <span> code. If i delete it the code works proberly.
Maybe there is a reason within nextgen?Thanks again!
This works:
[wpp range=weekly stats_comments=0 cat=-4 excerpt_length=250 post_type=post stats_views=0 limit=150 thumbnail_width=70 thumbnail_height=70 wpp_start=”<table>” post_html= “<tr><td>{thumb} {title} <br><br>{summary}</td></tr> ” wpp_end=” </table>”]This doesnt
[wpp range=weekly stats_comments=0 cat=-4 excerpt_length=250 post_type=post stats_views=0 limit=150 thumbnail_width=70 thumbnail_height=70 wpp_start=”<table>” post_html= “<tr><td>{thumb} <span style=’font-weight:600; font-size:1.1em’> {title} </span> <br><br><span style=’font-weight:300; font-size:1em; line-height:18px; font-color:#888′> {summary}</span></td></tr> ” wpp_end=” </table>”]