I am trying to make the first blog post (i.e. the most recent one) full width at the top of the page and have the rest of the posts in a two column grid format below this. Ideally, I would like to do this using CSS. I haven't been able to find anything on the internet that works for me yet.
Any help is super appreciated.
Related
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 :$
He everyone,
simple question for everone.
I am trying to build this style but i am very new in WordPress and cant figure it out myself.
See the link below:
https://blind.com/what-we-do/
I like the part "Strategy, Branding, Digital, Motion" with the test one side and image the other side.
I would like to recreate this exact style with the Responsiveness included.
Thank you for your help.
Alexandre
Since you've mentioned that you're using Siteorigin's page builder, I've decided to do a short video of how I would arrange the elements on the builder to achieve the results you're after.
here's my screencast: http://somup.com/cFit60VLyy
Now there are few flaws with siteorigin's pagebuilder - there is no inbuilt column equalizer for rows unlike other page builders like WPbakery and elementor. So you will have to use a plugin or write your own CSS. If you want to go the plugin way, install the Equal height columns plugin
And then you can add a class to any column you want to have equal width on left and right. You can see in my video that I've used the "equal" class under the attributes of the cells.
Depending on the theme you're using, you might need to write some CSS for margins and paddings. I'm sure its quite straight forward. You can do this in 10 mins straight.
Good luck.
I am having a hard time finding an answer to this. How can I make a real-time post filter for a wordpress posts displaying div?
Like so
I want the blog to have a div that displays the posts, and the user to scroll for them, but to be a filter sort of search bar on top of it. So it's like a list filter.
Are you comfortable using jQuery? I've done something similar starting with a normal <select> box, then using the select2 jQuery library to transform it. The library has plenty of examples on its documentation page.
Although this question is specific to Floatbox (http://floatboxjs.com/demo), this issue would be generic to most image gallery light-boxes.
I need Floatbox to be able to show my image galleries per Isotope's reordering of page elements; e.g. div - thumbs. For what Isotope does please see http://isotope.metafizzy.co/demos/sorting.html .
The problem is that plugins, like Floatbox, get their page order of elements (thumbnails) off of the initial div's on the page. From what I can understand of Isotope, it doesn't actually rewrite the HTML to allow scripts like Floatbox to the read/parse the new order of displayed thumbnails.
I only have a very black box understanding of jQuery so I suppose I am asking if there is a way to rewrite the page such that scripts like Floatbox can then be called to parse them in Isotopes new 'displayed' order.
I have hunted everywhere for a solution, but I cannot even find much in the way of anyone asking this question. That seems odd as this affects everyone who uses a Masonry/Isotope and lightbox combo ~ being able to advance via a lightbox in the newly sorted order instead of the original page order.
For what it's worth, the site with the galleries I am working on is leo labelle dot com.
PS - I posted a similar question to the creator of Floatbox and unfortunately his best solution was to rewrite the pages in each possible order . . . yikes!!!!
Regardless of a solution - A huge thanks for any suggestions!
I have a Wordpress site that uses a JQuery plugin called Hover-Caption ( https://github.com/coryschires/hover-caption ).
The main page of site: (http://brighidfitzsimons.com) looks good.
However in Internet Explorer 9, a similar page based on Category adds a 282px top offset to the post thumbnail image. (http://brighidfitzsimons.com/category/lifestyle/)
I am new web developer so I am struggling to figure out how to isolate problem. Based on this stackoverflow entry ( How do I get rid of an element's offset using CSS? ) my current train of thought is to add a IE specific CSS sheet to 'reverse' the offset but I can't seem to get at the offending element. Also I'm confused why works on main page but not on category page. If you watch page loading carefully, it initially loads correctly then at the very end the images are moved down. Perhaps this is a clue.
First stackoverflow entry so I hope I have followed correct ettiquete. Please advise if you need me to provide any more information.
Thanks for taking time to read problem.
Regards Simon
It has something to do with the substitutions of the content inside the title, probably some quirk about ie9 which someone else would have more of an idea for me
just so you can take my word for it: http://jsfiddle.net/BXjK3/
the first two i have removed all the greater, lesser and quotes and it works, but I would say the browser does the substitutions before Javascript can see it, and it all goes down-hill
edit: worth mentioning the reason it looks like that is because the text is no longer properly contained, and so the display none is not taking effect on it, pushing all the images down and making it a jumble, due to the way the content is loaded the ie inspection cannot show me how the text is after the javascript, only what was loaded on page load, so i can't give you more help than that