Reggiebus
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Cleaning BusinessWordPress has tons of free themes. The first place to look is here: https://ww.wp.xz.cn/themes/
Forum: Themes and Templates
In reply to: [Oceanic] How to change font size in the header ?It’s being set in oceanic/templates/css/oceanic-header-standard.css.
Do you know how to use your browser’s developer tools? By using the developer tools you should be able to click any element on your site and see both what that element’s style is set to as well as what file is setting it. Here’s an article on inspecting elements with Chrome’s Developer tools, which are great:
Forum: Themes and Templates
In reply to: [Heinrich] Hover Link ColorIt looks like the theme is setting the link color with a JavaScript file. Check out heinrich > js > heinrichScripts.js and you’ll see the link colors being set.
Forum: Fixing WordPress
In reply to: white page afther loginWhen did your site last work? Did you change any files or add any plugins recently? For me, the white screen is usually caused by a PHP syntax error someplace like the functions.php file.
Forum: Plugins
In reply to: [Post Thumbnail Editor] Custom Thumbnail SizesAha, I figured out I can do what I need with
<?php add_image_size( $name, $width, $height, $crop ); ?>Thanks!Forum: Plugins
In reply to: [Post Thumbnail Editor] Do not work with wordpress 4.1I reverted to 2.4.2 and it’s working.
Forum: Plugins
In reply to: [Post Thumbnail Editor] Do not work with wordpress 4.1I’m having this problem also. I updated to 2.4.4 and tried turning debug on/off, but I’m still getting a blank page.
Forum: Hacks
In reply to: List of Default Customizer ControlsThank you! Worked like a charm.