Forum Replies Created
-
AuthorPosts
-
Hi,
Please follow this solution: Enfold Image Sizes where you will want to change the dimensions of:$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 );
to:
$avia_config['imgSize']['portfolio_small'] = array('width'=>185, 'height'=>260 );
Then use the Regenerate Thumbnails plugin
It would be best to add this as a function in a Child Theme so you will not lose the setting when updating the theme.
After you set up the child theme, Try adding this code to the end of your child theme functions.php file in Appearance > Editor:add_action( 'after_setup_theme', 'change_portfolio_small' ); function change_portfolio_small() { add_image_size( 'portfolio_small', 185, 260 ); }
Code Source
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Turns out it was the “Thumbnail fade in effect” in the gallery, it has a lazy load effect so I changed it to “Activate animation on page load (might be preferable on large galleries)” which says in it’s name that it is preferable for large galleries, such as yours.
It seems to work now, Please clear your browser cache and check.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#top #respond.comment-respond .comment-form-author input,#top #respond.comment-respond .comment-form-email input,#top #respond.comment-respond .comment-form-url input { width: 220px!important; } #top #respond #commentform label { position: absolute!important; left: 245px!important; }
Best regards,
MikeFebruary 17, 2018 at 6:06 pm in reply to: Enfold do not work properly after changing server – no slider, no options #913692Hi,
That is great news, we will leave this open should you have more questions on this. Please let us know after your testing if we can close this.Best regards,
MikeHey Ezra Tinotenda Makaza,
Thank you for your question, your license is one domain. You can build and test on your localhost or create a staging site on the sub-domain of the licensed domain.Best regards,
MikeHey YongyanLi,
Try this code in the General Styling > Quick CSS field:#top.home .avia-builder-el-43 .av_textblock_section p a {line-height: 50px!important; }
Please adjust to suit.
Best regards,
MikeFebruary 17, 2018 at 5:45 pm in reply to: RTL issue with contents and spaces between letter in main menu #913685Hey Mohdes,
For 3: Please try this code in the General Styling > Quick CSS field:.header_color div { border-right-color: transparent!important; }
For 2: Please try:
.progressbar-percent { float: left!important; }
For 1: is it possible that the font for the character is wide and looks like a space? Please try highlighting the word slowly one character at a time to see if the “space” is part of the character. When I try this on google translate it shows it is one character with no space.
Best regards,
MikeHey seb76,
I see that for mobile you have the slider hidden, so the smallest screen that it shows at is 494px, so I wrote this css to work from 494px to 767px to make the available room for the caption smaller which keeps it together to the right and off the person.@media only screen and (min-width: 493px) and (max-width: 767px) { #full_slider_1 .slide-1 .slideshow_inner_caption { width: 45%!important; } #full_slider_1 .slide-1 .caption_container { width: 95%!important; max-width: 95%!important; }
Please see screenshot in Private Content area.
Best regards,
MikeHey xandria,
Try this code in the General Styling > Quick CSS field:.mfp-bottom-bar .mfp-title {display:none !important; }
To remove the counter for the lightbox add this:
.mfp-bottom-bar .mfp-counter {display:none !important; }
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:body .av-special-heading .av-special-heading-tag { float: none!important; display: flex; justify-content: center; }
Best regards,
MikeFebruary 17, 2018 at 4:27 pm in reply to: Adding more than one new Button on Social Share Buttons #913666Hey Christian,
This is the correct format, I take it that it is not working for you?Best regards,
MikeHi,
The class-pixelentity-theme-update.php is the related to the Envato/Themeforest API
Perhaps there some hickup with the Envato/Themeforest API or downtime over at Envato/Themeforest
Would you like us to try manually installing it?
If you open a new thread with your admin login, ftp login, and cpanel login (for your database) in the Private Content area, and state which demo you would like.
Please note that as this is not your thread your info will not be private in this thread.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey mike furdal,
Thank you for contacting us, we have many themes, but our most popular is Enfold available though Theme Forest which is $59 with 6 months support. Naturally longer support is available.
Our theme will require that you have a webhost with WordPress installed, which is available though many hosting companies and Theme Forest when ordering, if you don’t already have one. Our theme is a one time payment, the support renews yearly.
I hope this has answered your question, if you have any other questions please let us know.Best regards,
MikeFebruary 17, 2018 at 2:41 pm in reply to: Having an issue with background image responsiveness #913649Hi,
@chiefsusee76 When looking at your image at mobile, I see the whole image is showing at mobile, so is your question to zoom in on the head of the person in the image?
Please see screenshots in Private Content area.Best regards,
MikeFebruary 17, 2018 at 2:25 pm in reply to: Enfold do not work properly after changing server – no slider, no options #913647Hi,
I see you are getting JS errors with “wp-mediaelement” this is discussed here at WordPress. Which talks about JavaScript errors in a language with a locale code such as de_DE-formal. While at the end it says this bug is fixe, I would be curious what language you are using and if changing it has an effect on the errors.
Can you please include a admin login for both sites in the private content area so we can take a closer look.Best regards,
MikeHi,
Did you copy the code from a email or from the webpage? Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeFebruary 17, 2018 at 2:02 pm in reply to: How to link to a Masonry gallery including showing a preferrred portfolio entry? #913641Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I created a template of your text block of the artists should you want to use it again:
because I replaced it with a code block with the same code. I then used this css in the General Styling > Quick CSS field:#fullscreen_slider_1.avia-fullscreen-slider {z-index: 0 !important;} #artists { background-color: transparent!important; margin-top: -90vh; z-index: 50; border: none!important; max-height: 90vh; }
and got the results in the screenshot in Private Content area.
I believe this is what you were looking for, is this correct?
Please clear your browser cache and check.Best regards,
MikeFebruary 17, 2018 at 11:38 am in reply to: Internet Explorer 10/11 Site not showing complete #913611Hey Dieter,
The issue was with the Autoptimize plugin, I deactivated caching and cleared the cache and now the site works with IE11-IE10.
Perhaps I should say the issue is with IE, anyways please clear your browser cache and check.Best regards,
MikeHi,
Yes it looks correct for my Android, same as my image above. Sorry but I don’t have a iPhone.
If it is working for yours, then that is good news.Best regards,
MikeFebruary 16, 2018 at 2:32 pm in reply to: Enfold do not work properly after changing server – no slider, no options #913276Hi,
The url for the slide is in your old site, which was copied to your new site. So while the domain was changed the path stayed the same, which is what you would want, only the file is not showing at the right path.
In your back end you have 108 errors when trying to edit a page, most look like js errors from plugins.
I believe you will have better luck with the migration plugin.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Unfortunately there are Captcha solving APIs that spammers use to get past Captchas. You could try adding Google reCAPTCHA to the contact form
Or try using contact form 7 and reCaptcha from Google, but I believe someday Google reCAPTCHA will be hacked also.
You can decide if it is worth your time if you are only getting a few spam emails a month that can easily be filtered with your email client.Best regards,
MikeFebruary 16, 2018 at 1:46 pm in reply to: Enfold do not work properly after changing server – no slider, no options #913250Hey Brixton4G63T,
Your slider image is getting a 404 for the address in the Private Content area.
Please ensure your image is at that address via FTP.
I have tried to access it directly and also get a 404.I know you said you have done this a few times, but how about trying all-in-one-wp-migration plugin to copy you old site to the new one?
All-in-One WP Migration tutorial
It might solve all your issues in 10 minutes.Best regards,
MikeHey marihonaa,
Please try using https://postimages.org/ and pasting the image URL in your post.
Please include the url to the page in question with a admin login in the private content area so we can take a closer look.Best regards,
MikeFebruary 16, 2018 at 1:27 pm in reply to: Blog-Eintrag: Probleme mit Darstellung in Einzelansicht #913245 -
AuthorPosts