Forum Replies Created
-
AuthorPosts
-
I have the same problem with my website and will follow this thread. Please fix right away ;-)
October 12, 2016 at 8:31 pm in reply to: Price table: no alternating color AND different size text in Pricing Row #698516Hi Yigit-
I’m not sure why I’m having so much of an issue here. The latest css did change a few things but it’s odd. Please see the screen shots with comments and the sample from the Enfold Demo Pricing Table.
October 11, 2016 at 5:42 pm in reply to: Price table: no alternating color AND different size text in Pricing Row #697981Thank you for your response. This did not work either. I will send credentials.
There are two functions that I would love to achieve:
1. Make the background of the alternating rows one color (white).
1a. Text the same color too
2. How to make smaller text appear in Price Row like the sample on the Enfold Theme Pricing Table?That fixed it! Thanks.
August 18, 2016 at 2:05 am in reply to: Enfold update 3.7.1 Google map function does not work still #673954Hello-
I checked my site today and it’s working now. I will update my other client’s websites and hope that whatever the issue was, was simply a “fluke”. :-)
Thank you.August 17, 2016 at 2:18 am in reply to: Enfold update 3.7.1 Google map function does not work still #673451Another note: there is an area on the Google API Key setup where it asks:
Accept requests from these HTTP referrers (web sites) (Optional)
Use asterisks for wildcards. If you leave this blank, requests will be accepted from any referrer. Be sure to add referrers before using this key in production.You have not set any referrers. Other applications might be able to use this key.
I have inserted a URL here and have tried without. Neither worked.
August 12, 2016 at 6:29 am in reply to: Enfold update 3.7.1 Google map function does not work #671701Well Yigit, I’m back! The Google Map API key worked fine for the first website but now the Google interface looks different and we need to choose the type of Key: Server Key, Browser Key, Android Key or IOS Key. I chose Browser Key because it looked the closest to your screen shot directions. Then I continued the process to receive the Key.
Once in Enfold, my map flashes for a split second upon load but I have an error message of:
Oops! Something went wrong.
This page didn’t load Google Maps correctly. See the JavaScript console for technical details.Can you help?
August 8, 2016 at 11:12 pm in reply to: Enfold update 3.7.1 Google map function does not work #670085Thanks Yigit!
The post from August 6th worked great!August 8, 2016 at 7:42 pm in reply to: Enfold update 3.7.1 Google map function does not work #670027bytesizemedia, I only have installed in one site so far. This would be good info to know for the future sites.
Thank you for your input.August 8, 2016 at 7:28 pm in reply to: Enfold update 3.7.1 Google map function does not work #670023Do we use this same Google Maps API for all sites? or is it specific to one client website?
August 6, 2016 at 12:58 am in reply to: Enfold update 3.7.1 Google map function does not work #669183Same issue here. I’ve have updated to 3.7.1 version.
Thanks!
April 19, 2016 at 6:30 pm in reply to: Additional social icons to both Social Media Profile widget and theme option #617603Yigit-
I have added the code in a text widget and the Quick CSS code. The icons do not look as nice as the ones from the Social Profile WIDGET. Is there a way to add the Houzz logo to that area? Sure would look nice. :-)
Patty
April 19, 2016 at 3:06 am in reply to: Additional social icons to both Social Media Profile widget and theme option #617035Thank you Yigit!
It works great in the Social Profiles within the header, editable in Theme Options. I’d also like to add it to Social Profiles in the footer, editable in the Widgets. How can I send you a screenshot?
Child theme function name changed.
April 17, 2016 at 8:32 pm in reply to: Additional social icons to both Social Media Profile widget and theme option #615890I have been through that tutorial and reviewed many of the forums regarding this. It’s not working…
Here is what I have added to my CHILD THEME: functions-child.php
// Register new icon as a theme icon
function avia_add_custom_icon($icons) {
$icons[‘houzz’] = array( ‘font’ =>’houzz’, ‘icon’ => ‘ue801’);
return $icons;
}
add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);// Add new icon as an option for social icons
function avia_add_custom_social_icon($icons) {
$icons[‘Houzz’] = ‘houzz’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);I can see the Houzz logo in the ICON list but it does not appear in EITHER of the drop down list in the Social Profiles Section of theme options and in the Social Profile Widget of Enfold.
Rikard-
Thank you! This is perfect!September 29, 2015 at 5:41 pm in reply to: Enfold max width not working. Set to 1310px but displays 101px. #510886Hi Rikard-
I had to hire a programmer yesterday to problem solve this and forgot to send you a confirmation it was complete. Using the Child theme did not allow us to modify by the methods listed in the other forums. He modified the container width in the parent theme from the FTP.
Thank you and sorry for the false alarm.
-
AuthorPosts