This is a PRIVATE forum for verified users only, to view all replies/answers, you must be logged in!
Tagged: custom css styling option
- AuthorPosts
- July 12, 2013 at 8:55 am #618
When I change the built-in skins to lime-green, it will be saved in the theme options, but nothing changes on the webite itself.
- July 12, 2013 at 8:45 pm #624
Hey there, You must be logged in to view this reply!
- July 13, 2013 at 1:37 am #638
I am having the same problem on my site. I’ve tried both picking themes as well as picking custom colors and nothing changes. The site is http://davidseebach.com/magic/
- July 13, 2013 at 9:59 am #640
My site is http://www.coro-zonnepanelen.nl/wordpress/
I think it has something to with the basepath, because it is both in a subdirectory.
- July 13, 2013 at 11:16 am #644
Hey there, You must be logged in to view this reply!
- July 13, 2013 at 11:44 am #647
hi,
I have the same problem here. No matter where I change the colors, everything remain the same.
I shall mention that the installation is on a subdirectory, as the previous members have posted.
Third edit: all icons are missing, too. I guess there is sth wrong with subdirectories installation and css. - July 13, 2013 at 11:48 am #649
When I add some custom css, it does nothing too. I can’t find it in de loaded css files.
- July 13, 2013 at 11:57 am #651
Hey there, You must be logged in to view this reply!
- July 13, 2013 at 12:01 pm #652This reply has been marked as private.
- July 13, 2013 at 12:36 pm #667
It seems that none of the styling options are working. The font change isn’t taken into account either.
- July 13, 2013 at 2:07 pm #671
Hey there, You must be logged in to view this reply!
- July 13, 2013 at 2:12 pm #672
ok. I changed the permissions of creatiz/css/custom-styles.css to 777, as well as the parent folder, but that doesn’t change anything.
- July 13, 2013 at 2:27 pm #673
Hey there, You must be logged in to view this reply!
- July 13, 2013 at 2:30 pm #674
Nope. Doesn’t work either.
- July 13, 2013 at 2:34 pm #675
Hey there, You must be logged in to view this reply!
- July 13, 2013 at 2:36 pm #676
Hey there, You must be logged in to view this reply!
- July 13, 2013 at 2:43 pm #677
Sorry, but this website is on a private server with Plesk. So I cannot grant you access to the webserver.
While exploring with firebug, I found that the css that contains the missing icons is referred to this path: demo.wpthms.com/creatiz/wp-content/uploads/2013/5/creatiz.css (hardcoded?)
Besides, the custom-styles.css file is never modified, no matter what permissions.I don’t know what this plugin is, and please, can you make the reply private, when it contains URL? Thanks.
I’ll try a fresh install on a new repository.
- This reply was modified 7 y, 9 mo by
nidrig.
- This reply was modified 7 y, 9 mo by
nidrig.
- This reply was modified 7 y, 9 mo by
- July 13, 2013 at 2:53 pm #679
Hey there, You must be logged in to view this reply!
- July 13, 2013 at 3:07 pm #680
I did a fresh install on a new db. I only installed the required plugins. I didn’t import anything, no demo data, no theme configuration. I granted permission to the custom css file and whole theme folder.
But the same problem remains; the theme option are not saved.
- July 13, 2013 at 3:17 pm #681
Hey there, You must be logged in to view this reply!
- July 13, 2013 at 3:44 pm #686
Yes, I just did that and have the same issue.
- July 13, 2013 at 4:02 pm #687
On my installation these are all editable and I’m still not seeing any updates go through.
– Appearance -> editor
– Plugins – Editor
– Settings -> Permalinks -> try switching and hit save changesI’ve also done a fresh install with no luck. Anything else I can try?
- July 13, 2013 at 5:00 pm #690
Hey there, You must be logged in to view this reply!
- July 13, 2013 at 5:09 pm #693
Hey there, You must be logged in to view this reply!
- July 13, 2013 at 5:27 pm #695
I’ve tried with my primary color empty and not empty neither option makes any difference.
- July 13, 2013 at 5:44 pm #696
“You should contact your hosting provider and tell them about your issue. Our site work properly without any issue on Stablehost!”
And what I am suppose to say to my host provider?
“Your site asked for FTP info. when we try installing new plugin, this is due to server configuration totally.”
All my wp installations ask for the FTP credentials when a new plugin needs to be installed. I enter the credential, then the plugins are installed without problem. It is standard WP config, what’s the point with that? And what has it to do with the theme? All required plugins have been installed anyway.
I’ve installed countless WP themes on this server with this configuration and never had any issue. I’ve also installed themes which used dynamic css rewriting for the options, and they work well. This is the first theme with which I have such a problem.
Could you please try to make a fresh install on your side, on a subdirectory? Then maybe we could nail down what the issue is.
I would really appreciate if you could make some effort to help us find the issue, because several people experience it, obviously.
- July 15, 2013 at 6:25 pm #762
I just installed the theme again, with the latest updates. But it’s still not working properly.
Is there a fix allready? Can you try it yourself, by installing it on a subdirectory. I think that’s the problem.
- July 15, 2013 at 6:30 pm #763
What I did, and the problem is still present:
– install on localhost
– fresh install
– no data import
– install on another host provider
– install on the root of the domain (no subdirectory)
– grant permissions to all wp-contentAre there people out there where the saving of the options (colors and typography) do work?
- July 15, 2013 at 6:33 pm #764
I get this error, when i start debugging.
WP_Filesystem_FTPext Object
(
[link] =>
[errors] => WP_Error Object
(
[errors] => Array
(
[empty_hostname] => Array
(
[0] => FTP hostname is required
)[empty_username] => Array
(
[0] => FTP username is required
)[empty_password] => Array
(
[0] => FTP password is required
))
[error_data] => Array
(
))
[options] => Array
(
[port] => 21
[ssl] =>
)[verbose] =>
[cache] => Array
(
)[method] => ftpext
) - July 15, 2013 at 6:57 pm #765
I changes the following lines in theme-styling.php:58
/** Write to css file **/
WP_Filesystem();
global $wp_filesystem;
if ( ! $wp_filesystem->put_contents( $aq_uploads_dir . ‘custom-styles.css’, $css, 0644) ) {
return true;
}to
file_put_contents($aq_uploads_dir . ‘custom-styles.css’,$css);
And it’s fixed. But it isn’t a good fix. You guys should privde a better one.
- July 15, 2013 at 8:06 pm #767
Hey there, You must be logged in to view this reply!
- July 15, 2013 at 8:14 pm #771
Hey there, You must be logged in to view this reply!
- July 15, 2013 at 8:18 pm #773
Hey there, You must be logged in to view this reply!
- July 16, 2013 at 7:37 am #804
Entering the FTP credentials is a good way to do so. But asking your hoster isn’t a fix. Try to remember that.
- July 16, 2013 at 10:58 am #814
Hey there, You must be logged in to view this reply!
- July 16, 2013 at 11:22 am #819
Hi,
I’ve updated to the latest version 1.0.4.I set up the ftp credentials in the wp-config.php. and that part works fine because I can install plugins without being asked for credentials.
I gave 777 rights to the css folder as well as custom-styles.css.
But that still doesn’t work, neither the colors nor the fonts changes are saved.
The only thing that worked was the correction from debiesven.
You mention php.ini, what should we look for there?
- July 17, 2013 at 2:52 pm #873
Hi,
Sorry but I strated my same question when I bought this template 1 week ago in Themeforest website and the only answer was to go to this forum and now we are 3 to ask the same questions again
!!!So please, please could you answer cleary why we couldn’t change the color and the fonts with your template ???
For my pat it’s for a customer and I need a profesionnal from you…
Regards
- July 18, 2013 at 3:16 am #881
Hey there, You must be logged in to view this reply!
- July 18, 2013 at 8:46 am #885This reply has been marked as private.
- July 18, 2013 at 9:20 pm #889
Hi vandimarco,
please edit your post immediately! You forget to check the option called ‘Set as private reply’!
This way the content of your post would be only visible to You & the staff. Now it’s visible for everyone participating in this forum – not good… 😉
Best regards,
keyhanjun - July 19, 2013 at 7:28 am #891
Hey there, You must be logged in to view this reply!
- July 19, 2013 at 8:20 am #892
Hey there, You must be logged in to view this reply!
- August 26, 2013 at 12:40 pm #1407
Any stable solution yet ? Thanks.
- October 4, 2013 at 10:28 pm #1685
I am having the same problem. My color themes will not load up nor change. My website is character builders.co
- October 5, 2013 at 2:45 am #1687
Hey there, You must be logged in to view this reply!
- October 7, 2013 at 3:59 pm #1698
I am not sure what you mean by #892
- October 7, 2013 at 4:05 pm #1699
I copied the php file and it still is doing the same thing. I cant change to the color option I want
- October 8, 2013 at 3:26 pm #1710
Hey there, You must be logged in to view this reply!
- October 10, 2013 at 3:46 am #1718
What do you mean “make sure that the file permission of “creatiz/CSS/custom-styles.CSS is 755 or 777” ???
- October 10, 2013 at 4:20 am #1719
Hey there, You must be logged in to view this reply!
- October 10, 2013 at 1:50 pm #1727This reply has been marked as private.
- October 15, 2013 at 4:12 am #1770
Hey there, You must be logged in to view this reply!
- November 25, 2013 at 10:58 pm #1987This reply has been marked as private.
- December 25, 2013 at 4:56 pm #2100This reply has been marked as private.
- December 27, 2013 at 6:57 pm #2109
Hey there, You must be logged in to view this reply!
- December 28, 2013 at 12:17 am #2115
now, it’s working….Thank’s you
- AuthorPosts
- You must be logged in to reply to this topic.
This is a PRIVATE forum for verified users only, to view all replies/answers, you must be logged in!