venusplus2014 on "Problem with PORTFOLIO"
sorry but, everything is not perfect ... When you go in the PORTFOLIO section and you click on a project, the page is blank, full of emptyness! :(( http://www.venusplus.be/portfolio/ My host works...
View Articlemarketmaster34343 on "Help! Template assistance"
I am interested in building a website that looks similar to this one: http://www.evangel.edu/ Are there any initial wordpress.org templates that are similar to it or that could look like that with the...
View ArticleNichlas on "My pagination doesn't show up"
Hi, I'm building my wordpress theme, and I can't figure out how to get the pagination to work on my custom post type page ("Work"), while it works just fine on my blog/journal page. http://itsnwa.com...
View Articleobi-wan-kenobi on "Problem with PORTFOLIO"
My apologies, I can see the problems now for your portfolio items. And on this page - http://www.venusplus.be/archives/portfolio/pairi-daiza - I can see the page content although the browser tab says...
View Articlealchymyth on "My pagination doesn't show up"
generally, review http://codex.wordpress.org/Pagination what is the full code of the custom post type page template?
View Articlelorro on "2014 theme margin width"
Try this in your custom css: .page-id-39 .site-content .entry-header, .page-id-39 .site-content .entry-content, .page-id-39 .site-content .entry-summary, .page-id-39 .site-content .entry-meta,...
View Articlemikeloxham on "2014 theme margin width"
Dude you are a star! It worked perfectly. Thanks a lot (:
View ArticleImmigrationguru on "Merge footer areas in Pilcrow"
Hi, I found a couple of threads on how to do this with different themes but unfortunately neither resolutions worked for me. O am guessing because I have a different theme to theirs. I am using Pilcrow...
View ArticleImmigrationguru on "Merge footer areas in Pilcrow"
If that is in fact what needs to be done that is?
View Articleandreaajk on "Invalid argument supplied for foreach"
I am trying to access my WordPress site but the following error message keeps coming up... I have tried to reinstall WordPress again via FileZilla but the error message is still coming up. Any ideas on...
View ArticleJesin A on "Invalid argument supplied for foreach"
Does the problem occur even now? I can't see any errors on the site fourleaflondon.com Is it on a particular page?
View Articleelanio on "infinitescroll only loading partial template"
I am having issues with infinite scroll. I am using this on a static page, I was able to create my own wp_query() you can see it on the main.php page template here: <?php /* Template Name: Main */...
View Articleandreaajk on "Invalid argument supplied for foreach"
Sorry, I should have mentioned that it only appears when I am trying to access the wp admin Here is the link http://www.fourleaflondon.com/wp-admin/
View ArticleJesin A on "Invalid argument supplied for foreach"
I believe the Simple Fullscreen Responsive Slider plugin is causing the warning. Your site uses version 1.0.0 of this plugin while the latest is 1.0.3. Update this plugin to the latest and see if it...
View Articleandreaajk on "Invalid argument supplied for foreach"
Thank you. Please can you explain how I can do this? I am using 123.reg, so is this something I can do through the control panel on my homepage?
View ArticleJesin A on "Invalid argument supplied for foreach"
Go to http://www.fourleaflondon.com/wp-login.php and login. You may see the warning on the top with every page you visit, ignore it. Go to Dashboard > Updates, tick the Simple Fullscreen Responsive...
View ArticleNichlas on "My pagination doesn't show up"
@alchymyth, heres the full code of the work.php template: '<?php /* Template Name: Work */ get_header(); ?> <main role="main"> <!-- section --> <section> <?php $args =...
View Articlealchymyth on "My pagination doesn't show up"
re: <?php get_template_part('pagination'); ?> what is the full code of the pagination.php file? what happens if you add instead (per Codex...
View ArticleNichlas on "My pagination doesn't show up"
The pagination.php file looks like this: <!-- pagination --> <div class="pagination"> <?php html5wp_pagination(); ?> </div> <!-- /pagination -->
View ArticleNichlas on "My pagination doesn't show up"
And in function.php it looks like this: // Pagination for paged posts, Page 1, Page 2, Page 3, with Next and Previous Links, No plugin function html5wp_pagination() { global $wp_query; $big =...
View Article