Hi,
I can’t find the iconfont manager area so I can add icons to the icon selection boxes. I searched the forum for threads and found this one: https://kriesi.at/support/topic/adding-custom-icons-to-an-icon-box/ which leads to the wonderful tutorial video here: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/ which seems to be a bit outdated, as it instructs us to find the iconfont manager under “General Settings”. I’m using the latest version of Enfold 3.6.1, and the theme options no longer include “General Settings” I’ve gone through all the theme setting options, and maybe I’m just tired out (which I am tired!), but for the life of me, I cannot see that handy “Iconfont Manager” field so I can add a new font icon from Fontello that I need to my icon selections. Has it been eliminated? Or am I just so tired I am blind?
I have this site
And the social icons dont show at the mobile version (360px)
I want to see like this
http://www.soldelnahuel.com.ar/web/social-top.jpg
Hi,
So first I will start by saying that I have added the code to the functions file to change the title of the blog from “Blog – Latest News” to “Insights”. I have done that with this code.
`add_filter(‘avf_title_args’, ‘fix_single_post_title’, 10, 2);
function fix_single_post_title($args,$id)
{
if ( $args[‘title’] == ‘Blog – Latest News’ )
{
$args[‘title’] = Insights;
$args[‘link’] = get_permalink($id);
$args[‘heading’] = ‘h1’;
}
return $args;
}`
With that being said the main reason for my question is that I have also created a custom post type called counselors but now on the counselors single pages it’s also displaying that same “Insights” header. I did a search like normal to see what I can find and I found this thread.
https://kriesi.at/support/topic/custom-post-types-and/
She was basically looking to do the same thing as me so I tried to follow suit but im having no luck. Here is the code im using to try and change my custom post type title.
add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
function fix_single_post_title_2($args,$id)
{
if ( is_singular('post') || is_singular('counselors') )
{
$args['title'] = get_the_title($id);
$args['link'] = get_permalink($id);
$args['heading'] = 'h1';
}
return $args;
}
I changed the the function name so it’s not the same as my first function to change my blog title and I put in my CPT slug where they said to do it but yea….its just not working.
Any help would be great.
Thanks
-Dan
Hey
Still not working not it displays on desktop but on mobile it doesnt redirect and something hapend to the image in the page below that its not displaying anymore. the desktop page in mobile shows an fatal error at line 588.
Pictures on other pages are not showing anymore
I deleted the sscruips in the php and its working again
Thank you
-
This reply was modified 9 years, 7 months ago by
hdpcr.
Hi,
following up on this solution: https://kriesi.at/support/topic/adding-numbers-to-icon/#post-507631
How did you gave the element a custom class “custom-icons”
thanks
Thanks Josue but, that did not seem to work.
When I scroll down the logo and the mobile menu fade out? I’m thinking maybe the sub menu background is fading in overtop of them.. Maybe it just can’t be done..
Sorry, I can see how it probably does not sound clear. I was talking about button state control. On desktops, there are multiple states of a button, allowing for hoer, click, active, etc. Because mobiles and tablets have button states that are more in tune with either on or off, a menu drop-down fails to work on mobile or tablet platforms.
I have seen it where that menu will switch to being an onHover display to an onClick display. I cannot remember where I saw it. I swore it was done on an Enfold-based site. Can there be a function that replaces the button states when it senses a mobile or tablet platform?
Hi kilimats!
Please go to Appearance > Menus and click “Screen options” on the top right corner and check CSS classes and then edit your menu item and give it a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class > a > span.avia-menu-text:after {
content: "4";
font-size: 9px;
color: #FFF;
background: #42A0BD;
line-height: 17px;
width: 17px;
display: inline-block;
text-align: center;
border-radius: 100px;
position: relative;
top: -9px;
left: 2px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit
Hi hmsvictory!
Please refer to this post – https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161
Our devs are working on an update at the moment.
Regards,
Yigit
I’m on 3.6.1, latest version, cleared cache, etc etc, and still don’t see the “Update Cart” button on the cart page. It’s there in the code but it’s “disabled”. I read another topic from June about this problem – has this been fixed yet?
Hi Josue,
That did it!
You can close this topic now :)
Thanks,
Hafeez
Change the CSS code to:
#top.category-rides #header .av-main-nav > li > a {color: #808080;}
#top.category-rides #header .av-main-nav > li#menu-item-523 > a {color: red;}
Hey jo_hi!
Please change your code to following one
@media only screen and (min-height: 300px) and (max-width: 1040px) {
.avia_combo_widget, .widget_nav_menu {
border-top: 2px solid rgba(0,0,0,1.0) !important;
padding-top: 24px !important;
}}
Best regards,
Yigit
ok, I’ll try to be more specific. The link I gave you http://www.puntomatedilizia.com has a slider on top of the page which works fine, than going down you’ll find a section called “news ed eventi” with 3 articles preview. This article slider has autorotation, so what happen is that when one of the pages of this article slider doesn’t have 3 articles showing, the size of the slider changes in mobiles creating a very bad effect. Problem is articles slider works horizontally on desktop mode, but it does it vertically in mobiles.
I hope you can see what I’m talking about this time. Thanks for the help anyway.
Hi!
Login credentials posted here – https://kriesi.at/support/topic/php-versioning-issue/#post-663024 are not working for me. Can you please check them once again?
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top div div.product .woocommerce-tabs .panel {
background: black!important;
}
Cheers!
Yigit
Hey!
Glad you figured it out!
Regarding Google Maps issue, please refer to this post – https://kriesi.at/support/topic/solution-to-google-maps-key-issues/ or this one – https://kriesi.at/support/topic/google-maps-7/#post-656457
If you have any other remaining issues, please let us know!
Cheers!
Yigit
Hi,
In order to get 1px border-width design for my contact form I have added the following css
under general styling:
#top div .av-dark-form input[type=’text’] {
border-color: #000000 !important;
border-width: 1px !important;
background-color: #ffffff !important;
}
#top .avia_ajax_form .text_area {
border-color: #000000 !important;
border-width: 1px !important;
background-color: #ffffff !important;
}
.av-custom-form-color .button:hover {
border-color: #000000 !important;
border-width: 1px !important;
background-color: #6786a1 !important;
}
.av-custom-form-color .button {
border-color: #000000 !important;
border-width: 1px !important;
background-color: #ffffff !important;
}
Unfortunately, it did not do trick for the button, the form element “select element”, and the form element “checkbox”.
Please can you advise what to do. Thank you!
Hey ofirofir,
Sorry for the late reply, please try this temporary fix: https://kriesi.at/support/topic/solution-to-google-maps-key-issues/#post-661496
Regards,
Rikard
Hi,
No I didn’t see any dropbox link, could you try posting it again? Please note that each time you reply to your own topic it will be sent back to the back of our support queue so please try not to do so unless you think it’s absolutely necessary.
Thanks,
Rikard
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.sc_player_container1 {
float: left;
margin-top: 15px;
}
.sc_player_container1 + p.product.woocommerce.add_to_cart_inline {
border: none!important;
width: auto;
float: left;
}
Regards,
Yigit
Hi
Thanks for sharing @haydaw, much appreciated :-)
Please try the temporary fix @marketwithmichael and let us know if you should need any further help on the topic.
Thanks,
Rikard
Because I dont get a response anymore at: https://kriesi.at/support/topic/widgets-arent-opening-javascript-problem/
I’m unable to open widget in WordPress. Also the pages don’t display content. It’s seems to be a javascript problem.
I tried:
– Installing latest version of Enfold
– Installing latest version of WordPress
– Reinstalling wordpress
– Reinstalling Enfold
– Deactivation all plugins
The only way i dous work if i use a other theme then Enfold like twentytwelve.
Best regards,
Rutger
Hi Andy, Thanks a lot! Now I managed to adjust it well to how I wanted it:
And: ewingmh , here’s the code I used in custom css.
@media only screen and (max-width: 489px) {
#av_section_1 {
background-size: 100% 45% !important;
background-position: 40% 90% !important;
margin-top: -100px;
}
}
Kindly regards,
Mathilde
You can close this now. Thanks!
Hi,
Great, glad we could help :-)
Let us know if you should need any further help on the topic.
Regards,
Rikard
Thanks, Rikard – there is nothing to add here and you can close the topic ;- )
Have a nice day,
Regards.
Artem
Thanks Andy.
this code in Quick CSS field for Pc Desktop it’s OK !
#socket .copyright {
margin-left: 30%;
}
Sorry, but I did not understand your answer for mobile
Ciao
Riccardo