Forum Replies Created
-
AuthorPosts
-
Hey!
Please see – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
Regards,
YigitHi!
Please add folllowing code to Quick CSS as well
.home .pricing-table-wrap:nth-child(1) .pricing-table li { font-size: 15px; }and it should look like this – http://i.imgur.com/Qz6RA2w.png
Regards,
YigitFebruary 24, 2015 at 5:34 pm in reply to: SSL on Contact Page only – Problem with Logo image #401544Hi aribann!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(is_page(3498) ) { $logo = "https://yourdomain.com/your-logo.png"; } return $logo; }Best regards,
Yigit-
This reply was modified 11 years, 2 months ago by
Yigit.
Merhabalar Gencliksaati,
Tekrar goz atar misiniz? Son gonderimdeki degisiklik uygulanmamis gorunuyordu onu uyguladim :)
Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .pricing-table-wrap:nth-child(1) .pricing-table { position: relative; top: 60px; }Best regards,
YigitHey!
No, it is even easier, you should only click on the Colors tab on Textblock element and change the color – http://i.imgur.com/2b2O5Jg.png
If you would like to do it using custom CSS code, you should add following code to Quick CSS field after giving a custom CSS class to your element.avia_textblock.your-custom-class p { color: blue; }Please point out the changes you would like to make on other elements and we will gladly help you :)
Regards,
YigitHey SusanLS!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
YigitHey!
Please use following code instead
@media only screen and (max-width: 768px) { ul.cart_dropdown { display: none!important; }}Regards,
YigitSevindim sorunu cozdugunuze :) Adwords kodunu assagidaki gibi duzenleyip ekler misiniz
function add_custom_script(){ ?> <script type="text/javascript"> /* <![CDATA[ */ var google_conversion_id = 954000267; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */ </script> <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <div style="display:inline;"></div> </noscript> <?php } add_action('wp_footer', 'add_custom_script');
Ekstra bosluk sorununu cozucektir :)
Cheers!
YigitHey _urban_!
If you can point out the changes you would like to make and post the link to your page, we can provide you custom CSS codes :)
Best regards,
YigitHi Marssolutions!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) { #wrap_all { position: relative !important; }}Best regards,
YigitHey Simon!
Please try de-activating all active plugins and check if that helps. If not, please try re-updating the theme to the latest version 3.0.8 via FTP and make sure to overwrite all files – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitFebruary 24, 2015 at 4:45 pm in reply to: Forward Slash remains after un-check display comments #401502Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.text-sep.text-sep-date { display: none; }If that does not work, please post the link to your website
Regards,
YigitMerhabalar,
FTP uzerinden baglanip yaptiginiz degisiklikleri geri almaniz gerekiyor. FTP baglantilarinda sorun yasiyorum fakat goz atabilirim eger giris bilgilerini gonderebilirseniz
Regards,
YigitHey SecretDiamonds!
Please go to Enfold theme options > Advanced Styling tab and edit “Main Menu sublevel Links”
Regards,
YigitHi coxsox!
Please create a menu first and then you can simply change the order by drag & drop feature :)
Cheers!
YigitHi judes3011!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .main_color.container_wrap.fullsize>.container { max-width: 100%; padding: 0; width: 100%; } .home section.avia_codeblock_section.avia_code_block_0 a { display: inline!important; }Then upload your images in bigger size.
Regards,
YigitHi!
Please try as following
@media only screen and (max-width: 1024px) and (min-width: 768px) { .avia-slideshow .avia-caption .avia-caption-title { font-size: 40px !important; } .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 { font-size: 25px !important; }}Best regards,
YigitHey!
I have enabled debugging mode – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ you can see the shortcodes of the elements right below Advanced Layout Builder. Please copy them and paste into the same section on new pages you create.
Regards,
YigitHey!
Please add following code to Quick CSS as well
.my-custom-img { z-index: 999999!important; }Best regards,
YigitHey!
Please contact plugin authors. We could provide you custom CSS code but it would be overwritten by plugin.
Cheers!
YigitHi!
Code is currently not being applied. Please try adding !important rule as following
.html_stretched #wrap_all { background-color: white !important; }and if that does not work, please post temporary admin logins.
Can you post a screenshot and show the gaps? You can upload your screenshots on imgur.com or Dropbox public folder and post the links hereBest regards,
YigitHey Pooz!
Would you like to make frontend English? If so, please set language to English in wp-config.php file and then use the code to translate WP backend
add_filter('locale', 'wpse27056_setLocale'); function wpse27056_setLocale($locale) { if ( is_admin() ) { return 'da_DK'; } return $locale; }Best regards,
YigitHey Etix!
Can you please try de-activating all active plugins and check if that helps?
Can you post the link to WP login as well? /wp-admin and /wp-login.php are not working for meRegards,
YigitHejsan Cecilia!
Please use following code in Quick CSS
.logo a { text-decoration: none!important; } span.subtext { font-family: georgia !important; }Cheers!
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 :)Best 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!
YigitHi oslpag!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-progress-bar .progress { box-shadow: none; background: transparent!important; }Best regards,
YigitHey!
@dandy-power Font family used in Enfold logo is “Gotham Bold”. Google font “Montserrat” bold looks similar imo :)Cheers!
Yigit -
This reply was modified 11 years, 2 months ago by
-
AuthorPosts
