Lasha Peikrishvili
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Sidebars - Dynamic Sidebar Classic Widget Area Manager] Widget titles@wpmudev-support8 – Thanks a lot.
It’s working….Forum: Themes and Templates
In reply to: [Illdy] Only one category on Front Pageoh sorry,
yes my site is on Georgian.In the “Latest News” section I want to display only one concrete category.
Normally in that section is shown last 3 posts from all category but I want to display last 3 post from one concrete category.Forum: Themes and Templates
In reply to: [Illdy] Only one category on Front PageThanks for your answer @vinod-dalvi,
Yes I want to display only one category posts on front page.
site URL: http://qbq.ge
Well,
I just change my Jquery dropdown to CSS3 dropdown and problem is solved.
Thanks Cais for help.Cais thanks for your replay.
Yes I have twenty series theme modified by me. I use my own dropdown Jquery menu which uses jquery-1.12.4.js. Guess there is conflict between jquery-1.12.4.js and some of nextgen JS file. Because if I delete “<script src=”https://code.jquery.com/jquery-1.12.4.js”></script>” line from my themes header then nextgen works well. I just can’t identify which Nextgen JS file is issue of this.
Web page is: http://fc35.ge
Forum: Themes and Templates
In reply to: [Zerif Lite] Error 500 – internal server errorWell the problem was some php code in theme files should be corrected. There are no spaces between some php functions. Better if you check all theme php files and correct them just adding spaces between functions.
That was an issue of Error 500…
Forum: Themes and Templates
In reply to: [Zerif Lite] Error 500 – internal server errorany ideas???
Forum: Fixing WordPress
In reply to: can't get_header/get_footerDo you have header.php and footer.php ? Make sure you have them on your theme directory. Otherwise nothing will show π
sure I have… I’m useing default wordpress twentyten theme…
Forum: Fixing WordPress
In reply to: can't get_header/get_footerno need to create whole theme, just need to create one custom page with same header and footer… ((((
Forum: Fixing WordPress
In reply to: can't get_header/get_footerI wanna put my handmade cv form ( this one: http://fsgroup.ge/wp-content/themes/twentyten/cv.php ) between header and footer…
Forum: Fixing WordPress
In reply to: can't get_header/get_footerTry
<?php get_header(); ?> & <?php get_footer(); ?>
damn mistake in typing, I’m trying so but nothing… it doesn’t work…