Tagged: x
-
AuthorPosts
-
September 11, 2016 at 2:18 pm #1170352
ktsanboParticipantI 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.
September 11, 2016 at 8:43 pm #1170639
LelyModeratorHello 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.
November 1, 2016 at 8:49 am #1239150
pepParticipantHello 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?
November 1, 2016 at 9:54 am #1239246
RahulModeratorHey There,
Thanks for writing in!
See attached :
Hope this helps!
November 1, 2016 at 5:02 pm #1239871
pepParticipantThis reply has been marked as private.November 2, 2016 at 1:42 am #1240332
LelyModeratorHello 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.
November 2, 2016 at 4:04 am #1240424
pepParticipantThis reply has been marked as private.November 2, 2016 at 4:54 am #1240494
Paul RModeratorHi,
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.
November 2, 2016 at 6:32 am #1240594
pepParticipantThis reply has been marked as private.November 2, 2016 at 7:36 am #1240654
Paul RModeratorHi,
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.
November 2, 2016 at 8:13 am #1240697
pepParticipantThis reply has been marked as private.November 2, 2016 at 9:56 am #1240833
LelyModeratorHi 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.
November 2, 2016 at 12:27 pm #1241126
pepParticipantThis reply has been marked as private.November 2, 2016 at 4:35 pm #1241467
JadeModeratorHi 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.
November 2, 2016 at 5:33 pm #1241528
pepParticipantThis reply has been marked as private. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1170352 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
