Hey @mediumstudio!
Please create another topic for that :)
Regards,
Josue
I just performed a reinstallation of WP to the latest Swedish version in order to get the site translated into Swedish according to Reply #185525.
I then tried to upload the Enfold theme again from my local laptop. This failed with the comment that that there already was a destimation forlder defined. I then found the theme and were able to activate it. There is however some kind of error in the theme setup due to all pictures not being vislualised in the webpage and I am not being able to add a logo.
Please need support
I want to add a title in the sidebar menu, how can I do that?
Here’s the site adres: http://www.topicusfinan.com
For an example see the picture under:
http://www.freebits.nl/images/499title.jpg
Thanks!
Hi!
The problem is, there are entry wraps after each 3rd post. But if you would like to display them in one column, please undo custom CSS code i provided earlier and add following instead
@media only screen and (max-width: 767px) {
.responsive #top .slide-entry {
width: 100%;
margin-left: 0!important;
}}
Regards,
Yigit
This reply has been marked as private.
Hey!
Please see Kriesi’s post here https://kriesi.at/support/topic/kriesi-logo/#post-161892
I would sugest you to check Blog page time to time
Best regards,
Yigit
Hi!
You can try adding the code i posted here https://kriesi.at/support/topic/logo-resizing-troubles/#post-185565 and adjust it. I wanted to see the your website to provide more accurate custom CSS code but that should work
Best regards,
Yigit
Hi,
I did this – it worked, but it did not solve my problem.
http://puu.sh/5bhxK.png
Notice how the “i” is displaying as “l” – how do I fix this?
Hey!
On which elements exactly?
Best regards,
Yigit
Hey!
That would need to be added in as a new feature with a theme update.
What you would need to do is target the container for that specific element and then setting the testimonial height manually with css:
.avia-slider-testimonials .avia-testimonial-content {
height: 100px;
}
Just keep in mind this will not automatically adjust for any responsive changes with the width of the container so you would also need to add in the same thing with either a bigger height or smaller depending on the content to the custom.css file into the pre-written media queries we have there for desktop/mobile.
Since the page above is in coming soon mode I can’t target that specific item as is.
Best regards,
Devin
Hi!
You can add following code Quick CSS in Enfold theme options under Styling tab and change it to the font family you would like to use
.main_menu ul:first-child > li > a { font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
Cheers!
Yigit
Hi!
Your two options are what Ismael posted above or adding a class to the menu item that shrinks its width and forces it to a second line (though that still not look great).
If you wanted to implement something else you could.
Cheers!
Devin
Hey!
This is the default behavior for Gallery items. They should look like this with the gallery at the top (because its a gallery post type): http://kriesi.at/themes/enfold/2013/10/21/postformat-gallery-multiple-images-with-different-sizes/
Best regards,
Devin
Hi!
What exactly would you like to change? Font size, font family, color?
Regards,
Yigit
Nevermind, that led me to change the font SIZE – I want to change the STYLE
Hi ErikManger!
You can target following class to make changes on main menu
.main_menu ul:first-child > li > a { }
Cheers!
Yigit
Hi!
You have the same image added twice on top of each other. The one below is 1200x500px and other one is 1140x500px. 1200x500px one has a white border on the right of the image itself. Please edit http://hubholdings.com/wp-content/uploads/2013/10/homeSliderCapital.jpg this image and remove white border
Best regards,
Yigit
In all pages (except the blog) it writes “Comments” insted of page name at top of page.
It then linked to a missing page.
Wrong: http://www.mingo.net/about/
Right: http://www.mingo.net/posts/
How do I correct that?
…I have tried to:
Set up a new menu
Change in the theme options
Create a new page
Search in this forum
…I use WordPress 3.7.1.
Hi!
Please add following code to Quick CSS in Enfold theme options
.sub_menu { top: 390%; }
.header-scrolled .sub_menu { top: 270%; }
Cheers!
Yigit
This reply has been marked as private.
Question: I have fixed and altered the height of my main menu and logo in the quick CSS with:
#header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
height: 120px !important;
line-height: 180px !important;
max-height: none !important;
}
#top .main_menu .menu > li{
font-size: 14px;
}
#top .main_menu .menu li>a {
height: 120px !important;
}
But all of the dropdown menu sections are all also at 120px, how can I alter this as that they are smaller…?
Any help would be greatly appreciated
Nick.
Hey petersandin!
1) We’ll make sure that the headline styling is consistent with the next update – for now you can fix it with
#top .title_container .main-title{
font-family: 'Yanone Kaffeesatz', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
2) No, the dropdown doesn’t support the font icon. You can try to use the “Slide Out” mobile menu instead which uses standard html links and I guess it supports icon fonts too.
Cheers!
Peter
Hey Delphiine!
1) Yes, use following css code to change the “strong” tag styling
#top #wrap_all .alternate_color strong{ color: #333; }
2) You can easily switch to a child theme. You won’t loose any settings especially because we introduced a “parent theme settings import” option with Enfold 2.3.1.
Cheers!
Peter
Hey!
I don’t know if Kriesi used a plugin or some custom code. I’ll mark this topic for him.
Regards,
Peter
Hi,
I don’t understand becose in the post blog there is a tex that it’s not translate in italian. “Leave a reply” “Want to join the discussion?” “Feel free to contribute!”.
http://www.caimorbegno.org/?p=2498
My wp language is set in IT.
I find this on the forum,
https://kriesi.at/support/topic/please-contribute-and-translate-enfold/page/4/#post-184004
I try to download and put it by ftp in wp-content/language/theme but the this text is always in english.
When I open the .po file I see the right translation, but in the site it is not show.
Can i do?
Thank
Hi Yigit!
The code is working only when I’m using “Image Element” to keep images.
But when I’m doing the same thing with gallery, its still not working.. :(
please check the link below. in this link left top three images are kept by using “Gallery from Media Element” and the last three images are kept by using “Images from Media Element”.. So its working when I’m using “Images from Media Element” which as I explained earlier I don’t really want to use it..
please have a look at the link below and compare the difference..
http://goo.gl/DJmeeH
Thanks