Pamir
Forum Replies Created
-
@dagonpa please check the updated version. it should work with the latest WordPess and WooCommerce version.
Please let me know if you have any further issue.Forum: Plugins
In reply to: [Contact Form 7] Change Telephone Field LengthHi,
I can help you with CSS if you share your website link. You can use CSS media queries to set the size of your telephone field for different screens.Thanks,
PamirForum: Themes and Templates
In reply to: CSS animated typhographyHi Nick,
Try typed.js plugin. it should serve your purpose.Demo: http://www.mattboldt.com/demos/typed-js/
It’s a free jQuery plugin and follow the instructions on github for details.
thanks,
PamirForum: Themes and Templates
In reply to: Transparent BackgroundHi roamingwithal,
you can make your content background transparent. use the following CSS for your content background. here (.3) is the opacity.background-color: rgba(255, 255, 255, 0.3);
Cheers,
PamirForum: Themes and Templates
In reply to: Do Not Want Full-Width Templatehi,
if you share your theme demo/website URL, it would be possible to suggest.your theme may or may not have a content wrapper. I can suggest the best way CSS/HTML+CSS if I can see your theme/site.
thanks
Forum: Plugins
In reply to: [Wise Chat] How to use CSS shortcode?in general, you can add custom CSS using Simple Custom CSS plugin.
• Go to: Plugins » Add New
• Search Simple Custom CSS
• Install and activate the Simple Custom CSS plugin
• Upon activation simply go to Appearance » Custom CSS and paste your custom CSS lines & update it.it should work.