Forum Replies Created
-
AuthorPosts
-
August 28, 2018 at 8:18 am in reply to: Remove thumbnail overlay, disable changing of big image, remove first thumbnail #1002585
Hey!
In comparison with photoshop, you can expect up to 5% blur when uploaded to a WordPress site. It also depends on the image settings and format while exporting from Photoshop.
You can try the following:
For testing purpose compress an image online using https://tinypng.com download and upload it.
If this don’t work for you go to WordPess Dashboard > Appearance > Themes and deactivate Enfold. Activate a default WP theme and upload a fresh image and check if the blur issue still persists.
Best regards,
VinayHi,
I have added the below CSS to enfold > General Styling > Quick CSS
.logo img { top: 50%; transform: translateY(-50%); }
Please clear the cache and review the site :)
Best regards,
VinayHi,
Please replace your code with this snippet to create a logo center split menu.
Best regards,
VinayHey bloodyamazing,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS */ @media screen and (max-width: 767px) { #top #av_section_1 main { padding-top: 116px!important; } }
Best regards,
VinayHi,
I have added the below CSS to Quick CSS section.
Please refresh the cache and review your site:#top .custom-column form { margin-bottom: 20px; display: flex; justify-content: space-around; } #top .custom-column fieldset { width: 100%; } .custom-column .avia_ajax_form .button { width: 100%; margin-top: 29px; }
Best regards,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - hamburger menu */ .html_visible_cart .av-burger-menu-main { padding-top: 33px; }
Best regards,
VinayHi,
I checked your site on PC and the icons show up fine.
You may not see the changes until the cached files are cleared in your browser.
Please perform the below steps to clear the browser cache:
1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.
Best regards,
VinayHi,
Glad you found the fix!
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
VinayHi,
Thank you for reaching out to us, a live link will help us assist you better anyhow I understand your site is on localhost. Please try the following.
1. Enable custom CSS class name support to target specific elements.
2. Check out the Docs and customization guide
If you still have any issue please upload a screenshot/mockup to one of the below sites and share the link here so we can help you better :)
https://snag.gy/
https://ctrlv.cz/en/
https://imgur.comBest regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
VinayHi,
If a shortcode is broken it does not render properly on the front end even if the page displays correctly in the backend.
Please enable debug mode and run the shortcode parser.
Best regards,
VinayAugust 27, 2018 at 12:00 am in reply to: Blog dates not showing on translation page and blog notifications to subscribers #1002061Hi,
I checked your site and all settings appear to be fine. We need to check for possible plugin conflict, do we have the permission to deactivate all active plugins for testing purpose?
Best regards,
VinayHi,
The path was incorrect and was still pointing to the old URL. I have updated it please review your site and let us know.
Best regards,
VinayAugust 26, 2018 at 7:52 pm in reply to: Need immediate help, please-Enfold conflicting with WP-Admin login. Error code #1001977Hi,
I’m very sorry that this issue is taking so long. Most of the time is going in getting access to your site to resolve the issue.
The FTP credentials you gave are correct but have you tied to connect to your FTP server using an FTP client? Your credentials work but it appears a firewall or the server is not configured properly and FTP connection terminates over TSL.
I could connect by using an insecure connection and renamed the enfold folder to enfold-old and change the style.css to style.css.bak and uploaded a fresh copy of the theme.
Tried to disable the plugins and uploaded a fresh copy of the WooCommerce.
Please only re-install the plugins which are absolutely necessary. I noticed around 56 plugin folders. If there is any conflict then it will cause more problems.
Made changes to the php.ini and wp-config files but nothing worked.
The only workaround I can think of at the moment is to set up a localhost site using XAMPP and use the backup you have taken to re-build the site on your local machine and transfer it to a live host.
Once everything is up and running, please take a backup again or install a plugin like UpDraft to take automatic backups.
Best regards,
VinayAugust 25, 2018 at 11:16 am in reply to: Fullwidth submenu text colour different to main menu text colour #1001574Hey ProTravelGolf,
Would you mind providing a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :)
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
VinayAugust 25, 2018 at 11:10 am in reply to: WHY i cannot find the email after submitting the contact form? #1001573Hey zqmaqma,
Depending on the mail server configuration your emails sometimes gets delivered in spam folder. Have you checked the spam folder yet?
If you have not received any emails there too please perform the steps provided in the below link to resolve this issue.
Best regards,
VinayAugust 25, 2018 at 11:01 am in reply to: wordpress backend post page do not show good in mobile phone or small screem #1001569Hi,
Thank you for sharing the screenshots. I’m unable to access your site please add the below code to your child theme functions.php file this should fix the post titles in the backed for you :)
add_action('admin_head', 'custom_admin'); function custom_admin() { echo '<style> @media screen and (max-width: 782px) { .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) { min-width: 100vw!important; }} </style>'; }
Best regards,
VinayAugust 25, 2018 at 10:44 am in reply to: diagonal border at the between content and widget element #1001558Hi,
Please check the link mentioned in private content area.
Add a whitespace separator element with 100px height for the portfolio or any other page where content overlaps the diagonal border at the bottom.
Update the body background color to #f8f8f8 or the diagonal color to white to match the background colors.
Best regards,
VinayAugust 25, 2018 at 7:25 am in reply to: diagonal border at the between content and widget element #1001504Hi,
Please feel free to adjust the padding top and height value in the code to suit your design :)
Best regards,
VinayHey Gary,
Select custom pixels in the settings if that don’t help please check the header documentation for more options.
It appears you have figured out how to change the color of the menu items on the way down. It looks good on my end.
Let us know if you have any questions, we are happy to help.
Best regards,
VinayAugust 25, 2018 at 7:11 am in reply to: Social Icons in Widget on Page – Center and remove border #1001495Hey jvana,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - Social icons*/ #top .widget ul { display: flex; justify-content: center; }
Enable custom CSS class name support from developer options in Enfold > Layout builder and add a custom css class name to the text box element to target specific areas.
Best regards,
VinayHi,
Sorry for the delay, as I understand you would like the header to appear when the page is scrolled right?
I have updated the settings
1. Activate Sticky Shrinking header from Enfold > Header > Header Behavior
2. WordPress Dashboard > Pages > Homepage > Page layout > Header settings > Display header when page is scrolled
Please change the header style in page layout for other pages and it will work fine :)
NOTE: Sticky header should be active to display the header on page scroll.
Best regards,
VinayAugust 25, 2018 at 5:48 am in reply to: Load the correct size images in footer and in product slider #1001473Hi,
The site looks good on my end. You may not see the changes until the cached files are cleared in your browser.
Please perform the below steps to clear the browser cache:
1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.
The image width is 178px + 2px(border) = 180px.
Same with Featured Product on homepage :)
Please feel free to let us know if you have any issue.
Best regards,
VinayAugust 25, 2018 at 5:42 am in reply to: Enfold – CSS & Javascript Merging and Compression not working #1001472Hi,
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,
VinayHi,
Sorry for the delay, I tried to troubleshoot the issue. The shortcode of the page you mentioned is messed up mostly due to custom code that is added(screenshot attached). Please delete all elements on the page and re-create the page. Do not add your custom code with HTML tags in the text editor instead please try adding it in code block element. If you still have any issue let us know.
Best regards,
VinayAugust 24, 2018 at 8:38 pm in reply to: Move hamburger to bottom of header with full width background color. #1001393Hi,
Please check our documentation to add a word before the menu icon.
Hope this helps :)
Best regards,
VinayHi,
Great! Let us know if you have any questions. and don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
VinayHi,
If you upload the fonts in CSS folder same as the stylesheets just use the default CSS code from the generator.
To get the @font CSS code please go to the font kit generator site mentioned in the docs and upload your fonts. Download and check the CSS files for the @font block of CSS.
Before making any bulk changes I would first take a backup of the site and run a SQL query on the database or use a bulk editor plugin.
Best regards,
VinayHey Autostopowicz,
Please perform the below steps:
1. Enable “Show element options for developers” from Enfold theme options > Layout Builder.
2. Add a color section element and give it a unique ID such as “breakpoint880”.
3. Add 3 1/3 columns inside the color section and give it a custom class name such as “col”.
4. Add the below CSS to your site.@media only screen and (max-width: 880px) { .responsive #top #wrap_all #breakpoint880 .flex_column.col { margin: 0; margin-bottom: 20px; width: 100%; }}
Best regards,
VinayHi,
Glad you got it working. To avoid recreating the site in such a situation you can use a plugin like Updraft to create daily or hourly backups and upload to google drive or your own FTP site. It will be easy to just revert back to a point when the site was working fine. We will go ahead and close the ticket now. In case you have any issue in future please open a new ticket also take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
Vinay -
AuthorPosts