Forum Replies Created
-
AuthorPosts
-
Hi,
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 #803402Hi,
In your Child Basic Options > Website Layout > Maximum width Container > it’s set to 1310px
Try increasing it :)Best regards,
MikeHey Tobiy,
If I understand correctly, you want to sort the fields created with that plugin. It seems the best one to answer this question would be the plugins support page: https://wordpress.org/support/plugin/reuse-builder
as I’m not familiar with this plugin :)Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:h2.woocommerce-loop-product__title {text-transform: none!important; }
Best regards,
MikeHi,
Because of the way sidebars work on portfolio pages, you’ll need to go back to using the ALB add it one-by-one.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
To redirect mobile traffic to a certain page, try a plugin such as: https://wordpress.org/plugins/equivalent-mobile-redirect/Best regards,
MikeJune 1, 2017 at 3:36 am in reply to: Portfolio Grids not fulling loading, bunching images together #802291Hi,
I’m not sure, I just tested in Chrome, Edge, Firefox, and Safari with no issuesBest 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,
MikeMay 31, 2017 at 3:19 am in reply to: Open a lightbox with iframe using a button element or a button in slideshow? #801757Hey 0_o,
This post describes doing that for a mail chimp form, but you could replace the mail chimp shortcode with anything else :)
https://kriesi.at/support/topic/lightbox-for-mailchimp-form/#post-582439Best regards,
MikeHey thatryan,
Did you start getting this after an update? Please try to deactivate all active plugins and then update the theme again over FTP so that all old files are written over completely: http://kriesi.at/documentation/enfold/updating-your-theme-files/Best regards,
MikeHi,
I believe I have fixed it, Please clear your cache & check :)
I added this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { .responsive #top .products .product:nth-child(odd) { clear: initial !important; } }
Best regards,
MikeHi,
The theme doesn’t filter the map, this is just how Google sends the map with your free API. There may be an upgrade option at Google Maps, I’m not sure.Best regards,
MikeHi,
I solved it for you, the issue was with your shop page not requesting “https” css and fonts, so I installed https://wordpress.org/plugins/really-simple-ssl/ which corrects this type of issue. Now you don’t have any mixed content errors :)Best regards,
MikeHi,
Thank you for sharing your solution, 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,
One way is to create a sub-domain and make a copy of your site, I recommend https://wordpress.org/plugins/duplicator/ , and install in on your sub-domain. Then use a “maintenance” plugin to block robots & visitors from finding it.
This way you can test before applying to your live site.Best regards,
MikeHi,
How about something like this:.html_header_transparency #top .avia-builder-el-0 { padding-top: 25vh!important; padding-bottom: 25vh!important; background-color: #E4E4E4!important; }
I tried to match the color of your slide to blend the edges.
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#after_section_1.main_color {border-color: transparent!important; } #after_section_2.main_color {border-color: transparent!important; }
Best regards,
MikeMay 29, 2017 at 10:12 pm in reply to: Portfolio Grids not fulling loading, bunching images together #801277Hey Jamie,
It sounds like your database is struggling to keep up with the 500+ quriry, you could try Optimizing Your WordPress Database: https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/Best regards,
MikeHey websiteworkers,
It seems to be up now, I was also able to get to the login screen. Has this been resolved?Best regards,
MikeHi,
That is because you tried to add the debug function again, when you wanted to only add the custom css function.
Your code above has two functions together.
In your functions.php your custom css was committed out, so I fixed it.
See if it’s working now :)Best regards,
Mike -
AuthorPosts