Forum Replies Created
-
AuthorPosts
-
Hi,
I stand corrected then, I didn’t know they were a custom post type and I didn’t see them in your post or pages. I was going by the additional files on load.
Perhaps enabling Prefetch and Prerender would be helpful. Here is a good article: How to add Prerender and Prefetch to WordPress sitesBest regards,
MikeHi,
Sorry, I have tested the above customization, and this is no longer is working. The original file was from 2015 and a lot has change since then. We don’t know when this customization would be considered, but please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeHey Milorad,
I tested your page and the images seem to be showing at full width for me when the screen is large enough for them, if the screen is smaller the images are force to fit the screen. please see screenshots in Private Content area.
But they go to the edge of the screen with no padding or margin, that we could remove.
Is your request that they would extend past the screen, with the possibility be that you don’t see the edges?Best regards,
MikeHi,
@saundra I have tested on my localhost, I used all-in-one-wp-migration to copy the site, and deactivated all plugins. Then manually updated to Enfold v4.2.2, then activated all plugins except real simple ssl, as my localhost has no ssl, and found CyStat crashed the site:
But I don’t think you were using it anyways. Here is my localhost settings:
So unfortunately, I found no issues, and the only difference we have is I’m using php v7.0.3, and your using php v7.1, which I don’t have. Also MySQL is 5.7.11
Sorry I was hoping to find a issue to report.
Do you have the option to try php v7.0.3?Best regards,
MikeHey ranishachar,
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,
MikeHey elsrick91,
In your child theme css you have some curly quotes and the path is not correct, please try this instead:@font-face { font-family: 'blackchanceryregular'; src: url('fonts/blkchcry-webfont.woff2') format('woff2'), url('fonts/blkchcry-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } h3 { font-family: 'blackchanceryregular'!important; }
If this doesn’t help then change to the full path, example in the Private Content area
Best regards,
MikeHi,
@scampbase
Try this code in the General Styling > Quick CSS field:#top #header .av-main-nav > li > a .avia-menu-text, #top #header .av-main-nav > li > a .avia-menu-subtext { color: #808080!important; }
Best regards,
MikeHi,
@lilianguentsche please try the same code but adjust the color.Best regards,
MikeHi,
@Ennasus Try this code in the General Styling > Quick CSS field:#top #header .av-main-nav > li > a .avia-menu-text, #top #header .av-main-nav > li > a .avia-menu-subtext { color: #cf507d!important; }
Best regards,
MikeHi,
@saundra thank you.
@feoleb thank you also, yet I recommend starting a new thread because when you post to the Private Content area the thread opener can view it, and should I need to write to you via the Private Content area you will not see it. Also it gets a little confusing for us to work on two conversations at once. Thanks for understanding.
When you do start the new thread, please include the WP admin & FTP access again in the Private Content area.Best regards,
MikeHi,
Sorry for the late reply, If I understand correctly you are trying to use the UM to hide menu items from non-logged in users. I was able to login though the first prompt, but not the WordPress site. Please check.Best regards,
MikeHi,
Sorry for the late reply, I have read though your posts and logged into the site and cPanel, I believe that you are looking for a complete install of the 2017 Demo & that you don’t mind if we reset your site and do so from scratch. If this is all true I would like to help you resolve this today.Best regards,
MikeHi,
Glad to hear you have solved the issue and thank you for sharing your solution. 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,
Glad to hear that your are back up, would you mind if I created a copy of your site to test on my localhost to see if I can recreate the issue and try to debug?Best regards,
MikeHi,
Güncellemeniz sorununuzu çözmüş gibi görünüyor, yardımcı olabileceğimiz başka bir şey var mı?(It looks as though updating solved your issue, is there anything else we can assist with?)
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
@saundra If you would like to downgrade to v4.2 please see the link in the Private Content areaBest regards,
MikeHi,
@feoleb I just checked your site and it is up and running, please checkBest regards,
MikeHi,
@feoleb
If you would like to downgrade to v4.2 please start a new thread so we can post the link in the Private Content area for you.Best regards,
MikeHi,
This is very strange, in the interest of getting you site back up while we try to address this issue, would you like to downgrade to the older version? Do you have this version? Which version was it?Best regards,
MikeJanuary 27, 2018 at 6:46 am in reply to: Create Border and Disable Transparent White Overlay #903634Hi,
Thank you for the video, while I don’t have Safari, and I don’t see the square over the image, I will try to help.
One issue is that the overlay has a !important; in the css that will be very hard to over power, yet I notice the image over “research” does not have the overlay, please try to see if you can change the other two to the same settings.Or please try editing /enfold/css/base.css on line 371 you will fine this code:
.avia_transform a:hover .image-overlay{opacity: 0.7 !important;}
please change it to:
/*.avia_transform a:hover .image-overlay{opacity: 0.7 !important;}*/
Best regards,
MikeHey candeos,
It is based on BBpress, but it has been heavily customized by Kriesi.Best regards,
MikeHey siestajoye,
It is good to hear that you have a testing site, the best approach to updating a testing site is to manually download the upgrade from Theme Forest and do a FTP update, here is a good video: https://vimeo.com/67209750Best regards,
MikeHey bobjonesdesigns,
You can remove the ability to click the blog title links with this code:.entry-content-wrapper .post-title { pointer-events: none; }
Or you could edit the theme file and remove the link: Please read this post
Best regards,
MikeJanuary 27, 2018 at 5:32 am in reply to: CSS Updates Work In Google, but not in style.css or Quick CSS #903626Hey iisrael,
Please include the url to the page in question so we can take a closer look and please include a admin login in the private content area so we can be sure we don’t have the same issue with the solution.Best regards,
MikeHey Jelican,
Lütfen web barındırıcınızın PHP v7 kurulu olduğundan emin olun, eğer bu çözülmezse lütfen aşağıdaki Özel İçerik alanına FTP erişimi ekleyin.
Ayrıca hangi sürümle yükselttiniz & hangi sürümünüz var?(Please ensure your webhost has PHP v7 installed, if this doesn’t solve please include FTP access in Private Content area, below.
Also which version did you upgrade with & which version did you have?)Best regards,
MikeJanuary 27, 2018 at 5:11 am in reply to: Create Border and Disable Transparent White Overlay #903623Hey mrtechnique,
To remove the overlay and arrow, please try this code in the General Styling > Quick CSS field:#top.home .image-overlay .image-overlay-inside { display: none !important; } #top.home .avia_transform a:hover .image-overlay { display: none !important; }
This code has been designed to only work on your homepage, please remove #top.home from the code if you want it to work on all pages.
To create a border around the images, try this code:#top.home .av-styling-circle .avia_image { border-style: solid!important; border-color: #ffffff!important; }
This code also has been designed to only work on your homepage.
Best regards,
Mike -
AuthorPosts