Forum Replies Created

Viewing 15 replies - 1 through 15 (of 30 total)
  • Thread Starter cindy c

    (@cindy_conlinyahoocom)

    Thanks Alex,
    I have that option checked.
    Here’s a link to the dev site page with the search module (it’s not the one in the header)
    https://globaltechsourcing.spark-development.com/

    Thank you!

    cindy c

    (@cindy_conlinyahoocom)

    Oddly enough – I switched to Contact Form 7 so that I could use the File Uploader and have it be accessible. I tried Ninja Forms, Caldera, and of course Gravity Forms. I’d prefer to use GF but that field throwing an accessibility error is a dealbreaker. So … I recommend you try Contact Form 7.

    • This reply was modified 4 years, 5 months ago by cindy c.
    cindy c

    (@cindy_conlinyahoocom)

    I am also having trouble with the file upload and aria-describedby. Has this plugin been abandoned?

    I also utilize Divi Accessibility and WP Accessibility plugins and am trying to figure a way to replace the ARIA reference somehow.

    I think this is likely a Gravity Forms issue.

    Thread Starter cindy c

    (@cindy_conlinyahoocom)

    Please let me know when it changes. Thanks

    Thread Starter cindy c

    (@cindy_conlinyahoocom)

    I didn’t think my client paid for this – is the Stripe Gateway a premium add-on then?

    Thread Starter cindy c

    (@cindy_conlinyahoocom)

    Hi Jason,
    Thanks so much for your quick reply!
    I’m using the default WordPress post pagination available in the WYSIWYG editor. I added some code to the functions page to enable this button.

    Is that enough information? I tried to take a screenshot but can’t include it here. Below is code from the functions file:

    
    /* Add Next Page Button in First Row */
    add_filter( 'mce_buttons', 'my_add_next_page_button', 1, 2 ); // 1st row
     
    /**
     * Add Next Page/Page Break Button
     * in WordPress Visual Editor
     * 
     * @link https://shellcreeper.com/?p=889
     */
    function my_add_next_page_button( $buttons, $id ){
     
        /* only add this for content editor */
        if ( 'content' != $id )
            return $buttons;
     
        /* add next page after more tag button */
        array_splice( $buttons, 13, 0, 'wp_page' );
     
        return $buttons;
    }
    
    

    I do also have the tiny MCE style editor installed, so I could create my own formats for the client to use.

    Thread Starter cindy c

    (@cindy_conlinyahoocom)

    Hi Anthony,
    Thanks for your reply. I think the logo looks huge on a mobile screen, it doesn’t shrink down – takes up almost half of the mobile screen.
    I’ll read through the articles and figure out which way is best.

    Thanks again,
    Cindy

    Thread Starter cindy c

    (@cindy_conlinyahoocom)

    to clarify this:

    The domain mapping plugin only works if the site is installed in /. This is a limitation of how virtual servers work and is very difficult to work around.

    BUT … Then I realized I was trying to get to the network admin of my current / live WP database/installation. This is the URL of the page with the error:
    http://djxstation.com/wp/partisound/wp-admin/post.php?post=33&action=edit
    So at present I am unable to edit my original 3 sites on the
    WP multisite install, but the sites are still working.

    This is the original install that’s 3 directories down, not the one I copied and put up at the root.

    Thread Starter cindy c

    (@cindy_conlinyahoocom)

    I have it in the primary domain root. Something keeps redirecting it into /wp/ and also connecting the MU Domain Mapper with the old WP installation, which is at /public_html/djxstation.com/wp/

    Also, in Dreamweaver my FTP connection to the primary root where I installed the *new* multisite WP is messed up. I didn’t change anything in the server definitions, but after installing the domain mapper I can’t connect. Is that related to changes I made?

    Thread Starter cindy c

    (@cindy_conlinyahoocom)

    Hi Patrick,
    I made the search/replaces that you outlined using Interconnect/it. Please ignore my previous post above (6 days ago) …that was me overthinking everything, I think! I decided to go with your outline and keep it straight.
    Then I edited the wp-config.php as you said:

    So these are the search and replaces to run…I think that’s all you need.

    (1) search & replace “djxstation.com” to “partisound.com”
    (2) search & replace “/wp/sitename/” to “/sitename/”
    (3) Go to wp_blogs table and change the path from “/wp/” to “/” for Site ID 1.
    (4) Edit wp-config.php
    define(‘DOMAIN_CURRENT_SITE’, ‘partisound.com’);
    define(‘PATH_CURRENT_SITE’, ‘/’);

    Then I installed the wordpress-mu-domain-mapping.0.5.4.3 and started to follow those instructions. I “Network Activated” the plugin, and then when I got to step 4, I tried to get in to my WP network the usual way, I got this error:

    The domain mapping plugin only works if the site is installed in /. This is a limitation of how virtual servers work and is very difficult to work around.

    BUT … Then I realized I was trying to get to the network admin of my current / live WP database/installation. This is the URL of the page with the error:
    http://djxstation.com/wp/partisound/wp-admin/post.php?post=33&action=edit
    So at present I am unable to edit my original 3 sites on the
    WP multisite install, but the sites are still working.

    When I try to go directly to the primary domain/root site to login to WP, I get this error:

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, webmaster@partisound.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    I was worried that I missed something in the search/replace, but I’m pretty sure I uploaded the MU domain mapper plugin to the root and not to my /wp/ install area.

    Do you know what I might have done wrong? It seems I’ve messed up the old/stable/currently live install as well as not being able to work on the new one.

    Thank you, and please, and I really thought I was there!

    Thread Starter cindy c

    (@cindy_conlinyahoocom)

    Wow, this is great, I never knew a “dry run” could point out so many things to think about! For instance, the order in which I search/replace these things matters a LOT.
    If I do this one first:

    (1) search & replace “djxstation.com” to “partisound.com”

    then there will be no more djxstation.com to change – and that site (djxstation.com), which was site ID 1, will be pretty much gone, I think.

    here’s what I’ve tried … modified… to address that.
    {0} search & replace “djxstation.com/wp/partisound/” to “partisound.com/” **NEED TRAILING SLASH**

    {2} search & replace “/wp/sitename/” to “/sitename/”
    “/wp/autodjpac/” to “/autodjpac/”
    “/wp/partisound/” to “/partisound/” **NOT NECESSARY** taken care of in {0} NONE SHOULD EXIST
    {2.1} “djxstation.com/wp/” to “partisound.com/djxstation.com/” **NOT SURE ABOUT ‘.com’ ? djxstation files should be the only ones left in /wp/ directory, so should I switch them to “partisound.com/djxstation/” ? I don’t want to confuse subfolders with site ID here …
    **Trying to keep djxstation from disappearing when I run {1} djxstation.com/ to partisound.com/**

    {1} search & replace “djxstation.com/” to “partisound.com/” **I SHOULD DO THIS NEARER THE END**

    Thread Starter cindy c

    (@cindy_conlinyahoocom)

    So just making sure here — all you’re doing right now is, for example, changing http://djxstation.com/wp/autodjpac/ to http://djxstation.com/autodjpac/.

    Actually it is http://djxstation.com/wp/autodjpac/ to http://partisound.com/autodjpac/, because djxstation is not main domain, partisound is. But I’m trying to use the interconnect/it tool, which I believe makes changes in the new database. I’m not sure if those urls are even included in the database files, or if I change them with the interconnect/it tool. I am trying to make the necessary changes to the database tables first. Then I was going to go to the domain mapping plugin.

    The only thing I know to change in the database is the connection in either .htaccess or wp-config.php file to use the new db / user / password. As for the tables … even using the tutorial I’m not sure which to change. 🙁

    Thread Starter cindy c

    (@cindy_conlinyahoocom)

    Great, thanks! I successfully replicated the database and imported it into my new db. I also successfully have interconnect/it search/replace script ready to go … except I’m unsure exactly what to replace.
    I THINK I am replacing the domain.com urls with paths from /public_html/ and point to the new WP files at the root directory.

    Given the desired end result of replacing:
    http://djxstation.com/wp/autodjpac/ –>> autodjpac.com/
    http://djxstation.com/wp/ –>> djxstation.com/ (orig. WP multisite primary)
    http://djxstation.com/wp/partisound/ –>> partisound.com/ = ROOT/primary domain for hosting account = should become multisite primary somehow (do I change it to –>> /public_html/ ???

    Be sure to change the web document root for “domain.com” to /public_html/.

    I’m ready, just want to do it correctly! Thank you so much 🙂

    Thread Starter cindy c

    (@cindy_conlinyahoocom)

    I would like to upload my backup WP to the new location, using a NEW database, so I don’t mess up the current multisite installation. Is it possible to copy the install to a new database, and if so, is there a tutorial or step-by-step that details which files to modify? Since I already tried and got lost in the db files I’m a little hesitant to risk messing it up again.

    [Should start a new thread for this – I don’t want to keep asking for help if you think it’s a separate issue. thanks!]

    Thread Starter cindy c

    (@cindy_conlinyahoocom)

    Thank you so much for all of your help, Patrick.

    I didn’t figure out how to move the install and get the sites to display (no db connection for any of them).

    For now I reverted back to the convoluted URLs of all 3 sites, because at least the sites display and won’t be down in the morning.

    I may attempt again tomorrow but I’m really nervous about it. I suppose I could install single versions of WP in each top-level domain folder, so the urls would not have to go to Timbuktu and back. Do you think that would work and be simpler for someone not well-versed in databases?

    Thank you again, so much, for all of your help!!
    I hope you have a wonderful new year!

Viewing 15 replies - 1 through 15 (of 30 total)