-
-
Hi Mihaila
two needs:
1. in my homepage (www.homointraprendente.it), in the masonry – full blog element, I need to rise up the title dimension. Where can I set this dimension?
2. I don’t want images for those articles that are quotes. So in the masonry blog and in the full blog masonry element I would like to completely erase the image space (because otherwise the “please add image” message would come up)
thank you!
LL
-
one more:
3. is there a way to set the full blog element (masonry) into a 3 columns masonry instead of 2 columns? (see homepage)
tks
-
Hello,
1-Please go to General Options > Typography Options > Heading 1 Font style, increase the line height to your wish.
2-Please add this cod einto your custom cs sbox:
.blog-article.format-quote .media { display: none; }
3-Change blog column number in Blog Config > Blog Masonry Columns.
Best regards!
-
Hi Mihaila
1. sorry, I did not explained well. the dimension I need to chang is not the title INSIDE the article, but the title OUTSIDE, I meen the one I see in the full-blog element…
2. works perfectly
3. Ok, but is there a way to let the full-blog element (in the homepage) be 3 columns and the blog page (https://homointraprendente.it/tecniche/) be on 2 columns?
moreover, if I put the blog into 3 columns mode, in the blog page it is shown one under the other and not on 3 columns…
tks
-
Hello,
1-The outside title is a H1 header, so it will change. Just try it out.
3-Sorry but is not possible to have two different separate styles for blog. But you can use ‘Post Grid’ element for it. Set it up to show only two posts per row.
Best regards!
-
Hi Mihaila,
1. sorry but the title outside is not H1, it doesn’d change. moreover in typography option I have 40px for H1 headers, and it is shown as really small…
3. ok. but in the page https://homointraprendente.it/tecniche/ in the 1600 x 860 layout the posts are not in 3 columns, nor in 2…they are in 1 columns…even if my settings says 3 columns…
thank you
luca
-
Hello,
1-Please add this code into your custom css box:
.blog-article.grid-style .content h1 { font-size: 24px !important; }
Edit font size to your wish.
2-This is strange. I check it up in our side, but this does not happen.
Please do this first, go to file js/main.js and find this line:
$('.codeless_slider_wrapper', parent).removelass('skrollable');
replace with this:
$('.codeless_slider_wrapper', parent).removeClass('skrollable');
Let us know how it will go.Best regards!
-
-
Hello,
2-I added this code into your custom css box:
.cols2 .blog-article.grid-style, .cols2 .grid-size { position: initial !important; }
It looks ok now, screenshot. Please check and let us know.
Best regards!
-
-
Hi Mihaila
the “Recent Portfolio” item is shown very bad on mobile view. may you please have a look to the homepage?
tks
-
Hello,
Please go to file css/bootstrap-responsive.php and find these lines (1110):
.portfolio-item{ width:100% !important; padding-left:0 !important; }
Remove the
!important
from width attribute and save file.
Then add this code into your custom css box:@media (max-width: 480px){ .recent_portfolio.wpb_content_element { height: 280px !important; }}
You should be able to scroll throw portfolio items in home page horizontally.
Let us know.Best regards!
-
now it’s not responsive…the elements should go one under the other, but it doesn’t happen…
-
moreover, in the masonry layout of the blog the arrow that turns red when overlapping is not in its correct place…
it’s in the middle…
-
Hello,
Sorry for the late reply.
The portfolio is responsive but you need to scroll horizontally in order to browse the other portfolio items.
However since you want to display them one under the other then i edited the above code to this:@media (max-width: 480px){ .recent_portfolio.wpb_content_element { height: 1200px !important; } .swiper-wrapper{ width: 300px !important; height: 1200px !important;} }
For the blog arrow, i added this code:
.blog-article.grid-style .content .link_grid { left: 92% !important; }
Best regards!
-
-
Hello,
I just opened your site from an iphone and it was displaying just as described. Please clear cache and try again.
Let us know.Best regards!
-
ok, you’re right on vertical view…
but on horizontal or on ipad (v/h) it’s not working well…
moreover the blog arrow works perfectly on mobile, but not on computer…
-
I got it! it was a problem of parenthesis } because the section
<span style=”color: #444444; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 15px; line-height: 24px; white-space: pre; background-color: #f9f9f9;”>.blog-article.grid-style .content .link_grid { left: 92% !important; }</span>
was under <span style=”color: #444444; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 15px; line-height: 24px; white-space: pre; background-color: #f9f9f9;”>@media (max-width: 480px)…</span>
I put it outside parenthesis and now it works perfectly!
thank you Mihaila, hope I’ll finish this website one day :)
-
Hi Mihaila,
I don’t know why but I cannot create a new post here in this forum, only writing here. If I write a new post it doesn’t appear into my “topic started”…
2 problems with the new release of the theme:
1. Tab items don’t work properly: it is impossible to modify the tabs created previously (please enter my WP and have a look to the “RISORSE” page)
2. into the custom fields of portfolio items I put some links. now links are shown as text and not link…
thanks for your help
-
You must be logged in to reply to this topic.