Forum Replies Created
-
AuthorPosts
-
Hello Dave,
now i found the enqueue scripts, but there isn’t any entry “font aewsome” like “fonts.googleapis.com”. I just found skt_full_width_fonts. Which code i have to delete? Here are some examples of my code:
function skt_full_width_scripts() {
wp_enqueue_style( ‘skt_full_width-gfonts’, ‘//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic’ );
wp_enqueue_style( ‘skt_full_width-fonts’, ‘//fonts.googleapis.com/css?family=Roboto:400,300,700’);
wp_enqueue_style( ‘skt_full_width-basic-style’, get_stylesheet_uri() );
if ( (function_exists( ‘of_get_option’ )) && (of_get_option(‘sidebar-layout’, true) != 1) ) {
if (of_get_option(‘sidebar-layout’, true) == ‘right’) {
wp_enqueue_style( ‘skt_full_width-layout’, get_template_directory_uri().”/css/layouts/content-sidebar.css” );
}
else {
wp_enqueue_style( ‘skt_full_width-layout’, get_template_directory_uri().”/css/layouts/sidebar-content.css” );
}
}
else {
wp_enqueue_style( ‘skt_full_width-layout’, get_template_directory_uri().”/css/layouts/content-sidebar.css” );
}wp_enqueue_style( ‘skt_full_width-supersized-default-theme’, get_template_directory_uri().”/css/supersized.css” );
wp_enqueue_style( ‘skt_full_width-supersized-style’, get_template_directory_uri().”/css/supersized.shutter.css” );
wp_enqueue_script( ‘skt_full_width-supersized-easing’, get_template_directory_uri() . ‘/js/jquery.easing.min.js’, array(‘jquery’) );
wp_enqueue_script( ‘skt_full_width-supersized-slider’, get_template_directory_uri() . ‘/js/supersized.3.2.7.min.js’, array(‘jquery’) );
wp_enqueue_script( ‘skt_full_width-supersized-shutter’, get_template_directory_uri() . ‘/js/supersized.shutter.js’, array(‘jquery’) );
wp_enqueue_style( ‘skt_full_width-editor-style’, get_template_directory_uri().”/editor-style.css”, array(‘skt_full_width-layout’) );
wp_enqueue_style( ‘skt_full_width-main-style’, get_template_directory_uri().”/css/main.css”, array(‘skt_full_width-layout’) );
wp_enqueue_script( ‘skt_full_width-fotorama’, get_template_directory_uri() . ‘/js/fotorama.js’, array(‘jquery’) );
wp_enqueue_script( ‘skt_full_width-lightbox’, get_template_directory_uri() . ‘/js/lightbox.js’, array(‘jquery’) );if ( is_singular() && comments_open() && get_option( ‘thread_comments’ ) ) {
wp_enqueue_script( ‘comment-reply’ );
}
}
add_action( ‘wp_enqueue_scripts’, ‘skt_full_width_scripts’ );I hope you can help me.
Kind regards,
Christian
Dear Dave,
many thanks for your answer.
I’m sorry, but I can’t find the file either in the configurator or via ftp. Can you give me more tips on where to find the file lib >> enqueue.php?
Kind regards,
Christian
It works 🙂
Thank’s a lot
Did you already get a solution?
Kind regards,
Christian
Here is the image
Thank you very much for your help!
I found the box at design>>theme options>>Layout Setting
It works fine for the category / them “wedding” but not for the other categories.
Look here:
http://www.melanie-melcher.de/index.php/category/newborn/But there ist just one question. Are 3 columns possible?
Kind regards,
Christian
Dear Dave,
i didn’t found the CSS Box at Appearance>>Theme Option>>Basic Setting>>
Must i use the Editor? In which .php or .css i have to add the code?
Kind regards,
Christian
Hello Dave,
http://www.melanie-melcher.de/index.php/category/wedding/
Thanks you very much for your prompt reply.
Christian
Thanks for your fast feedback.
I will send you the admin details this evening. Is it possible that there are to many pictures in the gallery (there are 165 pictures)? Today i wrote a new comment with 45 pictures and there is no error.
Kind reards,
Christian
Rates wrote: Please ask your theme developer about this error. I can’t help you with this.
Seems like there should be some background sliding images (behind the site’s content), but you are not set them up and this causing the error.Now i got the information from Codeasily, that this mistake is definetly caused by the theme.
Dear Dave,
please look at http://www.melanie-melcher.de/index.php/aktuelles/
and http://www.melanie-melcher.de/index.php/2016/03/11/fotografin-im-babyeinsatz-fuer-die-feuerwehr/
Kind regards,
Christian
Dear Brad,
i just would change the colour of this symbol from green to purple.
Kind regards,
Christian
-
AuthorPosts