rashanoureldin
Forum Replies Created
Viewing 10 replies - 1 through 10 (of 10 total)
-
if i alter the theme and removed the second Jquery Call , theme is not gona work , slider stopped
ThanksForum: Plugins
In reply to: [WordPress Online Booking and Scheduling Plugin – Bookly] not workingplease i have same issue with the plugin with wordpress 4.0.1
any idea how i can fix it please ?
ThanksForum: Plugins
In reply to: [Sliding Widgets] Causes error after activationsame here same error
Forum: Plugins
In reply to: [Cool Video Gallery] video and lightboxNo i downloaded the last version and used it
Forum: Plugins
In reply to: [Cool Video Gallery] video and lightboxthis is the page i need help with
https://www.arabeeday.net/%D9%81%D9%8A%D8%AF%D9%8A%D9%88%D9%87%D8%A7%D8%AA/
i didnt find the answer
fixed
should be like this<?php $wp_query = new WP_Query(); $wp_query->query( array( 'category_name' => 'news','posts_per_page' => get_option( 'posts_per_page' ), 'paged' => $paged ) ); $more = 0; ?>
thanks arti singh
i used your code but still not working<?php /** * Template Name: Blog * * This template allows you to display the latest posts on any page of the site. * */ // calling the header.php get_header(); // action hook for placing content above #container thematic_abovecontainer(); ?> <div id="container"> <?php thematic_abovecontent(); ?> <div id="content"> <?php $wp_query = new WP_Query(); $wp_query->query( array ( 'cat' => 3, 'posts_per_page' => get_option( 'posts_per_page' ), 'paged' => $paged ) ); $more = 0; ?> <?php /*?><?php $wp_query = new WP_Query(); $wp_query->query( array( 'posts_per_page' => get_option( 'posts_per_page' ), 'paged' => $paged ) ); $more = 0; ?><?php */?> <?php // create the navigation above the content thematic_navigation_above(); // calling the widget area 'index-top' get_sidebar('index-top'); // action hook for placing content above the index loop thematic_above_indexloop(); // action hook creating the index loop thematic_indexloop(); // action hook for placing content below the index loop thematic_below_indexloop(); // calling the widget area 'index-bottom' get_sidebar('index-bottom'); // create the navigation below the content thematic_navigation_below(); ?> </div><!-- #content --> <?php thematic_belowcontent(); ?> </div><!-- #container --> <?php // action hook for placing content below #container thematic_belowcontainer(); // calling the standard sidebar /*thematic_sidebar();*/ // calling footer.php get_footer(); ?>
Forum: Themes and Templates
In reply to: filterable portfolio with wordpress and jqueryYes i fixed Thanks
.jqTransformSelectWrapper ul { max-height:200px !important; overflow-y:auto !important; }
its late but i just got it from theme support
thanks
Viewing 10 replies - 1 through 10 (of 10 total)