Ligefrem
Forum Replies Created
-
Yes, WP language is set to Danish. And the da_DK .mo-files for the theme work perfectly, so everything should be set up right. But as you can see (http://ungebyraad.dk/wordpress/) it says “October” and not the Danish word “Oktober”
But all other months and time (in meta ect.) is in Danish.
Hmm … no. I’ll talk to the theme developer.
Forum: Plugins
In reply to: [Adminimize] Adminimize and User Role Editor conflictIt appears to be an issue with the Author role also. Which I disn’t edit at all using the user role plugin. What on earth is going on?
Forum: Plugins
In reply to: [Adminimize] Adminimize and User Role Editor conflictAny ideas which database entries I’m looking for?
Forum: Plugins
In reply to: [SearchAutocomplete] Plugin has no valid headerFor some reason I was able to activate it from the plug-in overview wihtout any issues. It just couldn’t be activated using the “activate plugin”-link when first installed.
Forum: Themes and Templates
In reply to: Linking additional .php files to child themeTrouble is he doesn’t seem to be responding to support. Is there anything I can do?
Other than the stupid solution to just overwrite the parents custom-functions.php
Forum: Themes and Templates
In reply to: Linking additional .php files to child themeIt’s from ThemeForest so it’s not there.
I’ve had the issue several times with other themes too. As soon as something is in a subfolder I can’t get the child theme to override the parent theme. I’m probably just doing something wrong.
Forum: Themes and Templates
In reply to: Linking additional .php files to child themeA theme called “The Vires”
Forum: Themes and Templates
In reply to: Linking additional .php files to child themeI tried that, but got an error because the function already excisted. But I might have done it the wrong way. I’m not a programmer. Is this what is supposed to be in the functions.php?
<?php /*************** PROJECTS ***************/ function vires_portfolio_list() { global $post, $portfolio_page_url; if(get_option('vires_portfolio_hide')!="true") { ?> <!--PROJECTS--> <section class="home-projects"> <div class="inside project-block clear"> <h2><?php if(get_option('vires_hportfolio_header')!="") { echo get_option('vires_hportfolio_header'); } else { _e( 'Featured Work', LABOR_THEME_NAME ); } ?></h2> <a href="http://buschagency.dk/authors/" class="view-all"> <?php if(get_option('vires_portfolio_link')!="") { echo get_option('vires_portfolio_link'); } else { _e( 'View All', LABOR_THEME_NAME ); } ?> </a> <div class="horScroll"> <ul class="clear"> <?php $album_order = get_option('vires_album_order'); $album_orderby = get_option('vires_album_orderby'); $album_limit = get_option('vires_num_hportfolio'); $args = array( 'post_type' => 'portfolio', 'orderby' => $album_orderby, 'order' => $album_order, 'posts_per_page' => $album_limit, 'meta_query' => array( array( 'key' => 'exclude', 'value' => 'on', 'compare' => '!=' ) ) ); $wp_query = new WP_Query( $args ); while ($wp_query->have_posts()) : $wp_query->the_post(); ?> <li id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="pimage"> <a href="<?php the_permalink(); ?>" target="_blank"> <?php if ( has_post_thumbnail() ) { the_post_thumbnail(); } ?> </a> <div class="project-mask"> <a href="<?php the_permalink(); ?>"> <?php if(get_option('vires_item_link')!="") { echo get_option('vires_item_link'); } else { _e( 'View Project', LABOR_THEME_NAME ); } ?> </a> </div> </div> <h5> <?php the_title(); ?> <?php if( function_exists('zilla_likes') ) zilla_likes(); ?> </h5> </li> <?php endwhile; ?> </ul> </div> </div> </section> <?php } } ?>Forum: Themes and Templates
In reply to: Linking additional .php files to child themeNo – havn’t made any changes to that one, so that’s just using the parent theme’s file.
Forum: Fixing WordPress
In reply to: Facebook button blinks in Chrome and SafariUpdate … it appears to be only when the button is loading, which it for some reason does for quite some time in Chrome and Safari. But why, why, why?
Yep, Jigoshop it is
Forum: Plugins
In reply to: [WP eCommerce] Translate "price" in frontendThanks! Brilliant 🙂
Forum: Plugins
In reply to: [WP eCommerce] Translate "price" in frontend3.8.9