Home › Forums › Parallax Me Forum › Customization a theme
- This topic has 5 replies, 2 voices, and was last updated 9 years, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
February 16, 2015 at 5:17 pm #3979
Hello,
what is the preffered method of making customization in your themes? Do I have to make a “themename-child” folder? If so what files should I put in that folder?
February 16, 2015 at 6:35 pm #3980You can customize the theme in itself by changing the folder name to version2.0 or something. No need to develop the child theme as we donot force updates via WordPress admin and only email about theme updates. So its upto clients to download the fresh theme and re upload.
We don’t want to break anyones website.
Regards,
ShriFebruary 18, 2015 at 9:01 am #4023Thank you for a quick responce.
Have made as you told me. But when I move it from local server to production (files copied to ftp, mysql exported to dump, old site name changed to new one in the sql-dump and when imported) it doesn’t want to read <code>optionsframework_skt_parallaxme</code> form <code>wp_options</code> table and overwrite that by default…
February 18, 2015 at 1:12 pm #4029It should go with the new theme because if you get the dump of MySQL it should work.
Our theme options framework creates a line within wp_options
By the name: optionsframework_sktparallaxme_pro
So check if you copied the wp_options table as well properly.
Regards,
ShriFebruary 18, 2015 at 2:17 pm #4031Thank you for a direction.
Unfortunately it was not so easy: if I change any symbol in the “optionsframework_sktparallaxme_pro” after import (any way: changing the dump, changing the value directly in PHP MyAdmin or using SQL Update query) with the next step it has been automatically rewritten by default content. So I had to import whole dump, manually change onlysite_url
andhome
and change any links on the frontpage through Theme Options.BTW I’d like to contribute you an idea (or the code if you need it)
1) change social_icon pictures to Font Awesome characters
2) use posts to show its data on sectionsFebruary 19, 2015 at 11:43 am #4050Hi,
Sure. Will do that. Point noted. Will update the theme next month and update you of the same.
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.