Forum Replies Created
-
Author
-
Jeremy14
ParticipantCatalin,
Here is what my code looks like in functions.php:
<?php
/**
* @package WordPress
* @subpackage Sweetdate
* @author SeventhQueen <themesupport@seventhqueen.com>
* @since Sweetdate 1.0
*/function kleo_comment_changes($arg) {
$arg[‘label_submit’] = __( ‘Post Comment’, ‘kleo_framework’ );
$arg[‘comment_notes_before’] = ”;
$arg[‘comment_notes_after’] = ”;
$arg[‘comment_field’] = ‘<div class=”row”><div class=”twelve columns”><label for=”comment”>’ . _x( ‘Comment’, ‘noun’, ‘kleo_framework’ )</label><textarea id=”comment” name=”comment” cols=”45″ rows=”8″ required aria-required=”true”></textarea></div></div>’;
return $arg;
}?>
On the website it shows this:
Parse error: syntax error, unexpected ‘/’ in /home/content/72/11896772/html/wp-content/themes/sweetdate-child/functions.php on line 15
Jeremy14
ParticipantSorry for the lag. The code worked for the comment button. But it is still saying that comments are required.
Jeremy14
ParticipantJeremy14
ParticipantOk. Last time I configured the height and width settings for the Rev Slider it didn’t work well. I’ll try importing thanks.
Jeremy14
ParticipantSee this snapshot of my newsletter, it’s aligned to the right. Now my search widget is not showing on the Home page. I want to use the Rev Slider but how do I make it full width like the demo?
Jeremy14
ParticipantYou can tell by the Home page. See attachment. The H2 “Cannabis Dating” is in the middle. Before it was to the left aligned with everything else. Once I put a slider on that page it isn’t positioned right.
Jeremy14
ParticipantFor some reason when when I click on a profile it goes to /members when I’ve changed it to passingrass.com/dating
Jeremy14
ParticipantOk I’ll check it out thanks.
Jeremy14
ParticipantI meant the Dating page not the Network page. http://www.passingrass.com/dating click on a members profile and it goes to a 404. I contacted the software developer and he says it is not coming from them. Here is the other post I am still figuring out:
https://archived.seventhqueen.com/forums/topic/rev-slider-went-crazy
Jeremy14
ParticipantI posted another topic last week as well and still no reply. The Revolution Slider really screwed up my site.
Jeremy14
ParticipantIt worked for me by doing what I was supposed to do in the first place. In Photoshop start Transparent document, recreate logo, save logo as .png file. Then it was transparent. You should be able to delete the SweetDate logo under the SweetDate options. As for the size they have recommended sizes but they can be a little bigger, not too much or it doesn’t look right.
Jeremy14
ParticipantI have a quick fix on it for now. My last resort is restoring a backup because I have had members sign up since this happened. Still have not found a fix.
Jeremy14
ParticipantIt worked. I’ve been putting it in the Quick CSS. When I put it in the Editor it worked. Thanks.
Jeremy14
ParticipantIt still won’t budge. Only when I’m editing with FireBug. Also, in the CSS: background had an “r” in it. After taking it out it still didn’t work. I’m going to post on the plugin support and see what they say.
Thanks
Jeremy14
ParticipantI’m not sure what the problem is here is my CSS:
.button.wangguard-user-report {
backgroundr: #FFFFFF, !important;
border: none;
box-shadow: none;
}Jeremy14
ParticipantWhen I edit this in CSS editor Firebug the style changes, when I put it into the Quick CSS the styles don’t change.
Jeremy14
Participant.button.wangguard-user-report it should be stronger than just “.button” style so it will take your added style
How do I make this stronger?
Jeremy14
ParticipantHow would I change the text in the button to say something else. For instance the “Comment” button in my News section says “Send Message” it should be “Comment”
Thank you
Jeremy14
ParticipantIs it that easy to just create a new style property and put it in the Quick CSS?
Jeremy14
ParticipantThat error is most likely coming from a plugin. Deactivate all plugins one by one, then reactivate once you’ve found the one. I’ve had this happen 3 times before. It’s most likely a plugin.
Jeremy14
ParticipantJeremy14
ParticipantHow come when I try to change the image in the CSS after uploading an image to the media file it doesn’t work?
Jeremy14
Participanthttp://www.passingrass.com thanks. I just want a full home page image how it is, but only on the home page.
Jeremy14
ParticipantOk. I went into Styling Options and under Header chose none and under Background chose none. Then went to Homepage and selected the image I wanted for the Homepage and it’s not showing up the background on the Home Page is white.
Jeremy14
ParticipantI only want a background image on the Home Page. Once you set an image under Styling Options it shows up on every page. I want the other pages to be kept a neutral color.
Jeremy14
ParticipantHey sorry for the delay was on vacation. Site is http://www.passingrass.com
Also, there is a thin blue line at the top any way to get rid of that?
I haven’t found any plugins that would cause the wording to become blurry. It is only blurry in CHROME. -
AuthorPosts