godin1
Forum Replies Created
-
Forum: Plugins
In reply to: [Cache Enabler] Security Question1. No, Cache Enabler doesn’t cache login or admin pages.
2. Yes, you will still be able to clear cache either individually for a post/page or completely for the entire site.Thanks for your reply,
I made the change. It got rid of the “Illegal string offset ‘_prtfl_svn'” but the page’s styling is still broken. The sidebar is at the bottom of the page. And when I delete both of the portfolio files from the child theme the styling looks great, but the backend doesn’t work.
Still haven’t figured out a solution to this issue. Any idea what could be causing this? I’d be willing to give you my login credentials over email if you would like to take a closer look.
Hi there,
No the issue is still there, I’m not sure why it isn’t showing up on the page I sent over anymore but it is still here http://thehomebrewhero.com/portfolio/czempeczech/. And on both pages it breaks the formatting.
Right now I do have the files in both locations (main theme and child theme) however the pages are still broken. If I take out the files from my child theme and leave them in the main theme, the pages look great but then the back end breaks and I’m not able to add/update any of the portfolio items.
The other plugin fixed it, thanks so much!
Forum: Fixing WordPress
In reply to: WordPress Site Being Very Slow LoadingMy plugins:
-Akismet
-Backwpup
-BJ Lazy Load
-Contact Form 7
-HTML Editor Syntax Highlighter
-MailChimp for WordPress Lite
-Regenerate Thumbnails
-Revolution Slider
-Search & Replace
-SumoMe
-W3 Cache
-Woocommerce
-WooCommerce Custom Product Tabs Lite
-WooCommerce Header Category Image
-WooZone – WooCommerce Amazon Affiliates
-WordPress Importer
-Wordpress SEO
-WPBakery Visual Composer
-WP Smush it
-YITH WooCommerce WishlistThe theme I am running is called The Retailer.
I am going to try changing the theme to see if that changes the load times at all.
Forum: Fixing WordPress
In reply to: Custom Link on Menu not working for mobile usersAh very good!
Looks like you were right, it was just a caching issue.
Thanks for your help.
Forum: Fixing WordPress
In reply to: Custom Link on Menu not working for mobile usersThat sounds like it is actually the http://lastmealifetime.com/forum page. The main page of the site is just http://lastmealifetime.com/. There you should see the drop down navigation on mobile.
Forum: Fixing WordPress
In reply to: Custom Link on Menu not working for mobile usersThanks for the quick response. Did you try going to the http://lastmealifetime.com/ link? There should be a menu at the top that says navigation. Do you mind trying to navigate to Forum from there and seeing if it works? The Products menu item should be right underneath Forum.
Forum: Themes and Templates
In reply to: How can I change color for ONE menu itemHey it worked!
Thanks very much, happy holidays!
Not exactly sure what you mean by replacing the @php with the path to the php executable? Where would I find this path?
I put the link from the second line in the “Start Script” file into the cron job command line but received the following error: /usr/local/cpanel/bin/jailshell: @php: command not found
Any ideas what I could do from here?
I believe it only executes links… I have included a link of a screenshot below.
Forum: Plugins
In reply to: [Custom Product Tabs Lite for WooCommerce] Can I reorder the tabs?Thanks,
I figured it out though by adding this to my functions.php:
add_filter( 'woocommerce_product_tabs', 'woo_reorder_tabs', 98 ); function woo_reorder_tabs( $tabs ) { $tabs['reviews']['priority'] = 5; // Reviews first $tabs['description']['priority'] = 10; // Description second $tabs['additional_information']['priority'] = 15; // Additional information third return $tabs; }Forum: Plugins
In reply to: [WordPress Calls to Action] Call to action doesn't show upI’m having the same issue, did you ever get this figured out?