Forum Replies Created

Viewing 30 posts - 1 through 30 (of 49 total)
  • Author
    Posts
  • in reply to: Enfold Theme Custom Widget Areas Not Showing #1485305

    I was able to narrow the offending wp_options table entries to those associated with the following option_name values and their associate option_variable entries:

    widget_text
    Widget_avia_mailchimp_widget
    widget_custom_html

    Then the content of those entries option_variable fields are deleted, the widget areas reappear and can be populated as desired. Unless you have another suggestion, it appears that I will need to rebuild each of my sidebar areas.

    Thank you!

    in reply to: Enfold Theme Custom Widget Areas Not Showing #1485301

    Hi Rikard,

    The theme is updating the widget fields within the wp_options table and appears to be drawing from the several applicable wp_options table entries to create the sidebars, footers, etc. in the viewable website. It is not, however, presenting the widget areas in the backend unless the amount of content within several associated table entries is reduced. I don’t know if Enfold itself has a limit on the data pull whether configured or a coding/capability limit associated with the backend.

    An example, the Text widget adds to the wp_options table with an entry having an option_name of “widget_text”. All Text widgets are “deposited” into the option_variable data field associated with the row having the option_name of “widget_text”. Since I use the Text widget extensively in all of my widget areas this option_variable data field has over 91,000 characters. This and similar other option_name widgets appear to be causing the backend widget area presentation issue because when I eliminate the content within them all, the widget areas appear.

    Note that within MySQL, the option_variable field is set as “longtext” and so should hold over 4 billion characters and so the 91,000+ characters within the field should not be an issue. That said, my MySQL queries return a message indicating that the “length” of the data within the option_variable field could preclude saving more data within it. This is what lead me to my experiment of eliminating the content and finding the widget areas return when I do so for all such messaged option_variable fields associated with option_name “widgets”.

    I hope that description is more helpful. My question is two fold, is there something associated with Enfold (configuration or code/limitation) preventing the widget areas from appearing that can be corrected? Alternatively, is there a way to reduce the number of characters within the several offending option_variable fields so to regain access to the widget areas within the WordPress backend? Lastly, is there another solution I might try?

    Thank you again for your help. Enjoy the day!

    All the Best,
    Nathan

    in reply to: Enfold Theme Custom Widget Areas Not Showing #1485263

    Hi Rikard,

    I have continued troubleshooting and discovered that within my wp_options table there are many option_variables associated with widgets (database entries with option_names of ‘widget%’) that contain a significant number of characters and are uneditable within the table directly. Each of these rows presents the message “Because of its length, this column might not be editable.” next to the options_variable field. When I delete all of these types of options_variable entries, the widget areas reappear.

    Further investigation revealed that these entries have more than 65,535 characters. That said, the MySQL field itself is a longtext field and should accommodate up to 4,294,967,295 characters that is significantly more than any of these fields have. So while the database indicates there could be a length issue, there shouldn’t be one.

    So it appears that I need a fix to either reduce the number of characters within the offending option_variable fields (difficult since the broken editor is the manifestation of this issue) or to alleviate a theme issue that is preventing me from “seeing” the widget areas associated with the oversized widget option_variable. (This happens to be all of my widget areas which is why I’m having the problem.) There could be another option I’m not thinking of too.

    I greatly appreciate your continued help to resolve this issue. Enjoy the day!

    in reply to: Enfold Theme Custom Widget Areas Not Showing #1485108

    Hi Rikard,

    In the Private Content area are the server error log messages my hosting provider supplied related to Enfold.

    Thank you for your continued support!

    All the Best,
    Nathan

    in reply to: Enfold Theme Custom Widget Areas Not Showing #1484851

    Hello Again,

    I just received an automated message from WordPress providing details regarding a widget error with StrategyDriven.com’s Enfold widgets. The message included error details and is provided in whole within the Private Content associated with this post.

    I really appreciate your continued support. I hope this error information is helpful.

    All the Best,
    Nathan

    in reply to: Enfold Theme Custom Widget Areas Not Showing #1484850

    Hi Rikard,

    I tried other themes with all plugins disabled to see if the widget areas and widgets were there. They are (widget areas and widgets) but are uneditable as the widget areas/widgets are not supported by the other themes. I also reinstalled Enfold (deleted all files and reinstalled the Enfold theme) and the three WordPress core widget php files. The issue remains after these efforts.

    Again, you are authorized to deactivate plugins and themes to continue troubleshooting. It’s important to resolve this issue and enable administrative access to the widget areas and widgets to deliver on customer ad orders.

    I greatly appreciate your continued support. Let me know if you need anything else from us.

    All the Best,
    Nathan

    in reply to: Enfold Theme Custom Widget Areas Not Showing #1484783

    Hi Rikard,

    Thank you for your continued assistance. Yes, you are authorized to deactivate plugins and themes to continue troubleshooting.

    Please let me know if I can provide you any additional assistance. Again, I greatly appreciate your help.

    Enjoy the day!

    All the Best,
    Nathan

    in reply to: Enfold Theme Custom Widget Areas Not Showing #1484759

    Hi Rikard,

    The issue remains with all plugins deactivated and the cache cleared.

    The issue remains with all plugins deactivated, the parent theme activated and the cache cleared.

    I greatly appreciate your continued help.

    All the Best,
    Nathan

    in reply to: Align Column Elements Right or Left #1440061

    Hi Ismael,

    That did the trick! Thank you!

    One more quick question… is there a way to apply a Developer CSS name to the text box element and to the Quick CSS to make the naming simpler?

    Again, I greatly appreciate your help. Enjoy the day!

    All the Best,
    Nathan

    in reply to: Align Column Elements Right or Left #1439759

    See private content for login and URLs.

    We have been working several design options for this element. The one with the issues can be viewed at the bottom of the preview page. It consists of four columns with a 1/4 circle graphic image in the center corner of each. The upper left column that has no graphic is the one within which we applied the <div> code. The upper right shows a flip box element that rests on the bottom of the column, as desired, but is centered instead of left justified (in that column’s case).

    Thank you for your continued help. Enjoy the day!

    in reply to: Align Column Elements Right or Left #1439747

    Thank you for the feedback, Ismael. Unfortunately, when I add that code to the text box and code block my short code element vanishes on the webpage.

    I greatly appreciate your continued help with this item. Enjoy the day!

    All the Best,
    Nathan

    Thank you! This is very, very close to achieving the look I’m seeking!

    One change, instead of the shadow going down such that it appears the video is above (higher Z value) than the section that follows it, I’m seeking to have the shadow going up such that it appears that the section immediately following the video is above the video (the following section has the higher Z value).

    Question… to achieve this, would I simply invert the svg image such that the transparent portion is on top and the fading black/shadow portion is on the bottom?

    Again, I greatly appreciate all of your help! Have a great day!

    All the Best,
    Nathan

    Thank you! That worked great to get the diagonal bottom border!

    Is there any way to get the shadow box affect? We use that on the reset of the page and would like to keep it consistent with the main image styling.

    Thank you!

    in reply to: center Columns #1408348

    Nikko,

    Your final solution also worked exceedingly well for my StructInt.com website and the many webpages where we needed two 1/3 elements centered.

    Thank you!

    All the Best,
    Nathan

    Thank you, Rikard! I did add it to the Quick CSS but that did not work. I went to the Additional CSS location under the Enfold Theme Child using WordPress’s build-in CSS editor (Theme/Customize) and made the change there. Then it worked!

    Again, I greatly appreciate your help. Enjoy the day!

    Hello,

    I’m having the same challenge changing the color of the Extra Content Header after inserting the Quick CSS above. I’m trying to make the Extra Content Header (currently in black) match our footer (currently #383838) on the website: https://envisionedideas.website/home-envisioned-ideas-proposal/

    Any help you can provide is greatly appreciated!

    Thank you!

    All the Best,
    Nathan

    in reply to: Icon/Flipbox Grid: Elements Overlapping on the Left Side #1364914

    Hi Ismael,

    To see the issue, you have to be logged into the website. The issue does not appear to those who are not logged in.

    I confirmed that when logged into our website, the issue persists.

    I confirmed with our website, that Enfold’s file compression is disabled. We have not enabled it. This is its normal state for our website. Clearing the cache did not correct the issue.

    Your continued support is greatly appreciated.

    Thank you!

    All the Best,
    Nathan

    in reply to: Enfold Elements Not Resolving for Logged Out Users #1354855

    Hello,

    We were able to resolve our issue by clearing the cache in one of our plugins. I’m sorry for the inconvenience.

    Thank you!

    in reply to: Enfold Not Working with WordPress.com Hosting #1354312

    Thank you, Rikard! It does look good for me as well.

    I’ll let you know in a day or so if everything remains as it should.

    Again, I greatly appreciate your help! Enjoy the day!

    All the Best,
    Nathan

    in reply to: Enfold Not Working with WordPress.com Hosting #1354274

    Hi Rikard,

    Thank you for the suggestion. The Enfold Theme has been updated to version 4.9.2.3 but we are continuing to experience the same issues.

    Any additional support you can provide is greatly appreciated.

    Thank you!

    All the Best,
    Nathan

    in reply to: Color Section Element Visibility Not Working #1345153

    Thank you, Rikard! That worked extremely well for us. I hadn’t thought to put in a separate button with visibility and color section link reference aligned to the associated desktop/smartphone pop-up color section in order to effect the change.

    All the Best,
    Nathan

    in reply to: Enfold Gallery Duplicated #1345004

    Hi Nikko,

    Thank you for the help. Your solution resolved the issue.

    Enjoy the day!

    All the Best,
    Nathan

    in reply to: Enfold Gallery Duplicated #1342086

    I’m sorry, the URL for the other webpage example (with this issue) should have been: https://www.structint.com/pegasus/

    in reply to: Enfold Gallery Duplicated #1342085

    Hi Rikard,

    We’re still seeing the issue in both the private (Safari) and incognito (Chrome) in multiple locations (Charlotte, NC and Orlando, FL). We’ve also cleared the website cache (our website is hosted on WP Engine).

    As a note, this is a site-wide issue occurring on other webpages as well. Here is another webpage experiencing the same double gallery issue: https://www.structint.com/nde-inspection-services/

    I looked at our Quick CSS and don’t see anything there that I thought would interfere with the Gallery element and nothing has until this past Saturday, February 19.

    I greatly appreciate your continued help with this issue. Enjoy the day!

    All the Best,
    Nathan

    in reply to: Enfold Gallery Duplicated #1341814

    Hi Rikard,

    https://www.strategydriven.com/wp-content/uploads/Screen-Shot-2022-02-22-at-10.01.18-AM.png

    Thank you for the note. Above is the URL to the screenshot of what we are seeing on our side. We are using Safari as our browser.

    Please let me know if you need anything else. Enjoy the day!

    All the Best,
    Nathan

    in reply to: Gallery gets duplicated #1341438

    I’m having a similar problem with the Gallery on this webpage: https://www.structint.com/nde-inspection-services/. I have a 5 column gallery and it is being duplicated. Using the debugger, the code is:

    [av_gallery ids='1770,1769,1776,1772,1773' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='portfolio' columns='5' imagelink='lightbox' link_dest='' lightbox_text='caption' lazyload='deactivate_avia_lazyload' img_scrset='' html_lazy_loading='disabled' alb_description='' id='' custom_class='' template_class='' av_uid='av-v1pj' sc_version='1.0' admin_preview_bg='']

    Any help is greatly appreciated.

    Thank you!

    All the Best,
    Nathan

    in reply to: Add Popup Lightbox Link to a Button #1283134

    Thank you, Ismael! The jQuery replacement did the trick :-)

    in reply to: Icon Grid Alignment #1275642

    Hi Rikard,

    Thank you for the updated CSS code. Unfortunately, this did not change the positioning of the items within the Icon Grid.

    I greatly appreciate your continued help. Be safe, stay healthy, and enjoy the day!

    All the Best,
    Nathan

    in reply to: Add Popup Lightbox Link to a Button #1273166

    Hi Victoria,

    Thank you for the help. I added the URL, Username, Password, and the Leadership Team webpage we are attempting to add the popup lightbox to in the Private Content area.

    I should mention that our current efforts were to add the popup lightbox (color section at the end of the page) to is the biography featured in the upper left row. Currently, we added an image of the button to achieve the affect but this is understandably a ‘cheat’ as we would like to have a ‘real’ button.

    Again, I greatly appreciate your help. Be safe, stay healthy, and enjoy the day!

    All the Best,
    Nathan

    • This reply was modified 4 years, 5 months ago by StrategyDriven. Reason: Added more information
    in reply to: Icon Grid Alignment #1272967

    Hi Rikard,

    Thank you for the suggestion. That code moved the entire icon grid up within the color section but the individual panel icon-title units kept their same relative center position meaning the icon-title groups with two row titles remained misaligned with the icon-title groups with one row titles.

    I greatly appreciate your continued support. Be safe, stay healthy, and enjoy the weekend!

    All the Best,
    Nathan

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