Steffen J?rgensen
Forum Replies Created
-
Forum: Your WordPress
In reply to: Please Review My Site – https://www.jaytravels.netReally nice work — Which theme is this?
/* Theme Name: News Magazine Theme 640 Theme URI: https://www.antisocialmediallc.com Description: Build a newspaper or magazine style blog with News Magazine Theme 640. Showcase 5 featured categories on your index page. Single posts and pages use 3 column display with one of two sidebars being movable. Add google analytics from theme options. Add title graphic in place of text graphic. Hide leaderboard ad section if not needed. Hide 120 by 600 filler section if not needed. Version: 1.5.9 Author: antisocialmediallc.com Tags: white,black,right-sidebar,left-sidebar,three-columns License: GPL */
Forum: Plugins
In reply to: HELP – white screen when upgrading plugin BreadcrumbA link to your site would be a great help…
Forum: Themes and Templates
In reply to: BodyAppearance > Editor > Select the file (properly header.php)
Forum: Themes and Templates
In reply to: Can’t get my theme to come upThe path to the theme should be like this:
https://yoursite.com/wp-content/themes/theme-name/
sometimes, people zip the themes the wrong way, which makes it:
https://yoursite.com/wp-content/themes/theme-name/theme-name/
All the files should be:
https://yoursite.com/wp-content/themes/theme-name/thumbnail.png https://yoursite.com/wp-content/themes/theme-name/index.php https://yoursite.com/wp-content/themes/theme-name/single.php https://yoursite.com/wp-content/themes/theme-name/style.css
and so on…
I don’t know if this the solution, but it sounds like something like this…
Forum: Plugins
In reply to: [Plugin: WordPress Link Directory] Adding SubcategoriesThat depends on, how the theme is coded…
Forum: Plugins
In reply to: blog statisticsGo to “https://www.bigrigdriversblog.com/wp-admin/plugin-install.php?tab=upload” and upload it from there. Then activate it, and you should be good to go.
Forum: Themes and Templates
In reply to: UTF 8 Font SpacingIt has nothing to do with UTF-8, but the size of the letters in the font.
Take a look at the CSS property “font-size-adjust”, as I think this may be the way to get around itForum: Themes and Templates
In reply to: Stealing is not niceThe Tree image you’re using on the header of your ‘design’ is copyrighted and all rights reserved to Oliver Flores, please remove immediately.
You should direct this to the theme-designer:
https://www.gauson.com/Forum: Plugins
In reply to: [Plugin: After the Deadline] Spell check for HTML editor?I recommend, installing a dictionary in the browser, instead.
Forum: Themes and Templates
In reply to: How do I change the letters in my h1 header?It looks like it’s the Blog Title you have to change.
In wp-admin go to “Settings > General” and change it there
Forum: Themes and Templates
In reply to: Working with Irrestible Theme from Woo ThemesIn wp-admin, go to Appearance > Editor.
Here go can do everything with every themeForum: Themes and Templates
In reply to: Auto Styling the first character in every paragraph…Forum: Themes and Templates
In reply to: elegant grunge- images are thumbnails in IEI just tested it in Windows WP with FF3.5, IE7 and IE8 and it works fine.
Forum: Themes and Templates
In reply to: Dynamic Active linksWP generates a list of links which is dynamically highlighted.
You will see the class “current_page_item” if you use thewp_list_pages
string.
Just style the “current_page_item” in your CSS.Forum: Themes and Templates
In reply to: Treating IE6 users as they deserveI don’t know of a plugin that would change the words in the body-text – I can only tell you, that CSS can’t do it.