Forum Replies Created
-
AuthorPosts
-
Hey coheno!
Please try adding following code to Functions.php file in Appearance > Editor
add_action('wp_enqueue_scripts', 'custom_rtl_include'); function custom_rtl_include() { $template_url = get_template_directory_uri(); if(is_page( 59 )){ wp_enqueue_style( 'avia-rtl', $template_url."/css/rtl.css", array(), '1', 'screen' ); } }You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Cheers!
YigitJanuary 13, 2015 at 4:09 pm in reply to: How to change the standard Bullet Points to a custom .PNG image? #378863Hi FuscAzul!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_textblock li:before { content: url(https://cdn0.iconfinder.com/data/icons/gloss-basic-icons-by-momentum/16/bullet-red.png); } .avia_textblock ul { list-style: none; }If you would like to apply changes on certain elements, please firstly turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then give your text block element a custom CSS class and use the code as following
.avia_textblock.your-custom-class li:before { content: url(https://cdn0.iconfinder.com/data/icons/gloss-basic-icons-by-momentum/16/bullet-red.png); } .avia_textblock.your-custom-class ul { list-style: none; }Best regards,
YigitHey Sina!
Can you please post the link to your website and a screenshot showing the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Best regards,
YigitHey webdezign!
Can you please firstly update Enfold to the latest version 3.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/
You are currently using an older version which is not compatible with WordPress version you are using.Regards,
YigitJanuary 13, 2015 at 4:02 pm in reply to: Responsive issues after upgrade from Enfold 2.92 to 3.04 #378858Hi Barb!
Happens to the best of us :)
Please add following code to Quick CSS as well@media only screen and (max-width: 480px) { #top #wrap_all .main_color h1 { font-size: 28px; } .responsive .logo img { max-width: 85%; } nav.main_menu { margin-top: -25px; }} @media only screen and (max-width: 767px) { .responsive #top #wrap_all .container { width: 90%; max-width: 90%; }}!important rule should not cause any issues as long as used on correctly targetted selector
Best regards,
YigitHey LFD_Thueringen!
Can you please post the link to your website and point out which menu bar you would like to edit?
Best regards,
YigitHey pako69!
Please add following code to Quick CSS
@media only screen and (max-width: 479px) { .responsive #socket .sub_menu_socket { display: block; }}Regards,
YigitHi!
Can you post the link to your website please? We may need a temporary admin login as well
Cheers!
YigitHey!
Please update Enfold to the latest version 3.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
YigitHey Garko!
Can you post the link to your website please? We may need a temporary admin login as well .
Best regards,
YigitHi!
Please see – http://kriesi.at/documentation/enfold/enable-social-share-section-for-pages/
Cheers!
YigitHey Mattias!
1- Please add following code Quick CSS
@media only screen and (max-width: 1318px) { .av-main-nav > li > a { padding: 0 11px; }}2- I tried resizing browser window but i could not reproduce the issue. Which OS and browser are you using?
Best regards,
YigitHey!
Glad if we could help! Let us know if you have any other questions or issues :)
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!
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 :)Regards,
YigitHi Pieter!
Have you tried contacting plugin authors? They should have better insight on what could be causing the issue.
Enfold is compatible with SearchWP plugin ( implementation here – http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/ ) and Relevanssi ( implementation here – http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/ ). You can try using one of these plugins as well.Cheers!
YigitHey!
Please add following code to Quick CSS
.sabai-directory-photos a { pointer-events: none; }Regards,
YigitHey!
Glad you figured it out!
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!
Can you post the link to your website and point out the images you would like to disable?
Regards,
YigitJanuary 13, 2015 at 3:10 pm in reply to: Transparent Background for Title and Subtitle for better readibility #378807Hi!
Please add Fullscreen Slider element to the top of your page and add captions to your slide – http://i.imgur.com/p6f8NkI.png
Regards,
YigitHey craig_corfield!
Please add Icon element and choose to display “Standalone Icon with border and optional caption” and make your icon linked.
Regards,
YigitRica ederim ne demek :) Baska her hangi bir sorunuz veya sorununuz olursa haberdar etmekten cekinmeyin lutfen.
Iyi gunler & iyi calismalar!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { display: none !important; }Regards,
YigitHi teotaban!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_mega_div.avia_mega2.six.units { width: 204px!important; } .avia_mega_div.avia_mega6.twelve.units { width: 648px!important; }Cheers!
YigitHi tdebrouwer!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-submenu-container { background-color: orange; } #top .av-subnav-menu li a { background-color: transparent !important; } #top .av-subnav-menu li a > .avia-menu-text { color: white; }Best regards,
YigitHey user877!
I, personally, am not using this plugin. On Enfold preview ( http://www.csshero.org/themes/ ) it does seem to work fine.
If you need to make many CSS changes and keep on making those changes, it could be very useful. If you do not need to make heavy styling changes, you can post your questions here and we can act as your CSS hero :)Regards,
YigitMerhabalar!
Pardon dikkat etmemisim :) Lutfen assagidaki kodu Quick CSS bolumune ekleyin
.av-main-nav > li > a > .avia-menu-text { padding-left: 18px; border-left: 1px solid #e2e2e2; } .av-main-nav > li:first-child > a > .avia-menu-text { border: none!important; }Menu sayiniza gore padding-left degerini ayarlamaniz gerekebilir :)
Best regards,
YigitHi!
You are welcome, always happy to help :) Let us know if you have any other questions or issues and have a nice day!
Cheers!
Yigit -
AuthorPosts
