Forum Replies Created

Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • in reply to: Javascript errors resulting in pages not editable #1081125

    For what it’s worth – I was experiencing all the same theme editing issues and tried all the same fixes, updates, reinstalls, etc. Mine issues were finally resolved when I switched service providers – went from Earthlink to Siteground. Problem solved. Go figure. Don’t know if it will help your situation both it worked for me. I too was down for 3+ weeks.

    in reply to: Enfold theme editor not working #1079914

    After switching service providers my editing capabilities are restored.

    in reply to: Javascript errors resulting in pages not editable #1079459

    I am experiencing the exact same problem with the exact same error codes. And I too have not received any answers/fixes from Enfold support.

    in reply to: Enfold theme editor not working #1078990

    Nobody ever said it was a general problem but obviously it is a problem and I’m not the only person experiencing it. Below is a link to a screen shot of the Java script errors I’m experiencing and a link to a thread of someone experiencing all the same issues. Note Java script errors in both support posts are identical and all lead back to the Avia Layout Builder.

    LINK TO SCREEN SHOT OF MY JAVA ERRORS
    http://daledesign.com/wp-content/uploads/2019/03/Screen-Shot-2019-03-14-at-9.54.12-PM-copy.png

    SUPPORT POST LINK TO PERSON HAVING THE SAME ISSUE

    Please let me know what is being done to correct this issue.

    in reply to: Enfold theme editor not working #1077925

    FYI, I have not migrated the site yet, it is on a temporary hold.

    I did talk with a fellow programmer running Windows 10 and using the latest version of Firefox and she can make edits. The popup window does appear for her and she is able to make edits. She switched to a different browser and the edit popup window was not accessible. I have tried three different browsers (Safari, Google Chrome and Firefox) and still can’t get the popup box to appear to make any edits. At this point I can only assume there is a problem with the Enfold Theme. Please let me know what can/is being done to resolve this issue. I am now 2+ weeks into not being able to edit my website.

    in reply to: Enfold theme editor not working #1077580

    FYI, I’m in the process of switching service providers. I will let you know after that is complete if the issue persists.

    in reply to: Enfold theme editor not working #1077424

    I checked with my service provider and they upgraded PHP across the board to 7.2 as of March 2019. Hence the sudden problem??? They no longer support downgrades (version 5.6) of which I was running prior to March. I have the option to select between 7.1 and 7.2 on the backend, after trying both the editing issue still persists. I also checked a site we built for a client, also hosted with Earthlink, and it too has the same editing issue.

    in reply to: Enfold theme editor not working #1077226

    I’m not sure which version of PHP is running now, I had to ask my service provider Earthlink to dumb it down a while back because one of their upgrades caused my site to go down. I can’t seem to find the details on my account that indicates the version currently running. I did find a PHP utility with two options to upgrade to 7.1 or 7.2. Based on what you advised I should select version 7.2 and hope nothing else goes awry.?.?.?

    I deactivated all plugins, deleted the theme, and reinstalled the theme from a zip file download and still no change to the site. Currently the only theme now activated is Classic Editor.

    FYI, I’m experiencing the same issues with a site I’m building for another client, it is a subdirectory off my main site. Could their be any conflicts going on here? Having said that the programmer helping me with the Event Espresso portion of the client’s site is not experiencing editing problems. I will confirm that again, maybe she only looked to see if the events portion was working correctly.

    Never mind, when I updated it I was able to deactivate it.

    When I try an deactivate a plugin called bbPress the screen goes white and I can’t seem to deactivate it. Advise?

    in reply to: Enfold theme editor not working #1076816
    This reply has been marked as private.
    This reply has been marked as private.

    I am running 4.5.4 and yes Classic Editor is selected in main theme options.

    To be more specific on my issue: I can see and move layout boxes around, just can’t select them to edit the content inside. When I hover the box highlights but when I click on them nothing happens. It’s acting like it’s locked.

    in reply to: Enfold theme editor not working #1076053

    CORRECTION:
    Perhaps because I changed the default setting for users to “Classic” and the Allow users to switch editor to “No” the word indicators I mentioned in the previous reply are no longer visible.

    CLASSIC EDITOR SETTINGS:
    Formatting Formatting Convert emoticons like :-) and :-P to graphics on display (Checked)
    WordPress should correct invalidly nested XHTML automatically (Not Checked)
    Default Post Category “Uncategorized”
    Default Post Format “Standard”
    Default editor for all users
    Classic Editor (Checked)
    Block Editor
    Allow users to switch editors
    Yes
    No (Checked)

    in reply to: Enfold theme editor not working #1076051

    Where specifically do find this setting? In dashboard under Enfold – Theme Options, I don’t see anything to select Classic Editor. I did set the default editor in the Classic Editor application to Classic vs Block. The old portfolio posts do have the wording “Classic Editor” listed in italic at the end of each most title. The page posts give you the option to select block or classic.

    To be more specific on my issue: The classic look never went away – I can see and move layout boxes around, just can’t select them to edit the content inside. When I click on them nothing happens.

    Two other things that are puzzling: 1) Unless I’m remembering incorrectly the Advanced Layout Builder is what is selected to build/view a post and have all the drag and drop elements.?.?.? Currently it is the other way around. 2) If I try to preview a draft portfolio post it does not display the content, only the header and footer are visible.

    in reply to: Modify attributes for the Post Slider #845107

    It worked perfect.

    Thank you very much!!!

    in reply to: Modify attributes for the Post Slider #843732
    This reply has been marked as private.
    in reply to: Modify attributes for the Post Slider #843111

    I would like to affect three changes to the Post Slider.
    1) Center the font
    2) Make the font regular not bold
    3) Change the color to #999999
    Is it possible to affect these changes on the captions below each entry?

    Thanks,

    in reply to: Image Swap on Hover within a Gallery #841019

    Never mind. I switched to the masonry gallery and got it to function as needed.

    in reply to: Image Swap on Hover within a Gallery #840983

    The site is now live.
    I altered my course and decided to link the gallery image to the corresponding section in my site. I install this plugin http://wordpress.org/plugins/wp-gallery-custom-links/ and insert this code:

    add_filter(‘avf_avia_builder_gallery_image_link’, ‘avia_change_gallery_thumbnail_link’, 10, 4);
    function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta)
    {
    $custom_url = get_post_meta($attachment->ID, ‘_gallery_link_url’, true);
    if(!empty($custom_url))
    {
    $link[0] = $custom_url;
    $link[‘custom_link_class’] = ‘aviaopeninbrowser’;
    }
    return $link;
    }

    I added it into the functions.php by navigating Appearance / Editor / Templates and selecting Theme Functions (functions.php)

    It added the tools correctly but when testing one of the images in the gallery it won’t link. Any suggestions?

    in reply to: Image Swap on Hover within a Gallery #836771

    Unfortunately it is on a local server at this point. Would screen captures help in any way?

Viewing 22 posts - 1 through 22 (of 22 total)