Hi!
You can try the code I posted here: https://kriesi.at/support/topic/breadcrumb-and-blog-title-formatting/#post-214336 – replace the id “20” with the id of your “Citrus” blog page.
Best regards,
Peter
Hi,
I am looking for a different solution with the WPML Flags on Enfold and I am looking for something like this:
1) No language text needed (i.e. English), just two flags side by side
2) Flags should go ABOVE the last menu item on desktop.
3) On iPhone / responsive, it should show BELOW the drop-down menu
4) Finally, there is a flag that I would like to change the image: sitepress-multilingual-cms/res/flags/ar.png – I know I can easily replace the image directly on that directory, but is there a better Quick CSS way to point that flag to a different image?
I’m not sure if these are all easy, but all help one can give is welcome.
Thank you.
Hi
I would like to remove some space between 2 promotion boxes that i have sitting on top of each other
Thanks
Hi,
Open css/base.css and look for line 195-196:
#top textarea,
#top select {
Replace it by this:
#top textarea {
In the same file, also remove 233-234:
#top select {
width: 220px; }
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
td {
padding: 4px 6px !important;
}
Cheers!
Josue
Hey Fiorilla!
Add this on Quick CSS:
.main_menu {
display: none;
}
Cheers!
Ismael
This reply has been marked as private.
Hey!
Please add this on Quick CSS:
.avia_mobile #top #searchsubmit, .avia_mobile .ajax_load {
height: 42px;
}
Regards,
Ismael
Hi Fiorilla!
Are you talking about the Special Heading element? You can add this on Quick CSS to decrease the top margin:
.av-special-heading {
margin-top: 10px;
}
Regards,
Ismael
Re: 1. I fixed the “Post Comment” button corners with this:
input#submit {
border-radius: 2px;
}
I fixed the Comment Field with this:
textarea#comment {
border-radius: 2px;
}
Still can’t figure out how to make the top three form fields rounded corners.
Thanks, Jas
-
This reply was modified 12 years, 1 month ago by
Jasmer.
Hi!
Regarding the first request (Menu), try with this CSS:
.main_menu {
top: 16px !important;
}
This will fix the breadcrumb issue:
#main {
padding-top: 160px !important;
}
Cheers!
Josue
Hello!
On my portfolio page it is all right with the grid – there are 4 rows: http://www.zink.by/portfolio/
But on the same single page, at the botton, all is wrong(3 rows, size of previews is not 200×200): http://www.zink.by/?post_type=portfolio&p=2170&preview=true
I added the following Quick CSS code(cos all prew imgs must be 200×200 px always):
#top.page .inner-entry {
width: 200px;
height: 255px;
margin: 0px auto 27px;
text-align:center;
}
#top.archive .inner-entry {
width: 200px;
height: 255px;
margin: 0px auto 27px;
text-align:center;
}
How can I make it to be 4 rows in grid on every page with 200×200 prews?
Thank you!
-
This topic was modified 12 years, 1 month ago by
Vital.
CSS:
.logo, .logo a, .logo img {
height: 120px!important;
}
.fixed_header.social_header #main {
padding-top: 120px;
}
avia JS file Line 918:
el_height = $(elements).filter(‘:first’).height(130),
Hey!
Copy the HTML in a Text Widget:
<ul class="noLightbox social_bookmarks icon_count_5"><li class="social_bookmarks_yelp social_icon_1"><a target="_blank" href="http://www.yelp.com/biz/brixen-ivy-chicago" aria-hidden="true" data-av_icon="" data-av_iconfont="fontello" title="Yelp"></a></li><li class="social_bookmarks_twitter social_icon_2"><a target="_blank" href="https://twitter.com/TheBrixenIvy" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter"></a></li><li class="social_bookmarks_facebook social_icon_3"><a target="_blank" href="https://www.facebook.com/BrixenIvy" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Facebook"></a></li><li class="social_bookmarks_youtube social_icon_4"><a target="_blank" href="http://www.youtube.com/user/BrixenIvyRooftop" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Youtube"></a></li><li class="social_bookmarks_mail social_icon_5"><a href="contact" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Mail"></a></li></ul>
Regards,
Josue
This reply has been marked as private.
Hey!
Try adding this code to the Quick CSS:
.home .template-page.content.twelve.alpha.units {
padding-top: 0 !important;
}
Cheers!
Josue
Hi again,
The last question for today: I would like to have a header with just the logo, no menu – but even if I deselect the main menu, all of the pages appear in the header… How can I hide the topnav menu?
Thanks so much for your help,
Fiorilla
Hi!
If you mean the type of scrolling that changes how the page scrolls using a mousewheel then no that isn’t available and will never be as far as I know.
Cheers!
Devin
This reply has been marked as private.
I created a slider, which has some text, and in the text I put </br> to format the text. It looks great on a desktop and on a phone, but when I look on my kindle fire, the </br> are no longer there and it is one long string of text. What can i do to fix this?
Thanks
Brenda
If you notice some CSS has caused a random issue with the sidebar Search Submit Button. It doesn’t reach the bottom of the frame.
https://dl.dropboxusercontent.com/u/1049926/search_button.png
I put this in the Quick CSS and it doesn’t work. The code below is active now. I’m probably missing something simple.
#top #searchsubmit {
height: 42px!important;
}
I have two question.
1. I want to remove one image in the main page mobile(1/1 layout)
2. I want to show right contents first & left contents in the mainpage mobile.
I devide 1/4 & 3/4 layout elements in the desktop main page.but I want to show right contents(3/4,tabs) first & left contents(1/4) in the mainpage mobile
site link : http://www.lawbis.com/


-
This topic was modified 12 years, 1 month ago by
wethepublic.
Hey!
Please place this code: https://kriesi.at/support/topic/adding-slideshare-to-header-social-icons/#post-200202 into the child theme functions.php. By going this way you don’t need to modify the parent theme files.
Cheers!
Peter
Hey Josue
The icons are off left, I put them in the centre of a 5 column set up to make them look centered…
I am trying to replicate the width of the grey bar at the top of the site, with the icons centered.
Thankyiu
G
i prefer the layout as stretched ideally.
is it not possible to simply add a custom header logo that it is either 1000px, or 1010 or even 1030px wide and 200px high. surely this can’t be that difficult to achieve. i tried the code you gave me and replaced the url with the following: http://www.catalyst2change.co.uk/wp-content/uploads/2013/12/Cat2Change_headerbkgrnd.jpg and it just gave me a completely blank header. plus i wanted the header to remain stretched if poss rather than boxed, as like the blue colour to carry on right across the width of the page.
the customer requires a more snazzy header image rather than just a basic 340px * 156 logo, which just wouldn’t give me anywhere near enough space for the amount of stuff they want to have at the top of the page in a banner style graphic.
please advise the easiest way to add a custom header image.
i did also try adding an image in this section of the header section:
Custom Background Image
Upload a BG image for your Header
but when i uploaded the image it did not show when i viewed the page in my browser.
as i said, the image will simply be around 1000px wide by 200 high.
thanks,
paul
Hey,
My logo sucks on mobile. Pull it up on the iPhone in portrait mode and its a no go :)
Any tips? Maybe a desktop version and a mobile version.
Thanks so much!!!! :)
The site I’m taking about is http://takeholdprinting.com
oh wait this doesnt sound like this code would do that, its probably brecause I am currently viewing it on a laptop with a touchscreen… as this is also what happens (and right so) on a smartphone or tablet which dont have a mouse :) sadly my laptop does…..
I think I might be able to solve this but will need to dig into the responsive masonry css that controls the mouseover on mobile devices. Any help in the right direction is appreciated!
thx for the support!
Cheers,
Thomas
Hi Ismael,
Thanks for the email. The solution is absolutely brilliant. I changed the Header type to “Header with Social icons and bottom navigation”.
This is the code I have placed below :
echo “
“;
What I wanted to put in, with aligncenter,

Please let me know how I can achieve this.
CSS element – banner-header
Please see the screen-shot placed at http://tinypic.com/r/2iivhfp/8 I need to ensure that the image can be aligned as well as define a height. I tried the following code. It does not seem to work.
I would appreciate if you can help me here. I am happy to provide access if needed.
Cheers
Mohan
Hi!
Add the 2/3 and 1/3 column then insert a Text Block inside the 2/3 column. Edit the text block then add a column shortcode. I know this is not the easiest way but it works. Please hire a freelance developer if you want to modify the avia layout builder. You can also request the feature here: https://kriesi.at/support/topic/enfold-feature-requests/
Best regards,
Ismael