Forum Replies Created
-
AuthorPosts
-
Hey KK,
You should choose PHP 7, here’s a bluehost help topic on how to do so.Best regards,
MikeHey FFAlan,
I added a 1/4 column to the left of each icon list for each tab.
Please review.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#top .av-main-nav ul ul { left: 207px!important; }
Please clear site and browser cache.
Best regards,
MikeNovember 19, 2017 at 12:12 am in reply to: alignment issues in Internet Explorer: LinkedIn icon and bullets in text #878682Hi,
For issue 2 targeting IE11 I added:@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .page-id-3274 .entry-content-wrapper ul { list-style: disc inside!important; } }
For issue 1 targeting IE11 I added:
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .page-id-3689 .avia-builder-el-21 { padding-top: 20px!important; } }
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for choosing Enfold.Best regards,
MikeNovember 18, 2017 at 11:34 pm in reply to: Full width Logo (image) in Consulting Theme on top #878677Hi,
Try this code in the General Styling > Quick CSS field:#top div#wrap_all::before { content: url('https://www.your-website.de/wp-content/uploads/2017/11/Banner-Homepage.png'); width: 100%; display:block;} span.logo {display:none!important;}
please see screenshot in Private Content area
Best regards,
MikeHey Picfinity,
Do you mean that the blue button only shows on the first slide? This is because it is not on any of the other slides, try adding it to the other slides to always show.Best regards,
MikeNovember 18, 2017 at 10:52 pm in reply to: Change size of featured image in a post, without changing main theme #878672Hi,
Thanks for sharing your solution, I’m sure other will find it useful.Best regards,
MikeHi,
Always glad to help :)
We will close this now. 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,
MikeHi,
I see your child theme now, but it is not activated. All of your settings are in your parent theme, so you will need to export your theme settings from your parent theme to use in your child theme when you activate it.Best regards,
MikeHi,
The function was not in your functions.php, so I added it:function year_shortcode() { $year = date('Y'); return $year; } add_shortcode('year', 'year_shortcode');
Now it is working, but on your next update you will lose this change.
When editing functions.php you should use the child theme, Read about it & Get it hereBest regards,
MikeHi,
Disabling NextGEN Gallery & WP Smush gave more options, please look into these plugins.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Please check if it has a setting to place it to the left, if not try this code:#top .single-product-main-image .onsale { right: 95%!important; }
Best regards,
MikeHey HeeHA,
Sorry that is not included as a option at this time, it has some unique elements and styles customized by Kriesi. Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeHi,
The class for that element (av_textblock_section) is used often in the theme so you should target it more directly so your rule won’t be applied on other pages where you may not want to use it. If you notice that two div above you have the class .avia-builder-el-26, that is a little better and no other .av_textblock_section on the sane page will be affected, but lets target only that page with .page-id-592, so all together it will look like this:.page-id-592 .avia-builder-el-26 .av_textblock_section { padding: 40px 40px; background: rgba(0,0,0,0.5)!important; color: #fff !important; }
Note I added a white color to your text as you talked about above. Hope this helps.
Best regards,
MikeHey projectt_co_uk,
This site is selling a pirated copy that may include malware, buying at theme forest will ensure you are safe.Best regards,
MikeHey ctancrede,
Please include the url to the page in question, and a screenshot of what element you want to hide.
Please try using https://postimages.org/ and pasting the image URL in your post.Best regards,
MikeHi,
I have replied to your other post, please see.Best regards,
MikeHi,
You are receiving this error: Failed to load resource: the server responded with a status of 500 (Internal Server Error)
Please check with your host if they can see why you are getting this server error. Also ask if they a blocking .at domains as this is the domain that the demo is pulled from.
Would you be interested in reinstalling with a preinstalled 2017 demo copy?
Such as in this postBest regards,
MikeHey DROR,
Try this code in the General Styling > Quick CSS field:#top .main_color .onsale { max-width: 40px!important; }
Best regards,
MikeHey ctancrede,
2> please try adjusting “Slider autorotation duration” to a low number, such as 3, and do not display the “Slider controls” for a continuous running slider.
1> Do you mean like having a ticker? Please see this Pure CSS Ticker (Horizontal) Another option would be a plugin.Best regards,
MikeHi,
There is a duplicate rule being applied, please try this code in the General Styling > Quick CSS field:.avia-testimonial-image { border-radius: 0px!important; }
Best regards,
MikeHi,
You would not need the first opening tag, but you will need the last opening tag as there is a closing tag in the function This is because the js script that you get from Google Analytics has to be outside of the php code. Please see this article.Best regards,
MikeNovember 18, 2017 at 7:56 pm in reply to: Change Color on Hover on the Social Icon from the Icon List #878623Hi,
You would need to use FTP and add the code to the file wp-config.php in your root directory.Best regards,
MikeHey Patricia,
Please include the url to the page in question so we can 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 a admin user and post the login credentials in the “private data” field.Best regards,
Mike -
AuthorPosts