Linksbreaker
Forum Replies Created
-
Forum: Plugins
In reply to: [Boxzilla] AccessPress Twitter Feed PluginHi,
If you do the test, you will notice.Anyway, the problem doesn’t seem to be your plugin, or the other.
The problem seems to be the way that both interact.Anyway, I finally solved it by myself, using both plugins but adding iFrame.
Here, you can see Bozilla in action:
nsbagency.com/Thank you.
Forum: Plugins
In reply to: [WP Admin UI Customize] WPML CompatibilityHello!
Same like the user @buriburu. Problem with WPML (sometimes I get server error when I clic on Dashboard icon and the flag icons dissapear from the adnmin top-menu.
Thanks!
Hello Nirmal Ram, thanks for sharing!
Fix make submenu dropdown clicking on parent…
SOLUTION
From Buenos Aires, Argentina, Martin Rodriguez, shares the following solution:1) Locate the folder of the plugin (usually):
“wp-responsive-menu > css > wprmenu.css”2) Then at the end of the file, add these lines:
/* Contributed by Martin Rodriguez from Argentina */ /* Fix make submenu dropdown clicking on parent */ .wprmenu_icon.wprmenu_icon_par.icon_default { width: 990px !important; }
Best Regards,
LinksbreakerForum: Plugins
In reply to: [Per page add to head] Don't work on WordPress 3.9?Hi Erikvona,
Thank you for your feedback!Forum: Plugins
In reply to: [NextGen NivoSlider] Resizeheight not working?Maybe not the best solution, but I wrote this patch css:
/* fix crop-height nextgen nivo slider */ .theme-default{/* or the name of the nivo template you use */ overflow: hidden; -webkit-box-shadow: 0 1px 5px 0 #4A4A4A; -moz-box-shadow: 0 1px 5px 0 #4A4A4A; box-shadow: 0 1px 5px 0 #4A4A4A; } .nivo-controlNav { position: absolute; } .nivoSlider { /* or the id used in your shortcode = html_id="your-id" */ max-height: 300px; } /* fix the white border */ .nivoSlider img { width: 101% !important; height: auto !important; /* disallow scale */ }
Forum: Plugins
In reply to: [NextGen NivoSlider] White Border on Nextgen / Nivo SLiderMaybe not the best solution, but I wrote this patch css:
.theme-default .nivoSlider img { width: 101% !important; }
Forum: Plugins
In reply to: [Nobs ? Share Buttons] Shortcode support?Ey Geoffrey, great news to me!
-thank you so much! Already updated!Forum: Plugins
In reply to: [Nobs ? Share Buttons] Only display on certain pagses/postsWhat I did to fix it was to write a few lines in my stylesheet:
/* social icons -> global hidden */
.juiz_sps_links{
display: none;
}
/* social icons -> showing specific page */
#page-id-xx .juiz_sps_links{
display: block;
}
/* social icons -> showing specific post */
.post-xx .juiz_sps_links{
display: block;
}// Great plugin, my dear friend.
Forum: Plugins
In reply to: [Nobs ? Share Buttons] Shortcode support?That’s right, I get it.
What I did to fix it was to write a few lines in my stylesheet:/* social icons -> global hidden */
.juiz_sps_links{
display: none;
}
/* social icons -> showing specific page */
#page-id-xx .juiz_sps_links{
display: block;
}
/* social icons -> showing specific post */
.post-xx .juiz_sps_links{
display: block;
}// Great plugin, my dear friend.
Forum: Plugins
In reply to: [Nobs ? Share Buttons] Shortcode support?Excellent plugin. Congratulations!
One question: if “function juiz_sps_print_links ($content) == empty”. Is it possible to display the buttons using php code directly?
Thanks! and… when launching the pro version? What features will it have?
Hello, how I can use the slideshow?