Forum Replies Created
-
AuthorPosts
-
April 9, 2015 at 3:47 am in reply to: Color section background fixed effect, LAG badly in Chrome. #425685This reply has been marked as private.This reply has been marked as private.
thanks :) I will test it soon
April 2, 2015 at 5:58 am in reply to: Color section background fixed effect, LAG badly in Chrome. #422269ok, will give it a try later :)
thanks a lot :)
it works fine.
Hey Yigit,
thanks :)
but the icon is still hanging there, I need it to be “replaced” by the text.March 24, 2015 at 5:30 am in reply to: Color section background fixed effect, LAG badly in Chrome. #416903hi,
Fixed it by using Parallax instead of Fixed Background ! (although they work a bit different),
at least this issue is confirmed….March 22, 2015 at 5:53 pm in reply to: Color section background fixed effect, LAG badly in Chrome. #416017This reply has been marked as private.March 20, 2015 at 8:58 am in reply to: woocommerce product items: how to break regular price and sales price into two line? #415115thanks a lot, it works perfectly.
thanks a lot !! Excellent support!!
just some hand-made custom png…
January 9, 2015 at 6:04 am in reply to: remove the default language flag in Enfold Child theme #377212YES!!
January 8, 2015 at 6:11 pm in reply to: remove the default language flag in Enfold Child theme #376971hi Yigit
the code you provide will only hide the current language which is not what I wish to achieve.
this one works:.avia_wpml_language_switch { display: none !important; }
I tried many other icons such as ue915, but none of them is working, that’s why I am asking if I am changing the correct icon >>”ov_external”?
I would love to know how to use an image as well, thank you :)hi, Yigit
I can change it through function.php now, thanks to you!
But what if I wish to use a custom icon instead of the entypo-fontello icons??January 8, 2015 at 10:53 am in reply to: how to change the sub-menu text in the child theme? #376694thanks a lot :)
thanks Yigit
but I can’t figure out the correct value to change, I tried “ov_external”, but it doesn’t work.
I wish to change this icon: http://screencast.com/t/17m3CvqCathanks
hey Yigit
I mean a “button” to replace the default sorting text.
hi, Yigit
I mean Change the existing ICON for specific social profile.
thanks
January 8, 2015 at 9:47 am in reply to: remove the default language flag in Enfold Child theme #376678This reply has been marked as private.thank you :)
thanks, guys
I think rescan the theme files “before” editing them fix the issue.
Btw, I didn’t see the double L orthographic fault, maybe it’s corrected after rescan?and how do I disable the social share on the blog page?
thank you :)
hi,
I did use Codestyling Localization plugin and the string is not there. could you confirm with me?
December 11, 2014 at 5:52 pm in reply to: error message: Warning: mysql_real_escape_string() expects parameter 1 to be str #366771hi, Ismael
I don’t think there is such line of code in my functions.php, I am using the latest enfold file.
am I missing anything?
December 11, 2014 at 3:59 am in reply to: error message: Warning: mysql_real_escape_string() expects parameter 1 to be str #366425hi, Elliott
I tried adding the code to functions.php, but I got this error and the site became unavailable.
Parse error: syntax error, unexpected T_NS_SEPARATOR, expecting ‘)’ in /home/bouncin6/public_html/gladwave/wp-content/themes/enfold/functions.php on line 526I am not sure about the instruction,
I added this code to functions.php,if(!function_exists('mysql_real_escape_string_alt')) { function mysql_real_escape_string_alt($value) { global $avia_config; $search = array("\\", "\x00", "\n", "\r", "'", '"', "\x1a"); $replace = array("\\\\","\","\\n", "\\r", "\'", '\"', "\\Z"); return str_replace($search, $replace, $value); } }
and then I was lost, I don’t know which line to be replaced with
$content = mysql_real_escape_string_alt($content);
November 28, 2014 at 6:48 am in reply to: woocommerce – how to remove product category image (but keep it in the list view) #359411perfect!! thanks a lot
November 25, 2014 at 4:18 am in reply to: woocommerce – how to remove product category image (but keep it in the list view) #357322This reply has been marked as private. -
AuthorPosts