maniuni
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How can I edit a live website?Ok, I knew there was something basic that I didn’t understand. I will write it in case anybody has a similar problem which I doubt but still…
I didn’t know that I could enter the url of the website in the browser and then just write wp-admin there to enter into the dashboard – just as in the local installation.
Anyway, just one more question:
regarding step C – when I upload the database from the website into my local installation wouldn’t this interfere with the old content that I have. I imagine the new database will have to substitute my database which is undesirable. Can I have two databases? Or I will have to make a new install of wordpress just for this?
Forum: Fixing WordPress
In reply to: How can I edit a live website?I am afraid this seems a little confusing to me. Could you tell me if I understood correctly the first step.
I am now using Intant WordPress installed on a usb flash drive.
Can this work with Instant WordPress?Here is the first step:
“Create a database and install WP on the New site.If I am trying to set up a local site from an on-line site, I use xampp on my pc and I try to name the database and site the same as the live site, but this is not strictly necessary. In any case, install WP in the new site whether local or on-line.”So – I download the latest version of Instant WordPress and install it again on the flash drive. When I create the database the name is always “wordpress” – isn’t it? Anyway I don’t even know where to check in the existing website what the name of the database is.
That was it! It works in the original variant:
function modena_load_fonts() { wp_register_style( 'googleFonts', '//fonts.googleapis.com/css?family=Cuprum:400,400italic,700,700italic&subset=latin,cyrillic' ); wp_enqueue_style( 'googleFonts' ); } add_action( 'wp_enqueue_scripts', 'modena_load_fonts' );
Pretty stupid of me to not test it on a different computer.
It still doesn’t work ??
I wonder if the problem is that I am testing the theme on my computer at work. There are various restrictions here. I’ll try this at home.
ThanksThanks a lot for the response, I was loosing hope ??
Unfortunately it didn’t work.
When I echo the protocol it is “http” but the font only loads if the url is with “https”.
I wonder what’s going on there…
Forum: Plugins
In reply to: How to find code errors with Theme Check plugin?Thanks!