Forum Replies Created

Viewing 30 posts - 1 through 30 (of 42 total)
  • Author
    Posts
  • in reply to: Tab Section Does Not Work Under Android #1280264

    I am planning to upgrade that site to v4.7.6.4 over the weekend.

    in reply to: Tab Section Does Not Work Under Android #1279877

    It appears that the problem is not within the site that caused the problem but rather a difference between Enfold v4.7.6.1 and v4.7.6.4

    When I reverted my test site from v4.7.6.4 (which did not manifest the problem) back to v4.7.6.1 the problem reappeared.

    – Dick

    in reply to: Tab Section Does Not Work Under Android #1279635

    The problem does NOT manifest under Enfold v4.7.6.4

    View http://enfold.solidvapor.net/tab-section-test-page/ (a standalone Tab Section) and http://enfold.solidvapor.net/file-storage-for-netsuite/ (a Tab Section embedded at the bottom of the page) on an Android device.

    Obviously, the ball is back in my court to determine whether there is something at my v4.7.6.1 site that is causing the problem of if the problem is with v4.7.6.1 itself. I will let you know what I learn.

    – Dick

    in reply to: Top Nav Height Fixed at 44px #1270949

    Nikko:

    I thought I would start with a fresh install of WordPress v5.6 and of Enfold v4.7.6.1 without a child theme (and, therefore, no functions.php file).

    The problem continued.

    But installing the Enable jQuery Migrate Helper plugin and setting it to 1.12.4 fixed the problem.

    thanks…!!

    – Dick

    in reply to: Top Nav Height Fixed at 44px #1270706

    Nikko:

    Setting the header size to “slim” and enabling “shrinking header” did not fix the problem.

    I fixed the problem by downgrading WordPress from v5.6 to v5.5.3 (I was running Enfold 4.7.6.1 under both versions of WordPress).

    Is there a fix I can apply to Enfold 4.7.6.1 to prevent the problem from occurring when WordPress automatically updates my other v4.7.6.1 sites to WP v5.6…??

    Could the problem be caused because I had to add…
    wp_enqueue_script(‘jquery1’, ‘https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js’, array(), ‘2’, false);
    …to my child theme functions.php file…??

    – Dick

    in reply to: How Activate Layerslider Plugin #1236294

    you can close it

    in reply to: How Activate Layerslider Plugin #1236147

    Victoria:

    Now I feel stupid.

    When you suggested that my directory structure might be messed up I wondered if I broke something when I attempted to fix my /wp-content/themes/enfold/enfold problem so I decided to start over.

    I deleted the Enfold theme in WordPress and then re-uploaded it (using a much newer version of FTP).

    Everything worked out of the box — LayerSlider WP appeared in the WordPress navsash and site webpages loaded as expected.

    I thank you for your patient support and apologize for wasting your time. I have been an Enfold user for many years and will continue to recommend to others when asked.

    – Dick

    in reply to: How Activate Layerslider Plugin #1236122

    I selected the Sample Page as the front page — same problem.

    Viewing the page source shows it stops after the Title tag.

    http://icloud.solidvapor.net/sample-page throws a 404

    – Dick

    in reply to: How Activate Layerslider Plugin #1236091

    While the LayerSlider problem is fixed, there is still a problem.

    Try http://icloud.solidvapor.net — the default Enfold home page should appear — it doesn’t — just a blank page.

    – Dick

    in reply to: How Activate Layerslider Plugin #1236015

    I agree that the LayerSlider is now appearing and working as expected — thank you.

    It appears that you replaced the entire config-layerslider directory. Please confirm that this is correct in case the problem reoccurs.

    I am guessing the problem occurred during the FTP upload. I was using a very, very old FTP program that may have choked on something like UTF-8 characters in a file or folder name.

    – Dick

    in reply to: How Activate Layerslider Plugin #1235841

    I just moved the theme to the /wp-content/themes/enfold directory and it did not fix the problem.

    – Dick

    in reply to: How Activate Layerslider Plugin #1235744

    I just noticed that the theme is installed in the /wp-content/themes/enfold/enfold directory…!!

    I am guessing that might be the problem but I will wait for your response before I fix it.

    – Dick

    in reply to: How Activate Layerslider Plugin #1235742
    This reply has been marked as private.
    in reply to: How Activate Layerslider Plugin #1235706
    This reply has been marked as private.
    in reply to: Privacy/Cookies Modal Window #1157351

    Thank you for the answer — bit I find it odd that the modal window is available in v4.5.2 but the ability to tweak the text in the modal window is not available until v4.6.3.1

    in reply to: Privacy/Cookies Modal Window #1157207

    When I go to Enfold Theme Options > Privacy & Cookies I do not see a reference to Modal Popup Window Content nor to a Tab Content field. How do I get there…??

    I am running Enfold v4.5.2 with Block Editor enabled.

    in reply to: Privacy/Cookies Modal Window #1155751

    I don’t see them — please give me a line#

    in reply to: Privacy/Cookies Modal Window #1155057

    Go to https://advectus3.solidvapor.net/ and click the “Learn More” button in the Cookie Consent Message bar at the bottom of the page.

    You will see a list of links on the left side of the modal window that appears. Each link opens a new tab in the modal window.

    How can a change the text that appears in these tabs…??

    I see nothing on the Enfold->Privacy and Cookies page that would allow me to change the text in the tabs.

    in reply to: Privacy/Cookies Modal Window #1154481

    No, I mean the text.

    in reply to: Customizing Tab Section Title Links #1110543

    Thanks for the tip.

    It did not fix all of my problems but I was able to Tab Sections working they way I wanted with a little jQuery and some CSS tweaks.

    You can close this ticket.

    in reply to: Customizing Tab Section Title Links #1110315

    See link in Private Content.
    The biggest problem is that the elements of the “menubar” have a fixed width of 90px.

    Biggy:

    Your “corrected” code appears to work but so does the original code.

    You misread the beginning of the if condition as a quotation mark — it is actually two apostrophes and is an exact copy of line #649 in class-avia-gutenberg.php

    I found the solution but could not post it because the forums were closed…

    add_filter(‘display_post_states’,’remove_ALB_post_state’,999,2);
    function remove_ALB_post_state( $post_states, $post ) {
    if( ” != Avia_Builder()->get_alb_builder_status( $post->ID ) ) {
    unset($post_states[‘avia_alb’]);
    }
    return $post_states;
    }

    Update

    I tried using the display_post_states filter hook…

    add_filter(‘display_post_states’,’adjust_post_states’,10,2);
    function adjust_post_states($post_states,$post) {
    // do something //
    return $post_states;
    }

    …with two versions of the “do something” line…

    Version #1 = $post_states[‘avia_alb’] = ”;
    Version #2 = unset($post_states[‘avia_alb’]);

    Neither worked.

    What is the proper coding of the “do something” line to get this code to work…??

    Cause of Problem Identified

    The cause of the problem is lines #649-652 of class-avia-gutenberg.php in the ../enfold/config-gutenberg directory which adds the phrase “Advanced Layout Editor” as a post state so it appears as part of the post title in the list of All Pages.

    Is there a filter hook available to override this behavior or some other way to remedy the problem…??

    Even More Information

    I now believe the irritating tags are being added by the Classic Editor plugin which I installed before I knew I did not need it with Enfold 4.5.2 — I uninstalled and deleted the plugin but the problem remains so I will try rebuilding the site.

    Additional Information

    The words “Advanced Layout Builder” can be removed with a css override setting the display attribute of the post-state class to “none”
    but because the long dash in front of the words is not styled with css, the long dash cannot be eliminated with a css override.

    Can you point me to where in the code Page Title in the list of All Pages is built…??

    in reply to: Cannot View Pages (v4.4.1) #1034478

    I was not asking for help — just suggesting that you may want to tweak your install script so that entries are not added to the wp_posts table for images that are not included in the install.

    in reply to: Cannot View Pages (v4.4.1) #1034048

    I am now able to install the Enfold theme in WordPress and things seem to be working.

    I am able to view pages (although I had to install one of your demos first) and LayerSlider WP appears in the WordPress navsash.

    The only thing odd is that the Media Library shows a lot of empty boxes for images that appear in the wp_posts table but were not transferred to my ../uploads directory when the theme was installed. I believe this is for copyright reasons but if images are not going to be transferred during the install, it would be better not to add them to the wp_posts table.

    I have supplied login credentials in the Private Content section so you can see what I meant regarding missing images.

    in reply to: Cannot View Pages (v4.4.1) #1033717

    After submitting this support request I did some more digging and found another support request describing a situation similar to mine. Unfortunately, I cannot find that request now but it mentioned that is was not the first time the poster had tried to install v4.4.1 and that the install was done with FTP not through WordPress.

    This is exactly my situation.

    The poster also mentioned that after the install, LayerSlider WP no longer appeared in the WordPress navsash. This is true for me as well.

    So I am going to change some settings on my server so that I can (hopefully) install Enford v4.4.1 through WordPress.

    I will let you know how it goes.

Viewing 30 posts - 1 through 30 (of 42 total)