Forum Replies Created
-
AuthorPosts
-
Hi!
Glad it is working fine now!
Let us know if you have any other questions or issues :)Best regards,
YigitDecember 19, 2016 at 7:42 pm in reply to: Ajax Error!!! error – Slider Revolution – can anyone re-create? #726227Hey Heathcliffe!
Sorry to hear that you are having issues!
Can you please try switching to a default theme and check if that helps?
If not, please contact Revolution Slider support team.We have corrected the Ajax issue in Enfold 3.8.4 which is the version you are using :)
Cheers!
YigitHi!
It does show up fine on my end. Have you figured it out already?
If not, can you please post a screenshot showing the issue? You can upload your screenshots on imgur.com or Dropbox public folder and post the links hereCheers!
YigitDecember 19, 2016 at 6:28 pm in reply to: Enfold gallery shows big image also in gallery can i delete that #726183Hey Angelo,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-gallery-big + .avia-gallery-thumb a:nth-child(1) { display: none!important; }Best regards,
YigitHey vmoralestejedor,
You have following custom CSS code
.big-preview img { height: 360px; width: 1200 !important; }Please remove it or wrap it inside a media query to apply on certain screensizes as following
@media only screen and (min-width: 990px) { .big-preview img { height: 360px; width: 1200px !important; }}Best regards,
Yigit-
This reply was modified 9 years, 4 months ago by
Yigit.
Hey Pascal,
You are using 3 columns layout. Changing column count to two on mobile would display 2 products side by side and 1 below, with an empty space. Please consider using 4 column layout or stick to 1 column on mobile :)
Best regards,
YigitHey lech07,
1- Please edit your page and click “Screen options” on the top right corner and check “Custom Fields” and then scroll below your content and make sure that header and title bar are set to “yes” rather than “no”.
If that does not help, please create a temporary admin login and post it here privately.2- I am not sure if i understood the changes you would like to make there. Can you please elaborate and post a screenshot showing the changes?
Best regards,
YigitDecember 19, 2016 at 6:16 pm in reply to: Highlight active post in Enfold Latest News Widget #726177Hi,
You are currently using newsbox widget to display your posts on your sidebar. Since they are not actual pages, currently there is no way for us to target it and to highlight current post on the widget area.
Best regards,
YigitHi,
Code Rikard posted should have worked fine. Please flush cache and refresh your page a few times. If that does not help either, please create a temporary admin login and post it here privately.
Best regards,
YigitHey Tesh!
You are currently using an older version of the theme. Please update Flashligh to the latest version 4.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Best regards,
YigitDecember 19, 2016 at 6:09 pm in reply to: Text left of logo in logo Center, Menu Below layout. #726170Hey Kyle,
Sorry for the late reply!
Yes, please go to Enfold theme options > Header and choose “Logo center, menu below” option :)Best regards,
YigitHi,
Sorry Alexander, i tried to help but it is not working. Please consider to hire a freelance developer if you urgently need to fix the issue.
Best regards,
YigitDecember 19, 2016 at 5:42 pm in reply to: How can I show different texts depending on the lang in the footer area? #726160Hi!
I moved your code right below following line
if(isset($avia_config['use_child_theme_functions_only'])) return;Please review your website now
Regards,
YigitHey!
Great!
Now after flushing cache and re-enabling should help :)
Let us know if you have any other questions or issues!
Regards,
YigitHey dkeijser,
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
If that does not help, Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitDecember 19, 2016 at 5:29 pm in reply to: Stil dosyası (style.css) adı değişimi sonucunda lifestyle temanın değişimi #726147Merhabalar,
Sorunuzu burada cevapladim – https://kriesi.at/support/topic/lutfen-denklemi-cozerek-insan-oldugunuzu-kanitlayiniz/
Lutfen ayni sorulari farkli konularda sormamaya calisin, takip etmesi gayet guc hale geliyor :)Bu konuyu kapatiyorum, acik olan digerinden devam edelim
Cheers!
YigitDecember 19, 2016 at 5:28 pm in reply to: "Lütfen denklemi çözerek insan olduğunuzu kanıtlayınız" #726146Merhabalar,
Tekrardan style.css dosyasindan temanin adini “enfold”a cevirerek duzeltebilirsiniz :)
Cheers!
YigitHi!
Adding following code to Quick CSS helps but that should not be necessary.
.av-masonry-entry { visibility: visible; opacity: 1; }Please try re-updating the theme to the latest version 3.8.4 via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/. Also, please try de-activating all active plugins and check if that helps
Best regards,
YigitHi!
You are currently using an older version of the theme. Please update Enfold to the latest version 3.8.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Also it seems like you are using CDN, please flush it as well.
Cheers!
YigitDecember 19, 2016 at 5:02 pm in reply to: "Lütfen denklemi çözerek insan olduğunuzu kanıtlayınız" #726127Merhabalar!
Evet, bu ucretsiz uygulamayi kullanarak – https://poedit.net/ yada bu eklentiyi kullanarak – https://wordpress.org/plugins/loco-translate/ dil dosyalari uzerinde degisiklik yapabilirsiniz.
Child theme kullanmanizi oneririz – http://kriesi.at/documentation/enfold/using-a-child-theme/ sonrasinda lutfen bu gonderiye goz atip cevirileri child theme’e tasiyin – http://kriesi.at/documentation/enfold/child-theme-translations/ :)
Cheers!
YigitHey!
@artemisa2 please add following code to Quick CSS in Enfold theme options under General Styling tab@media only screen and (max-width: 769px) { .home #after_section_2 .flex_column_table, .home #after_section_2 .flex_column { display: block!important; width: 100%; }}If that does not help, please start a new thread under Enfold sub forum – https://kriesi.at/support/forum/enfold/ and attach temporary admin logins in private content field so we can look into it. If you post them here, they will be visible to creator of this thread as well.
@emilcobussen Glad it worked fine! Thanks for the update :)Best regards,
YigitDecember 19, 2016 at 4:56 pm in reply to: How to remove separator from blog posts and change heading font size? #726124Hey!
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,
YigitHi wukk!
You are currently using an older version of the theme. Please update Enfold to the latest version 3.8.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Cheers!
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 19, 2016 at 4:33 pm in reply to: How to remove separator from blog posts and change heading font size? #726100Hey!
Please add following code to Quick CSS as well
.search-results h2.post-title.entry-title { font-size: 20px!important; }Cheers!
YigitHi,
That is actually an issue that we have already fixed but it seems like shortcodes.js file is currently corrupted.
Can you please update Enfold to the latest version 3.8.4 via FTP and overwrite all files – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_RefreshBest regards,
YigitHi!
Can you please create a temporary admin login and post it here privately so we can look into it?
Cheers!
YigitHey!
No, we have not received them. Can you please try posting them once again?
Cheers!
Yigit -
This reply was modified 9 years, 4 months ago by
-
AuthorPosts
