Hi Josue,
Thank you so much. Can you tell me if I still need this?
.content { padding-top: 20px; }
Thanks.
sl
Hello totofunk!
Add this CSS code to the Quick CSS:
#top .title_container .container{
min-height: 40px !important;
}
.title_container .breadcrumb{
left: 0 !important;
}
Regards,
Josue
Hello!
Please add following code to Quick CSS as well
#top .variations td.label { width: auto; }
Best regards,
Yigit
Hey Guys I know this is asked a lot. I am trying to impliment a custom font based off of this post
https://kriesi.at/support/topic/how-to-add-a-custom-font/
my website is http://www.jackandaddi.com – and I am using a child theme
I have used font squirel to make the files. I have added the @font-face code to my style.css file it looks like this:
@font-face {
font-family: 'claire_handregular';
src: url('clairehandregular-webfont.eot');
src: url('clairehandregular-webfont.eot?#iefix') format('embedded-opentype'),
url('clairehandregular-webfont.woff') format('woff'),
url('clairehandregular-webfont.ttf') format('truetype'),
url('clairehandregular-webfont.svg#claire_handregular') format('svg');
font-weight: normal;
font-style: normal;
}
body, body p { font-family: 'clairehandregular-webfont', Arial, sans-serif; }
I then tried to make a basic “ugly” edit to test this. I see the font change but it is changing to arial.
I am guessing I am not putting the 4 font files in the right place. The documentation says to put them by your css files. Dude says to put them in your css directory. (but on the parent theme) If I just make the css directory on my child it doens’t work of course. not jsut puttign the files in the child root.
Please explain how I make it work in the child theme setup? were do my 4 font files go?
Hey coms77!
1) Currently no, but you can request that feature here https://kriesi.at/support/topic/enfold-feature-requests/
2) Yes as you can see on Demo page as well http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-gallery-3/
There is post navigation for blog posts as well http://kriesi.at/themes/enfold/2012/01/14/this-is-a-nice-post/
3) It does in my installation. Can you post the link to your website?
4) Please add following code to Quick CSS in Enfold theme options under Styling tab
.grid-entry .inner-entry { box-shadow: none!important; border: 1px solid #e1e1e1; }
5) Please add and adjust this one as well
.grid-content, .avia-arrow, h3.grid-entry-title { background-color: orange!important; color: white!important; }
6) It is possible to change all of them on hover if you wish. Or it will look like this http://i.imgur.com/6KqhzOL.jpg
7) Please see this post if you have not seen it already https://kriesi.at/support/topic/available-from-kriesi-at-home-page/#post-171213 :)
Best regards,
Yigit
Hey sletts02!
Please refer to this topic https://kriesi.at/support/topic/new-custom-font/#post-121900
Best regards,
Yigit
Hey Tom!
Please refer to Ismael’s post here https://kriesi.at/support/topic/change-text-of-main-title/#post-167849
It answers both of your questions :)
Best regards,
Yigit
Hello!
Please add !important as following and after that flush your browser cache and refresh your page a few times.
.home .content { padding-top: 30px!important; }
This will decrease top padding on home page
Cheers!
Yigit
• Possibility to add classes to Layout Elements
+1
Edit (Dude): Already supported – see: https://kriesi.at/support/topic/custom-css-class/#post-169149
and…
• possibility to use your social icons with a widget in sidebars or inside the widget-elements from Avia Layout Builder
+++++ Youtube +++++ :)
• Thumbnail for Videos
• Possibility to add classes to widget areas and Layout Elements
Edit (Dude): Already supported – see: https://kriesi.at/support/topic/custom-css-class/#post-169149
-
This reply was modified 12 years, 4 months ago by
Dude.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.home .content { padding-top: 30px; }
Best regards,
Yigit
This reply has been marked as private.
Hi zaheer_m!
1) Please refer to this post https://kriesi.at/support/topic/collapsable-menu/#post-165144
2) Please add following code to Quick CSS in Enfold theme options under Styling tab
a.ls-nav-prev, a.ls-nav-next { display: block!important; }
Regards,
Yigit
I am new to WordPress and the Enfold theme. I want to have my main menu – a drop-down or breadcrumb menu – on the top of my website. Most importantly, I want to showcase my photos under the Portfolio heading with drop-down menus for the different categories. However, they show up under: Home/Shortcodes/Portfolio Shortcode/Birds. Does this have anything to do with the fact that I downloaded dummy content? If so, how do I get rid of it?
Hello comitzuu!
Feel free to submit your request here https://kriesi.at/support/topic/enfold-feature-requests/
Regards,
Yigit
The AJAX portfolio is great, but is it possible to have the AJAX box open at the current location rather than up the top?
My scenario is that I have 30+ images, and I’d like a preview of each at the current row so you don’t have to scroll back down after each preview.
Even like a lightbox style popup in the current location would do fine.
How can I go about this?
Why would a menu issue require a login to my site? You can replicate it by copying my top level nav into a test site, using at least one item with a space.
This is a theme bug that has nothing to do with my content.
You still haven’t answered my other questions :-(
Hey!
Please see this post by Kriesi https://kriesi.at/support/topic/kriesi-logo/#post-161892
I would suggest you to check blog time to time :)
Best regards,
Yigit
I’ve got a site that will be using mainly static pages but will use “posts” for news items. I created a category of “News” for this purpose.
However I have noticed that WP inserts information I don’t want to appear in the title area when viewing.
For example, when reading a particular news item, the top title area shows “Blog – Latest News”. I don’t want to note the Blog portion. Just “Latest News” would be fine.
Also, when looking at the category post for all the news items it shows the following: “Archive for category: News”. I don’t want the “Archive for category” to appear, just “News” is fine.
Any ideas on how to tweak things to do this?
Thanks in advance!
TOm
Both solutions work perfectly – many thanks Yigit, much appreciated.
I’ve pasted them below with notes in case they’re of help to anyone else.
/* ********* This line adds padding for last menu item when Search icon is turned off ********** */
#top .main_menu .menu>li:last-child>a { padding-right: 13px; }
/* ********* This turns on the full width horizontal rule underneath the main menu ********** */
#header_main_alternate { z-index: 1; }
:o)
Hello!
1) Unfortunately, we are going to need to see the website live for this one. It does not happen on my installation
2) You should add it inside of Header.php file.
3) Please add following code to Quick CSS in Enfold theme options
#top .header_color .avia_mega_div > .sub-menu { border-top-width: 4px!important; }
4)
.header_color .avia-bullet { list-style-type: circle !important; }
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .main_menu .menu>li:last-child>a { padding-right: 13px; }
#header_main_alternate { z-index: 1; }
Regards,
Yigit
Hello bgolpaye!
Answered your questions here https://kriesi.at/support/topic/urgent-help-needed/#post-171823
Please stick to one topic.
Regards,
Yigit
+1 for DavyE’s mobile main menu suggestion. At least as an option. As in “view menu expanded” or “view top level only” for mobile mode.
Hey!
Basically these ones https://kriesi.at/support/topic/incorrect-currency-symbol-displayed/#post-170560
Firstly please remove the code, logout, login, then insert the code once again. But instead of ‘¥’ insert HTML code of Chinese Yuan. You can find it in the wikipedia link i posted. I hope that helps
Best regards,
Yigit
Ok, great thanks. Seems to be fine. This actually also cleared up another issue that was being discussed here: https://kriesi.at/support/topic/whitespace-above-image/
Feel free to close!
Best,
Jonathan
A fix for another problem in Firefox cleared up this issue as well. Can be seen here: https://kriesi.at/support/topic/firefox-image-placement/#post-171789
Thanks for your help and feel free to close.
When editing text fields in the visual editor I have found that the theme adds unnecessary <br> tags that creates much larger spaces than we need. It happens automatically after hitting the “save” button on the visual editor text fields.
Has anyone else experienced the same thing? I couldn’t find the topic in the forum. Thanks!
Hi!
1) Change previous code with this one
#top .price span { font-size: 22px; }
2) You should paste the same code to the end of your functions.php file and change ‘Chinese Yuan’ to ‘Indian Rupee’ and ‘¥’ to ‘Rs’
Regards,
Yigit
Hi Enfold Support,
Upon updating to 2.3 we noticed that a bunch of the icons are now not showing properly on our Enfold themed site: http://tinyurl.com/53j35.
. Specifically the following:
– social icons in the top nav. colors are showing on hover but no icons
– right chevron icon in the slider nav. odd as the left chevron shows up. slider nav is set to appear on hover. what appears is something like a broken image.
– back to top (chevron) isn’t appearing when you scroll below the fold. the back to top nav button appears but the upward chevron icon isn’t appearing at all
– search icon for the search box (to the right of the global navigation in the header section). the area where the search icon should sit active ie you can conduct a search but no icon appears. this is prevalent on the 404 error page: http://tinyurl.com/kykjl8v
– similar to the chevron icons not appearing we have the arrow icons in the image hover not appearing as well.
http://tinyurl.com/k34z6w5
Can you instruct us on what to do to get these icons back? Do we need to reinstall the enfold theme?
Thank you in advance for your help.
-
This topic was modified 12 years, 4 months ago by
Eric. Reason: Was an incomplete description and hiding URLs to protect the innocent. :)