Good evening,
It is my first time building a website.
On my home page I list the most recent articles.
In the excerpt, I have the title, image, and beginning of the article.
I am using the Genesis template and more specifically "Minimum Pro".
Here is what I have (my site is : parlons-survivalisme.com)
[And here is what I want][2] (as you can see, the image is under the title/description, and left of the text)
I wouldn't bother asking the question but I spent 4 hours trying to find out how to do this and at this point while I'm sure it's possible, I have no idea how it can be done.
I have played with margins, position, float, but nothing has worked..
Thank you for your time and help !
Related
I am a writer and I have menu for my chapters list on my website of 30+ chapters and currently it annoyingly looks like this:
current website
As you can see it cuts off, and Wordpress annoyingly doesn't have a feature that turns it automatically scrollable. There are 30+ chapters and you have to keep scrolling, scrolling, scrolling down to see them all.
I have found some good looking solutions on StackOverflow but don't know where and how to apply them on Wordpress.
If anyone could talk me through literally step-by-step 1. where to find the CSS of my Wordpress site 2. the code I'll need 3. where to paste it 4. if there's anything I need to add to the navigation block's inidividual "Additional CSS Classes" part like so: Additional box in the corner and anything else I need to do. I would be super grateful!
One of my fears is just dumping a bit of code somewhere in the middle of editable CSS and screwing up my entire site! My CSS knowledge is super beginner so laymans terms is very much appreciated thanks :)
I tried using Plugins (those seem even more confusing than CSS) and have considered using Elementor too but I have Googled and YouTubed, trying to find a solution and nowhere has something as specific as what I'm looking to achieve frustratingly.
I tried following this youtube video: https://www.youtube.com/watch?v=73XjO7hFZaw but didn't know what my "Target Element Selector" was, even when I went into Inspect on Chrome, all I found was this
I have created a page with 2 woocommerce products side by side and their product immages removed.
However, now there is a big gap between them. Picture below for reference:
my website
I have tried several code snippets/extra css I found online but nothis seems to work.
So I want the porducts descriptions as shown in the picture to be wider and thus take less vertical space on my page.
Any help would be greatly apreciated! P.s. I am a noob in coding :$
My problem is very simple to say. In the graphical calendar which I called for in one of my pages. Despite setting the parameters and reading the documentation, I can get every day of the week to show up in the calendar except for Saturday. I wouldn't care so much except I run a internet radio show and one of my specialty shows is on a Saturday. I'd like for it to be able to show all seven days in the full month view. I really like the layout and design of your calendar, but your parameters make my head spin. I set the weekends to true, because I thought from what I read would make them display. I guess I was wrong. I'm not a programmer of web designer yet. I start school in the fall. I'm having a hard time wrapping my head around these settings. Please help.
You may visit my page directly to see what I mean.
http://www.loftonspace.com/home/radio/
Thank You for any help.P.S. I realize people just don't give out help for free, so to the person who helps the most resolve my issue, I have a special place at the footer of my site for special thanks to people who helped with the site. I would be willing to add a link there to a professional website. Thanks
You need to set the width of the calendar. It is showing the fullCalendar completely, but the overflow is hidden behind the smaller div you placed the calendar in. Make the available space smaller and that should fix the problem...
As for the promotion... If my answer is accepted, use Stackoverflow as the promotion as I do not run any kind of professional establishment. I just do my own projects.
I am not in a position where I can further inspect the code and give you a proper answer, but you can use firebug to find the class/id of the div you need to change. Hope it helps.
I'm designing a blog in Wordpress using the Thesis Framework and there is an issue that I just can't seem to find a fix to:
Basically everything is fine on the main page, but when I go into any individual post, the side bar is getting pushed off and showing up right down the button of the page (below the comments).
It's pretty obvious that there is some kind of sizing/width issue and I've played around with a lot of the widths in firebug but just can't seem to find where it's going wrong. I can't find a difference between the main page and post pages either.
Any help would be greatly appreciated! A specific solution would be ideal because I've already spent a lot of time tinkering with it to try and address the issue.
Thanks in advance for any help!
I had this problem as well with the thesis framework. I found two reasons where it produced a similar mistake on my blog:
The first reason is that the sidebar + content area is bigger than you container. That would make the sidebar go below the the content. Make sure also that the content of the sidebar is also smaller than the sidebar. I had a Facebook box in the sidebar that was bigger, thus pushed the whole sidebar below the content.
An other reason was a plugin that I had installed. If you have any plugins installed try and see if one of those is interfering with the sidebar layout.
If that doesn't work you can also post a snippet of the code so that I can look at it.
I often have this problem when editing a page in html (text) mode and forget a closing tag, most notably a . If using tables, a missing , or similar will cause this.
So, in brief, make sure all your opening tags have a corresponding close tag.
Make sure the html is syntax-error free. I had the same problem and the culprit was a wrong closing tag (<b/>)
I am trying to find a good plugin that would take the 4 most recent news articles, or filtered for a category, and allow me to make a auto rotating slider. Which includes a large image, a title, and a excerpt (not content) from a post. And also taking the image, or featured image as the navigation of the slides.
Does anyone know of such plugin? I am having little luck finding one that does most of this.
I've used SlideDeck in the past. They offer a free version so you can play around with it, and with a little programming you can display anything you want in it. I ended up not using it because it was overkill for what I needed and just coded my own slider with jQuery.