Forum Replies Created
-
AuthorPosts
-
Hey!
You can try using this plugin – https://wordpress.org/plugins/better-archives-widget/
If that does not work, unfortunately you are going to need to look for other plugins :)Regards,
YigitHey!
Please ask your host service provider to enable the mail PHP function.
Regards,
YigitHi!
You can simply go to Plugins > Add New and download “bbPress” plugin from there. There is no difference :)
Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra { background: white; } .main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) { color: inherit; }Regards,
YigitHey!
Please add following code to Quick CSS
.av-main-nav > li.current_page_item > a { color: red!important; }Best regards,
YigitHi!
Please add following code to Quick CSS as well to manage the height of menu fx when scrolled down
.header-scrolled .avia-menu-fx { bottom: 10px !important; }Regards,
YigitHey!
This is how it looks on my end – http://imgur.com/a/bdSkq
You can see the issue on portrait mode and following code should fix it@media only screen and (max-width: 480px) { .responsive #top .cart_dropdown { margin: 5px 50px 0 0; }}If it looks different on your end, please post a screenshot and show the issue
Cheers!
YigitFebruary 17, 2015 at 12:55 pm in reply to: Portfolio Grid in content elements not displaying categorys list. #397426Hi!
It seems like you have not created any portfolio posts and categories. That is why it is not showing up. I created an example it worked fine on my end. Please create portfolio posts and categories firstly.
Regards,
YigitHey!
Please add following code to Functions.php file in Appearance > Editor
add_filter('get_archives_link', 'translate_archive_month'); function translate_archive_month($list) { $patterns = array( '/January/', '/February/', '/March/', '/April/', '/May/', '/June/', '/July/', '/August/', '/September/', '/October/', '/November/', '/December/' ); $replacements = array( 'Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember' ); $list = preg_replace($patterns, $replacements, $list); return $list; }Best regards,
YigitFebruary 17, 2015 at 12:09 pm in reply to: Enfold not displaying masonry with WPML and The events Calendar #397397Hi!
Can you please flush browser cache and refresh your page a few times. Container widths are the same on both languages on my end.
Best regards,
YigitHi!
Please change the code to following to apply the changes only on certain page
.page-id-362 #av_section_1 { border-bottom: 3px solid orange !important; }You can also edit your Color Section element and give it unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
and use the code as following#your-custom-id { border-bottom: 3px solid orange !important; }Regards,
YigitHi!
It seems to be working fine on my end – http://i.imgur.com/Cibe9J1.png
Have you figured it out already?Cheers!
YigitHey!
Please add following code to Quick CSS as well
.image-overlay { background: orange; }It will change the background color from white to orange. You can adjust the opacity using the code i posted in my previous post. If that too does not help, please post a screenshot and show the changes you would like to make : )
Best regards,
YigitMerhabalar!
Lutfen gonderdigim koda assagidaki gibi !important ekleyip tekrar dener misiniz?
#header_main_alternate .main_menu .menu li ul ul { left: -207px !important; }Enfold/css dosyasinda bulunan Custom.css dosyasinada ekleyebilirsiniz kodlari Quick CSS bolumune ekleyebilceginiz gibi
Best regards,
YigitHi!
Please add following code to Quick CSS as well
.avia-menu.av_menu_icon_beside { border: none; }P.S.: For future reference, our queue goes from the oldest posts to the newest ones and self posting pushes your query to the end of our queue.
Best regards,
YigitHi!
Please try adding !important rule as following
.header-scrolled nav.main_menu { opacity: 0 !important; }It does work fine on my local installation. If that code too does not help, please post the link to your website.
Best regards,
YigitHi user877!
Please add following code to Quick CSS
.header-scrolled nav.main_menu { opacity: 0; }Cheers!
YigitHey Stefan!
Please try updating the theme via FTP this time and make sure that your API key is correct – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
YigitHi!
Please go to Enfold theme options and change the language and go to Social Profiles tab and enter a different mail address.
Best regards,
YigitFebruary 16, 2015 at 5:05 pm in reply to: Receiving all Enfold Support requests in my mailbox #396815Hi B!
Each profile on this forum has to have at least one license to register and post. You can share your login information with your client and use the same profile but we need to make registering to the forums with license mandatory in order to make sure that we are providing support to users who actually purchased a license.
Best regards,
YigitHi PeterHK!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_ajax_form p { margin-bottom: 0; }This will make the spacing between elements smaller on contact form. Then you can edit your contact form and choose to display and chage form element width – http://i.imgur.com/SjGvcsa.png
Best regards,
YigitFebruary 16, 2015 at 4:50 pm in reply to: Portfolio Grid in content elements not displaying categorys list. #396803Hi!
Sure, i will be waiting to hear from you. Alternatively you can use this plugin as well – https://wordpress.org/plugins/wp-migrate-db/
Best regards,
YigitFebruary 16, 2015 at 4:47 pm in reply to: How to change the Frame color in a fullscreen slider element #396799Hey!
Please add following code to Quick CSS
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { background-color: white; } div .slideshow_caption, div .slideshow_caption a, div .slideshow_caption a:hover, div .slideshow_caption h2, div .slideshow_caption h2 .special_amp, div .slideshow_caption strong, div .slideshow_caption h2 strong { color: #999; }Regards,
YigitHi!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) { .home #text-2 .widgettitle { margin-top: 6px; }}Cheers!
YigitHey!
We will be waiting to hear from you. Thread will be on hold, you can simply reply to open it :)
Regards,
YigitHi t3lgroup!
Please try using this plugin – https://wordpress.org/plugins/wp-swfobject/ or this one – https://wordpress.org/plugins/wp-swfobject/
Regards,
YigitFebruary 16, 2015 at 4:28 pm in reply to: Portfolio Grid in content elements not displaying categorys list. #396785Hi!
Have you tried de-activating all active plugins and check if that helps? If it does not, please create a temporary admin login and post it here privately so we can look into it.
Regards,
YigitHey!
Please add following code to Quick CSS
.mc4wp-form input[type="submit"]:hover { background-color: red!important; color: orange!important; } .mc4wp-form input[type="submit"] { width: 100%; color: red!important; background-color: orange!important; }Regards,
YigitFebruary 16, 2015 at 4:23 pm in reply to: Portfolio Grid in content elements not displaying categorys list. #396780Hey rajivnetra!
Can you post the link to your website please? Please also make sure that you are using the latest version of Enfold which is currently 3.0.8 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
YigitHey!
You are welcome, glad we could help :)
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 :)Cheers!
Yigit -
AuthorPosts
