Forum Replies Created
-
AuthorPosts
-
Hi,
To prevent the Portfolio Grid from showing the sub-categories or child categories, go to line 809 in /enfold/config-templatebuilder/avia-shortcodes/portfolio.php
find:'terms' => $terms,
add this new line below it:
'include_children' => false,
Best regards,
MikeJune 11, 2017 at 4:47 pm in reply to: Enfold contact form: Select Elements causes problems on some browsers #806602Hi,
Here is the fix to make the the arrows white:#top select, #top .avia_ajax_form .select, #top .entry-content-wrapper select { -webkit-appearance: none; border-radius: 0; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFpJREFUeNpj+P//vxQQM9AbMww1ixWBuJTeFksD8cP/EFBHL4tBlt7+jwpK6WGxPRCnYcH8wz5x0d3iKCA+g4Y30iuoJyAlrFdArEXPoJ4DtVR3IOJYZUgmLgAzT6KD72gmmAAAAABJRU5ErkJggg==)!important; background-position: center right; background-repeat: no-repeat; border-radius: 2px; }
Best regards,
MikeJune 11, 2017 at 4:13 pm in reply to: Color Section High (Pading or Margin) and Border Problems #806596Hi,
Try this code in the General Styling > Quick CSS field:.html_entry_id_4521 #after_section_2.main_color {border-color: transparent !important; } .html_entry_id_4521 .template-page.content {padding-top: 0px!important; } .html_entry_id_4521 .entry-content-wrapper {margin-top: 0px !important; }
Best regards,
MikeHi,
OK I solved by adding this to your css:img.alignright { margin: 0 0 0 20px !important; }
Please check :)
Best regards,
MikeHey alles_schoene2017,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey codecreative,
I tested in Chrome, Edge, Firefox, & Safari on W10, and the mouse a pointer changed into a hand.
Please try clearing your cache: [http://www.refreshyourcache.com/en/home/]Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.page-id-3504 .container #advanced_menu_toggle, #advanced_menu_hide {display: none!important; }
Or in your child theme css and please clear your site cache.
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeJune 11, 2017 at 3:08 pm in reply to: Color Section High (Pading or Margin) and Border Problems #806579Hey Pascal,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { .html_entry_id_4521 #after_section_2.main_color {border-color: transparent !important; } .html_entry_id_4521 .template-page.content {padding-top: 0px!important; }}
This is designed to work only on that page, in mobile, hope it helps :)
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Andrea,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 989px) { .page-id-3504 .responsive.html_mobile_menu_tablet .container #advanced_menu_toggle {display: none !important;}}
If you are still having trouble please include the url to the page in question so we can take a closer look.
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Zaccc,
I looks like your Contact menu link is “#contact” which is fine for one page sites, which is why it won’t work fro your Shop Pages.
Please try to add the full url to the menu link, please see in Private Content area :)Best regards,
MikeJune 11, 2017 at 2:25 pm in reply to: Make Video In Full Width Easy Slider Play on Mobile Too. #806569Hi,
Sorry, I could not login & got 500 error code, that means something has gone wrong on the website’s server, but the server could not be more specific on what the exact problem is.
Please try asking your host if the server is down, or to look at your database, they might have a backup of it.
Best regards,
MikeHi,
I code I gave you is for 100% transparent.
Sorry, on my install it’s working well, we will need to see your site when it’s live to address this. Otherwise we will be going around and around by just guessing at the code :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeJune 11, 2017 at 1:33 pm in reply to: Enfold contact form: Select Elements causes problems on some browsers #806557Hi,
Try this code in the General Styling > Quick CSS field:select option { background: #84796B!important; color: #fff!important; }
Best regards,
MikeHi,
Try https://postimage.io/
Can you please include a admin login in the private content area so we can take a closer look.
Maybe you should list the items you would like to show on that page.
Why can you not just disable or remove the sub category?Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:li {font-family: 'Seymour One'!important; font-style: normal!important; font-weight: 400!important; }
Best regards,
MikeJune 10, 2017 at 11:01 pm in reply to: Social Icons on Main Menu Area (when logo is top and menu bottom) #806421Hi,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHi,
You can easily add google fonts, please refer to this link: https://kriesi.at/support/topic/new-custom-font/
If you have a custom font or your own .ttf or .otf file, please refer to this link: http://css-tricks.com/snippets/css/using-font-face/
Or you can try using this plugin http://wordpress.org/plugins/wp-google-fonts/Best regards,
MikeHi,
Oh this is a WooCommerce issue :)
Perhaps this will help: https://code.tutsplus.com/tutorials/display-woocommerce-categories-subcategories-and-products-in-separate-lists–cms-25479Best regards,
Mike -
AuthorPosts