This topic has 14 replies, 3 voices, and was last updated 12 years by wisinyyandel7.
-
Author
-
November 17, 2013 at 08:02 #6819
wisinyyandel7
ParticipantHi @Sqadmin,
I have been working on this and I can fit the images and fonts properly in my dating website.
The box search is too low and almost touch the fonts below this. I am trying to reproduce something similar to your demo. I think the image is too big and i am trying to make it smaller. It is in auto responsive, do i have to change it to custom?, fixed? I tried all of them I can see few differences but I am not sure if it could affect if somebody go to my website from other computer.
Also when I click to the arrows or bullets to stop images in my revolution slider, it doesn’t stop.
I am not sure what i am doing wrong. Can you please help me out?
Thank you.November 17, 2013 at 08:06 #6820wisinyyandel7
ParticipantThis is my website: gmate.co and then you have to type gmate.co/?letmein
Also I put the revolution code in here:
<?php
/**
* after_header_content
*
* @hooked render_user_search – only if is Front-page Template
*/
do_action(‘after_header_content’);
?></div><!–end row–>
</div><!–end #header–>
</div><!–end header-bg–>
</header>
<!–END HEADER SECTION–>
<?php putRevSlider(“homeslider”)?>
<?php
/**
* kleo_before_page
*
* @hooked kleo_show_breadcrumb – 9
*/
do_action( ‘kleo_before_page’ );
?>Did I do well? of is it wrong?
Also The image doesn’t start from the top like in your demo. should it cover all the page from the top until start:
It’s free to Register and take a Peek…Thanks my friend
November 17, 2013 at 08:31 #6824wisinyyandel7
ParticipantAlso I would like to show just the revolution slider in my homepage..I did like you said in the demo but it didn’t work.
Thanks again my friendNovember 19, 2013 at 01:55 #6875SQadmin
KeymasterPlease import the demo revolution sliders that are in the package downloaded. You don’t need to add code to show the rev slider, set it from Sweetdate – Homepage or for any other page when you edit it from General settings – Header
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 23, 2013 at 05:42 #7126wisinyyandel7
ParticipantHello @Sqadmin,
Thanks for this.
I imported the files, but I don’t understand something and I am trying to figure it out. I don’t know to much about this, I just need some help from you. (sorry about it)
[rev_slider full_width_with_form]
[rev_slider full_width_with_form_bellow_header]
[rev_slider full_screen_no_form]
I am really confused with this, when I check the settings for each ones…they almost look the same, I mean animations, words, etc. I activated from sweetdate – homepage Rev. Slider but it doesn’t show me anything in my website…I am not sure if I have to import just one of them above to this paragraph or it just only one? ..
My friend, I have learned a lot of things thanks to you guys and this awesome template. I am really happy with your work, it’s amazing!…
Thank you so much for all your support.Regards,
November 25, 2013 at 19:59 #7223SQadmin
KeymasterHi,
Depending on what kind of slider type you wan to use you import that one, with form, without form or optimized to show below header. You can import any of them since they are alike just small settings that are different.
sweetdate – homepage Rev shows the slider in your homepage that you set in Settings – Reading. In any other page, go to page edit – General settings – HeaderHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 30, 2013 at 16:02 #7500wisinyyandel7
ParticipantHello @Sqadmin
Hope you are well.
I import one of the sliders into my wordpress and it should show up in my homepage, but it doesn’t, I followed all the steps in the documentation file but still the same thing (not working). I really don’t know what to do. http://d.pr/i/kTlL http://d.pr/i/PWkO http://d.pr/i/NrDO Could you please help me with this as soon as possible? Thank you so much.December 2, 2013 at 15:09 #7560SQadmin
KeymasterThat looks good. Maybe you have altered something in header.php because it should work with those settings
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 2, 2013 at 15:42 #7565wisinyyandel7
Participantok I will have a look…Thank you I will get back to you soon
December 2, 2013 at 15:49 #7566wisinyyandel7
ParticipantMy friend,
This is my header.php
Well, I am trying to see where is the error but it looks good to me …what do you think?
Thanks for your help.Regards,
JulioCOPY CODE<?php /** * The Header for our theme. * * @package WordPress * @subpackage Sweetdate * @author SeventhQueen <themesupport@seventhqueen.com> * @since Sweetdate 1.0 */ ?><!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" <?php language_attributes(); ?>> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" <?php language_attributes(); ?>> <!--<![endif]--> <head> <?php if ( pmpro_hasMembershipLevel(array(3,4))) { ?> <link type="text/css" href="/cometchat/cometchatcss.php" rel="stylesheet" charset="utf-8"> <script type="text/javascript" src="/cometchat/cometchatjs.php" charset="utf-8"></script> <?php } ?> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width" /> <title><?php wp_title( '|', true, 'right' ); ?></title> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <!--[if IE 7]> <link rel="stylesheet" href="<?php echo get_template_directory_uri();?>/assets/styles/font-awesome-ie7.min.css"> <script src="<?php echo get_template_directory_uri();?>/assets/scripts/ie6/warning.js"></script> <script>window.onload=function(){e("<?php echo get_template_directory_uri();?>/assets/scripts/ie6/")}</script> <![endif]--> <!--Favicons--> <?php if (sq_option('favicon')) { ?> <link rel="shortcut icon" href="<?php echo sq_option('favicon'); ?>"> <?php } ?> <?php if (sq_option('apple57')) { ?> <link rel="apple-touch-icon" href="<?php echo sq_option('apple57'); ?>"> <?php } ?> <?php if (sq_option('apple57')) { ?> <link rel="apple-touch-icon" sizes="57x57" href="<?php echo sq_option('apple57'); ?>"> <?php } ?> <?php if (sq_option('apple72')) { ?> <link rel="apple-touch-icon" sizes="72x72" href="<?php echo sq_option('apple72'); ?>"> <?php } ?> <?php if (sq_option('apple114')) { ?> <link rel="apple-touch-icon" sizes="114x114" href="<?php echo sq_option('apple114'); ?>"> <?php } ?> <?php if (sq_option('apple144')) { ?> <link rel="apple-touch-icon" sizes="144x144" href="<?php echo sq_option('apple144'); ?>"> <?php } ?> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php do_action('kleo_after_body');?> <!-- Page ================================================ --> <!--Attributes--> <!--class = kleo-page wide-style / boxed-style--> <div class="kleo-page <?php echo sq_option('site_style','wide-style'); ?>"> <!-- HEADER SECTION ================================================ --> <header> <div class="header-bg"> <?php if(sq_option('social_top') == 1) :?> <!--Top links--> <div class="top-links"> <div class="row"> <ul class="no-bullet"> <li class="nine columns"> <?php do_action('kleo_before_top_links');?> <?php if(sq_option('owner_email')): ?> <a>"><i class="icon-envelope"></i> <?php echo sq_option('owner_email'); ?></a> <?php endif; ?> </li> <li class="three columns hide-for-small"> <?php _e("Find us on", 'kleo_framework'); ?>: <?php if (sq_option('twitter')): ?> <a>" class="has-tip tip-bottom" data-width="210" title="<?php _e("Follow us on", 'kleo_framework');?> Twitter"><i class="icon-twitter icon-large"></i></a> <?php endif;?> <?php if (sq_option('facebook')): ?> <a>" class="has-tip tip-bottom" data-width="210" title="<?php _e("Find us on", 'kleo_framework');?> Facebook"><i class="icon-facebook icon-large"></i></a> <?php endif;?> <?php if (sq_option('googleplus')): ?> <a>" class="has-tip tip-bottom" data-width="210" title="<?php _e("Find us on", 'kleo_framework');?> Google+"><i class="icon-google-plus icon-large"></i></a> <?php endif; ?> <?php if (sq_option('pinterest')): ?> <a>" class="has-tip tip-bottom" data-width="210" title="<?php _e("Pin us on", 'kleo_framework');?> Pinterest"><i class="icon-pinterest icon-large"></i></a> <?php endif; ?> <?php if (sq_option('linkedin')): ?> <a>" class="has-tip tip-bottom" data-width="210" title="<?php _e("Find us on", 'kleo_framework');?> LinkedIn"><i class="icon-linkedin icon-large"></i></a> <?php endif; ?> </li> </ul> </div> </div> <!--end top-links--> <?php endif; ?> <div id="header"> <div class="row"> <!-- Logo --> <div class="four columns"> <h1 id="logo"><?php bloginfo('name'); ?> <a>"><img />" width="294" height="108" alt="<?php bloginfo('name'); ?>"></a> </h1> </div> <!--end logo--> <!-- Login/Register/Forgot username/password Modal forms - Hidden by default to be opened through modal - For faster loading we put all forms at the bottom of page --> <!--Login buttons--> <div class="eight columns login-buttons"> <ul class="button-group radius right"> <?php if (is_user_logged_in()): ?> <?php /* Only show if Buddypress is installed */ ?> <?php if (function_exists('bp_is_active')): ?> <li class="relative"><a>" class="tiny secondary button radius"><i class="icon-user hide-for-medium-down"></i> <?php _e("PROFILE", 'kleo_framework'); ?></a><div class="kleo-notifications"><?php if( bp_is_active('messages') && messages_get_unread_count() > 0 ) { ?><a>" data-width="210" title="<?php _e("New messages", 'kleo_framework');?>" class="kleo-message-count has-tip tip-left"><?php echo messages_get_unread_count(); ?></a><?php } ?><?php if (bp_is_active('friends') && bp_friend_get_total_requests_count() > 0): ?> <a>" data-width="210" title="<?php _e("Friend requests", 'kleo_framework');?>" class="kleo-friends-req has-tip tip-right"><?php echo bp_friend_get_total_requests_count(); ?></a><?php endif; ?> </div></li> <?php endif; ?> <li><a> " class="tiny button radius"><i class="icon-off hide-for-medium-down"></i> <?php _e("LOG OUT", 'kleo_framework'); ?></a></li> <?php else: ?> <li><a href="#"><i class="icon-user hide-for-medium-down"></i> <?php _e("LOG IN", 'kleo_framework'); ?></a></li> <?php if(get_option('users_can_register')) { ?> <li><a href="#"><i class="icon-group hide-for-medium-down"></i> <?php _e("SIGN UP", 'kleo_framework'); ?></a></li> <?php } ?> <?php endif; ?> </ul> </div> <!--end login buttons--> <!-- Main Navigation --> <div class="eight columns"> <div class="contain-to-grid<?php if (sq_option('sticky_menu', 1) == 1) echo ' sticky'; ?>"> <nav class="top-bar"> <a>" class="small-logo"><img />" height="43" alt="<?php bloginfo('name'); ?>"></a> <ul> <!-- Toggle Button Mobile --> <li class="name"> <h1><a href="#"><?php _e("Please select your page", 'kleo_framework'); ?></a></h1> </li> <li class="toggle-topbar"><a href="#"><i class="icon-reorder"></i></a></li> <!-- End Toggle Button Mobile --> </ul> <section><!-- Nav Section --> <?php wp_nav_menu( array( 'container' => false, 'menu_class' => 'left', 'theme_location' => 'primary', 'fallback_cb' => 'sweetdate_main_nav', 'walker' => new sweetdate_walker_nav_menu) ); ?> </section><!-- End Nav Section --> </nav> </div><!--end contain-to-grid sticky--> </div> <!-- end Main Navigation --> <?php /** * after_header_content * * @hooked render_user_search - only if is Front-page Template */ do_action('after_header_content'); ?> </div><!--end row--> </div><!--end #header--> </div><!--end header-bg--> </header> <!--END HEADER SECTION--> <?php /** * kleo_before_page * * @hooked kleo_show_breadcrumb - 9 */ do_action( 'kleo_before_page' ); ?>December 3, 2013 at 00:16 #7607SQadmin
KeymasterI think is incomplete. Take back the original from the theme
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 4, 2013 at 05:32 #7676wisinyyandel7
ParticipantThanks for your reply.
Do I have to replace the header from Sweetdate or for Sweetdate child?
I am asking you because the last time the support team for cometchat help me to install the cometchat in my website, but I am not sure if I replace the file I could ruin the cometchat operation in my website. It was in sweetdate child theme.
Thanks my friend.December 6, 2013 at 02:56 #7745SQadmin
KeymasterOriginal file is in sweetdate theme. You should compare the files and see what you have changed.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 6, 2013 at 03:57 #7758adam
Participant@wisinyyandel7 just a tip, i use a site like this one to compare differences in two files:
http://www.diffchecker.com/
it’s a big help.December 14, 2013 at 00:22 #8228wisinyyandel7
ParticipantSorry for my late reply, thank you so much.
It’s really helpful!. -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.