msebesta
Forum Replies Created
-
Forum: Installing WordPress
In reply to: wordpress install problems on ec2Is there a reason why you want to run it on Windows?
I would suggest running an Ubuntu server.
Forum: Themes and Templates
In reply to: Can't get a drop down menu with 2 columnsThe easiest method would be to use Flexbox
On the parent you would want to put something like:
#topmenu ul li ul { display: none; position: absolute; /* width: 500px; */ z-index: 9999999; /* margin-top: 28px; */ /* margin-left: -50px; */ display: flex; flex-direction: column; height: 300px; flex-wrap: wrap; }Cheers!
Forum: Themes and Templates
In reply to: Having two different loops on one themeHi Rafuka.
WordPress is set-up to do exactly that. If you want to edit the design for the single blog page you will want to edit your themes single.php php code and css.
To modify the display on the archive page you would edit the archive.php file. In both php files you would still need to have the infamous WordPress Loop.
Here is a pretty handy website to explain how the php files run, and how to override them. https://wphierarchy.com/
In WordPress, if you had a custom post type called “movies”. If you wanted to have a different display for the single movie or movies archives you can do this by creating two new php files.
1. single-movie.php to change the code structure for the single movie page.
2. archive-movie.php to change the code structure for the archive movie page.Good luck and I hope this helps!
Forum: Fixing WordPress
In reply to: 3 boxes side by side with image, text and call to action buttonI would suggest trying these drag and drop plugins. Look at their features and see if there is one that fits best.
https://ww.wp.xz.cn/plugins/live-composer-page-builder/
https://ww.wp.xz.cn/plugins/siteorigin-panels/
https://ww.wp.xz.cn/plugins/beaver-builder-lite-version/If you are looking for a robust paid version (which are sometimes prettier). Here are a few:
http://www.getmotopress.com/
http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431
https://www.wpbeaverbuilder.com/