Hi,
Where is the function “advanced search” in this Forum?
Now if I have to search for a term, such as “header” the results of ALL the themes, but I try Enfold results related to the topic.
I added a border on the title (breadcrumbs) wrap with this CSS
/*border missing at base of title container:*/
.title_container {
border-bottom-style: solid;
border-bottom-width: 1px;
}
I needed to add it as I used the layer slider with a white background image and the top of the slider didn’t show a border.
http://chriswardphotography.net/consumer/services/studio-photography/
I now have a problem that on other pages it has two borders:
http://chriswardphotography.net/about-me/awards/
Example:
http://www.chriswardphotography.com/test-area/examples/example11.jpg
Any ideas of a work around?
Hi,
You can add Advanced layer slider element under Media Elements in Avia Layout Builder. But it should be on top of the page if you are using sidebar or sidebar will not display any content.
Regards,
Yigit
I’ll tag the topic for Kriesi and close it for now. He is the only one who can test on iPhones and is actively working on it but this way he’ll have the site available and the responses don’t dogpile with any side issues.
Hi,
Yes, it is. Please add following code to Quick CSS and adjust it
.sub_menu>ul>li>a { color: red!important; font-family:"Times New Roman",Georgia,Serif; }
For custom fonts, please see this topic https://kriesi.at/support/topic/new-custom-font/
Regards,
Yigit
hello,
at first: thanks for solving my first problem (shortcode for slider was broken by
markdown-plugin).
now there is an other issue…
on http://reboot.netztaucher.com i use the ubermeneu für navigation on top.
the colored navigation fills not the complete width of the header. is there a
simple way to fix this?


bis dann, marco.
-
This topic was modified 12 years, 6 months ago by
netztaucher.
I’m getting that showing the image at full size on mobile is the desired effect. I assumed that the theme would try to maintain the aspect ratio meant for that section, like if the viewable portion of a 500lx400w image on the desktop version of the site was 200lx400w that it was still show that amount of the photo on the mobile, even if it didn’t have the parallax effect so it still looked like a dividing section and not just slapping a full size image on the page. Does that make sense? When I showed the mobile version to people, that was the first question everybody asked me. Why did you put that photo in right there? Then I had to explain that on the desktop, the whole image doesn’t show as it has a parallax effect that is viewable as you scroll.
I know you don’t want a crap load of js files, but this code for adding parallax to mobile is only 5k:
http://torontographic.wordpress.com/2012/08/11/so-you-want-parallax-scrolling-in-ios-ipad-and-ipod/
Just a thought.
-
This reply was modified 12 years, 6 months ago by
Alex.
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
#top .fullsize .template-blog .big-preview img { width: auto!important; margin: 0 auto!important; }
Regards,
Yigit
Kriesi uses following code for the badge:
#bbpress-forums .bbp-body .moderator.user-id-451 div.bbp-topic-content, #bbpress-forums .bbp-body .moderator.user-id-451 div.bbp-reply-content {
background: #f8f8f8 url(images/team-badge-head.png) top right no-repeat;
}
You need to change the image url and depending on your requirements the user class ( .user-id-451 ). However if you want to use different badges for different users you should use this class and change the user id (i.e. 451 in the code sample above).
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
#top .av_font_icon a:hover { color: white!important; }
If it does not work, please create a temporary admin login and send it to me on
Regards,
Yigit
-
This reply was modified 9 years, 10 months ago by
Yigit.
Hi,
You can change theme information on top of Style.css file.
Regards,
Yigit
Ok, update – I tested the long labels on my test server and they worked too. Something else must be the problem. Please activate the debug mode ( https://kriesi.at/support/topic/lost-all-the-avia-blocks-on-a-page-upon-save-revision-does-not-work/#post-140634 ) and copy the shortcode content from the debug window. Then post the shortcode content here.
sorry to bring this one back up but i didnt think to check till last night,
https://kriesi.at/support/topic/logo-size-4/
Is there anything to add to the custom coding so the logo changes on a mobile/ipad device as it goes over the home button, i guess due to keeping a fixed size??
Small correction if I may ;-)
I figured out the caption text and title slide in (from left and right) if I set the slider transition to “slide” and it fade-slides in (from top and bottom) if I set it to “fade”
Anyway it´s awesome.
Cheers
Michael
What is happened with my topic??? :)
Sorry I was a bit bussy and but now I´m again here. My question was simple. I want style the button of Gravity Forms, get the sentence “Required fields” right of button and get a few text bellow the button like the attachment pic.
Thanks Alex for the link, I try it later.
Good morning and thank you for helping me with this.
I have deactivated my plugins and are about to add the code as pr your suggestion.
Being a complete newbie, I have some questions about this:
-To edit the theme, I should use the editor in wordpress, I don’t try to find my way in the installation files saved on my Laptop?
-To do a backup of “everything” before I add code, I must/should download a backup plugin (and make use of this..)?
-I don’t find anything called htaccess in the theme editor in wordpress. Where should I look?
Thank you so much for a wonderful support service. I am learning a lot.
I strongly recommend to use Please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translate the theme.
Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
Hey,
You can remove the icon on top of the post using this on your custom.css or Quick CSS;
.post-author-format-type {
display: none;
}
Regards,
Ismael
Hey,
You can add something like this on your custom.css or Quick CSS:
.hr-short .hr-inner-style {
border-radius: 20px;
height: 30px;
width: 30px;
border-width: 2px;
border-style: solid;
display: block;
position: absolute;
left: 50%;
margin-left: -10px;
margin-top: -15px;
background: url('http://jobs.timeshighereducation.co.uk/magazine/graphics/web_icon_big.gif') no-repeat center;
}
Regards,
Ismael
Hey,
Did you remove the browser cache then reload the page a few times? If you have a cache plugin, please flush the settings. Disable all your plugins, see if it works. I already tagged the topic to Kriesi. Let’s wait for his response.
Regards,
Ismael
-
This reply was modified 12 years, 6 months ago by
Ismael.
Thanks for the code, when I put it in to quick css, it didn’t work. I had to add it to edit css for the main theme. Is this a bug or how it’s supposed to work. As it stands, I have not been able to add ANY code in to quick css and have it work. It’s not like I’m adding lines and lines of code. Maybe 2-3 tops.
Worked perfectly! Thanks Yigit.
For anyone else wanting to style the contact form to be more visible with a nice border around the fields, here is my final css code, placed in the Quick CSS field under Enfold theme options:
#top .main_color input[type=’text’] { background-color: #f0eadd; border: solid 1px #ccc; }
#top .main_color textarea { background-color: #f0eadd; border: solid 1px #ccc; }
Hi,
This is the class you should target #top .main_color textarea { background-color: red; }
Regards,
Yigit
Now it seems almost – found the solution here: https://kriesi.at/support/topic/header-titlebread-crumbs-cs/ – but now there is 23px margin below – the fixed header – how do I change it?
-
This reply was modified 12 years, 6 months ago by
2funky.
Hi,
You can target background of text inputs with following CSS. Please add it to Quick CSS in Enfold theme options under Styling
#top .main_color input[type='text'] { background-color: red; }
Regards,
Yigit
Hi K,
1) Please add following code as well
.main_color .grid-entry-title { text-align: center; }
2) Please see this topic https://kriesi.at/support/topic/featured-image-size-2/
3) It is your Gravatar picture. That is where you need to change it
Regards,
Yigit