Theme install failed

Theme install failed You go to theme folder and you zip only the theme file. Note: You download the theme you have __macosx theme folder also there. You zip only the theme file then you upload it video

Twenty Fifteen Premium Theme [closed]

You might want to look at what the GPL License entails. This Wikipedia article does a pretty good job of explaining:https://en.wikipedia.org/wiki/GNU_General_Public_License “Any licensee who adheres to the terms and conditions is given permission to modify the work, as well as to copy and redistribute the work or any derivative version. The licensee is allowed to … Read more

A custom jquery posts slideshow?

The dynamic lists of posts in WordPress are based on concept of loop. You will need to retrieve sets of posts (with get_posts() or in other way), you want displayed, and iterate through it to generate markup for slider to use. There are many slider plugins for WordPress around you can look up and study.

I need to disable responsive feature of a theme called Meet GavernWP [closed]

The main theme css (http://www.bookelivery.in/wp-content/themes/MeetGavernWP/css/template.css?ver=3.5.2) you are using does everything through a fluid layout – so everything with percentages. Thus there’s no way to remove the responsiveness without completely changing the theme. It seems to work quite well for a mobile size, the main issue being your large title image which doesn’t resize, which is … Read more