Edwin
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Redirect to Subdomain After Login. No PluginsHello George,
I had overlooked on this and treated it like a very difficult issue to resolve.
Simply change the domain from WordPress > General > Settings: “WordPress Address (URL)” and “Site Address (URL)”.
Your reply has been very helpful! Thank you!Forum: Fixing WordPress
In reply to: Twenty Sixteen style.css causing problemHello @senff, @aah08b
I have completed the domain transfer to new registrar.
The blog resolved by itself without further troubleshooting on that problematic issues.Sorry, I cannot explain the logic behind this. This had troubled me for days.
All I did was to approve domain transfer from the old registrar to the new registrar.
It was like within a few clicks from the cPanel > Domain Manager of old webhosting service.Would be very helpful if anyone able to explain on the relational cause between domain transfer and style.css in WP theme folder. Hope not to repeat this again.
Thank you.
I have done that.
It looks more some file need editing to securely give access to Jetpack. Problem only occure to subdomains.
I have no problem with other blogs from main directory (root)Forum: Themes and Templates
In reply to: [Twenty Fifteen] Page for Child ThemeAlready switched.
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Page for Child ThemeHere’s the code.
<?php // Opening PHP tag - nothing should be before this, not even whitespace add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); function theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); } ?> <?php // Adding Child theme wp_dequeue_style('twentyfifteen_fonts_url'); function child_dequeue_fonts() { } add_action('wp_enqueue_scripts', 'child_dequeue_fonts' ); function load_child_fonts() { wp_register_style( 'child-2015googleFonts', 'https://fonts.googleapis.com/css?family=Open-Sans' ); wp_enqueue_style('child-2015googleFonts'); } add_action('wp_print_styles', 'load_child_fonts'); ?>
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Page for Child ThemeI have checked, its “functions.php”.
Thread above is a typo, sorry.Forum: Themes and Templates
In reply to: [Twenty Fifteen] Page for Child ThemeNo, it doesn’t have @import. Read somewhere this is not a recommended way of doing.
So, the latter link you provided is exactly what I have followed, i.e enqueing the parent theme’s styles.Anything missing to prevent the page menu from appearing in Child theme?
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Page for Child ThemeI have activated the child theme. Folder name: twentyfifteen-child
Pls visit,
- https://wizviva.com/
At the moment, I don’t widgets. Only the page menu is in used.
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Page for Child ThemeI’ve switched back to parent’s theme.
Everything is the same, except for the missing menu of pages on the left panel.Here’s the link
- https://wizviva.com
Thank you.
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Page for Child ThemeI activated the child theme, however, page was not shown just like the parent theme.
Forum: Fixing WordPress
In reply to: Blank on Every New PageResolved. Thank you.
Forum: Fixing WordPress
In reply to: Blank on Every New PageIt starts on the first pafe og /login.php. It will resume to the graphcal webpage once refesh.
Forum: Installing WordPress
In reply to: Installation Failed, Getting error after trying Downloading V4.0That is an option I have yet to try. Thank you.
Forum: Installing WordPress
In reply to: Installation Failed, Getting error after trying Downloading V4.0Typo: Tried twice*, no avail*.
Forum: Themes and Templates
In reply to: WP Admin Page Showing Blank for Every Menu Clicksyou are saying by doing this will change to default theme automatically?
@esmi
Interesting to learn abt this…
Will try for troubleshooting theme issues next time.Thank you.