Slider height settings

On of the themes you tested (I guess not in preview, but just switching it active) had only small image sizes registered via add_image_size(). There’s a very popular plugin that you can use to “fix” that: Regenerate Thumbnails.

Meta Slider Lite plugin shortcode in post not working

You need to run the content through do_shortcode() – at the moment you’re just echo’ing the raw post content, so nothing gets parsed. echo do_shortcode( $content->post_content ); However, you might be better off implementing a proper “loop” and using the_content() template tag – doing so will ensure everything runs “as normal” (firing all the typical … Read more

Post formating on Home page

Yes, it is quite simple, you just need to work in PHP. Consider you have 36 posts in a loop. $div_html_1 = ”; $div_html_2 = ”; $div_html_3 = ”; $div_html_4 = ”; $div_html_5 = ”; $div_html_6 = ”; if ( have_posts() ) { while ( have_posts() ) { if( category of post == division 1 … Read more

Slider Thumbnail Size Issue [closed]

You are on a good track. You first define your thumbnail sizes in your functions.php Make you upload big high-quality images but still good enough for the web You then need to regenerate your thumbnail, I recommend this plugin: https://wordpress.org/plugins/regenerate-thumbnails/ In you new code, you need to call your desired thumbnail based on the size … Read more

Issues Adding a jQuery Image Slider

Two things to try: Move the enqueue for slick.js above the enqueue for your custom script. Declare Slick as a dependency for your custom script. Change the third parameter to include slickjs: wp_enqueue_script(‘customjs’, get_template_directory_uri() . ‘/js/victoria_theme.js’, array( ‘slickjs’ ), ‘4.7.2’, true);

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)