Samerkamel
Forum Replies Created
-
in code of course i know there are no settings for this
I am using Yith Gift cards and it works well, yet the earnings are deducted from the vendor, where would i be able to make changes so any “credit” would be deducted from the admin ?
Forum: Plugins
In reply to: [rtMedia for WordPress, BuddyPress and bbPress] Changing media upload folderThis is a very important feature we run a combined social media and blog and now the editors are swamped with user uploaded photos .. any chance someone can direct me to where this can be changed ?? this is very important !
well .. i am using this :
$variable = do_shortcode("[types field='field_slug' id='post_id']");i didnt want to edit the plugin code .. anyone has any input if using do_shortcode isnt a good idea ?
Resolved 🙂
Ok i think i found it !
i changed :
<a class="Link" href="<?php echo $gallery->pagelink ?>">into :
<a class="Link" href="<?php echo $gallery->pagelink ?>#tab4">and it actually works !! i hope this helps anyone who’s facing the same problem ( Either in tabs, accordions or very long posts ! )