blue
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Lightbox 2] My lightbox won't workIt’s okay now. I added some few lines that it won’t conflict.
🙂 Thanks.Forum: Plugins
In reply to: [Contact Form Clean and Simple] reCaptcha won't displayOk I got it now. Seems on what to be registered domain name when creating the keys is suppose to be similar in current domain. Cause actually I’m still using the beta version of my domain and not yet launched. So that’s why there is a technical error.
Now my question is, how to set resize the height of my reCaptcha?
The look is totally deform.Forum: Plugins
In reply to: Contact Form 7 WP-Mail-SMTP Godaddy E-mail not workingwhy can’t they have an online chat support. That would be get closer communication to their client. Email and calls are no use. U can’t work-out with their suggest while holding a phone. Heck GDD.!
Forum: Plugins
In reply to: [Fast Secure Contact Form] Earth to Mike Challis ???U mean he passed away?
Forum: Plugins
In reply to: [Fast Secure Contact Form] Forms disappeared!!!Actually the Author could no longer support this plugin. Someone i read here that he pass away.
Yeah. But I actually just want to have the shortcode for a PHP file just the image to be visible. Is it possible ?
Forum: Fixing WordPress
In reply to: An unknown error link to my customize themingYeah I already remove it but still doesn’t work. Because I just want the submenu worked.
Forum: Fixing WordPress
In reply to: An unknown error link to my customize theminganyone have idea? 🙂
Forum: Fixing WordPress
In reply to: An unknown error link to my customize themingFrom my function.php, I only this one.
function starkers_script_enqueuer() { wp_register_style( 'screen', get_stylesheet_directory_uri().'/style.css', '', '', 'screen' ); wp_enqueue_style( 'screen' ); wp_register_script( 'jquery-1.11.0.min', get_template_directory_uri().'/js/jquery-1.11.0.min.js', array( 'jquery' ) ); wp_enqueue_script( 'jquery-1.11.0.min' ); wp_register_script( 'jquery.bcat.bgswitcher', get_template_directory_uri().'/js/jquery.bcat.bgswitcher.js', array( 'jquery' ) ); wp_enqueue_script( 'jquery.bcat.bgswitcher' ); wp_register_script( 'site', get_template_directory_uri().'/js/site.js', array( 'jquery' ) ); wp_enqueue_script( 'site' ); }Which one should I remove cause two of them are from my JS support for both background effect and a submenu.
Forum: Fixing WordPress
In reply to: An unknown error link to my customize theming`fsrg.com.previewdns.com
features with that is a carousel background image and a submenu drop down.
Menus are build for temporarily only just to test my jquerry effect.
My problem is on where to find the link path cause I want to correct it.
mydomainname/wp-content/themes<strong>/starker-masterjs/</strong>jquerry-1.11.0.min.js?ver=3.8.3
The /starker-masterjs/ suppose to be a master/js and not /starker-masterjs/Forum: Plugins
In reply to: [AJAX Contact] I don't receive mail with Ajax ContactMe either, I wonder why.
Forum: Plugins
In reply to: [Contact Us Form] styleHow many forms do you have?
I think when you set this
.contactform{background-color:blue}
It will totally change all the background color of the form.Forum: Plugins
In reply to: [Contact Us Form] [Plugin: Contact Us Form] Resize entire formI don’t know if i got your question right.
Resizing about my fields and labels.
I just did this`
.contactform label{width:200px;}
.contactform input{width:200px;}But I don’t know if solves in your issue.
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] After submitting no message confirmOh hi,
I have must been ruin the js and the css.
I have done something that the msg will not
appear after submitting. But anyway, thanks for
updates. 🙂 Its working now. 🙂Forum: Themes and Templates
In reply to: How to create mobile theme for my themeIt would be better if you use plugins than creating your own unless you
have any deadlines.
Creating your own is nice and fun but it will eat all your time.
If your on hurry and don’t have specific styles for your mobile, just use plugins.
But if your meticulous and willing to have its own and can provide,
well you can work with css and media queries.