protovest1
Forum Replies Created
-
I feel like the all-in-one-seo plugin is getting overrided by another code or maybe php?
For example I was working on http://www.protovest.com/airgate and changed the seo description to this: The Proto-Vest AirGate ยฎ helps you save money by cutting horsepower usage up to 80% between vehicles!
I waited an hour and it would not update on google and bing.
I did the same for the https://protovest.com/bag-repair-loaner/ and removed the seo description. I did not replace anything on it. Google and bing still reads different content on the pages.
Is the plugin just simply not compatible? IS there something I need to adjust in the all-in-one settings?
Forum: Fixing WordPress
In reply to: Duplicated Meta DescriptionThank you Edward. I re-ran my site audit and it’s still saying that it’s a duplicate ๐
I did try to download all-in-one-seo plugin but I don’t know how to use it for the meta description..
Forum: Fixing WordPress
In reply to: Trying to fix image wpcf7_captchahttps://protovest.com/contact-us/
That one is broken with this broken internal image link: 3071894455.png
Sorry about that.
Forum: Fixing WordPress
In reply to: Permalink for logout not workingActually I just checked and this is what happens.
I put my cursor over the logout button every time I access a page. The redirect url changes to what page I’m on. For example, if I’m on the page “http://protovest.com/recent-news/” it will still do its job and log out but the redirect url will stay on that page.
But if I’m in the parts shop (which is hidden from the public. Only logged in registered customers can see this) and I put my cursor over the logout button, it’ll stay on the parts shop page. But the Parts shop page disappears after you log out which is why the 404 error message appears. So it becomes a broken link because that page becomes hidden after logging out.
I hope that makes sense. I think I need to customize the permalink but I don’t know how without breaking anything ๐
Forum: Fixing WordPress
In reply to: 404 error after logging out of site<?php
if ( is_user_logged_in() ) {
echo ‘Shop |‘;
echo ‘ My Account |‘;
echo ‘ Cart |‘;
echo ‘ Logout‘;
} else {
echo ‘Register |‘;
echo ‘ Login‘;
}
?>Forum: Plugins
In reply to: [WooCommerce] Product categories not displayingUnfortunately I can’t change the theme. This was already approved by my company and I have to work with it.
I’ve given all the information I can about this issue.
If you still need the system report here it is. I hope I posted this correctly. When I clicked on “Get system report” this was all that was given to me:‘
Home URL: http://protovest.com
Site URL: http://protovest.com
WC Version: 2.5.5
Log Directory Writable: โ /home/content/p3pnexwpnas01_data02/19/3141119/html/wp-content/uploads/wc-logs/
WP Version: 4.5
WP Multisite: โ
WP Memory Limit: 256 MB
WP Debug Mode: โ
Language: en_US
Server Environment
Server Info: Apache
PHP Version: 5.4.42
PHP Post Max Size: 65 MB
PHP Time Limit: 30
PHP Max Input Vars: 1000
SUHOSIN Installed: โ
MySQL Version: 5.5.43
Max Upload Size: 64 MB
Default Timezone is UTC: โ
fsockopen/cURL: โ
SoapClient: โ
DOMDocument: โ
GZip: โ
Multibyte String: โ
Remote Post: โ
Remote Get: โ
Database
WC Database Version: 2.5.5
woocommerce_sessions โ
woocommerce_api_keys โ
woocommerce_attribute_taxonomies โ
woocommerce_termmeta โ
woocommerce_downloadable_product_permissions โ
woocommerce_order_items โ
woocommerce_order_itemmeta โ
woocommerce_tax_rates โ
woocommerce_tax_rate_locations โ
Active Plugins (33)
SB Welcome Email Editor by Sean Barton โ 4.8
Redux Framework by Team Redux โ 3.5.9
Akismet by Automattic โ 3.1.10
Anywhere Flash Embed by Suresh KUMAR Mukhiya โ 1.0.4
Contact Form 7 by Takayuki Miyoshi โ 4.4
Easy Captcha by wppal โ 1.0
Enable Media Replace by Mรฅns Jonasson โ 3.0.4
Get The Image by Justin Tadlock โ 1.0.1
Google Analytics by Yoast by Team Yoast โ 5.4.6
Groups by itthinx โ 1.10.1
Image Widget by Modern Tribe, Inc. โ 4.2.2
Kimili Flash Embed by Michael Bester โ 2.5.3
Menu Social Icons by Paul Clark โ 1.3.10
Nav Menu Roles by Kathy Darling โ 1.7.9
Nice Login Widget by SuperPlugin Team โ 1.3.10
Really Simple CAPTCHA by Takayuki Miyoshi โ 1.8.0.1
Remove Dashboard Access by Drew Jaynes (DrewAPicture) โ 1.1.3
Responsive Add Ons by CyberChimps โ 1.0.6
Simple 301 Redirects by Scott Nellรฉ โ 1.07
Page Builder by SiteOrigin by SiteOrigin โ 2.3.1
SiteOrigin Widgets Bundle by SiteOrigin โ 1.5.8
Theme My Login by Jeff Farthing โ 6.4.4
Title Remover by Brittany Internet Services โ 1.0
Unlimited Page Sidebars by Ederson Peka โ 0.2.2
WooCommerce Weight Based Shipping by dangoodman โ 4.1.1
WooCommerce Print Invoice & Delivery Note by Triggvy Gunderson โ 4.1.5
WooCommerce Mijireh Checkout by WooThemes โ 1.0.8
WooCommerce by WooThemes โ 2.5.5
WooSidebars by WooThemes โ 1.4.3
WooThemes Helper by WooThemes โ 1.3.0
Yoast SEO by Team Yoast โ 3.1.2
WordPress Database Backup by Austin Matzko โ 2.2.4
WP Google Fonts by Noah Kagan โ v3.1.4
Settings
Force SSL: โ
Currency USD ($)
Currency Position left
Thousand Separator ,
Decimal Separator .
Number of Decimals 2
API
API Enabled: โ
API Version: 3.1.0
WC Pages
Shop Base: #228 – /shop/
Cart: #229 – /cart/
Checkout: #230 – /checkout/
My Account: #231 – /my-account/
Taxonomies
Product Types: external (external), grouped (grouped), simple (simple), variable (variable)
Fatal error: Call to undefined function prepare_request() in /home/content/p3pnexwpnas01_data02/19/3141119/html/wp-content/themes/flatonpro/includes/update.php on line 82
Theme ‘Forum: Plugins
In reply to: [WooCommerce] Product categories not displayingActually it looks like this same issue happened in Responsive Child Theme.
I think the previous graphic designer created these categories like normal. He manually added pictures, text, and are in the shop menus.
The web developer did ask me to set the number of categories on the main shop page. I don’t think that will resolve it, but I can try this method. How do I do that?
Forum: Themes and Templates
In reply to: [Theme: FlatOn Pro] New tab forms under tabs rather than acrossI figured it out
Forum: Themes and Templates
In reply to: [Himalayas] Can't do a live previewAlso it seems as if I’m having the same issue with any template I have downloaded. I just tried Optimizer and it is still not working for a live preview. I received this message:
Fatal error: Call to undefined function is_customize_preview() in /data/23/2/143/17/2795343/user/3075710/htdocs/newsite/wp-content/themes/optimizer/lib/functions/core.php on line 67
I wonder if there is an easier way that I can check the compatibility version of a theme before I download it?
ThanksForum: Plugins
In reply to: Need to find Bogo Coupon generatorFound my answer.
Forum: Themes and Templates
In reply to: Banner doesn't show on homepageNever mind. Looks like it was some cache issue. It has been resolved.
Forum: Fixing WordPress
In reply to: Broken siteSo are you saying that this is an IT issue? There’s nothing I can do on wordpress to fix it?
Forum: Fixing WordPress
In reply to: Want to add banner to header.php but show on homepage onlyThank you! Thank you! Thank you so much!