Forum Replies Created
-
AuthorPosts
-
December 16, 2016 at 3:44 am in reply to: Change portfolio breadcrumbs to only display Breadcrumb parent page #725139
Hi,
I do not think it will be possible this way. Will you be adding more posts that has Team category? I am thinking about a different approach
Best regards,
YigitHi Rand!
You are welcome! :) We will close this thread for now then. Please feel free to start a new one whenever it is needed :)
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 :)Regards,
YigitHi Pim!
Thank you for contacting us!
Can you please post WP admin logins here privately? Please note that we may need FTP logins as well :)
Best regards,
YigitHey!
Please go to Appearance > Menus and click on your “contact us” menu item and choose to display it in default style. Currently it is set to button style :)
Best regards,
YigitDecember 16, 2016 at 1:31 am in reply to: How to add Julius Sans One and Mrs. saint delafield font #725122Hi!
I added the code to Functions.php file of your child theme in Appearance > Editor. Please review your website now
Regards,
YigitHey!
In Enfold theme options > Header > Transparency Options, transparent menu color was set to “transparent”. I set it to white and they show up fine now. Please review your website
Best regards,
YigitHey!
Please add following code to Functions.php file in Appearance > Editor
add_action('avia_before_footer_columns','avia_footer_top_column'); function avia_footer_top_column(){ $output = do_shortcode("[av_heading heading='\"Be the change that you wish to see in the world.\"' tag='h3' style='' size='' subheading_active='' subheading_size='15' padding='10' color='' custom_font='' custom_class=''][/av_heading]"); echo $output; }You will notice that i added a shortcode in there.
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
If you are not comfortable editing the code, please post the shortcode you would like to use here using – pastebin.com
Cheers!
YigitHi!
Have you tried the code i posted here? If that did not help, please let me know so i can ask my teammates who are using IE to check your site :)
Regards,
YigitHey!
Can you please contact your hosting provider and ask them to check if fopen php functions is enabled or not.
Since you are using the latest version of the theme, i assume you have overwritten all files but please try doing it once again via FTP – kriesi.at/documentation/enfold/updating-your-theme-files/Let us know if that helps!
Cheers!
YigitHi!
Glad it is working fine now :)
Regarding menu issue, please refer to this post – http://kriesi.at/documentation/enfold/enfold-menu-item-limit/
Best regards,
YigitHey!
Glad you figured it out!
Let us know if you have any other questions or issues :)Regards,
YigitDecember 16, 2016 at 12:04 am in reply to: How can i make enfold affiliate my domain and my license? #725101Merhabalar,
Rica ederim! Umarim bu sefer her sey yolunda gider.
Konuyu acik tutacagiz. Yardima ihtiyaciniz olursa iletisime gecmekten cekinmeyin :)Best regards,
YigitHi!
It shows up fine on my end, 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_RefreshBest regards,
YigitHi Veronica!
“Your access to this site has been limited”. Can you please disable IP restriction temporarily so we can look into it? :)
Regards,
YigitHi!
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 :)Regards,
YigitDecember 15, 2016 at 11:37 pm in reply to: How can i make enfold affiliate my domain and my license? #725082Merhabalar,
Uzgunum ama aldiginiz hatalarin lisansla ilgili hic bir baglantisi yok. Sitenizi tasima islemi dogru bir sekilde gerceklestirilmemis, o yuzden bu sorunlari yasiyorsunuz.
Eger teknik bilginiz yeterliyse, yeni domain’deki kurulumunuzu tamamen temizleyip eski kurulumundan tekrar kendiniz uygulayarak tasima islemini yapmanizi tavsiye ederim – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
Eski kurulumunuzun yedegi alindi mi? Su an calismiyor gibi gorunuyor cunkuBest regards,
YigitDecember 15, 2016 at 11:27 pm in reply to: Where to edit Page 1 of 2 on the main page in the blog tab? #725078Hey!
You can install this free software – https://poedit.net/ and edit language files directly which are in enfold/lang folder.
We would recommend you to use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and move your translations to your child theme – http://kriesi.at/documentation/enfold/child-theme-translations/ to make them update proof.Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.home .more-link { margin-top: 0; } .home .avia-content-slider .slide-entry-wrap { margin-bottom: 5px; }Best regards,
YigitHi vmoralestejedor!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { div.comment-entry.post-entry { width: 100%; } .comment_content { margin-left: 0; }}Cheers!
YigitHi!
i changed the code to following one
@media only screen and (max-width: 380px) { #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area { width: 80% !important; }} @media only screen and (max-width: 280px) { #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area { width: 65% !important; }}Please flush browser cache and review your website
Best regards,
YigitHi Alan!
Please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and add a widget area to your header and place your text inside your widget
Regards,
YigitDecember 15, 2016 at 11:10 pm in reply to: How to add Julius Sans One and Mrs. saint delafield font #725067Hey Suzanne!
If you do not mind posting temporary WordPress admin logins here privately, we can add the fonts for you.
Regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.home .slide-entry-title { font-size: 14px!important; }Best regards,
YigitHi Dor!
We would definitely recommend Enfold as it is the most flexible theme we have ever created and of course for the ease of use for you :)
Best regards,
YigitDecember 15, 2016 at 10:54 pm in reply to: How can i make enfold affiliate my domain and my license? #725061Merhabalar,
Oncelikle diger acik olan konularinizi kapattim hepsi ayni hatayla ilgili oldugu icin.
Sorunun tam olarak ne oldugunu anlayamadim. Biraz daha detayli sekilde anlatabilir misiniz? Ne gibi bir lisans sorunundan bahsediyorlar?
Regards,
YigitHi,
You see it on console tab of your browser. You can find more information here – https://developer.chrome.com/devtools (I stick with Chrome but other browsers have this feature as well :) )
Glad it worked! Let us know if you have any other questions or issues!
Best regards,
YigitHey!
Please make sure that you are using Enfold 3.8.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
@guenni007 If that still does not help, please start a new thread and attach temporary admin logins and FTP logins in private content field so we can look into it.Regards,
YigitShalom! :)
Thank you for contacting us!
Each domain requires a new license. Therefore, yes, you would need to purchase another license for your new project.
Let us know if you have any other questions or issues!
Best regards,
YigitDecember 15, 2016 at 10:47 pm in reply to: Where to edit Page 1 of 2 on the main page in the blog tab? #725050Hey!
Have you set the language of your WordPress in Settings > General?
Regards,
YigitHi Lars!
Sorry to hear that you are having issues.
I recently saw one user Envira Gallery on Enfold and it does work just fine.
Can you please create a temporary admin login and post it here privately. I do not have much experience with the plugin but we most certainly can take a quick look :)Best regards,
Yigit -
AuthorPosts
