Forum Replies Created
-
AuthorPosts
-
July 5, 2019 at 9:59 am in reply to: Can I just add Google Fonts code instead of upload the entire set of font? #1115986
Hi,
Thank you for sharing the details.
It is not possible to generate the font list in the theme using CSS code. Please follow the steps provided in the docs to add specific fonts to the theme list.
Best regards,
VinayHey kasperdue,
Thank you for sharing the details.
For testing purpose please try any other image. It appears you have exported the file in a graphic editor using different settings.
The below article may help you better.
https://graphicdesign.stackexchange.com/questions/114202/new-photoshop-export-as-why-no-progressive-jpg-optionFor the pages with a long loading time please check them on https://www.pingdom.com/ to get accurate details on what’s taking longer to load and optimize the page accordingly.
It’s not clear what exactly you are trying to achieve. 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.com
Best regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Please bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)Best regards,
VinayJuly 5, 2019 at 9:46 am in reply to: The Events Calendar – upcoming events will not displayed #1115976Hi,
If you like to remove the link you can also try using the CSS instead of a filter. Please inspect the element and replace the .disable-click in the below code :)
.disable-click { pointer-events: none; cursor: default; }
Best regards,
VinayJuly 5, 2019 at 8:21 am in reply to: Header Style Minimal (no border, indicators, or transparency) is not registering #1115965Hi,
Thank you for sharing the details.
The header transparency can be turned off from the homepage layout options on the right side under the header visibility options.
Best regards,
VinayHey nonowd,
Thank you for contacting us.
First, try to build all the form fields using the built-in enfold options and see if you receive all the data.
Then use jQuery to show/hide the fields.
Hope this helps!
Best regards,
VinayHi,
Thank you for sharing the details.
I have checked your site on my android device and on a web simulator in both the cases the buttons look aligned properly on the same line.
I have attached a screenshot of the same below
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,
VinayJuly 4, 2019 at 6:10 am in reply to: Background Colour Missing from Animated Number on Mobile #1115630Hey jonrouse,
please add the below CSS to your site and adjust the min and max width to suit your site.
@media only screen and (max-width:768px) { #top .avia-animated-number-circle { display: block; min-width: 200px; max-width: 50%; } }
Best regards,
VinayBest regards,
VinayJuly 3, 2019 at 10:15 am in reply to: How can I add a php function inside Google Analytics Tracking Code #1115409Hey Eneas,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
VinayHey soniavoice,
Thank you for contacting us.
What is the status of the duplicated pages? Is it published or in the draft state?
Please provide a working link to the pages with the issue.
If you delete the duplicate pages what happens?
If the issue persists please deactivate all plugins and delete all duplicates and test the site and let us know.
Best regards,
Vinay- This reply was modified 5 years, 5 months ago by Vinay.
Hey Yannick77,
Thank you for sharing the details.
Let us know if the emails go thru when you deactivate captcha from Enfold > Google Services.
Then activate captcha and deactivate all plugins and try again.
We will await your test results.
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:@media only screen and (min-width:998px) { #top #menu-item-search { position: absolute; top: -80px; right: -40px; }}
Result:
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,
Hi,
Thank you for sharing the details.
Please add a transition property to the button styles as provided in the below example for smooth animation. You can replace the background color with the gradient.
For more tips on customization please check the documentation. https://kriesi.at/documentation/enfold/button/#customization
/* Background on hover */ .my-custom-button a.avia-button { background: rgba(0,0,0, .95) !important; transition: all .35s; } .my-custom-button a.avia-button:hover { background: rgba(13,23,56, .45) !important; transition: all .35s; }
Best regards,
VinayBest regards,
VinayJuly 2, 2019 at 6:21 am in reply to: Can I make search forums box next to the search menu on header? #1115045Hi,
Thank you for contacting us.
I checked the page you mentioned in private and other pages but I cannot find anything that matches your screenshot. Please post an exact link to the page where we can find the issue.
Best regards,
VinayJuly 2, 2019 at 6:05 am in reply to: Trying to connect Mailchimp header code in child theme functions.php #1115037Hey chanjelin,
Thank you for contacting us.
I’m not sure what is the reason you are trying to manually integrate the MailChimp to your site?
MailChimp is already built-in to the theme core to activate it please take a look at our docs.
Best regards,
VinayJuly 2, 2019 at 6:03 am in reply to: Enfold – would like to separate lines of Masonry categories #1115035Hi,
We will close this ticket but if you need help with another issue please create a new ticket.
Find more information about customizing the Enfold theme in the Documentation and bookmark for future reference.
Thank you for using Enfold :)Best regards,
VinayHi,
Have you tried to enable the form labels and hide it using CSS by making the font size 0 will work for you temporarily.
We have to address the other issues by making changes to the core. Our development team is informed about your concern. An update will be released in one of the future version.
Best regards,
VinayHi,
Thank you for sharing the details.
We have added this update in the core theme and works for the captcha result. You can use the code to move the captcha text to the center. Please wait for the next release :)
Best regards,
VinayHi,
Thank you for writing to us.
I logged in to your site and checked for the issue the mobile menu looks fine on my android device.
However, you can check out all the settings for the burger menu here.
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,
As mentioned earlier, 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/enfold
Scroll to the bottom of the page to open a new ticket.
Best regards,
VinayHi,
Thank you for writing to us.
To add a PDF file on all products which can be downloaded without buying the product you can create a download button in the product description.
You have to manually add the pdf to each product page.
You can also follow @Guenni007 method in that case too just create pdf download links for each product.
If you add it as a product then it cannot be downloaded without purchasing.
Hope this helps.
Best regards,
VinayHi,
Thank you for writing back to us.
If we could see the process we would definitely update you on the same. Unfortunately, it is more of their internal process and we do not have access to it. You can wait for some time and if you still do not get a response please try communicating with the ThemeForest support for progress on your case.
Best regards,
VinayHi,
Thank you for writing back to us.
If we could see the process we would definitely update you on the same. Unfortunately, it is more of their internal process and we do not have access to it. You can wait for some time and if you still do not get a response please try communicating with the ThemeForest support for progress on your case.
Best regards,
VinayHey brayn_design,
We need to take a closer look, 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 an admin user and post the login credentials in the “private data” field.Best regards,
VinayJune 8, 2019 at 5:35 pm in reply to: Large logo on header to expand into content and Meta area #1108462Hi,
Thank you for contacting us.
The logo and the header look good when I scroll the page. 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,
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 - */ #top .main_color select { text-align-last: center; text-align: center; -ms-text-align-last: center; -moz-text-align-last: center; } span.value_verifier_label { left: 50%; transform: translateX(-100%); }
Best regards,
VinayHey JanMiHero,
To target individual elements you can add a custom CSS class name.
To customize the masonry element please refer to the documentation
Best regards,
VinayHey leplusweb,
Thank you for contacting us.
Please refer to the documentation for function reference.
Let us know if you have any questions.
Best regards,
VinayHey angereichert,
Thank you for contacting us.
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 an admin user and post the login credentials in the “private data” field.Best regards,
Vinay -
AuthorPosts