Forum Replies Created

Viewing 6 posts - 16 through 21 (of 21 total)
  • Posted in:
  • in reply to: Adding JS to dante child theme #88107
    Keith
    Member
    Post count: 21

    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.js

    That is what I wish to resolve

    Thanks

    in reply to: dante shortcodes #85305
    Keith
    Member
    Post count: 21

    Yes it was 🙂

    Just tested and now I also have a CountDown added!!

    Very well done – Brill support
    Thanks very much

    Keith

    in reply to: dante shortcodes #85301
    Keith
    Member
    Post count: 21

    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
    Keith

    in reply to: dante shortcodes #85297
    Keith
    Member
    Post count: 21

    I 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

    in reply to: dante shortcodes #85167
    Keith
    Member
    Post count: 21

    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 Info

    I 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
    keith

    in reply to: Cannot add shortcodes to page #85073
    Keith
    Member
    Post count: 21

    Hi Shrinkray

    Did you resolve this as I am having same issue?

    Cheers
    Keith

Viewing 6 posts - 16 through 21 (of 21 total)