Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1170352
    ktsanbo
    Participant

    I downloaded and successfully installed the child theme. However, when I view my site through an ftp site, I see no child folder. I am trying to create an include file and this is where you suggested that I place it.

    #1170639
    Lely
    Moderator

    Hello There,

    Thanks for posting in.
    Child theme should be here: wp-content/themes/x-child/. When this child theme is active from your WordPress Appearance > Themes it will automatically inherit functions and style from your main X theme from here:wp-content/themes/x/.

    Hope this helps.

    #1239150
    pep
    Participant

    Hello X

    I have downloaded and installed Child Theme succesfully.

    I don’t understand how to access wp-content/themes/x-child/ or wp-content/themes/x/.

    I have installed the WP on my website through my hosting provider and have a DirectAdmin to acces the webserver.

    There is no wp-content folder there.

    Above I see that another person mentions a ‘ftp site’ but I don’t know what that is.

    Could you explain where to find and get access to these folders?

    #1239246
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    See attached :

    Hope this helps!

    #1239871
    pep
    Participant
    This reply has been marked as private.
    #1240332
    Lely
    Moderator

    Hello There,

    This will depend on the stack you were using. Can you give us the link of your site or just give us the stack you have chosen so our suggestion will be specific. Thank you.

    #1240424
    pep
    Participant
    This reply has been marked as private.
    #1240494
    Paul R
    Moderator

    Hi,

    You may copy the code below to your wp-footer.php file that is located in wp-content/themes/x-child/framework/views/ethos

    
    <?php
    
    // =============================================================================
    // VIEWS/ETHOS/WP-FOOTER.PHP
    // -----------------------------------------------------------------------------
    // Footer output for Ethos.
    // =============================================================================
    
    ?>
    
      <?php x_get_view( 'global', '_header', 'widget-areas' ); ?>
      <?php x_get_view( 'global', '_footer', 'scroll-top' ); ?>
      <?php x_get_view( 'global', '_footer', 'widget-areas' ); ?>
    
      <?php if ( x_get_option( 'x_footer_bottom_display' ) == '1' ) : ?>
    
        <footer class="x-colophon bottom" role="contentinfo">
          <div class="x-container max width">
            <div class="extra-slogan">Duizenden lezers bezoeken ons iedere dag.</div>
            <?php if ( x_get_option( 'x_footer_menu_display' ) == '1' ) : ?>
              <?php x_get_view( 'global', '_nav', 'footer' ); ?>
            <?php endif; ?>
    
            <?php if ( x_get_option( 'x_footer_social_display' ) == '1' ) : ?>
              <?php x_social_global(); ?>
            <?php endif; ?>
    
             <?php if ( x_get_option( 'x_footer_content_display' ) == '1' ) : ?>
              <div class="x-colophon-content">
                <?php echo do_shortcode( x_get_option( 'x_footer_content' ) ); ?>
              </div>
            <?php endif; ?>
    
          </div>
        </footer>
    
      <?php endif; ?>
    
    <?php x_get_view( 'global', '_footer' ); ?>
    

    Hope that helps.

    #1240594
    pep
    Participant
    This reply has been marked as private.
    #1240654
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-colophon.bottom .extra-slogan {
        text-transform:none;
        font-family:'Lucida Grande';
        color:#9A74BC;
    }
    
    .x-colophon.bottom .x-colophon-content a {
        text-decoration:none;
    }
    
    .x-colophon.bottom .x-social-global a {
       font-size: 21px;
       color:#fff;
    }
    
    .x-colophon.bottom .x-nav li a {
       text-transform: uppercase;
       text-decoration:none;
       color:#fff;
       font-weight:bold;
    }
    

    Hope that helps.

    #1240697
    pep
    Participant
    This reply has been marked as private.
    #1240833
    Lely
    Moderator

    Hi There,

    1.) We need your site URL so we can check why the font is not loading.
    2.) To remove the dash, please use this:

    .x-colophon.bottom .x-nav li:after {
        content: "";
    }

    3.) Please also add this:

    .x-colophon.bottom .x-colophon-content{
    color:#fff;
    }
    .x-colophon.bottom .x-colophon-content p {
        text-transform: capitalize !important;
    }
    

    Hope this helps.

    #1241126
    pep
    Participant
    This reply has been marked as private.
    #1241467
    Jade
    Moderator

    Hi there,

    Please try this code:

    .x-colophon.bottom .extra-slogan {
        text-transform: none;
        font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    }

    Hope this helps.

    #1241528
    pep
    Participant
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-1170352 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>