Forum Replies Created
-
AuthorPosts
-
Hi DianeBenscoter!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.sidebar a.avia_image { pointer-events: none; }Cheers!
YigitHi!
@jaroljmek Please change the code to following one#timeline .flex_column.av_three_fifth { background-color: rgba(68,68,68, 0.75); padding: 25px; }
@samscrimshaw Can you please point out the color section element so we can provide you accurate code?
P.S.: Awesome wheels!Regards,
YigitOctober 29, 2014 at 6:59 pm in reply to: Is there a way to control what the side arrows show? #342905Hey!
I have added the code to functions.php file successfully and checked, it is working fine. Please review your website now
Regards,
YigitHi!
Please try de-activating all active plugins and check your .htaccess file
Best regards,
YigitHi!
I am not a German speaker but i found – https://www.youtube.com/watch?v=8Ksjz4K_wW0
Hopefully it works for you. I asked Andy to check the topic once again, if he has any recommendations, he would post here :)Best regards,
YigitHey!
@courtney_martin Glad it is working fine now! Let us know if you have any other questions or issues :)
@smallpotato Thanks Tung Do! We appreciate your help :)Cheers!
YigitHey!
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/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Please try using this plugin – https://wordpress.org/plugins/post-types-order/
Best regards,
YigitHey niuqon!
Please use more advanced search plugins such as SearchWP – http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
or Relevanssi – http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/Cheers!
YigitHi!
Height should be 80px and you should adjust the width accordingly to fit your thumbnails. If you would like to disable border radius, please add following code to Quick CSS
.avia-post-nav .entry-image img { border-radius: 0; }Best regards,
YigitOctober 29, 2014 at 6:39 pm in reply to: How do we lower the logo so that it overlaps the menu below? #342891Hey tredition!
Please flush cache and refresh your page a few times. Also you can adjust layout width in Enfold theme options > General Layout
Regards,
YigitHi!
Please add following code to Quick CSS
.special_amp { font-family: inherit; font-style: inherit; font-size: inherit; line-height: inherit; font-weight: inherit; color: inherit!important; }Best regards,
YigitHey DianeBenscoter!
It is not highlighted which means code is not currently being applied. What you see is post ID. You can use that too to target specific posts :)
Cheers!
YigitHi!
Please add following code to Quick CSS and adjust as needed
@media only screen and (min-width: 1920px) { div#header_main { background-position: 13% 50%; }}Regards,
YigitHi Mkieling!
They are both available on Enfold version 3+. Which version are you using?
1- You should add Color Section element to your page, edit it and choose the arrow under Section bottom border styling
2- Fullwidth button element – http://i.imgur.com/yXpJoBp.pngBest regards,
YigitHey!
There is a dot missing in front of your code, please try as following
.my-lang { float: right; padding-top: 5px; margin-right: 19px; }Regards,
YigitHey koala!
Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/
Regards,
YigitHi!
You can create a main menu and hide it on desktop and show only on mobile. If that solution works fine for you, please post the link to your website so we can provide you accurate custom CSS code
Best regards,
YigitHi most1000!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
strong.logo { position: relative; left: -15%; }2- Please go to Enfold theme options > Header > Header Size and choose to display custom pixel value and set header height to 300px and your logo will be resized automatically
Cheers!
YigitHey Schloss Klaus!
Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px. If that does not help, please add following code to Quick CSS
@media only screen and (max-width: 1140px) { .av-main-nav > li > a { padding: 0 7px; }}If that too does not work, please post the link to your website
Best regards,
YigitHey!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
YigitHey!
You can go to Enfold theme options > Blog Layout and choose to use Advanced Layout Builder in Blog Style and create your blog page as any other page
Cheers!
YigitHi!
Do you mind creating a temporary admin login and posting it here privately?
Cheers!
YigitHey diefleischerei!
I checked your website on 1920x1200px screen and i cannot see the issue – http://i.imgur.com/eie3Aq4.png
Cheers!
YigitHey!
It was probably caching issue as it shows up fine on my end as well – http://i.imgur.com/r61CG10.png
If you still cannot see the sidebar as in my screenshot, please flush browser cache and refresh your page a few times
Chrome 38.0.2125.111 on OS X 10.10Cheers!
YigitOctober 29, 2014 at 4:10 pm in reply to: How to change background & font color of Heading Row and Pricing Row #342770Hi onegirlrtw!
Please add following code to Quick CSS
.main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra { background-color: red; color: black; border-color: red; } .main_color .pricing-table li.avia-pricing-row, .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-pricing-row .pricing-extra { background-color: blue; color: green; border-color: blue; }Cheers!
YigitHi!
Do you mind creating a temporary admin login and posting it here privately? I have no issues seeing/using mobile menu but we may find something on the backend
Regards,
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 990px) { .avia-content-slider .slide-image, .avia-content-slider .slide-image img { width: 100%; }}Seems like you figured out border issue – http://i.imgur.com/dhnq1oq.png ? :)
Cheers!
YigitHi Marie!
Exactly. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Regards,
YigitHey!
Please create a custom JS file ( could be named custom.js ) and place it inside your child theme/js folder and add following code to Functions.php file
function custom_js_enqueue() { wp_enqueue_script( 'custom-js', get_template_directory_uri() . '/js/custom.js', array(), '1.0.0', true ); } add_action( 'wp_enqueue_scripts', 'custom_js_enqueue' );or add the code to Google Analytics field in Enfold theme options
Cheers!
Yigit -
AuthorPosts
