Forum Replies Created
-
AuthorPosts
-
October 14, 2017 at 5:13 pm in reply to: wrong main content position when using sticky header #864303
Hi,
Sorry, I thought it was only on that page.
Please remove the code and disable the caching plugin (autoptimize) to see if that changes issue.Best regards,
MikeHey val1503,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey Fontaine,
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,
Glad we were able to help, we will close this now. Thank you for using Enfold.
Just thought I should mention the 404 issue :)Best regards,
MikeHi,
Your first image is 320px scaled up to 690px while the second image is 1024px scaled down to 690px
When adding your images try setting the Attachment Display Settings to a larger size instead of the default size.Best regards,
MikeOctober 14, 2017 at 4:10 pm in reply to: Best Practice for Phone Number Hyperlinks on Buttons #864286Hi,
For Cross-platform compatibility (Android + iPhone) you should use this format for your phone links:tel://1-555-555-5555
For making your button not clickable on desktops try adding this CSS:
@media only screen and (min-device-width : 770px){ .avia-builder-el-14 a{ pointer-events: none!important; } }
But that got me thinking that you then have a blue button that is no help for desktop users, so lets add your phone number to the button text so they can easily see your number and call you:
@media only screen and (min-device-width : 770px){ .avia-builder-el-14 a{ pointer-events: none!important; } .avia-builder-el-14 a .avia_iconbox_title::after {content: ' (555) 555-5555';} }
Desktop users (no click):
Mobile users (click to call):
Best regards,
MikeHey bvn1999,
Try this code in the General Styling > Quick CSS field:#top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text {color: #000 !important;}
Can I ask if you are using a plugin to create a mobile version of your site? While testing I was redirected to a “m” sub-domain https://m.[your-site] often that gave a 404 error. You may wish to disable that plugin, or redirect script.
Best regards,
MikeHi,
Glad to hear, we will leave this open for now, thanks for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeOctober 14, 2017 at 3:04 pm in reply to: wrong main content position when using sticky header #864276Hey goch,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 766px) { .page-id-62 .avia-builder-el-2 {padding-top: 0px!important; margin-top: -40px!important; }} @media only screen and (min-width: 767px) and (max-width: 999px) { .page-id-62 .avia-builder-el-2 {padding-top: 60px!important;}}
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeOctober 14, 2017 at 2:46 pm in reply to: horrible grey shadow under some images (Partner/Logo Elements) #864271Hey giovannadebenedictis,
Can you please include a admin login in the private content area so we can take a closer look, the page doesn’t have a password field for the password you provided.Best regards,
MikeHi,
Please use the Enfold feature request form Thank you.Best regards,
MikeHey T3 Marketing,
Try this code in the General Styling > Quick CSS field:#top #wrap_all .social_bookmarks {height: 50px!important; }
Best regards,
MikeHi,
Sorry at this time you can’t hide certain mobile menu items, they all share the same class. The next update should restore this feature.Best regards,
MikeHey Uroš,
If you are uploading them a few at a time there maybe a naming conflict, try getting all six in one package and uploading them again.Best regards,
MikeHey pixdetect,
Sorry I didn’t find “Blog-Beiträge” in order to help, can you add a screenshot of the title you would like larger.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeOctober 8, 2017 at 10:30 pm in reply to: Customize archives and tags pages and get rid of social share link… #861693Hi,
Thank you for sharing your solution, we will look into this. 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,
MikeHey mooshonov,
Try this code in the General Styling > Quick CSS field:.header_color .main_menu ul:first-child > li > a {color: #fff !important;}
Best regards,
MikeHey dith_solanki,
Go to Enfold Theme Options > Header > Extra Elements tab > Header Phone Number/Extra InfoBest regards,
MikeHey T3 Marketing,
Sorry the Advanced Layout Editor only works with EnfoldBest regards,
MikeOctober 8, 2017 at 10:08 pm in reply to: Uninstall Layer Slider to reinstall at default location #861684Hey steviespin,
There is no need to deactivate the bundled version, it automatically detects if the plugin version is active and disables itself.Best regards,
MikeOctober 8, 2017 at 10:06 pm in reply to: Enfold Portfolio Title: use of capital and small initial letters #861682Hi,
Glad to hear, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Go to Enfold Theme Options > General Styling > Footer tab > Footer background color and choose your colorsBest regards,
MikeHi,
OK I uploaded your update. You had some issues like your child theme was not official and it was broken, your Enfold theme had a child theme inside, etc.
if you look via FTP:
Your new Enfold is enfold-new
your old Enfold is enfold
your child theme is enfold-child linked to enfold-new
I left your old enfold should you need some old custom code, I don’t think you will.
You had this in your child theme so I added it to the official child themeadd_filter('pms_output_subscription_plan_action_cancel', '__return_empty_string'); add_filter('pms_output_subscription_plan_action_abandon', '__return_empty_string');
See the Private Content area for your old theme export, I used it to import your settings.
Hope this helped :)Best regards,
Mike -
AuthorPosts