Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for that, can you try to add this code: https://pastebin.com/9cRNFM6y
just before the</ul>Just replace the link I put there, hope this helps :)
Best regards,
NikkoHey kvpacs,
Try to replace this part of your code:
<div style=”background: #fff; opacity: 0.5; -moz-opacity: 0.5; filter: alpha(opacity=50); padding: 40px;”>replace it with:
<div style=”background: rgba(255,255,255,0.5); -moz-opacity: 0.5; filter: alpha(opacity=50); padding: 40px;”>But I would suggest using class and then apply css to the class. Hope this helps :)
Best regards,
NikkoHey gzelasco,
Can you try to edit the Tab Section and set Content height to Auto adjust to content. Hope this helps :)
Best regards,
NikkoHi,
Glad that you got it working. Let us know if you need more assistance :)
Best regards,
NikkoHi,
Can you try to add this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #advanced_menu_toggle { display: none !important; } #header_main .main_menu { position: absolute; right: 0; top: 0; } #header_main .avia-menu { display: block; margin-right: 0; } .responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a { height: 80px; line-height: 80px; } }Hope this helps :)
Best regards,
NikkoHey perfectword,
Can you post a link to your site? so we can take a closer look.
Best regards,
NikkoHey clairesgould,
Can you give us a link to the thread mentioned so we can check? and also where can we see this on your page?
Best regards,
NikkoHey hawkadmin,
Yes, that is how it normally works, by default you are using page.php on default pages, however if you enable the Avia Layout Builder, you will be using template-builder.php.
Best regards,
NikkoHi,
Sorry for the late response, can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #top .av-preloading-logo { max-width: 100%; } }Hope this helps :)
Best regards,
NikkoHey Derek,
I have checked it but it doesn’t seem to shrink when I scroll down, is this already fixed?
Best regards,
NikkoHey Susanne,
Try to edit loop-index.php in wp-content\themes\enfold\includes\ and find this code (line 138):
$blog_meta_output = "<a href='{$link}' class='post-author-format-type'><span class='rounded-container'>".$gravatar.$icon."</span></a>";and replace it with:
$blog_meta_output = "<a href='{$link}' class='post-author-format-type'><span class='rounded-container'>".$gravatar.$icon."</span></a><h5 class='author-name'>" . get_the_author() . "</h5>";Hope this helps :)
Best regards,
NikkoHi,
Glad we could help :)
Best regards,
NikkoHi marketnewmedia,
I have checked on your site however I couldn’t find the problem, Are you referring to the NHS, Care Homes, Local Authorities, and Domestic User?
Best regards,
NikkoHi Nazka,
The current version is 4.0.7 and that Auto Adjust to Content is not available in 4.0.5 :(
Best regards,
NikkoHi,
You’re very much welcome and thanks for using Enfold :)
Best regards,
NikkoHi,
Can you try to use a child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/ then create this folder structure inside it:
woocommerce/myaccount/ then add copy form-login.php from /wp-content/plugins/woocommerce/templates/myaccount/form-login.php to it and then remove the Remember Me checkbox and that should be it. Hope this helps :)Best regards,
NikkoHi,
Glad to hear that! Thanks for using Enfold :)
Best regards,
NikkoJune 7, 2017 at 2:45 am in reply to: Warning: Missing argument 3 for avia_woocommerce_gallery_thumbnail_description() #804774Hi,
You still have Enfold 3.8 installed there, just activate it back, and that should fix it. I would suggest using a child theme http://kriesi.at/documentation/enfold/using-a-child-theme/ and put your modifications there instead in the parent theme (Enfold).
Best regards,
NikkoJune 7, 2017 at 2:16 am in reply to: syntax error, unexpected T_FUNCTION in F:\Domains\…. layer slider.php on line #804769Hi,
I’m not really sure about the coming soon not working, but as for the rollback, I think that would work but it should be version 3 of Enfold which is a bit outdated already.
Best regards,
NikkoHi,
Thanks for providing the admin access, it’s fixed now. I noticed that this part of the code is using double quotes:
<p style="text-align: center;">ERROR 404</p>I replaced it with:
<p style='text-align: center;'>ERROR 404</p>Hope it’s good :)
Best regards,
NikkoHi,
Can you give us ftp access? so I can try to add it and also if you can give us temporary admin access as well. Just place the details in Private Content when you reply.
Best regards,
NikkoJune 6, 2017 at 10:16 am in reply to: syntax error, unexpected T_FUNCTION in F:\Domains\…. layer slider.php on line #804424Hi,
I have checked it and it seems that the problem is namespace isn’t supported in the current version of php you have (5.2.17). Can you get your host to update it to atleast 5.3?
Best regards,
NikkoHey newki75,
Go to Enfold > Social Profiles > then on Social Icon find Special: Email Icon (add your own URL to link to a contact form). And that should be it. Hope it helps :)
Best regards,
NikkoHey Net-Impact,
I think the workaround for that is to first enable the Custom Css Classes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ . Then on the section where the image is last, add a class name of hide-mobile then duplicate it, for the duplicate change the class name to show-mobile then change the position of the image to show first. Then on Quick CSS (located in Enfold > General Styling), add this css code>:
.show-mobile { display: none; } @media only screen and (max-width:767px) { .show-mobile { display: block; } .hide-mobile { display: none; } }Hope this helps :)
Best regards,
NikkoHey perfectword,
Can you try to ask first on woocommerce’s support? they should be able to give you a better solution than us, since we are only using woocommerce hooks to change the design of woocommerce to make it integrate better with the theme.
Best regards,
NikkoHi,
The wp-admin login does work but ftp/sftp doesn’t seem to work, I tried it using filezilla.
Best regards,
NikkoHey perfectword,
Can you post a link to that page? so we can take a closer look.
Best regards,
NikkoHey Travelyst,
I think the solution you posted is right (adding [nolink]) and I checked your site and I think it worked just fine. Is it still showing on your end?
Best regards,
NikkoHi,
The only way to do that is to use a child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/ :)
Best regards,
NikkoHi,
Thanks a lot Chris :) Your kind words is enough to encourage us to do our best :)
Best regards,
Nikko -
AuthorPosts
