macgig
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: hiding my login name. security issue?thanks I’ll check it out.
Forum: Fixing WordPress
In reply to: hiding my login name. security issue?twenty seventeen.
k
nevermind I figured it out. thanks. 🙂
<?php
/* Write your awesome functions below */add_filter(‘tc_default_socials’,’my_custom_socials’);
function my_custom_socials($content) {
$content[tc_twitter][link_title] = “Follow us on Twitter”; //CHANGE
$content[tc_facebook][link_title] = “Follow us on Facebook”; //CHANGE
return $content;
}what would the code look like with facebook and twitter? thank you.
not sure how to do that. their is one for twitter also. not sure what a child theme is? do you mean my theme?
Forum: Themes and Templates
In reply to: [Customizr] cant get slides to workI didnt want to post the url.
I dont understand how the slides work. I can get one to show up, but only one. and I wanted it to have a clickable link which also didn’t work.
can someone explain how to add a slide and how to get multiple slides to work? ive seen the video and read the help pages and its making no sense to me.
Forum: Themes and Templates
In reply to: [Customizr] cant get slides to worktheme reinstall didnt work. I upgraded my wp version and that is fixed. I still cant figure out how to add slides. I added one and it worked, but when I add others they dont work. how do I get multiple slides to work at the same time? its not clear on how to do this.
Forum: Plugins
In reply to: [BackUpWordPress] how do I restore from a backup?got it figured out. thanks I’ll bookmark this too. 🙂
Forum: Plugins
In reply to: [BackUpWordPress] where can I get an older version of this plugin?I changed hosting companies to namecheap. works fine now. they have newer php versions so all is well. the newer version of this plugin works fine now.
namecheap works great. so far I”m happy with their hosting and their features. faster than my old host even. glad I made the switch. first year is just $9.88 with the value plan. thats the one I got. works great for my needs.
Forum: Installing WordPress
In reply to: auto update to 3.92 not working. why?manual update worked thanks again.
Forum: Installing WordPress
In reply to: auto update to 3.92 not working. why?may try a manual update. been a long time since doing that and I forgot how. didn’t want to erase any posts or content. I do have backups in case something happens. thanks for the help 🙂
Forum: Installing WordPress
In reply to: auto update to 3.92 not working. why?did see this once also
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 90454 bytes) in /home/XXXX/public_html/wp-admin/includes/class-pclzip.php on line 4215
Forum: Installing WordPress
In reply to: auto update to 3.92 not working. why?all I see is this. then nothing else happens:
Downloading update from http://downloads.wordpress.org/release/wordpress-3.9.2-no-content.zip…
Unpacking the update…
Forum: Fixing WordPress
In reply to: cant install updates.ive increased memory in the wp-config file. still get the errors though.