-
Author
-
April 16, 2014 at 10:16 #15239tolase508Participant
hello,
i have been trying all day to figure out where do i go in word press to edit the search box that appears on the homepage?
April 19, 2014 at 00:15 #15493AbeKeymasterHi, That text and fields are changed from WP admin – Sweetdate – Buddypress.
Fields that appear to check to appear in the form can be modified from WP admin – USers – Profile fieldsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.April 29, 2014 at 00:47 #16271tolase508Participantthank you , but what i rally wanted to know is , how can i change the color of the search box on the main page to something other than the standard blue
April 29, 2014 at 20:00 #16437AbeKeymasterThose colors are taken from your defined button colors set in Sweetdate – Styling options
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.April 30, 2014 at 12:40 #16536tolase508ParticipantThank you, i have a question about the homepage. Currently i have a full width image loading through the revolution slider, unfortunately sometimes it loads and sometimes it doesn’t. Also first it loads a blue background then it loads the main image through the slider, is there a way i can have my background image load only and not the blue background. what im saying is i want to get rid of the blue screen that loads first before the slider and only have my background image load, preferably without having to use the slider because it seems like it doesn’t work all the time
May 6, 2014 at 02:13 #16943AbeKeymastertry removing the bg from revslider and add the image bg using css like this
COPY CODE.page-template-page-templatesfront-page-php .rev_slider_wrapper { background: url('http://mysite.com/link-to-image'); }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.May 23, 2014 at 01:19 #18611tolase508Participanti tried that and nothing happend where do i go to add that css, do i go to edit homepage? and where exactly do i place that code , i am very new at this
May 23, 2014 at 01:44 #18613tolase508ParticipantPlease disreagard the top question, i figured out. my other question is i would like to move around the location of the homepage searchbox/create account, for example i would like to center it and move it up a it instead of where it is in the left side of the homepage how do i do that?
May 23, 2014 at 01:47 #18614tolase508Participantlast question how do i remove the heart that appears in the about us kleo footer,
May 28, 2014 at 00:13 #18910AbeKeymasterHi, the search form template is found here in the theme if you need to make some changes: wp-content\themes\sweetdate\page-parts\home-search-form.php
You could add a CSS rule to move it:COPY CODE.just-after-header .five.columns { margin-left: 200px; }
See this topic from the FAQ to remove hearts in site: https://archived.seventhqueen.com/forums/topic/removereplace-the-love-hearts-in-site
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.May 28, 2014 at 02:40 #18929tolase508ParticipantThank you for you response, however i added the css to the existing but nothing happened??? did i add it at the wrong place or what did i do wrong.
<div class=”twelve columns”>
<div class=”row”>
<div class=”five columns”>
<?php do_action(‘kleo_bp_search_form’, (sq_option(‘home_search_members’, ‘1’) ==1?true:false) ); ?>
</div>
</div><!–end row–>
</div><!–end twelve–>
.just-after-header .five.columns {
margin-left: 200px;
}May 28, 2014 at 03:13 #18931tolase508Participantwhat plugins do you suggest that will stream my blog posts on the site to my facebook and twitter, so that i dont have to got and write the same post 3 times
May 28, 2014 at 10:50 #18953tolase508ParticipantAlso if i can get the css to move the mixed form search/register box as far left as possible on the homepage. i would like to try different positions for it, the css you sent me did not work
May 28, 2014 at 13:31 #18959tolase508Participantplease disrgard the very last post as i have resolved the issue
June 2, 2014 at 22:50 #19248AbeKeymasterThat css goes in your sweetdate-child/style.css or in WP admin – Sweetdate – Styling options – Quick css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘Sweetdate Landing Page – HTML’ is closed to new topics and replies.