schnap
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Hydra] Plugins icons don't show upThanks a lot for your patience and help.
Left 5 stars of course 🙂Forum: Plugins
In reply to: [WP Hydra] Plugins icons don't show upThe last one worked! genius! 😉
Forum: Plugins
In reply to: [WP Hydra] Plugins icons don't show upunfortunately nothing changes
Forum: Plugins
In reply to: [WP Hydra] Plugins icons don't show upEdited .htaccess file – nothing happens either
Forum: Plugins
In reply to: [WP Hydra] Plugins icons don't show upWell, I have done just like you told me to. Unfortunately the issue is still there.
Thanks in advance 🙂Your help is outstanding by the way.
Forum: Plugins
In reply to: [WP Hydra] Plugins icons don't show upThe folder is named just “media-grid”.
I’m not that advanced to make use of the code you gave me(shame on me). I’d be grateful if you lead me where do I exactly put that code :p I’m a newbeForum: Plugins
In reply to: [WP Hydra] Plugins icons don't show upCheck your email 🙂
Hope you can get what you need from thereForum: Plugins
In reply to: [WP Hydra] Plugins icons don't show upIf its not enough, I can give ftp access via mail – just give me ur mail
Forum: Plugins
In reply to: [WP Hydra] Plugins icons don't show upI’ll try to provide you the needed code
1. Part of code with share icons in lightbox
http://pastebin.com/j8Hm2yYY2. and there is css code for minimal style I’m using
http://pastebin.com/NVECYx9T3. font-awesome-list.php
http://pastebin.com/keNBbeRA4. taxonomy_options.php(it’s fontawesome related)
http://pastebin.com/Y1p1gJSKForum: Plugins
In reply to: [WP Hydra] Plugins icons don't show upI’d try to provide you the code u need
Lets start with share icons in lightbox:
// SOCIALS if(get_option('mg_facebook') || get_option('mg_twitter') || get_option('mg_pinterest')) : $dl_part = (get_option('mg_disable_dl')) ? '' : '#!mg_ld_'.$post_id; if(isset($pc_post_id)) {$post_id = $pc_post_id;} ?> <div id="mg_socials" class="mgls_<?php echo get_option('mg_lb_socials_style', 'squared') ?>"> <ul> <?php if(get_option('mg_facebook')): ?> <li id="mg_fb_share"> <a onClick="window.open('https://www.facebook.com/dialog/feed?app_id=425190344259188&display=popup&name=<?php echo urlencode(get_the_title($post_id)); ?>&description=<?php echo urlencode(substr(strip_tags(strip_shortcodes(get_post_field('post_content', $post_id))), 0, 1000)); ?> &picture=<?php echo urlencode($fi_src[0]); ?>&link=<?php echo urlencode(lcwp_curr_url().$dl_part); ?>&redirect_uri=http://www.lcweb.it/lcis_redirect.php','sharer','toolbar=0,status=0,width=548,height=325');" href="javascript: void(0)"><span title="<?php _e('Share it!', 'mg_ml') ?>"></span></a> </li> <?php endif; ?> <?php if(get_option('mg_twitter')): ?> <li id="mg_tw_share"> <a onClick="window.open('https://twitter.com/share?text=<?php echo urlencode('Check out "'.get_the_title($post_id).'" on '.get_bloginfo('name')); ?>&url=<?php echo urlencode(lcwp_curr_url().$dl_part); ?>','sharer','toolbar=0,status=0,width=548,height=325');" href="javascript: void(0)"><span title="<?php _e('Tweet it!', 'mg_ml') ?>"></span></a> </li> <?php endif; ?> <?php if(get_option('mg_pinterest')): ?> <li id="mg_pn_share"> <a onClick="window.open('http://pinterest.com/pin/create/button/?url=<?php echo urlencode(lcwp_curr_url().$dl_part); ?>&media=<?php echo urlencode($fi_src_pt[0]); ?>&description=<?php echo urlencode(get_the_title($post_id)); ?>','sharer','toolbar=0,status=0,width=680,height=470');" href="javascript: void(0)"><span title="<?php _e('Pin it!', 'mg_ml') ?>"></span></a> </li> <?php endif; ?> <?php if(get_option('mg_googleplus') && !get_option('mg_disable_dl')): ?> <li id="mg_gp_share"> <a onClick="window.open('https://plus.google.com/share?url=<?php echo urlencode(lcwp_curr_url().$dl_part); ?>','sharer','toolbar=0,status=0,width=490,height=360');" href="javascript: void(0)"><span title="<?php _e('Share it!', 'mg_ml') ?>"></span></a> </li> <?php endif; ?> </ul> </div> <?php endif; ?>Forum: Plugins
In reply to: [WP Hydra] Plugins icons don't show upThe first one, from codecanyon 🙂
Forum: Plugins
In reply to: [WP Hydra] Plugins icons don't show upSeems like these are font-awesome generated icons in “Media grid” plugin.
check the sites I linked in first post, then click on image gallery on each and see what’s missing