Forum Replies Created
-
AuthorPosts
-
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeAugust 28, 2017 at 4:16 am in reply to: Scaling down the images without cropping in „Single Post With Big Preview Image“ #844621Hi,
I may have found a solution to stop the cropping of your images by adding ‘crop’ => false to the image size in your functions.php
Here’s the details: https://kriesi.at/support/topic/portfolio-blog-featured-images-cropping/#post-135455Best regards,
MikeHi,
To open product pages in a lightbox popup, create a link like this:<a href="http://127.0.0.1/pages/blank-pages/coming-soon-page/?iframe=true">Product Page</a>
when you link to one of your pages, disable the header, sidebar, & footer for that page, so it will only show the product.
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.phone-info a,.phone-info p {font-size: 14px!important; } .menu-item-47685 {margin: 0.40em 0!important; font-size: 14px!important;} .menu-item-47685 a {padding: 0px !important; line-height: 11px !important; }
It makes the top left phone number, top left phone info, & top right menu text all the same size. 14px
It also moves the top left phone info, & top right menu text line up.
If you adjust the font-size you may need to also adjust the margin.
Please see screenshot in Private Content area & Please clear your cache :)Best regards,
MikeAugust 28, 2017 at 3:04 am in reply to: How to fix. jumpy scrolling in Chrome (in Firefox it's already smooth) #844611Hi,
The smooth scrolling difference between Firefox and Chrome is in the build of the browsers, not due to the code of the sites. While there maybe javascript addons to enhance the scrolling of sites, the overall basic behavior is built into the browsers and enabled or not by default.
Source: http://www.askvg.com/how-to-enable-smooth-scrolling-feature-in-google-chrome/Best regards,
MikeAugust 28, 2017 at 2:42 am in reply to: Unable to fix active links in the home page main menu. #844606Hey coreintegrator,
Sorry for the late reply, I have checked the links in your menu and top bar (About Partners Blog Contact) and the lightbox links, and all seem to be working.
Which are the active links that are not working?Best regards,
MikeHi,
Try this plugin: https://wordpress.org/plugins/typekit-fonts-for-wordpress/Best regards,
MikeHey Bert2,
Try going to line 1156 in /wp-content/themes/enfold/css/shortcodes.css and comment out this code:@media only screen and (max-width: 767px) { .responsive .tabcontainer{border-width: 1px; border-style: solid; border-top:none; overflow: hidden;} .responsive .tabcontainer .tab_titles{display:none;} .responsive .tabcontainer .tab_content, .responsive .tabcontainer .tab {width:100%; max-width:100%; border-left:none; border-right:0;left:0; top:0; min-height: 0!important;} .responsive .tabcontainer .tab_content{border-bottom:none; padding:15px 30px; clear: both; } .responsive .tabcontainer .tab.fullsize-tab{ display:block; margin-bottom:-1px;} .responsive .top_tab .tab.fullsize-tab{ margin-bottom:0px;} }
Best regards,
MikeHey ESWEENEY113,
Try to update manually via FTP: https://vimeo.com/67209750
Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfoldBest regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey thecszone,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey ron belliveau,
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/enfoldScroll to the bottom of the page to open a new ticket.
Best regards,
MikeHey DharmavajraDesign,
Sorry for the delay, I searched for your post and replied.I have taken a look at your Google Map, and see that it is not working correctly, I tested the address on my localhost (testing site) and it works there, so the address is not the issue. But your SSL has expired on Aug 24, 2017
I believe that this is the root issue, please contact your host or your SSL issuer to resolve this.I also saw you had a question about images in your footer, but it will be easier to work on after the the SSL issue is solved.
Best regards,
MikeHi,
I have taken a look at your Google Map, and see that it is not working correctly, I tested the address on my localhost (testing site) and it works there, so the address is not the issue. But your SSL has expired on Aug 24, 2017
I believe that this is the root issue, please contact your host or your SSL issuer to resolve this.
Please see screenshot in Private Content areaBest regards,
MikeHi,
Which steps did you try?
Did you rename your plugins folder, to plugins2 via FTP?
I see there is access to the backoffice login page, but you get the error after logging in?Best regards,
MikeHi,
For the footer and socket:.footer_color,.socket_color {background-color: background: #1e5799; background: -moz-linear-gradient(left, #1e5799 0%, #0fa7d9 40%, #0fa7d9 40%, #2989d8 50%, #7db9e8 100%)!important; background: -webkit-linear-gradient(left, #1e5799 0%,#0fa7d9 40%,#0fa7d9 40%,#2989d8 50%,#7db9e8 100%)!important; background: linear-gradient(to right, #1e5799 0%,#0fa7d9 40%,#0fa7d9 40%,#2989d8 50%,#7db9e8 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#1e5799′, endColorstr=’#7db9e8′,GradientType=1 )!important; }
For the big button on your homepage:
.main_color .avia-color-theme-color {background-color: background: #1e5799; background: -moz-linear-gradient(left, #1e5799 0%, #0fa7d9 40%, #0fa7d9 40%, #2989d8 50%, #7db9e8 100%)!important; background: -webkit-linear-gradient(left, #1e5799 0%,#0fa7d9 40%,#0fa7d9 40%,#2989d8 50%,#7db9e8 100%)!important; background: linear-gradient(to right, #1e5799 0%,#0fa7d9 40%,#0fa7d9 40%,#2989d8 50%,#7db9e8 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#1e5799′, endColorstr=’#7db9e8′,GradientType=1 )!important; }
Best regards,
MikeHey Xinspirit,
Here are two posts that may help:
https://kriesi.at/support/topic/how-sidebar-on-product-category-pages-with-woocommerce/#post-496431Let us know if this was what you were looking for.
Best regards,
MikeHey kilimats,
Are you trying to replace the tab icons with images? How are you adding the images, I only see the option to add icons from the entypo-fontello icons.
If you mean in the content area of the tab, I added a 60×60 image that kept it’s actual size.
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey Felix-A,
Please check that there is a menu assigned to the header menu, it looks that you had a menu already built before downloading the demo.Best regards,
MikeHey Georgi Zahariev,
Each time did you follow the “request a new link below”?
Just to be sure, you followed these steps?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/enfoldScroll to the bottom of the page to open a new ticket.
Best regards,
MikeHi,
I added the code above and it seems to be working, please see screenshots in Private Content area.
Please clear your cache and check.Best regards,
MikeAugust 27, 2017 at 10:06 pm in reply to: Movie in Color Section – Mobile Website – not running #844572Hi,
Try a Color Section up top with the video, with the Screen Options > Element Visibility set to “Hide on very small screens”
Then another Color Section below with the image, with the Screen Options > Element Visibility set to only show on small screens, ie. check all others.
This will give you a fallback image without the play button.Best regards,
MikeHi,
Yes I understand, might I suggest creating real links for the phone numbers like this:<a href="tel://1-555-555-5555">+1 (555) 555-5555</a>
this will be Cross-platform compatible for Android + iPhone + Windows, the way your phone numbers are now they are not clickable for Android + Windows.
Creating real links will allow you to control the colors with CSS, where as now you can’t, (well you can make the text red, but it won’t be a link)
If your are concerned with the auto linking, you can easily disable automatic phone number linking with the following meta tag:<meta name="format-detection" content="telephone=no" />
Source: Phone Number Links
Hope this helps :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
You can download the medical icons here Just press the “download pack” button and you will receive a zip file that you can upload as if it were a fontello zip file.You can also make a FAQ with the Accordion element, see the demo of it in the Enfold 2017 demo
Best regards,
MikeHi,
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 Gemcrm,
This solution helped others: https://kriesi.at/support/topic/mobile-menu-keep-closing/#post-767015
Otherwise, 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,
Mike -
AuthorPosts