Forum Replies Created

Viewing 15 replies - 31 through 45 (of 145 total)
  • Thread Starter lovefamilyholidays

    (@lovefamilyholidays)

    Also, on mobile the logo displays with a white background, on browser the orange background makes it look like the logo is in a white box. How do I fix this please? Should I just have the logo designed on an orange background? If so, is there a way to make the orange strip display on mobile the same as it does on web browser? Thanks

    Thread Starter lovefamilyholidays

    (@lovefamilyholidays)

    Thank you, that has fixed the issue. Very much appreciated, thank you for your help.

    One last thing, what is the optimum size I should get a logo designed for this space? The one I have at the moment is just temporary, I want to get a nice clear one designed.

    Thanks again!

    Thread Starter lovefamilyholidays

    (@lovefamilyholidays)

    Hi
    This is 100% child theme related. I have activated the standard kyma theme and the logo works straight away. Go back to the child theme, and it’s broken again. This is why I pasted in the code above and on the original post at https://www.ads-software.com/support/topic/logo-wont-display/#post-9047559

    Which exact file should I be looking for in the child theme which should contain the problem please? I can post the code here if I can’t see the issue in it if I know which file I should be looking at.

    Thread Starter lovefamilyholidays

    (@lovefamilyholidays)

    Is anyone still supporting this theme, or do I need to go through the rig-moral of changing themes completely? This is getting very silly now. It has stopped progress for too long, and I just get ignored week after week.

    Is there any hope of getting support with this at all?

    Thread Starter lovefamilyholidays

    (@lovefamilyholidays)

    I don’t know if anyone is reading this post, should I start a new topic?

    Thread Starter lovefamilyholidays

    (@lovefamilyholidays)

    Could someone help please?

    Thread Starter lovefamilyholidays

    (@lovefamilyholidays)

    Hi

    What do you mean by custom CSS editor please?

    This is from my child theme’s header.php, is there anything wrong with it?;

    <!doctype html>
    <!--[if lt IE 7 ]>
    <html class="ie ie6 ie-lt10 ie-lt9 ie-lt8 ie-lt7 no-js" lang="en"> <![endif]-->
    <!--[if IE 7 ]>
    <html class="ie ie7 ie-lt10 ie-lt9 ie-lt8 no-js" lang="en"> <![endif]-->
    <!--[if IE 8 ]>
    <html class="ie ie8 ie-lt10 ie-lt9 no-js" lang="en"> <![endif]-->
    <!--[if IE 9 ]>
    <html class="ie ie9 ie-lt10 no-js" lang="en"> <![endif]-->
    <!--[if gt IE 9]><!-->
    <html class="no-js" <?php language_attributes(); ?>><!--<![endif]-->
    <!-- the "no-js" class is for Modernizr. -->
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>"/>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <?php $kyma_theme_options = kyma_theme_options(); ?>
        <?php wp_head(); ?>
    <meta name="google-site-verification" content="7n5Q5qvxsPOYpJ8mjGXOrfqq_MaqkqA8PlFHVYpu2Vg" />
    <meta name="msvalidate.01" content="96B513AC3EF921B6D2EF12A9C8A106EB" />
    </head>
    <?php $class = "";
    if ($kyma_theme_options['site_layout'] != "") {
        $class = 'site_boxed ';
    }
    $class .= isset($kyma_theme_options['headercolorscheme']) ? $kyma_theme_options['headercolorscheme'] : ''; ?>
    <body <?php body_class("menu_button_mode preloader3 menu_button_mode " . $class); ?>>
    <span id="stickymenu"
          style="display:none;"><?php echo isset($kyma_theme_options['headersticky']) ? esc_attr($kyma_theme_options['headersticky']) : 1 ; ?></span>
    
    <div id="preloader">
        <div class="spinner">
            <div class="sk-dot1"></div>
            <div class="sk-dot2"></div>
            <div class="rect3"></div>
            <div class="rect4"></div>
            <div class="rect5"></div>
        </div>
    </div>
    <div id="main_wrapper">
        <header id="site_header">
            <div class="topbar <?php echo esc_attr($kyma_theme_options['topbarcolor']); ?>">
                <!-- class ( topbar_colored  ) -->
                <div class="content clearfix">
    				<?php if ($kyma_theme_options['contact_info_header']) { ?>
                    <div class="top_details clearfix f_left"><?php
                        if ($kyma_theme_options['contact_phone']) {
                            ?>
                            <span><i class="fa fa-phone"></i><span
                                class="title"><?php _e('Call Us :', 'kyma') ?></span><a href="tel:<?php echo esc_attr($kyma_theme_options['contact_phone']); ?>"><?php echo esc_attr($kyma_theme_options['contact_phone']); ?></a>
                            </span><?php
                        }
                        if ($kyma_theme_options['contact_email']) {
                            ?>
                            <span><i class="fa fa-envelope-o"></i><span
                                    class="title"><?php _e('Email :', 'kyma') ?></span>
    							<a href="mailto:<?php echo sanitize_email($kyma_theme_options['contact_email']); ?>"><?php echo sanitize_email($kyma_theme_options['contact_email']); ?></a></span>
                        <?php } ?>
                    </div>
                    <?php } if ($kyma_theme_options['social_media_header']) { ?>
                        <div class="top-socials box_socials f_right">
                        <?php if ($kyma_theme_options['social_facebook_link'] != '') { ?>
                        <a href="<?php echo esc_url($kyma_theme_options['social_facebook_link']); ?>" target="_blank">
                            <span class="soc_name"><?php _e('Facebook', 'kyma'); ?></span>
                            <span class="soc_icon_bg"></span>
                            <i class="fa fa-facebook"></i>
                            </a><?php
                        }
                        if ($kyma_theme_options['social_facebook_link'] != '') {
                            ?>
                        <a href="<?php echo esc_url($kyma_theme_options['social_twitter_link']); ?>" target="_blank">
                            <span class="soc_name"><?php _e('Twitter', 'kyma'); ?></span>
                            <span class="soc_icon_bg"></span>
                            <i class="fa fa-twitter"></i>
                            </a><?php
                        }
                        if ($kyma_theme_options['social_google_plus_link'] != '') {
                            ?>
                        <a href="<?php echo esc_url($kyma_theme_options['social_google_plus_link']); ?>" target="_blank">
                            <span class="soc_name"><?php _e('Google+', 'kyma'); ?></span>
                            <span class="soc_icon_bg"></span>
                            <i class="fa fa-google-plus"></i>
                            </a><?php
                        }
                        if ($kyma_theme_options['social_skype_link'] != '') {
                            ?>
                        <a href="skype:<?php echo esc_url($kyma_theme_options['social_skype_link']); ?>">
                            <span class="soc_name"><?php _e('Skype', 'kyma'); ?></span>
                            <span class="soc_icon_bg"></span>
                            <i class="fa fa-skype"></i>
                            </a><?php
                        }
                        if ($kyma_theme_options['social_vimeo_link'] != '') {
                            ?>
                        <a href="<?php echo esc_url($kyma_theme_options['social_vimeo_link']); ?>" target="_blank">
                            <span class="soc_name"><?php _e('Vimeo', 'kyma'); ?></span>
                            <span class="soc_icon_bg"></span>
                            <i class="fa fa-vimeo-square"></i>
                            </a><?php
                        }
                        if ($kyma_theme_options['social_youtube_link'] != '') {
                            ?>
                        <a href="<?php echo esc_url($kyma_theme_options['social_youtube_link']); ?>" target="_blank">
                            <span class="soc_name"><?php _e('YouTube', 'kyma'
                                ); ?></span>
                            <span class="soc_icon_bg"></span>
                            <i class="fa fa-youtube"></i>
                            </a><?php
                        } ?>
                        </div><?php
                    } ?>
                </div>
                <!-- End content -->
    			<span class="top_expande not_expanded">
    				<i class="no_exp fa fa-angle-double-down"></i>
    				<i class="exp fa fa-angle-double-up"></i>
    			</span>
            </div>
            <!-- End topbar -->
            <div id="navigation_bar"
                 style="<?php if (get_header_image()) : ?> background-image:url('<?php header_image();?>'); <?php endif; ?>">
                <div class="content">
                    <div id="logo" <?php if ($kyma_theme_options['logo_layout'] == "right") {
                        echo 'style="float:right;"';
                    } ?>>
                        <a href="<?php echo esc_url(home_url('/')); ?>"
                           title="<?php echo esc_attr(get_bloginfo('name', 'display')); ?>" rel="home">
                            <?php
                            if ($kyma_theme_options['upload_image_logo']!="") {
                                ?>
                                <img id="logoimg" src="<?php echo esc_url($kyma_theme_options['upload_image_logo']); ?>"
                                     alt="<?php echo esc_attr(get_bloginfo('name', 'display')); ?>"/>
                            <?php } else { ?>
                                <h3><?php echo esc_attr(get_bloginfo('name')); ?></h3>
                            <?php } ?>
                        </a>
                    </div>
                    <nav id="main_nav">
                        <div id="nav_menu">
    						<span class="mobile_menu_trigger">
    						    <a href="#" class="nav_trigger"><span></span></a>
    						</span>
                            <?php wp_nav_menu(array(
                                    'theme_location' => 'primary',
                                    'menu_class' => 'clearfix horizontal_menu',
                                    'menu_id' => 'navy',
                                    'fallback_cb' => 'kyma_fallback_page_menu',
                                    'link_before' => '<span>',
                                    'link_after' => '</span>',
                                    'walker' => new kyma_nav_walker(),
                                )
                            ); ?>
                        </div>
                    </nav>
                    <!-- End Nav -->
                    <div class="clear"></div>
                </div>
            </div>
        </header>
        <!-- End Main Header -->

    This is the style css;

    /*
     Theme Name:     Kyma Child Theme
     Description:    Kyma Child Theme
     Template:       kyma
     Version:        1.0.0
    */
     
    @import url("../kyma/style.css");
     
    /* =Theme customization starts here
    ------------------------------------------------------- */
    /* https://www.itij.co/sites/default/files/u2251/N.EU%20confirms%20flight%20delay%20compensation.SM_.jpg 
       https://utazz.ujszo.com/sites/default/files/photos/promoted/keses2.jpg
       https://conversation.which.co.uk/wp-content/uploads/2010/08/airlinedelay_shutterstock_59317648.jpg
       https://davidplusworld.com/wp-content/uploads/2011/11/Flight-delayed.jpg
    	
    https://lovefamilyholidays.co.uk/wp-content/uploads/2016/02/london-938880_1920.jpg
    */
    
    .page-id-252 {
       background-image: url('https://lovefamilyholidays.co.uk/wp-content/uploads/2016/02/london-938880_1920-2.jpg') !important;
       background-repeat: repeat !important;
       background-position: top center !important;
    }
    
    }
    .alignleft {
        float: left;
        margin-bottom: .5em;
        margin-right: .5em;
    }
    .alignright {
        float: right;
        margin-bottom: .5em;
        margin-left: .5em;
    }
    .page_title h1 {
      display:none;
    }
    .advert-item span.advert-link {
    text-align: center;
    }
    .wpcf7
    {
        background-color: #f7f7f7;
        border: 2px solid orange;
        padding: 25px !important;
    }

    This is home-service.php;

    <?php $kyma_theme_options = kyma_theme_options();
    if ($kyma_theme_options['home_service_enabled'] == 1){ ?>
    <section class="content_section bg_gray">
        <div class="container">
            <div class="main_title centered upper"><?php if ($kyma_theme_options['home_service_heading'] != ""){ ?>
                <h2 id="service_heading"><span class="line"><span
                            class="dot"></span></span><?php echo esc_attr($kyma_theme_options['home_service_heading']);
                    } ?></h2>
            </div>
            <div class="icon_boxes_con style1 clearfix"><?php
                $col = 12 / (int)$kyma_theme_options['home_service_column'];
                $color = array('', 'color1', 'color2', 'color3');
                for ($i = 1; $i <= 4; $i++) {
                    ?>
                <div class="service col-md-<?php echo esc_attr($col); ?>">
                    <div class="service_box">
                        <span class="icon">
    					<a href="<?php echo esc_url($kyma_theme_options['service_link_' . $i]); ?>" >
    					<i id="service-icon-<?php echo $i; ?>" class="<?php if ($kyma_theme_options['service_icon_' . $i] != "") { echo esc_attr($kyma_theme_options['service_icon_' . $i] . ' ' . $color[$i - 1]); } ?>"></i></a></span>
    					<a href="<?php echo esc_url($kyma_theme_options['service_link_' . $i]); ?>" >
                        <div class="service_box_con centered">
                            <?php if ($kyma_theme_options['service_title_' . $i] != "") { ?>
                                <h3
                                id="service-title-<?php echo $i; ?>"><?php echo esc_attr($kyma_theme_options['service_title_' . $i]); ?></h3><?php
                            }
                            if ($kyma_theme_options['service_text_' . $i] != "") {
                                ?>
                                <span id="service-desc-<?php echo $i; ?>"
                                      class="desc"><?php echo esc_attr($kyma_theme_options['service_text_' . $i]); ?></span><?php
                            }
                            if ($kyma_theme_options['service_link_' . $i] != "") {
                                ?>
                            <a id="service-link-<?php echo $i; ?>"
                               href="<?php echo esc_url($kyma_theme_options['service_link_' . $i]); ?>"
                               class="ser-box-link"><span></span><?php _e('Read More', 'kyma'); ?></a><?php
                            } ?>
                        </div>
    					</a>
                    </div>
                    </div><?php
                }
                ?>
            </div>
        </div>
    </section>
    <?php } ?>

    Do any of these feature anything which will make this load from theme options rather than site identity?

    Thanks

    Thread Starter lovefamilyholidays

    (@lovefamilyholidays)

    On discussing this with my host, they have revealed ‘the logo is trying to load from ‘theme options’ rather than site Identity.

    This is an issue with the source code of the theme, you would need to raise support ticket with the theme developers to look into this.’

    Please can you help?

    Thread Starter lovefamilyholidays

    (@lovefamilyholidays)

    This isn’t resolved, I still have the same issue.

    I’m using a child theme;

    Kyma Child ThemeVersion: 1.0.0

    By Anonymous

    Kyma Child Theme

    This is a child theme of Kyma.

    The main version I’m using is version 1.9 – I presume the child theme works with this?

    I have tried having the title/tagline box both ticked and unticked, I’ve tried removing the title text, adding it in. Nothing works.

    Please can someone help me to finally resolve this?

    Thanks

    Sally

    Thread Starter lovefamilyholidays

    (@lovefamilyholidays)

    Hi

    I did try taking that out already.

    Please can you explain what you mean by sending you the child theme? Do you want me to send you a file from my cpanel? I’m not sure how you intend to test it, but if you can elaborate I’ll try to send the correct file to you. (Also where should it be sent please?)

    Thanks

    Thread Starter lovefamilyholidays

    (@lovefamilyholidays)

    Hi

    I did remove the site title. I also added the logo where you said. I’ve tried this multiple times now. All I can do is remove the text title, I can not add an image to the logo area instead.

    Please click here to see issue

    What do you mean by providing my child theme? It is the kyma child theme, sorry I don’t understand what you want me to provide from it?

    Thanks

    Thread Starter lovefamilyholidays

    (@lovefamilyholidays)

    Hi

    It’s lovefamilyholidays.co.uk

    I’ve tried again. I’ve tried with ‘Display Site Title and Tagline’ ticked and unticked. Nothing happens. This is under site identity in my child theme.

    I have some custom CSS in my child theme, could any of this be affecting it?

    .menu_button_mode:not(.header_on_side) #navy > li.current_page_item > a, .menu_button_mode:not(.header_on_side) #navy > li.current_page_item:hover > a {
        color: #F15A24;
    }
    
    #kyma_owl_slider .owl-prev,
    #kyma_owl_slider .owl-next {
        display: none;
    }
    
    ul#navy li.current-menu-item a {
      background: #C63525 none repeat scroll 0 0 !important;
    }
    
    img.attachment-kyma_single_post_image.size-kyma_single_post_image.wp-post-image {
        display: none;
    }
    
    .post_format_con {
        display: none;
    }
    
    .mobile_menu li a {
      color: #c63525 !important;
      padding-left: 5px;
    }
    
    .mobile_menu li.current-menu-item a {
      color: #fff !important;
    }
    
    .breadcrumbs {
      display: none !important;
    }
    
    @media only screen and (max-width: 992px) {
        #logo h3 {
      color: #c63525 !important;
    }
    }
    .alignleft {
        float: left;
        margin-bottom: .5em;
        margin-right: .5em;
    }
    .post_title_con {
      display: none;
    }
    
    .internal_post_con {
      padding: 20px 0;
    }
    .alignright {
        float: right;
        margin-bottom: .5em;
        margin-right: .5em;
    }

    The only thing I seem to be able to change is the header image, but that’s a huge thing, not really what I’d use for logo image. Or is this what I’m doing wrong? Should I be creating a thin horizontal strip containing my logo on the left side to add the header image like this?

    Thread Starter lovefamilyholidays

    (@lovefamilyholidays)

    Can I delete this topic please?

    Thread Starter lovefamilyholidays

    (@lovefamilyholidays)

    An update..

    I’ve managed to change the CTA to remove the affiliate link, but now the CTA seems to just point to the homepage. Not sure what’s going on there.

    I’d like the CTA to say View Price / Availability and point to the listing on the product page, but I’d like the CTA on the product page to point to the affiliate link.

    Can anyone please advise?

    Thanks in advance

    Thread Starter lovefamilyholidays

    (@lovefamilyholidays)

    Forgot to say too, availability calendar/prices etc is not something I need on the site listings, visitors will access that on the merchant page when they click through to for more information ??

Viewing 15 replies - 31 through 45 (of 145 total)