Forum Replies Created
-
Author
-
tolase508Participant
Hi caitlin i did as you said but nothing happend? all the hearts are still there?
*/
i placed code here in between these two tags but nothing happened?>
tolase508ParticipantHi Caitlin thank you so much for you quick response, the only thing im confused about is where in the .php file i should add the code
this is the existing code in the fuctions .php file, pleAse point out EXACTLY where i should add this code, (before the first line? after the last line? in between the last two lines? i need EXACTLY WHERE. last time i tried i was unsuccesful, and i believe its because i didnt put it in the right location. THANK YOU
<?php
/**
* @package WordPress
* @subpackage Sweetdate
* @author SeventhQueen <themesupport@seventhqueen.com>
* @since Sweetdate 1.0
*//**
* Sweetdate Child Theme Functions
* Add extra code or replace existing functions
*/?>
tolase508ParticipantAlso 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
tolase508Participantwhat 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
tolase508ParticipantThank 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;
}tolase508Participantlast question how do i remove the heart that appears in the about us kleo footer,
tolase508ParticipantPlease 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?
tolase508Participanti 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
tolase508ParticipantThank 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
tolase508Participantthank 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
-
AuthorPosts