Forum Replies Created
-
AuthorPosts
-
June 4, 2017 at 2:54 pm in reply to: Masonary gallery lightbox overlay doesn't work on mobile #803602
Hey uribinsted,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) {.avia-builder-el-8 {height: 1440px!important; }}
The issue was the text box element had a height of 100% which was covering the images so they were not clickable in mobile :)
Best regards,
MikeHey sitesme,
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,
Try this code in the General Styling > Quick CSS field:.container {padding: 0px!important; }
Best regards,
MikeJune 4, 2017 at 2:18 pm in reply to: How to right align the "you might be interest in" text? #803589Hey FlatText,
Are you saying that the post title “Navigating through change” is not relevant, and you wish it matched that category “Banking, Financial services, Publications” ?Best regards,
MikeHey geotectives,
Do you mean on a layer in the slider? Can you create a screenshot of what you mean with your url?Best regards,
MikeJune 4, 2017 at 1:46 pm in reply to: Open a lightbox with iframe using a button element or a button in slideshow? #803581Hi,
Perhaps I don’t understand the issue, because I’m have no issue with scrolling the popup on the site.Best regards,
MikeHi,
Can you please create a gradiant that you like and paste the code, we can help with using it in those elements.
Best regards,
MikeHi,
Try downloading the newest version: 3.0.7 and updating your child theme via FTP.
Be aware if you have made custom changes to them your changes will be lost.
I recommend backing up with https://wordpress.org/plugins/duplicator/Best regards,
MikeHi,
OK, I changed the code to this:@media only screen and (max-width: 767px){ .responsive #top .products .product:nth-child(2n+10) { clear: both!important; } .responsive #top .products .product:nth-child(2n+12) { clear: initial!important; }}
and now it’s working :)
Best regards,
MikeJune 3, 2017 at 8:37 pm in reply to: fullwidth easy slider caption title and caption text adjustments #803459Hey bemodesign,
Try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 425px) { h2.avia-caption-title {font-size: 15px!important; } .avia-caption-content {font-size: 10px!important; } .av_slideshow_full .container.caption_container {top: 80%!important; } #top .avia-slideshow-button {padding: 1px 5px 1px 5px!important; margin-top:1px!important} } @media only screen and (min-width: 767px) and (max-width: 1020px) { h2.avia-caption-title {font-size: 25px!important; } .avia-caption-content {font-size: 12px!important; } .av_slideshow_full .container.caption_container {top: 30%!important; } #top .avia-slideshow-button {padding: 5px 5px!important; } } @media only screen and (min-width: 1023px) { .av_slideshow_full .container.caption_container {top: 25%!important; }}
Best regards,
MikeHi,
Glad to hear, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Mdmoisell,
Try looking at the code you put in and removing the //
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Have you tried updating the files in your child theme via FTP? Your report shows the path, be aware if you have made custom changes to them your changes will be lost.
I recommend backing up with https://wordpress.org/plugins/duplicator/Best regards,
MikeHi,
Sorry there is no setting for that. Glad to hear the css works for you, is there any adjustments or shall we close this now?Best regards,
MikeHey Candratech,
You could try a custom gradient generator such as this: http://www.colorzilla.com/gradient-editor/Best regards,
MikeHi,
It’s because it wants to be two columns and we made it 3, we will fix it :)
but first we need to know how many elements you will end with because it will change. Are you going to keep “Product Sets”? are you going to add more?Best regards,
MikeHey vadikcoma,
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,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I take it then that the last category is not one your keeping, in that case go ahead and remove it and try this:@media only screen and (max-width: 767px){ .responsive #top .products .product:nth-child(2n+10) { clear: left!important; }}
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:@media only screen and (max-width: 767px) { .av-parallax-inner { background-position: -90px 130px !important;}}
See Private Content area for screenshot :)
Best regards,
MikeHi,
Please try going to Enfold/includes/loop-index.php file and find$cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' ';
and change it to
$cats .= get_the_term_list($the_id, $taxonomy, '', ' ','').' ';
Best regards,
MikeJune 3, 2017 at 4:26 pm in reply to: Please Check: Colour of Fullwidth Button in Mozilla, Edge and Chrome #803403June 3, 2017 at 4:20 pm in reply to: WP Layerslider background image not full width after update Enfold theme 4.0.7 #803402 -
AuthorPosts