Carolina Nymark
Forum Replies Created
-
Forum: Reviews
In reply to: [Kvarken] Nice! Idea is good :)Let me know what you are missing ??
Forum: Themes and Templates
In reply to: [Kvarken] how to remove comments on homepage?Hi, there should be an option in the customizer to remove the breadcrumbs (The Home } category } post)
Forum: Themes and Templates
In reply to: [Varg] Varg no longer showing any sidebarsI believe this is a non-issue, as you posted on your website, the sidebar moves when using a smaller browser
window or on a cellphone. This is on purpose to make the content easy to read.Forum: Fixing WordPress
In reply to: Pia Theme Ruined by Update 3.4a new version is being submitted right now
Forum: Your WordPress
In reply to: New theme (wip) feedback appreciatedActually, you are the one who needs to stop spamming. You think others Will tolerate this?.
Forum: Your WordPress
In reply to: New Theme, looking for feedbackUpdated
Forum: Themes and Templates
In reply to: Varg Template Menu not workingI know you have recieved help already ?? but for anyone else with similar problem, here is the code for the dropdown menu. I will include it in the next update.
https://pastebin.com/PDKvw9dGForum: Your WordPress
In reply to: New Theme, looking for feedbackThanks
I suppose the header is a bit big, but I really like the star behind the slideshow it kind of makes the whole theme ??Fonts to big? what resolution are you using?
Forum: Themes and Templates
In reply to: Submission of 'Citrus' WordPress ThemeIf you go to extend, themes, you will find a page where you can submit your theme for review.
Forum: Fixing WordPress
In reply to: Headerif using a custom meny; (https://codex.www.ads-software.com/Navigation_Menus)
functions.php:
register_nav_menu('primary' , 'Primary Navigation') );
header.php:<nav> <?php wp_nav_menu( array( 'container_class' => 'menu', 'theme_location' => 'primary' ) );?> </nav>
css:
nav { put whatever width and margin margin you need here to fit your logo.. } nav li { display:block; float:left; height:18px; } nav li a { font-weight:bold; text-decoration:none; padding:10px; font-weight:bold; font-size:16px; color:#27b8e5; border-right:2px solid #27b8e5; text-transform:uppercase; } nav ul li.current-menu-item a{color:#ccc4b7;} nav ul li.menu-item-28 a {color:#ef9a63} nav li a:hover { color:#000; text-decoration:underline; }
change the menu item number (here:28), to whatever number Donate has.
Forum: Themes and Templates
In reply to: can log in to admin afer change themeWhat error message are you getting?
try to upload your theme files again by ftp.
Forum: Themes and Templates
In reply to: problem with a themeThis theme has not been updated since 2008 and uses several old functions, but if you still want to use it, go to
home.php, line 5, and change the number of posts (1) in this line:<?php query_posts('showposts=1'); ?>
Forum: Fixing WordPress
In reply to: Sticky Imagecheck if your sticky is an excerpt or content, excerpts normally doesn’t show images.
Forum: Fixing WordPress
In reply to: What is this?????#1044 – Access denied for user…..I think your username is wrong.
When you install wp, you are able to choose a prefix to the databse install, if you pick a new prefix it wont mix with the old one and it will be fresh.
Forum: Fixing WordPress
In reply to: Google Adsense AdsMaybe it doesnt work if your sidebar is a different file, like sidebar.php, that is included but wont get any direct hits?