Forum Replies Created
-
AuthorPosts
-
November 19, 2015 at 11:04 pm in reply to: Enfold Icon Box Element, Type cut off on Ipad view #539258
Hey!
Add this to your custom CSS.
@media screen and (max-width: 767px) and (min-width: 990px) { h3.iconbox_content_title { font-size: 13px !important; } }
Best regards,
ElliottHey!
Please see here in the first thread, https://kriesi.at/support/topic/remove-iconlist-animation-effects/#post-162003.
Best regards,
ElliottHi!
Well your page looks different from your screenshot but I think I see what your talking about. Your wanting the columns to be the same width on smaller screens right? You can use this CSS to make sure they are 100%.
.avia-image-container { width: 100% !important; } @media screen and (max-width: 767px) { .responsive #top #wrap_all .av-flex-cells .no_margin { padding-left: 0px !important; padding-right: 0px !important; } }
Cheers!
ElliottNovember 19, 2015 at 10:38 pm in reply to: Requests for the development of responsive devices #539253Hi!
It doesn’t look like there is enough width there. Would you like to try reducing the font size?
Best regards,
ElliottHi!
Add this to a codeblock element in the page.
<style type = "text/css"> #av_section_1 main { display: block !important; } #av_section_1 .container { max-width: 100% !important; } </style>
Regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hi!
Send us a link to your page and take a screenshot highlighting the changes your trying to do. You can set your reply as private if you wish.
Regards,
ElliottHi!
If you try and stretch it’s height it will look distorted. What I would do is create another image to use but give it more of a square aspect ratio. You can add two sliders to the page and use CSS to hide one on mobile and vice versa.
Or just hide the slider on mobile and display something else.
Best regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hi rolfroyce!
I don’t see where your displaying blog posts on your site but you can use some CSS like so to disable link clicking on the category links in the post meta.
.blog-categories a { pointer-events: none; }
Send us a link to the exact page and take a screenshot highlighting the area your referring to if the CSS does not work.
Best regards,
ElliottHey gb!
I didn’t see the gallery anywhere. Are you talking about the Masonry gallery? I saw you were using one of those. Take a screenshot and highlight exactly where the problem is so we can get a better idea.
Best regards,
ElliottHi robphat!
Send us a link to your page with the rev slider and take a screenshot highlighting the changes your trying to do and we’ll see if we can get you some CSS to use.
You can set your reply as private if you wish.
Best regards,
ElliottHey MadRhino!
Your wanting to center the UberMenu? We’ll need to see it in action. Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottHey jumamedia!
Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.
Regards,
ElliottHey Oli!
Yes, you should always use the latest versions. Be sure to create a backup before updating.
Cheers!
ElliottHey MF!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottHey carosch!
Add this to your custom CSS.
.slide-entry-wrap article.post-entry-3046 { display: none !important; }
Where 3046 is the ID of the post.
Best regards,
ElliottHey MartinStembridge!
Your using a very old version of Enfold. You will need to update to the latest version, 3.4.4.
Regards,
ElliottHey kontrastreich!
Try adding this to your custom CSS.
@media screen and (max-width: 500px){ #advanced_menu_toggle { position: fixed !important; top: 40px !important; } }
Regards,
ElliottHi talelie!
You could use CSS to hide elements on mobile / desktop but it would probably be better to just use CSS to change their font size.
@media screen and (max-width: 767px) { }
Add your CSS inside that and it will only be applied on small screens.
Regards,
ElliottNovember 19, 2015 at 6:42 pm in reply to: How can I add a side bar on the category/tag page like the one on my blog page. #539153Hi venkidesigner!
That will be difficult since it’s a fullwidth element. You can try right clicking your page and view source and copy it’s HTML and then paste it around line 27 in the archive.php file but you may need to play around with the other divs / containers a bit since it’s a fullwidth element.
Cheers!
ElliottNovember 19, 2015 at 6:36 pm in reply to: Blog grid overview, one post show intro text other does not. #539148Hi robert03!
That’s normal. If you want to display an excerpt when using the layout builder then you need to set one in the custom excerpt field. If you do not see this field when editing the post then click on “Screen Options” in the top right hand corner and check it to display.
Best regards,
ElliottNovember 19, 2015 at 6:35 pm in reply to: Made excerpt length on the Masonry blog longer but Perfect grid cuts off content #539147Hey janicenisha!
I checked your link but it looks fine to me, it’s not getting cut off. Take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
ElliottHey pmartincs!
Send us a link to your page so we can get a better idea of what’s going on. You can set your reply as private if you wish.
Best regards,
ElliottHey stedia!
Yes, it’s because there is a space at the top. Remove this from your custom CSS.
ul ul, ul ol, ol ol, ol ul { margin: 4px 0px 5px 30px!important; }
Best regards,
ElliottHey kwlodar!
Do you mean the gravatars? http://kriesi.at/themes/enfold/blog/blog-multi-author/
The gravatars should be linking to the author page but the featured images should still be linking to the post.
Cheers!
ElliottHey Emilvillumsen!
You probaby forgot to change your site URL before moving the database. Please read this for how to move a WordPress site, https://codex.wordpress.org/Moving_WordPress.
Cheers!
ElliottHi Charlotte!
Your getting a few javascript errors, be sure to deactivate all plugins while testing.
Also, this is probably unrelated but your using an older version of Enfold, 3.1.3, and you should update to the latest version, 3.4.4.
Regards,
ElliottHi Sebastian!
It would be best to contact bbPress support about this.
And follow along with these steps, http://codex.wordpress.org/Hardening_WordPress, to secure your WordPress site from malware.
Cheers!
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hi Annelies!
Well it looks like your hiding the breadcrumbs but if you do that there should be another title displayed beneath it instead. Have you done customizations?
Let’s try uploading a fresh copy of the theme and deactivate all plugins to see if that helps.
Cheers!
ElliottHey Andy_84!
Yes, you can use them.
Best regards,
ElliottHey Karin!
Login information is not working, please check.
Regards,
Elliott -
This reply was modified 9 years, 7 months ago by
-
AuthorPosts