Forum Replies Created
-
AuthorPosts
-
Hi,
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,
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) { .responsive #top .avia-slideshow-controls a { display: inline-block!important; }}
I added !important;
Best regards,
MikeHi,
I moved the function to the correct place in your functions.php fileIf you are not using a child theme you need to add the above function after this line in the theme functions.php:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Best regards,
MikeMay 29, 2017 at 9:14 pm in reply to: How to match the font of the slideshow caption and button to rest of site? #801256Hi,
We could try adjusting the sub-menu over a little:#top .av-main-nav ul ul {left: 110px!important; }
and/or moving the whole menu over some:
.main_menu {right: 200px !important; }
But this is why the sub-menu was popping out left :)
To add a button in the menu, create another menu item a choose Button Style from the Menu Style drop down.
Best regards,
MikeHi,
I’m not sure how you want to increase the space for that line, top bottom right?
For creating line brakes for the phone number and icons in mobile view try this code in the General Styling > Quick CSS field:@media only screen and (max-device-width: 1024px) { .menu-item-3288 {display:block!important; padding-bottom:20px!important;} .menu-item-4019 {white-space: pre-line!important; padding-bottom:10px!important;}}
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey sitesme,
I’m not sure, but this may help: https://www.semrush.com/blog/7-common-hreflang-mistakes-and-how-to-fix-them/Best regards,
MikeHey Jennifer,
Is it the Social Icons you are trying to remove? That is what I’m seeing in the socket area. Try unchecking the Social Icons box in: Enfold Theme Options > FooterBest regards,
MikeMay 28, 2017 at 6:57 pm in reply to: Product titles in product grid increased in size after update #800869Hey Jennifer,
Try this code in the General Styling > Quick CSS field:.entry-content-wrapper h2.woocommerce-loop-product__title {text-transform: none!important; }
Best regards,
MikeMay 28, 2017 at 6:49 pm in reply to: Background image of "Farb section" larger on smartphones? #800866Hi,
Glad Victoria was able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey spiekutowski,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeMay 28, 2017 at 6:21 pm in reply to: Add Contact Form 7 shortcode to lightbox / modal window of Enfold. #800860Hi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHey claha,
Die fehlenden Bilder, ich habe den Link zu einem kopiert und auf eine 404 Fehlerseite geleitet. Siehe Bild im privaten InhaltsbereichBest regards,
MikeHi,
I believe it’s the “Yoast internal linking” plugin causing this, Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeMay 28, 2017 at 5:44 pm in reply to: I have promblem with my editor "Advanced Layout Editor" #800850Hi,
To understand better, can I ask if having the image in the column link to the page, and having the “add to cart” button work as it should, be a solution? I believe the area without a link in the column would be very small, and then you could use two links in the same column.Best regards,
MikeHi,
It looks like it’s changing for me, after you do a change please clear your cache to see the changes: http://www.refreshyourcache.com/en/home/If you include a admin login in the private content area, and tell us which style you would like we could change it for you :)
Best regards,
MikeHi,
Your welcome and Thank you for using Enfold. Shall I close this one now?Best regards,
MikeHi,
Yes both of those, but you should only use one caching program.Best regards,
MikeMay 28, 2017 at 4:36 pm in reply to: Enfold Product List Element don`t hide Out of Stock Variation Products #800833Hi,
For the blurry images at that URL, what I’m seeing is the upload size, or media chosen size is 80×80, and it’s being scaled up to 228×228. So we should change the product image sizes which are thumbnails.
Navigate to WooCommerce -> Products. Select Product tab and click Display: Scroll down to change the parameters for the Product Thumbnails. Change to 228×228 and regenerate your thumbnails: https://wordpress.org/plugins/regenerate-thumbnails/
Then please clear your cache :)Best regards,
Mike -
AuthorPosts