Forum Replies Created
-
AuthorPosts
-
Hi,
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-2 .avia-image-container.av-styling-circle {width: 50%!important; }
I added the page-id so it will only work on this one page, you can adjust the 50% to suit.
Best regards,
MikeOctober 1, 2017 at 8:47 pm in reply to: Show portfolio excerpt under next to thumbnail (instead of under thumbnail) #858976Hey Emiel,
I didn’t see your portfolio items, as in your screenshot, I did see your testimony, but it doesn’t have a title.
If this is the right element, please enable the title so we can help, or please include the url to the page/element in question so we can take a closer look.Best regards,
MikeHi,
This sounds like a plugin conflict, Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause. If not then please include a admin login in the private content area and a link to the page and element you get this error on.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
MikeHi,
It looks like we don’t have admin access to your site, I can’t see your widgets or your settings. Please change our access to admin “the highest possible”Best regards,
MikeOctober 1, 2017 at 8:20 pm in reply to: Help! Reduce Image size of Team members on mobile devices #858973Hi,
We can make the images smaller with this code in the General Styling > Quick CSS field:.team-img-container img {width: 50%!important; }
but we can’t make them 3 across as they are in 1/4 flex columns
Best regards,
MikeHey Nathan,
It looks like you are using the youtube short url, try using the long url instead.Best regards,
MikeHey ALPS4U,
I don’t seem to see the errors you disciple in Android, which device are you seeing the errors in?Best regards,
MikeOctober 1, 2017 at 7:52 pm in reply to: Reduce size of the titles and descriptions of overlays at portfolio masonry #858967Hey jonna_gaertner,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title { font-size: 1em!important; } }
Best regards,
MikeOctober 1, 2017 at 7:48 pm in reply to: How to remove Fullscreen Slider Text Black Transparent Background #858966Hi,
I was able to scroll down in you mobile menu in Chrome for Android, which browser are you seeing this error?
Please let us know if Guenni007’s suggestion helped.Best regards,
MikeHey James2200,
Create a custom link in your menu with the url empty and services as the Navigation Label, then place the other items under it.Best regards,
MikeOctober 1, 2017 at 7:21 pm in reply to: FullwidthEasySlider (Get 2x sliders to fit half of mobile screen each) #858960Hey Ludvig,
That won’t be possible, but you could try the layerslider, at mobile it will show two stacked, and for larger screen sizes you could set the height to 40vh.Best regards,
MikeOctober 1, 2017 at 7:07 pm in reply to: Advanced Styling font not changing on website (still using Arial) #858958Hey rosewoodva,
worked well.
If you have a caching plugin, please try clearing it, Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
Also try adding advanced styling to use the font Poiret One for the
I tested your situation on a clean install and the Poiret One for theBest regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 1050px) {.cf7-style.cf7-style-5304 input { width: 90%!important; } .cf7-style.cf7-style-5304 input[type='submit'] {font-size: 10px!important; }}
Best regards,
MikeHey fionalea,
You have posted to the PreSale Request Contact form,
For technical support please register here kriesi.at/support/register with your item purchase code .Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
Example: https://kriesi.at/support/enfoldScroll to the bottom of the page to open a new ticket.
Best regards,
MikeHi,
I added this code to your Enfold Theme Options > Google Analytics Tracking Code box, with your map api.<script src="https://maps.googleapis.com/maps/api/js?libraries=places&key=your_api_key_here"></script>
You now are not getting the RetiredVersion error, but your map still needs an address to work.
Best regards,
MikeHi,
You had a missing curly bracket in your Quick CSS, I fixed it, Please clear your cache and advise if the changes are good.Best regards,
MikeHey sasha,
Try this code in the General Styling > Quick CSS field:.av-countdown-active.av-countdown-timer { direction: rtl!important; }
Best regards,
MikeOctober 1, 2017 at 5:10 pm in reply to: Menu problem after theme update to the latest version #858937Hey sasha,
You can edit color and styling options menu items in Enfold Theme Options > Advanced Styling
also check Enfold Theme Options > Main Menu > Menu Items for mobile to adjust when the burger sign shows.
Also check your custom css and functions as there maybe a conflict from a fix you used for the old menu.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,
Try adding this code to the end of your functions.php file in Appearance > Editor:add_filter( 'the_content', 'replace_content_with_excerpt', 100 ); function replace_content_with_excerpt( $content ) { if ( is_singular() ) { return $content; } remove_filter( 'the_content', __FUNCTION__, 100 ); $excerpt = apply_filters( 'the_excerpt', get_the_excerpt() ); add_filter( 'the_content', __FUNCTION__, 100 ); return $excerpt; }
Best regards,
MikeHi,
It seems that the login is not admin, or that you have a security plugin blocking our access to the theme options keeping me from making these changes.
So please check your color settings for “background-color: sq9mro9qdms;” which is invalid, please change it to black (#000000)
This fix may still work if you can’t find the error, Try this code in the General Styling > Quick CSS field:#top .alternate_color .quantity input.plus, #top .alternate_color .quantity input.minus {border-color: transparent!important; color: #fff!important; background-color: #000!important; } div form.cart div.quantity {min-width: 129px!important; } #top .quantity {background-color: transparent!important; } #top .quantity .input-text.qty.text {background-color: #dcddde!important; }
Best regards,
MikeSeptember 30, 2017 at 10:51 pm in reply to: £ is showing up on the right hand side even though setting in woo is changed #858835Hey thetshed,
This error is cased by a know issue with Events,
the solution is to add this code to the end of your functions.php file in Appearance > Editor:add_filter( 'tribe_reverse_currency_position', function(){ return null; } );
Best regards,
Mike -
AuthorPosts