gaucho code
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Excerpt] Not working correctly after update!Basically I use the PHP directives to make the excerpt, but seems to dont work anymore…please advice ??
removed, because it was so problematic I found easier to remove. sorry.
Forum: Plugins
In reply to: [Google Maps Ready!] Not saving markers… :Reinstalled and deleted all information.
Then I the adress is not being find when I write it in the field…
but… if first you save marker and then you save map, IT WORKS… ??
please debug…Forum: Plugins
In reply to: [List category posts] Title on separate line (css issue ?)#lcp_instance_0 a {
clear: both;
display: block;
}Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Php insert code for the form?thanks sorry i didnt check the faq.
Forum: Plugins
In reply to: [Simple Social Icons] icons not displayingSolved for ever: open the PHP file of the plugin located in /wp-content/plugins/simple-social-icons
the file is: simple-social-icons.php
Tip: Recommended to download Notepad ++ to edit the file….
now search for this:
* Social profile choices.
now you will see a list with each of the social services…
raw code:
‘dribbble’ => array(
‘label’ => __( ‘Dribbble URI’, ‘ssiw’ ),
‘pattern’ => ‘<li class=”social-dribbble”>‘,
),FIX it:
you have to add the class information to the
<li class=”social-dribbble”>
so the final edit is:
<li class="social-dribbble simple-social-icons">
do this to all the social icons you want to display without problem.
??
If you want to “lock” the plugin so it never updates -be careful its not recommended- change the version of the plugin in the first lines of the file to 9.9.999 or something like that.
peaceForum: Plugins
In reply to: [Simple Social Icons] icons not displayingshxxit… this only worked in chorme.. ??
Forum: Plugins
In reply to: [Simple Social Icons] icons not displayingIn my case this worked, because Im using the simple social icons widget in a page, using the widget amr shortcode any widget
this is the solution: wrap the code with the ad DIV with the simple social icons class:<div class=”simple-social-icons”>Here goes the shortcode </div>
Forum: Plugins
In reply to: [Simple Social Icons] Icons displaying with funny charactersif you are using the widget amr shortcode any widget
to display the widget anywhere in your theme, you can use this solution is to wrap the code with the ad DIV with the simple social icons class:<div class=”simple-social-icons”>Here goes the shortcode </div>
Forum: Plugins
In reply to: [Simple Social Icons] icons not displayingThe console does not show any problem! Tested in chrome’s
Forum: Plugins
In reply to: [Simple Social Icons] icons not displayingI have the same problem Firefox and Chrome and IE in windows last ver…
the plugin is not showing the icons but some creepy symbols like ascii with numbers… I’m sad, this is the best right out of the box flat social icon plugin… saves so much time.please bless us with the fix ??
FIXED!!!! Sorry… all the problem was generated because of My own fault, I had removed a .JS file yesterday to test something else and this was creating a conflict… the plugin is great!!!
Forum: Plugins
In reply to: [WP-Filebase Download Manager] AJAX file browser not workingI have similar problem, its not working anymore since yesterday.
sorry i posted twice the same
This is a captured image: