eeklund
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Extra White SpaceI replaced the layout with a previous page template and the extra white space is now gone. I have never seen anything like this and I launched this site back in 2017. Thank you again for the code.
Forum: Fixing WordPress
In reply to: Extra White SpaceThank you for your help. I applied your code, but the left and right margins still have the white space. Do you have any additional recommendations?
Forum: Fixing WordPress
In reply to: Constant Contact Universal CodeThis issue has been resolved. I found the appropriate places to insert the code.
- This reply was modified 7 years, 2 months ago by eeklund.
Forum: Plugins
In reply to: [The Events Calendar] Event Calendar body text appearing in list viewI added the following code the additional css and now the calendar looks clean without the description text visible on the list view. I found the code on a support forum from The Events Calendar.
Log-in and go to the front end of your site with the black bar on top with admin menu options. Click on Customize and then go to Additional CSS. Scroll to the bottom and add the code to the end. Click Publish at the top to save your changes.
.tribe-events-list-event-description {
display: none !important;
}Forum: Fixing WordPress
In reply to: Changing Pagination TermSalient provided me with a resolution.
Forum: Fixing WordPress
In reply to: Unable to use Default EditorI contacted ThemeFusion Support and resolved my issue. I can now edit pages.
Forum: Fixing WordPress
In reply to: Code Displaying on Front End of SiteI found someone who was able to help me resolve my problem. The issue was that the Avada update required some Fusion Builder core updates that needed to be done by running their script, which was hidden away in the documentation. I need to make sure that the next time Avada needs to be updated to read any notes or alerts that maybe attached to the update.
Forum: Fixing WordPress
In reply to: Code Displaying on Front End of SiteI exported the latest version of the site, and then I removed the Fusion Builder and Fusion Core plug-ins. I re-installed them and unfortunately, nothing changed on the front end of the website. I am trying to contact the theme’s support team, but I do not have the ThemeForest Purchase Code required to create an account. Do you have any additional recommendations? Also, since I exported the latest version of the site with the errors, does that mean we can only restore the site to this now “bad” latest version?
Forum: Plugins
In reply to: [The Events Calendar] Text Overlapping in List ViewI added the following code to the stylesheet.css and now the calendar looks clean without the description text visible on the list view. I found the code on a support forum from The Events Calendar.
.tribe-events-list-event-description {
display: none !important;
}https://theeventscalendar.com/support/forums/topic/remove-description-on-list-view-page/
Forum: Plugins
In reply to: [The Events Calendar] Text Overlapping in List ViewAlso, the theme I am using is Vertex which includes a Divi page builder. Does The Events Calendar work well with Divi?
Forum: Plugins
In reply to: [The Events Calendar] Pagination Next Events Not WorkingThank you for plug-in reference. Everything seems to be working now!
Forum: Fixing WordPress
In reply to: Theme Options Panel Not VisibleThis is an odd bug. The folder being referenced in the PHP Warning error is not being copied over to the live site when the push is made from staging. I have requested WP Engine to manually copy the options_backup folder back over to the theme’s file so the options will be populating again. I have also asked them to try and figure out a permanent solution.