Forum Replies Created
-
AuthorPosts
-
May 24, 2018 at 5:03 pm in reply to: Deleted 'Pricing Page' many back-ups ago and would like to get it back!! #961703
Hi,
Please find the shortcode for the page you requested
https://pastebin.com/raw/YQgCPMwH
Thank you for using Enfold :)
Best regards,
VinayHi,
When you go to Enfold > Cookie Consent >
You should be able to view an option to enable the cookies
Best regards,
VinayHey lami4d,
I checked your site and there was no option to enable cookies. A plugin conflict may be one of the reasons for this issue.
To find which plugin is causing the conflict please follow these steps:1. Go to your plugins page > Deactivate all active Plugins
2. Update WordPress and Enfold to the latest version if you have not.
3. Make sure all the plugins are updated.
4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.We await the results of your plugin compatibility test.
Thanks for your cooperation :)
Best regards,
VinayMay 24, 2018 at 4:53 pm in reply to: Link to the paragraph of the same page – probably easy question #961686Hey katak97,
To create a one-page menu please check https://kriesi.at/documentation/enfold/fullwidth-sub-menu/#create-a-one-page-menu
Add your text inside a color section.
Instead of the menu if you like to link the image please use the section #ID as the link
Best regards,
VinayHey datadirt,
Thank you for the appreciation and your support. It means a lot to us.
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayMay 24, 2018 at 4:20 pm in reply to: Changing the font size and colort of the full width submenu element? #961645Hey Gaso,
To modify the submenu links please check the documentation about submenu element.
If you need any further assistance please feel free to let us know.
Best regards,
VinayHi,
We love to help but unfortunately, this modification 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, I hope the Codeable can do the job for you :)
Best regards,
VinayHi,
Thank you for contacting us.
If you need any help in future please create a new ticket.
Best regards,
VinayHi,
We will close this issue. 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/enfold
Scroll to the bottom of the page to open a new ticket.
Best regards,
VinayHi,
Thank you for sharing your solution.
@newki75 I see the button background and the text color both change on hover to a light background and dark text.Please clarify if you need any further help or we can close this ticket :)
Best regards,
VinayHey Dierbewust25,
On the front end, the page seems to load fine without any errors. We need to see the backend of your site.
Mostly a plugin conflict may be one of the reasons for this issue.
To find which plugin is causing the conflict please follow these steps:1. Go to your plugins page > Deactivate all active Plugins
2. Update WordPress and Enfold to the latest version if you have not.
3. Make sure all the plugins are updated.
4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.We await the results of your plugin compatibility test.
Thanks for your cooperation :)
Best regards,
VinayHey lukretu,
It’s not clear but as I understand you like an easy way for users to navigate between blog post correct?
On every post, there is a navigation what helps users go back and forth.
If you like to highlight the arrows let us know we can help you with custom CSS to change the arrow color and make it more prominent.
Best regards,
VinayHey Gaso,
The update notification issue could be related to several factors. Please check our documentation for a possible solution for missing theme update notifications.
Best regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHey Malene,
Please go to image caption and select add a button. Add a link to the button and we can provide you with the necessary CSS.
We need to be able to inspect the element in order to help :)
Best regards,
VinayHey mikeandrewfischer,
Thank you for the kind words and your support. It means a lot to us :)
Please take a moment to review our theme https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayMay 24, 2018 at 1:30 pm in reply to: Adding a widget area to the header – below logo, above main menu #961522Hi,
To create a layout similar to the below screenshot
First add a header widget as mentioned in our docs https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area by adding the below code to functions.php
add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); }
Then go to Appearance > Widget Area > Create a Header Widget Area and add your widget or a text box with some sample text for testing purpose.
Lastly, copy and paste the below code to your child theme styles.css file or Enfold > General styling > Quick CSS
.container.av-logo-container .inner-container { display: flex!important; background: #eee; flex-direction: column; justify-content: space-between; flex-wrap:wrap; } #top #header .logo, #top #header .main_menu, #top #header .widget { position: relative; } #top #header .logo { background: #ffdd00; order:0; } #top #header .widget { background: orange; padding: 0; order:1; } #top #header .main_menu { background: #0099e5; order:2; } @media only screen and (max-width: 767px) { .responsive.html_header_sidebar #header .avia-custom-sidebar-widget-area { display: block!important; }} /* Header widget Breakpoint */ @media only screen and (max-width: 850px) { .container.av-logo-container .inner-container { display: block !important; } #top #header .logo { display: inline-block; } #top #header .main_menu { display: inline-block; float: right; min-width: 75px; } #top #header .av-main-nav-wrap { float: right; } #top #header .widget { margin-top: -34px; } }
Best regards,
VinayHi,
Please check this link for placeholder code snippet and how to use it https://kriesi.at/documentation/enfold/contact-form/#styling-placeholder-text
If you are using only one forum you can use the code snippet as is or feel free to change the color values to suit your site design.
Best regards,
VinayHey Andreas_BS,
To display the “Data protection” message below the form please use the text box as you have done. At the moment there is no other easier way to do this.
Best regards,
VinayHey cr3epy,
I checked for the issue and it appears all the div’s are closed properly.
Please right click and inspect the page.
Again right click on the opening div and select “Edit as HTML”.
Copy the code to any code editor and it should give you a better way to check for opening and closing div.Best regards,
Vinay-
This reply was modified 7 years, 1 month ago by
Vinay.
Hey Mdmoisell,
Cookiebot is a third-party service. However, you can enter the js script in Enfold > Google Services
If you have an issue configuring the script please refer the cookie documentation or check with the support.
For more info please check the below links
https://moz.com/blog/gdpr-and-online-marketing
Best regards,
VinayHi,
It’s not clear if you were able to achieve what you wanted please clarify if need any further help with this issue or we can close this ticket,
Best regards,
VinayHi,
I checked your site and the blog images appear to be of the same size. 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,
VinayHey rmatus,
Thank you for contacting us. I tried to check your site but it has a DNS issue. Please contact your hosting provider to resolve this and get back to us when we can access your site.
Best regards,
VinayHey Omar Esokni,
This is an additional feature you are requesting for which you can use a plugin like
Please note: we have not tested this plugin with our theme but you can check it out. There are many more similar plugins available please see which one suits you the best.
Best regards,
VinayHi,
We are happy to help you :) Please let us know what are the steps you have tried so far and if you faced any issue following the steps mentioned in the below link
http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/Best regards,
VinayHey WP Turned,
Thank you for contacting us :)
We will try to add this back in our next update. To display the images for now 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 only screen and (max-width: 479px) { .responsive .avia-testimonial-image { width: 100px; height: 100px; background-repeat: no-repeat; }} /* End CSS */
Best regards,
VinayHi,
This issue is reported to our devs and a patch will be released in a future update.
Please do let us know if you require any additional help with this issue or we can close this?Best regards,
VinayHey BritaKossmann,
The mailchimp API does not appear in Google Services. It should look as shown below.
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,
VinayHey janeyj,
Thank you for contacting us, We will surely help you with this issue.
The theme update depends on many factors. The server settings for each site is different and some servers may not support the update feature at all.For an alternate workaround please perform the steps mentioned in our documentation section https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#missing-theme-update-notification
Best regards,
Vinay -
This reply was modified 7 years, 1 month ago by
-
AuthorPosts