Forum Replies Created
-
Now, as if by magic, the links are working again. I can’t think of anything I did that might have caused it. I have unpublished the “Test” FAQ article.
in reply to: Tower 2.8.1 Update FailedThank you. I did this:
- Enabled maintenance mode (WP Maintenance Mode plugin).
- Activated the parent theme.
- Upgraded the theme, breaking the site.
- Installed Envato WordPress Toolkit.
- Activated the child theme.
- Tested site.
- Disabled maintenance mode.
- Live.
I think we’re okay now.
in reply to: Tower 2.8.1 Update FailedThis reply has been marked as private.in reply to: Can’t edit with WPBakery Page BuilderMihaila, I used the “Add New” button on the Plugins page, and (using your “PS” advice) I selected wp-content/themes/tower/plugins/js_composer.zip as my zipfile. After installing that, things seem to be working perfectly again.
Thank you!
in reply to: Can’t edit with WPBakery Page BuilderHi Mihaila,
Thank you very much :-)
I did update the plugin on my own. Several months ago, I received a sequence of emails from WPBakery that convinced me that I needed to buy a support contract from them, and now the WPBakery application is on a totally different upgrade schedule from my TOWER theme data. This is where I started having problems.
I noticed it when I tried to edit a button and couldn’t. I worked around it by using a different widget type. This held off the problem for a while until I discovered more widgets it didn’t work with, which is why I wrote you.
I haven’t had time since receiving your response to figure out how to install the older 5.4.5 version of WPBakery Page Builder (or Visual Composer?). I’m living with the problem until I can make the time to figure that out.
Cary
in reply to: Can’t edit with WPBakery Page BuilderThis reply has been marked as private.in reply to: Can’t edit with WPBakery Page BuilderThis reply has been marked as private.in reply to: Theme/plugin errorI looked at codeless_slideshow.php on line 59. It is:
$this->options['layer_slider_id'] = $cl_redata['layerslider']+1;I fixed the problem by replacing it with this:
$this->options['layer_slider_id'] = ((int)$cl_redata['layerslider'])+1;But of course, it’s going to break on my next Tower theme upgrade unless you execute the same kind of repair on the source code before you distribute your next upgrade.
I get the impression that the problem is introduced by upgrading to PHP version 7.1. See https://stackoverflow.com/questions/42044127/warning-a-non-numeric-value-encountered/42044413 for details.
-
This reply was modified 8 years, 4 months ago by
CaryMillsap.
-
This reply was modified 8 years, 4 months ago by
CaryMillsap.
-
This reply was modified 8 years, 4 months ago by
CaryMillsap.
in reply to: Theme/plugin errorLike @Jordane20, I am “suddenly” (new as of yesterday or today, it seems) getting a nasty warning at the top of every page at our site (https://method-r.com).
Warning: A non-numeric value encountered in /home/methodr8/public_html/wp-content/themes/tower/includes/core/codeless_slideshow.php on line 59
class=”page-template-default page page-id-3081 page-parent logged-in admin-bar no-customize-support header_1 page_header_yes nicescroll sticky_active fullwidth_header header_tools_divider header_transparency wpb-js-composer js-comp-ver-5.4.5 vc_responsive”>P.S.: I notice that my avatar here is marked with a red “Expired” sticker, but I have an email from Envato Market saying “Support now valid until 31 May 2018”.
-
This reply was modified 8 years, 4 months ago by
CaryMillsap.
-
This reply was modified 8 years, 4 months ago by
CaryMillsap.
-
This reply was modified 8 years, 4 months ago by
CaryMillsap.
in reply to: Must click twice to SearchThank you. I had been unable to get it to work in Chrome. I tried in Safari, and it worked. Noting that your video was Chrome, I tried a hard refresh (Shift-Cmd-R), and voilà, yes, it works in Chrome, too. Thank you for your patience and help.
Is there any chance you could include this in a future version of Tower? It would help more people than just me…
in reply to: Must click twice to SearchThis reply has been marked as private.in reply to: Must click twice to SearchThis reply has been marked as private.in reply to: disable row – only show for limited timeThis
display: noneidea is a smart workaround, but why does the “Disable row (If checked the row won’t be visible on the public side of your website. You can switch it back any time.)” feature not work?Is it a WordPress bug? A Tower bug? A bug in my understanding of how it’s supposed to work?
in reply to: Change page header content for Posts pages?I had failed to activate the tower-child theme from my WP Appearance > Themes panel. Problem solved.
in reply to: Change page header content for Posts pages?This reply has been marked as private.