Forum Replies Created
-
AuthorPosts
-
Hey lackformkleber,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey KellyKilgallon,
On your page your phone is coded like this:<a href="tel: (732) 502 0100">732.502.0100</a>
where in this case the ( & ) & spaces is braking the code, please try:
<a href="tel:732-502-0100">(732) 502-0100</a>
Please read this for more on this topic
Best regards,
MikeHey mcraig77,
As you pointed out, your site seems to be down. Can you ask your webhost to update your PHP to v7, as this may solve.
Or can you ask your webhost to restore your site with the last backup?Best regards,
MikeHi,
Thank you for sharing your solution, We have seen other issues with Cloudflare, but your detailed report will help, Thank you.We will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Please try either of the two solutions on this page: https://kriesi.at/support/topic/text-instead-of-logo-in-header-2/#post-486468Best regards,
MikeApril 10, 2018 at 1:41 am in reply to: Enfold Child YITH plugin Request for a Quote button not showing. #939515Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Try adding this to your functions.phpfunction avia_change_image_size_array() { global $avia_config; $ avia_config ['imgSize'] ['widget'] = array ('width' => 36, 'height' => 36); // small preview pics eg sidebar news $ avia_config ['imgSize'] ['square'] = array ('width' => 920, 'height' => 690); // small image for blogs $ avia_config ['imgSize'] ['featured'] = array ('width' => 1500, 'height' => 430); // images for fullsize pages and fullsize slider $ avia_config ['imgSize'] ['featured_large'] = array ('width' => 1500, 'height' => 630); // images for fullsize pages and fullsize slider $ avia_config ['imgSize'] ['extra_large'] = array ('width' => 1500, 'height' => 1500, 'crop' => false); // images for fullscrren slider $ avia_config ['imgSize'] ['portfolio'] = array ('width' => 495, 'height' => 400); // images for portfolio entries (2.3 column) $ avia_config ['imgSize'] ['custom'] = array ('width' => 450, 'height' => 338); // images for portfolio entries (2.3 column) $ avia_config ['imgSize'] ['portfolio_small'] = array ('width' => 260, 'height' => 185); // images for portfolio 4 columns $ avia_config ['imgSize'] ['gallery'] = array ('width' => 920, 'height' => 690); // images for portfolio entries (2.3 column) $ avia_config ['imgSize'] ['magazine'] = array ('width' => 920, 'height' => 690); // images for magazines $ avia_config ['imgSize'] ['masonry'] = array ('width' => 920, 'height' => 690, 'crop' => false); // images for fullscreen masonry $ avia_config ['imgSize'] ['entry_with_sidebar'] = array ('width' => 920, 'height' => 690); // big images for blog and page entries $ avia_config ['imgSize'] ['entry_without_sidebar'] = array ('width' => 920, 'height' => 690); // images for fullsize pages and fullsize slider $ avia_config ['imgSize'] = apply_filters ('avf_modify_thumb_size', $ avia_config ['imgSize']); } add_action( 'init', 'avia_change_image_size_array');
Best regards,
MikeHey forever_prodotti,
Try to wrap your code into a function and use the init hook to add your thumbnail size to the avia_config array: overwrite the avia_config array after the main theme functions.php is loadedBest regards,
MikeHi,
Thank you for the login, but please check the link as it doesn’t have a top-level domain, such as .com, which I can see isn’t yours as it is for sale.Best regards,
MikeHi,
Thank you for your feedback, please let us know if you run into future issues that we can assist with.
Have a great day!Best regards,
MikeHi,
Thank you for the login, but it doesn’t seem to have admin access, as I can’t see your theme options.
When debugging, the source of the logo shows as (unknown) which tells me that a invalid value is probably set in the theme options.
Please look at: Enfold Theme Options > Logo
and clear any value, or choose a new one.
Also look at: Enfold Theme Options > Header > Transparency Options > Transparency Logo
and clear any value, or choose a new one.Best regards,
MikeHi,
Please try:.main_color .avia_ajax_form input[type='submit'] { background-color: #1b1166!important; } .main_color .avia_ajax_form input[type='submit']:hover { background-color: #d62a2a!important; }
Best regards,
MikeApril 9, 2018 at 12:33 pm in reply to: contact form css styling custom font, button and text input #939132Hi,
Glad to hear, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeApril 9, 2018 at 11:46 am in reply to: contact form css styling custom font, button and text input #939091Hi,
The sidebar and form labels all seem to be the same font to me, what browser are you using? Can you include a screenshot?
Please see screenshot in Private Content area.Best regards,
MikeHi,
I see the images are on Amazon, you could try storing the images on your site, reducing the calls to Amazon.
Depending on how many views/clicks you get, I have seen cases where Amazon will redirect to a captcha before showing the product page.Best regards,
MikeHey Mariken,
I took a look but I don’t see anything wrong right off, even the theme options look fine.
Perhaps if you could add a screenshot of what you see is wrong it would be easier to notice.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Well it seems the only page that has the issue is the homepage because of the transparent header, so let’s add this code to the end of your css, or at least after the other code:@media only screen and (max-width: 766px) { .responsive #top.home #main {margin-top: -80px!important;} }
It will only work on the homepage.
Best regards,
MikeHi,
Very good, unless there is anything else we can help with shall we close this then?Best regards,
MikeHi,
Please read this good article and video: How to use FTP WordPress for BeginnersBest regards,
MikeHi,
To change the hover color, try:#top #wrap_all .av-social-link-facebook:hover a,#top #wrap_all .av-social-link-pinterest:hover a,#top #wrap_all .av-social-link-mail:hover a { color:#fff; background-color:#857949 !important; }
To add some padding, try:
.av-social-sharing-box { padding-top: 50px !important; }
adjust the number to suit.
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:div .main_color .avia_ajax_form .button { background-color: #1b1166!important; }
Best regards,
MikeHi,
The “custom class” box that you had put your code in is for a name of a class, not for code.
So for example, I gave your button a custom class name “booknu”
and then I added this code in the General Styling > Quick CSS field:.booknu a { border-radius: 5px !important; }
I gave it the border-radius of 5px because 1px is so little I don’t believe we could see the difference.
I also gave it the “!important;” so it would overwrite the theme’s rules.
Please clear your browser cache and check.Best regards,
Mike -
AuthorPosts