Forum Replies Created
-
Author
-
October 12, 2013 at 21:06 in reply to: Color of the register/search form background on the Home Page. #4292
JohnDoe
Participantok now the bar is gone but there’s still a purple arrow , any idea?
October 12, 2013 at 20:16 in reply to: Color of the register/search form background on the Home Page. #4281JohnDoe
ParticipantThis reply has been set as private.JohnDoe
ParticipantI think it is better if u do this from scratch so u undersstand how it all works, in my opinion this is a bit of flash 🙂
October 12, 2013 at 19:36 in reply to: Color of the register/search form background on the Home Page. #4273JohnDoe
Participanti have carousel turned off and used your footer code in the quick css, still showing the pink bar and the arrow..
JohnDoe
Participanti kinda have the same problem , menu stuck halfway screen, and the slider isn’t going full screen.
Using chrome.
October 12, 2013 at 12:23 in reply to: Color of the register/search form background on the Home Page. #4260JohnDoe
ParticipantThat border is still not changing..
i have tried editing with the quick css , also inside the app.css itself
both didn’t show any results.please help me on this, its f*cking my home page up.
Thanks in advance.
October 12, 2013 at 01:02 in reply to: Color of the register/search form background on the Home Page. #4221JohnDoe
ParticipantO admin i tried this code but the border bottom of .form-search doesn’t change , look :
http://i41.tinypic.com/13yi3y0.png
My css :
.form-header {
border-left: 10px solid rgba(192,192,192,1);
border-right: 10px solid rgba(192,192,192,1);
border-top: 10px solid rgba(192,192,192,1);
-webkit-border-top-left-radius: 25px;
-webkit-border-top-right-radius: 25px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
box-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}
.form-search, .form-header {
background: none repeat scroll 0 0 #c0c0c0;
}
.form-search {
border-left: 10px solid rgba(192,192,192,1);
border-right: 10px solid rgba(192,192,192,1);
border-bottom: 10px solid rgba(192,192,192,1);
-webkit-border-bottom-right-radius: 25px;
-moz-border-radius-bottomright: 25px;
border-bottom-right-radius: 25px;
box-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}.form-search.custom div.custom.dropdown a.selector, .form-search.custom div.custom.dropdown a.current, .form-search.custom select {
border: 1px solid #ffffff;
}
.form-search.custom div.custom.dropdown a.current, .form-search.custom input[type=”text”], .form-search.custom input[type=”password”], .form-search.custom select {
background-color: #ffffff;
}JohnDoe
ParticipantThis is not possible yet , i requested the same and admin sqadmin told me it’s not possible.
I think it is possible if u got some php knowledge.Hope i cleared that up a bit.
October 11, 2013 at 14:47 in reply to: Color of the register/search form background on the Home Page. #4193JohnDoe
ParticipantO admin i tried this code but the border fottom of form.search doesn’t change , look :
http://i41.tinypic.com/13yi3y0.png
My css :
.form-header {
border-left: 10px solid rgba(192,192,192,1);
border-right: 10px solid rgba(192,192,192,1);
border-top: 10px solid rgba(192,192,192,1);
-webkit-border-top-left-radius: 25px;
-webkit-border-top-right-radius: 25px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
box-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}
.form-search, .form-header {
background: none repeat scroll 0 0 #c0c0c0;
}
.form-search {
border-left: 10px solid rgba(192,192,192,1);
border-right: 10px solid rgba(192,192,192,1);
border-bottom: 10px solid rgba(192,192,192,1);
-webkit-border-bottom-right-radius: 25px;
-moz-border-radius-bottomright: 25px;
border-bottom-right-radius: 25px;
box-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}.form-search.custom div.custom.dropdown a.selector, .form-search.custom div.custom.dropdown a.current, .form-search.custom select {
border: 1px solid #ffffff;
}
.form-search.custom div.custom.dropdown a.current, .form-search.custom input[type=”text”], .form-search.custom input[type=”password”], .form-search.custom select {
background-color: #ffffff;
}October 11, 2013 at 14:14 in reply to: Color of the register/search form background on the Home Page. #4191JohnDoe
ParticipantNo.. WP-admin -> style options -> quick css
Thanks admin for this btw 🙂
JohnDoe
ParticipantPretty good guide on how to do this => http://wpsites.net/web-design/members-nav-menu-logged-in-members/
Hope i helped you.
JohnDoe
ParticipantEdit header.php , but don’t do this in the theme folder , but copy the header.php to your child folder , and find :
“Find us on”, ‘kleo_framework’
there you will see the existing icons , add yours for example :
COPY CODE<a>" class="has-tip tip-bottom" data-width="210" title="<?php _e("Follow us on", 'kleo_framework');?> Instagram"><i class="icon-instagram icon-large"></i></a>
I am currently looking for the css of this, you could do the same , and use some logic to do the rest.
Hope i helped.
JohnDoe
ParticipantThank you, do you know any free ways to get some good traffic to my site?
I’m using an SEO WP plugin, using bing and google webmaster tools, added sitemap and robots.txt but that all doesnt seem to help me get up in the search engine ranks.JohnDoe
ParticipantHi, i have resolved this .
But when u go to my site http://www.datelite.net and click upgrade u will see that its all in blue, but how do i change this colors, i would want to match them with my site’s collors.Also, is it possible to add a chat to my site , and give it member restrictions , so for example only gold members can talk with friends they added?
Thanks in advance!
JohnDoe
ParticipantWhen someone registers , they allready receive an email with confirmation link?
or do you wanna know how this exactly works? -
AuthorPosts