mochi1313
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Dyad] know how to use the slider on the top pageThank you very much. Errors are gone.
However, the sentences displayed on the slide disappeared.
What else can be considered?<?php
function switch_dyad_global_js() {
wp_dequeue_script( ‘dyad-global’ );
wp_enqueue_script( ‘my-dyad-global’, get_stylesheet_directory_uri() . ‘/global.js’, array( ‘jquery’, ‘masonry’ ), ‘20151204’, true );}
add_action( ‘wp_enqueue_scripts’, ‘switch_dyad_global_js’, 12 );
?>Forum: Themes and Templates
In reply to: [Dyad] know how to use the slider on the top pageI get an error …
This is an image of error screen.
https://photos.google.com/share/AF1QipOiGo29r0fUx1DmCxPuVL4SikPpdHRMkyfO7BUtw37tVQBlCBHFWdpqMA3uD00vmA/photo/AF1QipOk7zd91lyLAL1Y5Xc-6qf-0yRswDbQNgWv6eot?key=TmFVc2t1MkZ4VUx6MklkcWhTZndkaWNPbS1jZ05B&hl=jaForum: Themes and Templates
In reply to: [Dyad] know how to use the slider on the top pageIt is a description of function.php, is this OK?
<?php
/* function switch_dyad_global_js() {
wp_dequeue_script( ‘dyad-global’ );
wp_enqueue_script( ‘my-dyad-global’, get_stylesheet_directory_uri() . ‘/global.js’, array( ‘jquery’, ‘masonry’ ), ‘20151204’, true );}
add_action( ‘wp_enqueue_scripts’, ‘switch_dyad_global_js’, 12 );` */?>
Forum: Themes and Templates
In reply to: [Dyad] know how to use the slider on the top pageThank you very much. I will try it tomorrow.
Forum: Themes and Templates
In reply to: [Dyad] know how to use the slider on the top pageThank you very much. understood.
Please tell me how to change the number of seconds in the slider display.Forum: Plugins
In reply to: [Easing Slider] Errors in the Galaxy TabThank you.
I’ll try to do so.
However, other than this plug-in is no problem ….
However, there is no doubt a great plug-in.Forum: Plugins
In reply to: [Easing Slider] Errors in the Galaxy TabMatthewRuddy >> Thank you for your reply.
Text has Google Translate.
Easing Slider itself is working without problems.
However, layout collapses.
Other pages are fine.
It’s tried various versions of jQuery, but no change ….Forum: Themes and Templates
In reply to: [Twenty Fourteen] how to use full width in all pagesPlease try here.
/**
* 6.0 Content
* —————————————————————————–
*/.content-area {
padding-top: 48px;
}.hentry {
margin: 0 auto 48px;
max-width: 672px;
}.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
margin: 0 auto;
max-width: 474px; <<<<< change here 100% (Recommended 90%)
}.page-content {
margin-bottom: 48px;
}
————
and next
————11.0 Media Queries
——————
@media screen and (min-width: 810px).full-width .site-content blockquote.alignleft,
.full-width .site-content img.size-full.alignleft,
.full-width .site-content img.size-large.alignleft,
.full-width .site-content img.size-medium.alignleft,
.full-width .site-content .wp-caption.alignleft {
margin-left: -168px; <<<<< change to 0px
}.full-width .site-content .alignleft {
clear: left;
}.full-width .site-content blockquote.alignright,
.full-width .site-content img.size-full.alignright,
.full-width .site-content img.size-large.alignright,
.full-width .site-content img.size-medium.alignright,
.full-width .site-content .wp-caption.alignright {
margin-right: -168px; <<<<< change to 0px
}
——————