DancingFighterG
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Adding footer image to right cornerQuick question,
I’m following the instructions for adding an image to the footer here:
https://www.themesandco.com/snippet/adding-logo-footer-credits/
but I have the following questions:
-How do I specify the image I want to go in the footer
-I need to also right justify itForum: Themes and Templates
In reply to: [Customizr] Adding footer image to right cornerOk, read over the docs again. I must of read something different. I have FTP access and applied the plugin but also put in the child theme manually. Following the rest of the instructions now. Hopefully I can get this fixed. Thanks
Forum: Themes and Templates
In reply to: [Customizr] Adding footer image to right cornerMaybe I didn’t understand as I read those items. Let me read them again because maybe I missed something
Forum: Themes and Templates
In reply to: [Customizr] Adding footer image to right cornerThe only thing I want to show is the following:
2014 Shades of Happiness (centered)
Logo on the right corner of the footer
Forum: Themes and Templates
In reply to: [Customizr] Adding footer image to right cornerSorry, let me clarify. I know where to the put the custom css put not the php for the child theme
Forum: Themes and Templates
In reply to: [Customizr] Adding footer image to right cornerOk, I’m not to sure on how to implement the child them concept. Can you walk me through it real quick so I know where to put what files
Forum: Themes and Templates
In reply to: [Customizr] Proper image size in banner sliderThanks!! Figured it out!! Great support!!
Forum: Themes and Templates
In reply to: [Customizr] Show the full image with the hover stateThanks for the quick reply. Your awesome and it worked. Just a couple of more things to fix with the footer and right navigation justification I should be good to go.
Great support!!
Forum: Themes and Templates
In reply to: [Customizr] Adding footer image to right cornerOk, I read the information but I’m not sure how to setup a child theme to do this. Couple of questions:
Here is the code for adding the logo:
[ Moderator note: Code fixed. ]
__________________________________________________________________ add_filter( 'tc_credits_display', 'my_credits_display' ); function my_credits_display($html) { $logo_src = esc_url ( tc__f( '__get_option' , 'tc_logo_upload') ) ; if ( empty($logo_src) ) return $html; ?> <div class="span4 credits"> <?php $credits = sprintf( '<p> · ? %1$s <a href="%2$s" title="%3$s" rel="bookmark">%4$s</a> · Designed by %5$s ·</p>', esc_attr( date( 'Y' ) ), esc_url( home_url() ), esc_attr(get_bloginfo()), '<img src="'.$logo_src.'" alt="'.esc_attr(get_bloginfo()).'">', '<a href="'.TC_WEBSITE.'">Themes & Co</a>' ); echo $credits; ?> </div> <?php } __________________________________________________________________
I’m currently using the blue.min.css but i don’t know which function.php to use. Overall I’m not familiar on how to implement a child theme in this theme
Forum: Themes and Templates
In reply to: [Customizr] Adding footer image to right cornerWhere in the functions.php do I put it?
I found the location where you can set the username but it still shows via @sharethis
I was having the same issue. Luckily I was able to go into the config file and find the admin url. For some reason on a multisite when you set the system to hide the backend it does not allow you to use in the url that hide the backend
Forum: Networking WordPress
In reply to: permalinks issues with sub-direcory multisite installBeen looking for a while for a solution to this. One thing that everyone should know is if you are on a shared host most of the time they will not make that change on the server for you which sucks.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Keeping images and formatMy apologizes for not being clear but I have two wordpress sites and I’m trying to push one post to the other. We don’t have any RSS feeds setup on either site
Forum: Plugins
In reply to: [WP RSS Multi Importer] Keeping images and formatIf I wanted to push a blog post to one wordpress site to another wouldn’t wordpress have to create feed links to able to do this? If so how do I do that in wordpress?