Manny (emanweb)
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [WooCommerce] Updating my bridge theme has caused many issuesFirst, you should ALWAYS backup your site first before doing any updates. Second, you should try in a dev/test/local environment. Once everything is sorted out then you could go to production. To help with the update issues make sure you read this first: https://ww.wp.xz.cn/support/topic/read-this-first-wordpress-45-master-list?replies=7
Forum: Fixing WordPress
In reply to: How to change font and font size? – in 2016 theme.You should create a child 2016 theme and edit styles.css there.
Forum: Fixing WordPress
In reply to: Emails not sendingCheck your server mail logs for information that could help solve the problem. It could be many different things. Also, make sure your site ip address is not blacklisted that could block deliverability and send emails to spam folders.
Forum: Fixing WordPress
In reply to: deleted page still shows up in menu new pages don'tYou must edit your menu to remove the old page and add the new one. More info here: https://codex.ww.wp.xz.cn/WordPress_Menu_User_Guide
Forum: Fixing WordPress
In reply to: Setup WP with blank homepage (not blog page)Just create the “homepage” page and set that to be your front page. Here’s more info: https://codex.ww.wp.xz.cn/Settings_Reading_Screen
Forum: Fixing WordPress
In reply to: Renamed WordPress folder, got Warning & Fatal Error?First of all, these changes you should ALWAYS backup first. Second, try these in a local/dev/test environment.
As per solution to your problem, you may try replace in your database and files any occurrences of “successfulnessacademy” to “successfulnessinstitute”
One of the most popular tools for that is https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
Again. Backup your database and files before trying this.
Forum: Fixing WordPress
In reply to: Upgraded to 4.5 and Lost "Customize" functionincrease the memory setting in your wp-config.php file:
https://codex.ww.wp.xz.cn/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Forum: Fixing WordPress
In reply to: No thumbnail image on Twitter/sporadic on FBA good SEO plugin could solve your problem. Make sure you set a feature image.
Forum: Fixing WordPress
In reply to: Logo not showingThe problem is with jQuery. While your theme developer don’t fix the problem you can try add this code to your functions.php temporally.
function modify_jquery() { if (!is_admin()) { wp_deregister_script('jquery'); wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js'); wp_enqueue_script('jquery'); } } add_action('init', 'modify_jquery');Forum: Fixing WordPress
In reply to: Too many redirects when hitting next pageI would check permalink options, .htaccess file and disable/test/enable each plugin until you find the one that is messing up your configuration.
Forum: Fixing WordPress
In reply to: Too many redirects when hitting next pageIt seems something odd in your setup. When accessing the URL without the last / it works fine: http://www.thelifein.com/Laguna-Beach-Ocean-View-Bars/2
Forum: Plugins
In reply to: [WooCommerce] Discount product by dateYou may do that with Subscription Plugin…
Forum: Plugins
In reply to: [WooCommerce] WooCommerce 2.4.8 and blank wp-adminTurn wpdebug to true on wp-config.php file and then paste the error message here.
Forum: Plugins
In reply to: [WhatsApp Sharing Button for Jetpack] Not appearing in adminIt makes sense to appear on PC only if could integrate with whatsapp for web. http://web.whatsapp.com
Same here! Is this company legit?