CarlosCanvas
Forum Replies Created
-
Forum: Plugins
In reply to: [Simply Instagram] Thumbnail SizeEric,
im using a shortcode.Forum: Plugins
In reply to: [Social Stickers] 2 Errorsok the second one is because my style.css override the img size, so forget it, just the shortcode is not working
Forum: Plugins
In reply to: [Contact Form 7] Contact Page loses styling after submitYour theme use AJAX?
if its so, then you have to do this:In the main JS file of your plugin (scripts.js), replace the main AJAX call with a function, i.e.
Replace this:
jQuery(function($) { PLUGIN CODE HERE });
With this:
jQuery(function($) { MyNewFuncntion(); }); function MyNewFunction() { PLUGIN CODE HERE }
Then in the theme’s main.js search for the function pageLoaded() and near the end of the function call your MyNewFunction(); i.e.
function pageLoaded() { EXISTING CODE HERE MyNewFunction(); }
I hope this helps somebody…
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] MERGE Tags doesnt workMy mistake.
I set up MailChimp Wrong, it Does Work..Perfect Tom, it works now.
Regards.
it misses two closing divs, i just spotted that
??Thank you Tom.
Regards.Thanks for the quick response
The slideshow is Responsive!Forum: Fixing WordPress
In reply to: WP adding   in all paragraphsA lot of people is having this issue, just google WP adding nbsp
Forum: Fixing WordPress
In reply to: WP adding   in all paragraphsHi, esmi, i did al lthat, and WP keeps inserting the nbsp tags, im actually developing another website right now.. no plugins, no framework, and it keeps adding nbsp tags. I read somewhere that is something to prevent widows, but i would like to get rid of it…
WP 3.5 Spanish es_ES
I appreciate any helpForum: Plugins
In reply to: [Features by WooThemes] Center Title & Image Borderok i found the solution to question 1
Edit CSS.feature-title { margin-top: 10px; text-align: center; }
still missing question 2 ??