Tim Hupkes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Cannot change font in parts of websiteSolved.
Forum: Themes and Templates
In reply to: Font size post & category differentSolved.
Forum: Fixing WordPress
In reply to: Cannot redirectThere are multiple WP installations (4 to be exact: timhupkes.com, /profadvice.com, /shop, /ThemBeasties.com.) All seperate WP installations but on 1 website, so I thought I needed to redirect a sub website. I looked at the WP installation but don’t see an option to change a domain name there…
Even if this could work I’m stuck with a problem. To make things easier for visitors there are 2 domain names I want to direct to this sub website. Even if I could change the name of the domain in my WP installations, it would still not allow me to add 2.
Forum: Fixing WordPress
In reply to: Cannot redirect@sidati: no, not really. ??
What I want, is following:
https://www.timhupkes.com is my main website.The sub-website https://www.timhupkes.com/profadvice should get its own domain name: https://www.professoradvice.com
I have just now managed to get a little bit of movement in the site, but it was aweful, ha ha. I got professoradvice.com instead of https://www.timhupkes.com, and then it said: “no, no, this can’t work: too many redirections!” (I think someone is pulling my leg somewhere in the quantum field)
Forum: Fixing WordPress
In reply to: Cannot redirect@sidati: thanks for your reply.
I have been searching and found that the redirect is in the database, but I haven’t been able to get in there. I’m wondering if I’m not making this way too complex (although all the ‘simple’ solutions just don’t work…)
Forum: Themes and Templates
In reply to: Remove sidebar and all its information from twenty sixteen@wotnow: found your solution. Works like a charm. Thanks for sharing! ??
Forum: Themes and Templates
In reply to: Cannot change font in parts of website@stephencottontail: haha, I thought so too! I tried changing the font (for the past 2 days) by .promo-box span
.promo-box
and every other variation in the book (inspect; Chrome)I am amazed. I followed your advice. At first it changed the font back. But now it DID respond when I added the font-family.
Thank you very, very much!! I never could have guessed I needed to change 2 parts of the code for this one.
Forum: Themes and Templates
In reply to: Cannot change font in parts of website@stephencottontail: that didn’t change the size, unfortunately.
The page link: https://www.timhupkes.com/shop (the promo box texts: ‘original artwork’, ‘exciting art’ and ‘beautiful gifts’)
Forum: Themes and Templates
In reply to: Cannot change font in parts of website@stephencottontail: it worked!!! Thanks so much. Been at this for 2 days… ??
Do you by any chance know how to change the size? I tried this
button,
.button,
inpot[type=”button”],
input[type=”reset”],
input[type+”submit”] {
font-family: ehmooimedium !important;
font-size: 22px !important;
}as well as:
button,
.button,
inpot[type=”button”],
input[type=”reset”],
input[type+”submit”] {
font-family: ehmooimedium !important;
font-size: 3em !important;
}But neither take…
Forum: Themes and Templates
In reply to: Cannot change font in parts of websiteAuch… It’s in the php. The code is:
/**
* Header promo boxes
*/
if ( ! function_exists( ‘theshop_top_promo’ ) ) :
function theshop_top_promo() {
$block_texts = array();
$block_texts[] = get_theme_mod(‘block_text_1’, ‘Free shipping’);
$block_texts[] = get_theme_mod(‘block_text_2’, ‘Friendly prices’);
$block_texts[] = get_theme_mod(‘block_text_3’, ‘Always on time’);
$block_icons = array();
$block_icons[] = get_theme_mod(‘block_icon_1’, ‘fa-rocket’);
$block_icons[] = get_theme_mod(‘block_icon_2’, ‘fa-money’);
$block_icons[] = get_theme_mod(‘block_icon_3’, ‘fa-clock-o’);foreach ($block_texts as $index => $block_text) {
if ($block_text) {
echo ‘<div class=”promo-box”>’;
echo ‘<i class=”fa ‘ . esc_html($block_icons[$index]) . ‘”></i>’;
echo ‘<span>’ . esc_html($block_text) . ‘</span>’;
echo ‘</div>’;
}
}
}
endif;Does any of you know how to add a font face/family..? I have no idea…
Forum: Themes and Templates
In reply to: Cannot change font in parts of website@mioudesign and @hotwebideas,
thanks for your input!
I tried changing the font of the promo boxes with .promo-box span, .promo-box and variations till I was blue in the face. ?? Didn’t help at all… So there is something weird going on there that I just don’t see.
I did open the stylesheet, that was a great idea! Makes it a lot easier than just ‘inspect’. I could change a lot. Thanks for the advice!
The only things I’m stuck with now, are: link font size in menu (if I make the a:hover smaller (= equal size of menu ‘in rest’) the links in any body text (page) get a LOT larger. I couldn’t fix this one so for now I just turned off the link aspect in the body text.
And the other thing, of course, is the weird promo box thing……. Can’t change the font at all (not the color, not the size, nor the font-family)
Forum: Fixing WordPress
In reply to: Child theme gives wrong layoutI’m sorry to respond so late.
I only kept the style.css:
/*
Theme Name: myStore Child
Theme URI: https://timhupkes.com/
Description: myStore Child Theme
Author: TimHupkes
Author URI: https://timhupkes.com/
Template: mystore
Version: 1.0.0
Tags: art, painting, cartoon, humor, color, animal, sale, sell, humour, colour, kleur, kunst, te koop, kopen, kunst kopen, humor, lachen, dieren, kantoorkunst, cartoons
Text Domain: mystore-child
*/@import url(“../mystore/style.css”);
/*————————————————————– */
The lay-out is terrible. Have no clue as to how it can be changed… Anyone..?
Forum: Fixing WordPress
In reply to: FileZilla files move and get lost@prathameshp: thanks for your reaction.
I now know where things go wrong! I can open a file but when I want to close it, things jump around. For instance; I opened ‘domains’, in which ‘timhupkes.com’ was situated. When I closed ‘domains’, all of a sudden ‘timhupkes.com’ is in ‘public_html’ (which was and is also in ‘domains’)
The way it looks now: https://www.timhupkes.com/mail-images/
(the mail part)
It’s no use to make images of the domains, because nearly every time I close a file, files go wild and are placed elsewhere.But this will change in an instant as soon as I open and close another file, I’m sure.. ??
So my question is: how come these things fly around when I close a file? This never used to happen in the past!!
Forum: Themes and Templates
In reply to: Broken theme parent missing but… I have changed everythingOMG….
Andrew, indeed I had to convert (in Editor which is Text Edit) to plain text… It worked!!Thanks so much. ??
Have a great weekend!Forum: Themes and Templates
In reply to: Broken theme parent missing but… I have changed everythingI typed the important bit at the beginning from scratch (in Editor). Still getting the broken theme error…