Digital experiences for all disciplines
Forum Replies Created
-
-
Hi Kyle
Thanks for that
However if I do that will it be preserved when I update the theme (and where will it be saved)?Also I actually wanted to change some of the code in an existing function – surely your suggestion will not apply to that?
Specifically at this point I wanted to reduce the padding-top on the page-heading.fancy-heading from 120px to say 50px
When I just changed it in the css stylesheet it was over-ridden by the js in the theme (I think) in the headerOverlaySet: function() { part of the functions.jsThat is what I wish to resolve
Thanks
Yes it was 🙂
Just tested and now I also have a CountDown added!!
Very well done – Brill support
Thanks very muchKeith
Hi
No I hadn’t but just looked in wp-content and found one (must be default?? – I’m new to WP)
contains
<Files *.php>
deny from all
</Files>May be the issue then? 🙂
Cheers
KeithI dont think so because there is just the default in .htaccess
viz# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
# RewriteBase /
RewriteBase /myFolder/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /myFolder/index.php [L]
</IfModule># END WordPress
where myFolder is the name of my website locally
Hi
I am on an a Mac (as I said)I have tried setting read/write (which I believe for files IS 644) using Get Info but no luck (as I said)
I have trawled internet and there seems to be a difference between setting rrights and owner of file using ACL on mac?
tried this I found and still no good —
—
In order to retain full ownership of the files and directories but give access to Apache, one wants to use the ACL feature built into Mac OS X.sudo chmod -R +a ‘_www allow read,write,delete,add_file,add_subdirectory,file_inherit,directory_inherit’ <dir>
—
the dante folder and below are now set to custom in get InfoI have not been using Mac for long so unsure how to set permissions
Only seems to be your website with an issue?Can you please give me step by step sudo/other instructions on whjat needs setting for this to work – otherwise Theme is no use to me
I am using MAMP on Mac for Apache mysql and php if that helps
Thanks
keithHi Shrinkray
Did you resolve this as I am having same issue?
Cheers
Keith -