andy29023
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error notice…
Forum: Fixing WordPress
In reply to: Error noticeupdate: these are the two lines being referred to…
$styles[] = ‘font-weight:’ . $google_fonts_styles[1];
$styles[] = ‘font-style:’ . $google_fonts_styles[2];Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] failed migrationOk so that shouldn’t be the problem then? Is it worth extracting the contents and re packaging as a zip before trying to import?
Forum: Fixing WordPress
In reply to: Designing TablesCheers Steven
Yeah I had suggested using tabs rather than tables but the client is dead set on these, will give that a shot
Thanks!
Forum: Fixing WordPress
In reply to: quantity field woocommerceok no problem, thanks steven
Forum: Fixing WordPress
In reply to: Remove products from public viewThanks for both replies, that makes total sense and i agree i dont want to deter any potential visitors even if it isnt where i want them to go…
Feel free to have a look now @quickwpsuport I have removed the maintenance page
There are some links to add the products to cart but not to take you to the product pages
Thanks again
Forum: Fixing WordPress
In reply to: Remove categories from product pageFound this actually in case anyone else has the same problem…
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_title’, 5 );
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_meta’, 40 );in the functions.php, worked perfectly 🙂
Forum: Fixing WordPress
In reply to: disable landscape modeAh I see what you’re trying…it did rotate the screen 90 deg counter clockwise but that just meant half the screen isnt visible
i really just want the screen to stay in the same position (in the same way if you had auto rotate disabled on your phone) wonder if thats possible?
I will also try the plugin!
Forum: Fixing WordPress
In reply to: disable landscape modeHi mate, tried adding it to the header.php and doesnt seem to have worked
* The header for our theme.
*
* Displays all of the <head> section and everything up till <div id=”content”>
*
* @package Composer
*/?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>”><link rel=”profile” href=”http://gmpg.org/xfn/11″>
<?php composer_head(); ?>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”><?php wp_head(); ?>
<meta http-equiv=”ScreenOrientation” content=”autoRotate:disabled”></head>
any other suggestions?
Forum: Fixing WordPress
In reply to: disable landscape modeForum: Fixing WordPress
In reply to: disable landscape modeyeah i have a load of plugins and other guff slowing it down but will be removing them its still early days i need to reducing some of the images too
that screenshot does look terrible! What device are you using?
Could really do with disabling landscape though if anyone knows a way?
Forum: Fixing WordPress
In reply to: disable landscape modeHi Joy
ok heres a temp link so you can get an idea http://8232c8a7.ngrok.io/ Ive set layouts for all widths of desktop, tablet, notebook and mobile which is fine but the landscape view doesnt follow any of the layouts that Ive set. Its like its just fitting the elements where ever it can
I have come across sites before where you rotate your phone and it just remains in portrait, this is what i want
it isnt the sort of site that will benefit the user in any way to view in landscape
thanks
Forum: Fixing WordPress
In reply to: CSS issueYeah i looked and couldnt find in there…the homepage had some raw html in and when i removed the html the logo would disappear which made me think it was written…
Found a workaround for now though, probably going to start from scratch anyway with a new template, thanks for your help though 🙂
Forum: Fixing WordPress
In reply to: CSS issueAh sorry i forgot to remove the maintenance page, yeah the maintenance page gives the option to use a custom logo…
Should be able to view it now?
Forum: Localhost Installs
In reply to: Set up WP to design offlinemuch appreciated