Support Forum › Forums › WordPress Themes › Wise Church › Widget very slow to save
- This topic has 15 replies, 2 voices, and was last updated 6 years, 6 months ago by
Probewise.
-
AuthorPosts
-
September 20, 2018 at 5:16 PM #1115You must have valid license to access this content.September 20, 2018 at 5:39 PM #1116
Probewise
KeymasterAs we test on localhost and on our server, widgets and other things saves fast. One probable cause that causing it to save slow is the server where your site resides. Please contact your hosting company to address the issue.
September 21, 2018 at 6:36 PM #1117AYODEJI
ParticipantThanks for the info. Pls i have a question. The question is I want the original color of the social media buttons to show before i hover on it. and i also want the original color of the pastor image on the home page to show before i hover on it with my mouse. pls help with this question.
September 22, 2018 at 10:58 PM #1119Probewise
KeymasterPlease be reminded that support doesn’t cover customization of the theme. However, to help you out, use a child theme (see FAQ) in modifying theme’s CSS and function. The child theme is provided in the theme package named as wise-church-child. Here’s what you’ll need to copy and paste to your child theme’s CSS:
/* Change header's social media icons colors */ .social-links-top li .fa-rss { color: #EE802F; } .social-links-top li .fa-facebook { color: #39599F; } .social-links-top li .fa-twitter { color: #45B0E3; } .social-links-top li .fa-google-plus { color: #fa4d01; } .social-links-top li .fa-youtube { color: #FA0101; } .social-links-top li .fa-vimeo { color: #45bbff; } .social-links-top li .fa-linkedin { color: #0074A1; } .social-links-top li .fa-instagram { color: #9b6954; } .social-links-top li .fa-pinterest { color: #cb2027; } .social-links-top li a.fa-vk { color: #45668e; } /* Make original color of our pastor widget image */ .our-pastor-inner img { -webkit-filter: none !important; filter: none !important; }
Note: If you need to modify more of the theme’s CSS, you may use Inspect element tool of your browser to locate what to change, then place the modified CSS code to your child theme’s CSS.
September 22, 2018 at 11:15 PM #1122AYODEJI
ParticipantSorry but i have already gone far with my development using the main theme.
September 22, 2018 at 11:21 PM #1123Probewise
KeymasterYou can still use the child theme by copying the whole style.css contents of the parent/main theme to the child theme’s style.css. The safest way to modify any theme is to use a child theme because if you update the main theme, you’ll loose all your modifications.
September 23, 2018 at 1:30 AM #1124AYODEJI
ParticipantThanks alot that really works fine. pls i also need your help i want to migrate this theme from the current domain to another live domain and host pls any plugin to that?
September 24, 2018 at 3:14 PM #1125Probewise
KeymasterIf you’ll transfer your website using this theme, you can use the One Click Demo Import and import you’re site’s configuration manually.
1. You must backup first your site’s widgets, contents and Wise Panel configuration (See 3.14 Backup Theme Settings, Widgets and Contents on our documentation).
2. Upload and install One Click Demo Import.
3. Go to Apprearance => Import Demo Data => Switch to manual import (Located at bottom left side of One Click Demo Import).
4. Browse each site’s file you’ve downloaded (.xml, .wie, .dat), then click Import Demo Data.Note: If you wish to move your site manually, there are several tutorials on the web you might find (Moving WordPress). Be sure to backup first your site as stated in point 1. Remember that we don’t provide support for content/site-migration (Read Support Policy).
September 24, 2018 at 4:29 PM #1126AYODEJI
Participantyou are the best bro. thanks alot this is really helpful.
September 24, 2018 at 4:34 PM #1127AYODEJI
Participantpls i have another question. Sorry am really bothering you. I will like to pull the content from this site https://www.openheavensdaily.org/ into our church website without having to visit the site. i want this site “https://www.openheavensdaily.org/” to feed directly into our website without our site visitors having to go to the site.
September 24, 2018 at 6:06 PM #1128Probewise
KeymasterDo you mean the content posts in the site? If it is, backing up the .xml from the site “openheavensdaily.org” would do. If you backed up from openheavensdaily.org, and used it to restore or import xml/manual import demo data to the new site the contents will be restored to the new site. Meaning, from openheavensdaily.org use the Export tool and from the new site you can restore its contents by using the Import tool form WordPress.
September 24, 2018 at 10:41 PM #1129AYODEJI
Participantthanks for the info
-
AuthorPosts
- You must be logged in to reply to this topic.