Devin,
That was it, great call …. but that’s very strange as it worked before?
Do you think this is something we can work on? It’s very strange that it’s only recently stopped working!
Regards,
Please reread my comment here:
–
5. This time I don’t want to substitute a current icon such as Tumblr. I’d rather add additional options correctly. Also, I’d like to use fontello fonts instead of png files.
What about this post? https://kriesi.at/support/topic/youtube-icon/#post-121776
Hello,
Please help
Is there any way to enlarge the font size in the certain part of a page?
For example in the middle or bottom of a page, I want to use larger font
FYI, I already read this post https://kriesi.at/support/topic/easily-change-font-sizes-enfold/
but I think my request bit different, kerin01 want to apply bigger font for whole page while I just want to apply it on certain area only.
Please help
Regards,
Andri
Hey fullvalue!
Please see Kriesi’s post here https://kriesi.at/support/topic/kriesi-logo/#post-161892
Most changes on this website are hand crafted by Kriesi himself, so i only can recommend you to check blog page time to time. Or you can hire a freelance developer to do that for you
Best regards,
Yigit
Hey!
Maybe you can prepare CSS hacks list for your end user. Formateins posted his in here if you would like to have a look https://kriesi.at/support/topic/custom-css-for-your-pleasure/#post-25635
I am closing this thread for now. Let us know if you have any other questions or issues
Best regards,
Yigit
Somewhere along the way of production the Responsive stopped working on my iPhone when I happened to check it after days of production work.
See site here:
http://ng-sandbox.com/warren/
I’ve checked the area in the admin and it is set to the responsive max width 1030
I’ve tried toggling to all 3 choices – saving and inspecting to see if it would pop back with no luck.
Thank you in advance
Paul
Hey Reto!
You can add following code to Quick CSS in Enfold theme options under Styling tab and change the text
#top .alternate_color.title_container .main-title a:after { content: ' text-here'; }
Best regards,
Yigit
Hey NoahCurran!
I’m not sure why that is happening. I would first suggest trying to change something from the theme styling tab and then save the options to get the generated styles to regenerate. See if that helps.
I know Chrome has been somewhat quirky with this year with css transforms but I’m not sure if this is the case here or if it might be something else. I’ve tagged the topic for the rest of the support to see if anyone else has run into it recently.
Cheers!
Devin
The tabs work fantastically! Thank you very much!
The top menu, however, still isn’t sizing – we’d like that to be much larger.
Hey nesaw!
Another user reported this issue and this css code
#top #espresso_calendar a {
max-width: none;
}
fixed the issue for him.
Cheers!
Peter
Hi dkiessling!
Your css needs to be more specific for the menu:
.main_menu ul:first-child > li > a {
font-size: 1em;
font-weight: bold;
font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
}
For the tabs, they aren’t targeting the tab classes so it would need to be more like:
#top.home .tab_titles .tab{
color: white;
}
#top.home .tab_counter_0 {
width: 150px;
background-color: #045783;
font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
color: white;
}
#top.home .tab_counter_1 {
width: 150px;
background-color: #faa61a;
font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
color: white;
}
#top.home .tab_counter_2 {
width: 150px;
background-color: #008a4b;
font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
color: white;
}
Regards,
Devin
Hey FoxWebsites!
Thanks for pointing it out! First time I’ve seen it and while its not perfectly consistent I’m still able to get it pretty consistently as well.
I’ve tagged the topic for Kriesi to take a look at and hopefully we can get a fix added in to this next version that should be coming out shortly.
Regards,
Devin
Hi @Remco12,
Make sure you are following the steps from this topic for the sorting fix with version 2.4.2 and WP 3.8: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/#post-199805
Cheers!
Devin
Hi!
There is a bit more css to hide the menu earlier and show the new one earlier as well. See: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger/?replies=5#post-132320
I’ll re-write the directions and add a tutorial on the documentation site since it needs a combination of Yigit’s reference and mine to fully get the job done :)
Regards,
Devin
Hi Yigit,
Thanks for your quick reply.
Done and it works beautifully. But now I have three more questions with regard to the update:
1) All the button’s fonts have changed after the update.Can you please tell me where do we change them back?
2) The slider doesn’t fit properly to mobile devices. It looks very narrow and small compare to the rest of the features in the same page.
Can you please let us know how to set it up to get a larger display on the mobiles.
3) For some reason we got now to “up to top” buttons: one is square and the other one is round. How can we get the round one removed?
Thanks so much!
Raviv
Hey!
See this post from Peter on adding your own social icons: https://kriesi.at/support/topic/adding-custom-social-icons/#post-170356
Regards,
Devin
This reply has been marked as private.
Hi !
I ever asked you about a header customisation for my logo and menu > https://kriesi.at/support/topic/few-issues-with-customisation/
It worked perfectly. However, I did’not notice at this time that it caused a submenu issue.
Indeed, you can see on my webstite (www.handball-formation.fr) that my submenu items are not correctly displayed. Just click on “Nos Missions” to see it. They should take two lines but the submenu block is not big enought. I tried a lot of custom CSS with no success.
Best regards and thank’s again.
Guillaume
Hey!
Please replace second code with following one
#advanced_menu_toggle { position: fixed; right: 2%; top: 40%; }
You can adjust top and right values to change the position of the button
Regards,
Yigit
Hi!
From what I understood in this thread (https://kriesi.at/support/topic/three-questions-regarding-ajax-portfolio-preview-style/ , question 3), it’s not possible to directly link to an ajax preview. I guess my question isn’t possible either but I wonder if it’s possible to do it if you’re already viewing another ajax preview? I’ll try to explain: Im in the portfolio grid view. I click on a portfolio and the ajax preview pops up. I have a slider and a description text there. In the description text, is it possible to have a link to another portolios ajax preview (the portfolio is in the same grid and can be viewed though scrolling down to the grid and clicking on it). So technically, it’s not an link to an actual new page, just a link to “click” somewhere else on the page if you understand what I mean… :)
Regards,
Tomas
Hey!
You can use the same css selector with the color attribute
#top .avia-smallarrow-slider-heading> div{
text-align: center;
color: #333333;
}
Cheers!
Peter
Hi!
At the moment cpts or multiple portfolio post types are not planned but you can suggest the feature here: https://kriesi.at/support/topic/enfold-feature-requests/ and we’ll implement it if more users request it. If you’re in a hurry you can also hire someone to implement this feature. A developer who is familiar with the theme framework can implement cpts with some hours of work.
Cheers!
Peter
Hey dalcnetsrl!
As far as I know the Socialize plugin doesn’t offer a shortcode or php function which allows you to directly embed the shortcode into the post/page content. In your case I recommend: http://wordpress.org/plugins/simple-share-buttons-adder/ which supports some shortcode ( http://www.simplesharebuttons.com/wordpress/wordpress-configuration/ ) and you can even use it for advanced share buttons (post slider, etc.: https://kriesi.at/support/topic/add-share-buttons-to-postslider-php/ ).
Best regards,
Peter
Hi!
Can you please provide a php error log? The “Couldn’t add the font because the server didn’t respond” error is very generic and it basically just tells you that something on the server went wrong. It could be a problem with the php memory limit – in this case try to increase the allocated memory limit to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP – or a server side configuration issue like here: https://kriesi.at/support/topic/iconfont-manager-upload-problem/
If you don’t have a php error log please contact the hoster/server administrator and ask him to provide the error logs.
Cheers!
Peter
Hi Yigit!
Thanks for your fast response!
Just tried out your solution. Number 1 works perfect, the logo will be displayed much better.
The second code doesn’t work. The menu button is still on the same place and on the fixed position on the site. Is #advanced_menu_toggle the right style class for mobile view?
EDIT: Sorry, my mistake! I mean for Number 2 also the mobile view. Can you say me how I can change that on mobile view, only for the menu button (logo should only displayed on top of the page)?
Grüsse
Fabrice
-
This reply was modified 12 years, 3 months ago by
Fabrice.
Hi jmaguirrei!
Add following code into the quick css field
#top .big-preview a{ pointer-events: none !important; }
Best regards,
Peter
Hi!
1) The submenu modification would require some additional coding (js/css) and this customization is beyond the scope of our support forum. I recommend to hire someone here: http://www.microlancer.com/ or here: http://kriesi.at/contact/customization who can help you to modify the theme files or you can search for a menu plugin here: http://wordpress.org/plugins/
2) You can use following code to align the menu items on the left side and to remove the dots for the child menu items
#top .sidebar_left .widget_nav_menu li {
text-align: left;
}
#top .sidebar_left .widget_nav_menu ul ul li:before {
content: "";
}
Best regards,
Peter