-
AuthorSearch Results
-
If you’re talking about the repositioning, try to add some whitespace to the top and bottom of the image. Maybe 10 to 20 pixels would do the trick. Not by css, change the image itself. If you are aware of the pity image quality on mobile devices, generate several logos in different sizes. Place them into the media queries and you’re fine. :)
November 26, 2013 at 12:05 am #193202In reply to: Make Top Icon Linkable
Have a look to this thread, maybe it’s kinda useful:
https://kriesi.at/support/topic/solution-making-the-iconbox-element-fully-linked/PS: You may also achieve this with a few lines of jQuery, but this is a bit more complicated (as you have to read the link of the item beforehand).
-
This reply was modified 12 years, 4 months ago by
formateins.
November 25, 2013 at 11:40 pm #193199In reply to: Make Top Icon Linkable
I’m having the same issue and wanted to add myself should a reply come
November 25, 2013 at 11:03 pm #193180In reply to: Menu Align to the Right
Hi Brandon!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .main_menu .menu li ul ul { left: 207px; }Cheers!
YigitNovember 25, 2013 at 10:35 pm #193177In reply to: SabaiDiscuss css
Hi!
Works as intended :) Please add following code to Quick CSS as well and it should be fine
.sabai-btn-small .sabai-caret { margin-top: 1px; margin-right: 6px; }Regards,
YigitNovember 25, 2013 at 10:10 pm #193170In reply to: Reopen a closed issue
You could change it to something like this:
li#menu-item-3512 a { padding: 5px 10px !important; background-color: #0698d9!important; color: white!important; height: 30px!important; line-height: 20px!important; margin-top: 55px; border-radius: 10px; }For future customization where it needs to be exact however you will need to look into a freelance developer. Typically this is not supported through the support forums but we will usually finish off something we start off with.
November 25, 2013 at 9:59 pm #193169In reply to: Portfolio Grid stopped working?
Thank you Yigit…it looks like it was the Google Analytics for WordPress plugin that was causing the Portfolio Grid to not display. I will keep your tip in mind in the future :)
November 25, 2013 at 9:36 pm #193165In reply to: Blog-Views – why so complicate ??
Closing off the topic since its getting off topic and its clear we aren’t going to be able to meet your needs here. Kriesi.at has no individual in which you have hired or that we have directly pointed you to so please do not claim otherwise.
Regards,
Devin
November 25, 2013 at 9:35 pm #193164In reply to: Reopen a closed issue
Thanks!
The previous css is for setting the login button on the top menu, now it is not shown correctly :(
Can we reduce the spacing even more?
Here is the updated code:li#menu-item-3512 a {
padding: 5px 10px;
background-color: #0698d9!important;
color: white!important;
height: 30px!important;
line-height: 20px!important;
margin-top: 43px;
border-radius: 10px;
}.header-scrolled li#menu-item-3512 a {
margin-top: 15px;
}.home .fixed_header.social_header #main {
padding-top: 12px; }#top .main_menu .menu li > a {
padding-top: 10px;
}
#top .header-scrolled .main_menu .menu > a {
padding-top: 0;
}November 25, 2013 at 9:29 pm #193161In reply to: More Header Height and Padding Questions
This reply has been marked as private.November 25, 2013 at 9:27 pm #193158In reply to: Reopen a closed issue
You have the css incorrect in your Quick CSS:
#top .main_menu .menu li > a { padding-top: 10px; } #top .header-scrolled .main_menu .menu li>a { padding-top: 0; }It should be:
#top .main_menu .menu li > a { padding-top: 10px; } #top .header-scrolled .main_menu .menu li>a { padding-top: 0; }The previous css is not needed.
November 25, 2013 at 9:13 pm #193154In reply to: Reopen a closed issue
Added the code, cleared cache, does not help :(
This is the current code:
li#menu-item-3512 a {
padding: 5px 10px;
background-color: #0698d9!important;
color: white!important;
height: 30px!important;
line-height: 20px!important;
margin-top: 43px;
border-radius: 10px;
}.header-scrolled li#menu-item-3512 a {
margin-top: 15px;
}.home .fixed_header.social_header #main {
padding-top: 12px; }#top .main_menu .menu li > a {
padding-top: 10px;
}
#top .header-scrolled .main_menu .menu li>a {
padding-top: 0;
}November 25, 2013 at 9:02 pm #193151Thanks for the response, that s what I thought.
So I made a new layout for certain posts, then I rendered a page with the parallax effect, then copied the code an inserted it in the new layout I made. This requires a little work and I could describe it more in details if someone needs it but now I have a parallax effect for some of the posts I want that use that custom look.I can now make a handful of looks where there is a large parallax background on the top of some of the posts. When a post is about “Restaurants” for example, I pick the layout that has the parallax effect with a large image of the inside of a restaurant. When I have a post about a movie theater I pick the layout for posts with a Large theater background image…maybe an idea to incorporate in a future version as custom posts layout is really helpful
November 25, 2013 at 8:14 pm #193127Topic: Make Top Icon Linkable
in forum Enfolddsgnerfw
ParticipantHi guys , I folllowed this thread >
https://kriesi.at/support/topic/icon-box-icon-link/
and replaced the php file with the custom one and I’m having this error >
The icons are clickable but it shows this text >>
aria-hidden=’true’ data-av_icon=’’ data-av_iconfont=’entypo-fontello’I also followed another thread about putting a folder in your child theme ,can’t remember though.
Or in short , I want to know what works to make the top icon box clickable.
Thanks
November 25, 2013 at 8:05 pm #193124In reply to: Content container fullsize bigger
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }It should look like this http://i.imgur.com/szgzRXs.jpg
Best regards,
YigitNovember 25, 2013 at 7:13 pm #193080Topic: Menu z-index layering issue
in forum EnfoldPaul M
Participanthi,
i’m having an issue with the top (secondary) menu on this page. when rolling over About Us, the submenu gets hidden behind the main menu
http://www.kafkagranite.com/wp/i played around with the z-index a bit in firebug, but thought i’d see if you had a ready solution
thanks
November 25, 2013 at 7:07 pm #193075In reply to: Blog-Views – why so complicate ??
Dear kaMai,
The Enfold theme is the well theme, because it allows to create nice looking site. The support team is correct here and they try to help patiently to use themes for all buyers. Please, be correct with them a little. For example, I wait support answer here more than 3 days, but I understand, there is no margins between support and develop questions. Actually, I read this forum every day and usually I find answers here. Yesterday I tried to understand, what you asked https://kriesi.at/support/topic/blog-views-why-so-complicate/#post-192477, but I couldn’t, sorry. The Enfold blog section is the strong (best) part of theme. It is pity you cannot create the blog as you need.
November 25, 2013 at 6:20 pm #193040November 25, 2013 at 6:18 pm #193036I made changes to the core theme files so updating the theme takes while keeping these changes will take some time
:(I’ll update later this week and hope that solves the problem.
Thanks,
Stefan-
This reply was modified 12 years, 4 months ago by
Alcadis.
November 25, 2013 at 6:14 pm #193033Hi!
Please try updating the theme to the latest version 2.4.2 via FTP and let us know if issue remains
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750Cheers!
YigitNovember 25, 2013 at 6:10 pm #193029Here’s my site: http://wptest.alcadis.nl/
Stefan
-
This reply was modified 12 years, 4 months ago by
Alcadis.
November 25, 2013 at 6:08 pm #193027November 25, 2013 at 5:40 pm #193004In reply to: More Header Height and Padding Questions
Yigit,
I made the change to my avia.js file as recommended in the post you refer to but all it does is stop the logo from re-sizing when scrolling. The header still won’t resize when scrolling.
I would think that simply making the header height smaller would be a little simpler than this but I guess it isn’t something that’s normally done?
November 25, 2013 at 5:34 pm #193003In reply to: Putting Tagline Under Logo in Fixed header section
Hi davidsinjaya!
Please find
wp_nav_menu($args); echo '</nav>';in Header.php file and add your code right under it.
Then add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired.tagline { padding-top: 40px; }Best regards,
YigitNovember 25, 2013 at 5:21 pm #192997Topic: how to disable or make smaller the small feature image in post
in forum Enfoldchryseis
ParticipantHi,
I like the fact that on my post my feature image is on the top left corner. But I find it too big and as a consequence my post looks too narrow…And I find it not pleasant to read.
I cannot use big feature image as I don’t have nice pictures sometimes.How can I disable that small picture image ? Or How can I make it smaller?
Kind regards
Chrys
November 25, 2013 at 5:13 pm #192994In reply to: More Header Height and Padding Questions
Hey!
Please refer to this post https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
Cheers!
YigitNovember 25, 2013 at 5:04 pm #192987In reply to: Menu descriptions II
Hey!
You can request such feature here if you would like https://kriesi.at/support/topic/enfold-feature-requests/
Cheers!
YigitNovember 25, 2013 at 3:33 pm #192947Hey ZakP!
Please see Devin’s post here https://kriesi.at/support/topic/menu-items-using-anchor-tag-links-do-not-set-correct-menu-state-after-clicking/#post-191893
Best regards,
YigitNovember 25, 2013 at 2:11 pm #192918Hy there! We found the mistake.
Our server, where all clips were uploaded, was full. So we got a notification, that there is no upload limit anymore. Due to that, the mistakes occurred. That’s really interesting, because I only thought of a software bug in WordPress.You can close or delete this topic.
Thank you!November 25, 2013 at 1:39 pm #192909In reply to: Turn off background repeat in slider
Hi Josue
I cant get this to work. See here
http://www.mainline-energy.co.uk/temp-2/
I’ve tried:
background: url(http://www.mainline-energy.co.uk/wp-content/uploads/silder_background_2.png) no-repeat top center;
and
background: url(_URL_) no-repeat top center;
– in both layer slider/custom styles editor and in enfold/styling/quick css (wasnt sure where it was supposed to go)
Can’t get the slider background to stop repeating
Thanks
Masten
-
This reply was modified 12 years, 4 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: Make Top Icon Linkable
Hi guys , I folllowed this thread >
https://kriesi.at/support/topic/icon-box-icon-link/
and replaced the php file with the custom one and I’m having this error >
The icons are clickable but it shows this text >>
aria-hidden=’true’ data-av_icon=’’ data-av_iconfont=’entypo-fontello’I also followed another thread about putting a folder in your child theme ,can’t remember though.
Or in short , I want to know what works to make the top icon box clickable.
Thanks
Topic: Menu z-index layering issue
Hi,
I like the fact that on my post my feature image is on the top left corner. But I find it too big and as a consequence my post looks too narrow…And I find it not pleasant to read.
I cannot use big feature image as I don’t have nice pictures sometimes.How can I disable that small picture image ? Or How can I make it smaller?
Kind regards
Chrys
