Forum Replies Created
-
AuthorPosts
-
Hey!
I checked your website but it does load fine on my end. I attached a screenshot in private content field.
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
If that still does not help, please try logging in with credentials you created for us and check if that makes a difference :)
Cheers!
YigitHey Slava,
Please refer to this post – http://kriesi.at/documentation/enfold/child-theme-translations/
Best regards,
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { #footer .flex_column * { text-align: center !important; }}Cheers!
YigitFebruary 21, 2017 at 3:27 pm in reply to: How to "execute" a shortcode within the image caption of Masonry Gallery? #750000Hey Chris,
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
YigitHey!
Please add following code to Quick CSS
#top .main_menu { border: none; } .avia-menu.av_menu_icon_beside { border-right-style: dashed; }Cheers!
YigitHi!
I am getting 500 server error when i try to load your page. Please check the link once again
Cheers!
YigitFebruary 21, 2017 at 2:25 pm in reply to: Error 500 caused by helper-social-media.php on a fresh install #749983Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHey!
Sorry for the late reply!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:#wrap_all { position: relative !important; }Best regards,
YigitFebruary 21, 2017 at 2:17 pm in reply to: Google Maps API Key and 2 or 3 Colums in an Akkordeon #749977Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitFebruary 21, 2017 at 2:15 pm in reply to: Stop behaviour creating automatic links of phone numbers in top bar #749974Hi,
Sorry for the late reply!
It should not cause a 500 error. Please try copying the code from here – http://pastebin.com/ZCCJeDat
If that too does not help, please create a temporary admin login and post it here privately so we can look into it.Best regards,
YigitHey Cmpannuk,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_top.html_header_sticky #main { padding-top: 129px !important; }Best regards,
YigitHi,
Please add following code to Functions.php file in Appearance > Editor
add_filter('comment_form_default_fields','av_remove_url_input'); function av_remove_url_input($fields) { unset($fields['url']); return $fields; }Best regards,
YigitFebruary 21, 2017 at 2:03 pm in reply to: As soon as I install the Enfold theme I get a blank screen #749964Hey!
I created a private testing page and it seems to be working fine now. So i am guessing increasing memory limit solved the issue? :)
Edit: Glad it helped! Let us know if you have any other questions or issues :)Cheers!
Yigit-
This reply was modified 9 years ago by
Yigit.
February 21, 2017 at 2:00 pm in reply to: Error 500 caused by helper-social-media.php on a fresh install #749961Hi!
Can you please contact your hosting provider and ask them to downgrade PHP version from 7.1.x to 7.0.x? I believe that is the cause of the issue. Enfold is currently not compatible with PHP7.1 and will be with upcoming update which should be released this week
Regards,
YigitFebruary 21, 2017 at 1:56 pm in reply to: Still cannot remove extra navbigation above the Enfold Navigation #749958Hi Ben,
I believe this one is resolved now – https://kriesi.at/support/topic/how-to-remove-text-menu-above-the-main-menu/ :)
Best regards,
YigitHi Ben1
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHi,
Sorry for the late reply!
Please go to Appearance > Editor and open functions-enfold.php file and findif(!empty($link) && !empty($title)) $title = "<a href='".$link."' rel='bookmark' title='".__('Permanent Link:','avia_framework')." ".esc_attr( $title )."' $markup>".$title."</a>";and change it to
if(!empty($link) && !empty($title)) $title = "<a href='".$link."' rel='bookmark' title='".__('','avia_framework')." ".esc_attr( $title )."' $markup>".$title."</a>";Then Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.title_container .main-title a { top: 3px; position: relative; }Best regards,
YigitHi!
Please refer to this post – http://kriesi.at/documentation/enfold/change-logo-on-mobile/
Regards,
YigitShalom!
Bevakasha! :)
You too have a great day and let us know if you have any other questions or issues!Cheers!
YigitFebruary 21, 2017 at 1:42 pm in reply to: Error 500 caused by helper-social-media.php on a fresh install #749944Hi!
Can you please post FTP logins here privately as well?
Edit: Looking into itCheers!
Yigit-
This reply was modified 9 years ago by
Yigit.
February 21, 2017 at 1:41 pm in reply to: As soon as I install the Enfold theme I get a blank screen #749942Hi,
@colinwalton Please try to increase the allocated memory to 256M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
You can contact your service provider and they can do it for you.
@PascalStifani Your website loads fine on my end at the moment :)Best regards,
YigitHey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitFebruary 21, 2017 at 1:36 pm in reply to: GOOGLE MAP Fetch Coordinates’ Button is not working :/ #749938Hi,
@architchandra Replied already. I am closing this one. Let us continue there.Best regards,
YigitHi!
Theme was installed twice, i removed one and re-updated the other one and that helped. Please review your website now
Best regards,
YigitHey architchandra!
I replaced your API key with one that @Vinay generated and it worked. Please review your website now
Best regards,
YigitFebruary 21, 2017 at 1:32 pm in reply to: Error 500 caused by helper-social-media.php on a fresh install #749931Hey!
Can you please post WP admin logins and FTP logins here privately so we can look into it?
Regards,
YigitFebruary 21, 2017 at 1:30 pm in reply to: adding social icons (including facebook) to footer via widget #749924Hey!
Please add the code i posted in private content field into a text widget in one of the footer widget areas in Appearance > Widgets and then add following code to Quick CSS in Enfold theme options under General Styling tab
.widget .social_bookmarks li { clear: none!important; }Best regards,
Yigit -
This reply was modified 9 years ago by
-
AuthorPosts
