firmansyahm
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Great] Editing functions.php is not changing the footerHi,
the item in footer come from function great_copyright_infotext(); and great_wp_footer();
if you want to add item in the footer you can add you custom in footer.php.
but if you want to change the footer.php you can edit in function great_copyright_infotext(); and great_wp_footer();example if you want to change the copyright, find “function great_copyright_infotext(){ //content }” and add your custom in there
Hope it’s Helps
Forum: Themes and Templates
In reply to: [Great] Editing functions.php is not changing the footerif you want to change layout or everything in footer, you can edit in footer.php in your theme
Can you give me your website url? i can try to give the custom css
Forum: Fixing WordPress
In reply to: Clicking on tags gives "No results found."you can update the permalink, go to settings > Permalinks > save again
it’s working for meForum: Fixing WordPress
In reply to: link to site not showing properlyfor the header, if your theme have the fitures you can change in appearance > Header
Forum: Fixing WordPress
In reply to: Wordfence has locked me outyou can deactived the plugin, or delete plugin file in directory website
Forum: Fixing WordPress
In reply to: Dimension of thumbnails in post and pagesafter that you need to regenerate all thumbnails, i am usually use this plugin
https://id.www.ads-software.com/plugins/regenerate-thumbnails/screenshots/Forum: Installing WordPress
In reply to: Uploaded WP files to GoDaddy – but now I'm stuckemh,
if it’s about migrations
1. you can copy file wordpress to your hosting,
2. export your database to phpmyadmin in your hosting, also first create user and database
3. change old url to new url in “wp_options” table
4. open config.php in directory website, change the usename, password,host, database nameif it’s about instalations
1. copy any file wordpress to your hosting,
2. create user and database,
3. access your website, your domain website and follow every step for installForum: Installing WordPress
In reply to: Uploaded WP files to GoDaddy – but now I'm stuckwhat do you mean migration ? make sure after copy wordpress file and export the database, change site url in your database, usually in wp_options table
Forum: Fixing WordPress
In reply to: Portfolio Links – 404 not foundSure
i am try in my pc for item 1 and 3 it’s Ok,
try to use Default Permalinks settings, and try again, make sure you are has been clear cache your website and browser before testForum: Fixing WordPress
In reply to: Portfolio Links – 404 not foundHi,
usually with update the link the problems are resolved,
i check first item ok, second are broken, third is ok
maybe you can make sure what the second item available in your dashboard ?Forum: Themes and Templates
In reply to: [Vantage] Plugins Page is "Not Found" 404Hi,
sometimes it’s about permalink, you can update the permalink , go to settings > Permalink and save