Forum Replies Created

Viewing 30 posts - 1 through 30 (of 41 total)
  • Author
    Posts
  • Hi Ismael,

    I apologize for wasting your time, it looks like OpenAccess is a bit abandoned. Support emails are returned as non-existent and emails that are not returned stay unanswered.
    Anyway, this issue of accessibility is increasingly important. Would it be possible for one of the next updates to take this into account? There are some free plugins and some paid plugins. The paid ones are frankly expensive. A solution with the adaptation of one of the Frees for Enfold that works well would be wonderful.

    Best Regards
    Joao

    * right now they have their website down.

    • This reply was modified 3 years, 2 months ago by bigamist.

    Hi Ismael,

    Thanks for your interest. Find the access to a staging website in the Private Content.

    Regards
    Joao

    Hi Rikard,

    Herewith an image of the behavior with the script.
    Open Acess Script in Place

    The script is this:
    <script src='https://openaccessplugin.com/access.js' id='AccessScript' type='text/javascript' Position= 'left' Lang='en-EN' type='text/javascript'>

    As you can see on the image, works well on Descktop PC, but do not work in Mobile and the problem is not Enfold, since is not working too in default wordpress.

    Would be very good to have it working everywhere, since is a very usefull FREE Script.

    Could be in future an option already included in Enfold, for those wanting to follow the Accessibility European Act.

    Regards
    Joao

    in reply to: Enfold Showcase #1296530

    One question…how would I do something like this with Enfold:
    http://www.duartestavern.com/

    Hi Michele,
    I’m also curious, but none of the Apps I used, managed to identify the platform used on that website.
    With Enfold the only way we can do something like that would be, using Layerslide. They even have a Demo very similar to this.
    If you find how they do it, please remember to tell us, I’m very interested.
    Also, curious is the fact that “Duartestavern” is of Portuguese descents.

    Regards
    Joao

    in reply to: Problem Installing Enfol V4.8.2 #1296452

    Hi,
    All running smoothly right now. Thanks!

    Regards,
    Joao

    in reply to: Problem Installing Enfol V4.8.2 #1296378

    Hi Rikard,

    Everything went to normal, all working fine now.

    Regards
    Joao

    in reply to: Problem Installing Enfol V4.8.2 #1296295

    Hi Rikard,
    I managed to update the Enfold without error message. I think the problem was a conflit with a Facebook Messenger Plugin.
    I changed the Messenger Plugin to the Official one and the problem is solved now.

    But something went very wrong. Now I’m not able to edit the pages. When I open the page to edit appears this Look Here

    I will give you access in the Private Content.

    Please see if you can do something to resolve it.

    Regards,
    Joao

    • This reply was modified 3 years, 4 months ago by bigamist.
    in reply to: Icon Boxes & Read More on Blog #1295765

    Hi Nikko,

    Guenni007, solved a problem for me that I’ve been trying to solve for at least 1 year.
    Look This Post

    Thanks Guenni again.

    Best Regards
    Joao

    • This reply was modified 3 years, 4 months ago by bigamist.
    in reply to: Icon Boxes & Read More on Blog #1295647

    Hi Guenni,

    You are the man, thanks a lot. Works wonderful. I have another website, from 2019 with the same problem that I had never been able to solve, but I go to solve it now.
    Look here

    Best Regards
    João

    • This reply was modified 3 years, 4 months ago by bigamist.
    in reply to: Icon Boxes & Read More on Blog #1295599

    Hi Guenni,

    Sorry, I really do not know if I have a Child -Theme. I use Enfold with no Theme at all and make my websites from there.
    I read some literature about the Child-Theme but goes a bit beyond my knowledge.

    How do I know if I have a Child-Theme? Is the Child-Theme, already there? Not using any Theme, just using the Avia-Builder and the Theme Options / General Layout / General Styling / Advanced Styling, what theme am I using? If I work on Theme Option, logic I will have a Theme there, maybe the Child one?

    Thankful in advance for the help!

    Regards
    João

    in reply to: Icon Boxes & Read More on Blog #1295589

    Hi,

    I use Poedit PRO, and both files were uploaded, but nothing works concerning the “Read more” button.
    It’s frustrating not to find a solution to something like this. But with CSS I’m very near, I only need someone, CSS expert, to see what I did wrong on the code.

    Thanks for all cooperation
    Best Regards
    Joao

    • This reply was modified 3 years, 4 months ago by bigamist.
    in reply to: Icon Boxes & Read More on Blog #1295510

    Hi Ismael,

    I managed to change something there in the crazy “Read more” button:
    I used this code, but the result is not the expected since the Button disappear and remain only the Letters:

    
    .more-link {
        visibility: hidden;
        position: relative;
    }
    
    .more-link:after {
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        content: "Leia mais";
    }

    Look the result image here: https://brancadeneve.org/MoreLink2.jpg

    Can you please help?

    Thanks & Regards

    Joao

    • This reply was modified 3 years, 4 months ago by bigamist.
    in reply to: Icon Boxes & Read More on Blog #1295499

    Hi Ismael , again

    Sorry, but no matter what we translate the “Read More” in the PO files, never work.

    As you said I changed the PHP file postslider.php as follows but not working too

    $permalink = '<div class="read-more-link"><a href="' . get_permalink( $the_id ) . '" class="more-link">' . __( 'Leia mais', 'avia_framework' ) . '<span class="more-link-arrow"></span></a></div>';
    				$prepare_excerpt = ! empty( $entry->post_excerpt ) ? $entry->post_excerpt : avia_backend_truncate( $entry->post_content, apply_filters( 'avf_postgrid_excerpt_length', $excerpt_length ) , apply_filters( 'avf_postgrid_excerpt_delimiter' , ' ' ), '…', true, '' );

    Any more ideas. This is really frustrating.

    Regards
    Joao

    in reply to: Customizing Main Menu #1295451

    Hi Nikko,

    Thanks again mate, what a stupid thing. I think that I will return to Firefox.
    Best Regards

    Joao

    in reply to: Customizing Main Menu #1295322

    Hi Nikko,

    Sorry but I tried to replicate the code on other similar website but is not working.
    Look here what I need to do similar to the Branca de Neve here up: https://cspspsje.pt/CSP_Menu.jpg

    The adress of the page is: https://cspspsje.pt

    I use the following code but is not working at all. What I’m doing wrong?

    #top #menu-item-1847 a {
        background-color: red;
        color: white;
    }

    Thanks & Regards
    Joao

    • This reply was modified 3 years, 4 months ago by bigamist.
    in reply to: Icon Boxes & Read More on Blog #1295262

    Hi Ismael,

    I will take the opportunity and go to translate the entire PO to pt.PT.
    How do I then insert it into the program? Just put the files in the Languages folder?
    Do you want the translation for you to insert in the next update?

    It will take a few days, because it’s a huge File.

    Best Regards
    Joao

    in reply to: Icon Boxes & Read More on Blog #1295024

    Hi Ismael,

    I found the file in Includes named “loop-portfolio-single.php”, I changed the “Read more” but even changed to portuguese “Leia mais” it always show the “Read more” on front.

    Can you please help? I really need to translate those 2 words.

    Regards
    Joao

    • This reply was modified 3 years, 4 months ago by bigamist.
    in reply to: Icon Boxes & Read More on Blog #1294789

    Hi Ismael,

    Thanks,

    Concerning 2.) Icon Box, solved and working nice.

    But 1). I can’t find the includes/loop-single.php anywere in the server. Already made a search on entire Public Html folder and nothing.
    Installed Loco-Translate and nothing too, I can’t find the Read More to translate.
    Can you please check the php file to be edited?

    You can find the Read More button here on this page: https://brancadeneve.org/inicio

    Thanks & Regards
    Joao Casanova

    • This reply was modified 3 years, 4 months ago by bigamist.
    in reply to: Forms Not working Properly #1291837

    Hi Nikko,

    Yes, some servers have that security measure, that limits the out of php mails to the proper domain and I think that in a near future all will have it.
    What people have to do is:
    – Create an email for the website: I create (Email address hidden if logged out)
    – Use the credentials to configure the SMTP with the Easy WP Mail plugin. Sure the other one, the WP Mail SMTP will work too, but I found the other one easy. Also, Easy WP Mail, have a test feature, that show you immediately if the SMTP config is correct or not.

    I have all working fine now, Forms and Auto-response.

    Regards
    Joao

    in reply to: Forms Not working Properly #1291722

    Olá Nikko,

    Problem solved. I installed the “Easy WP Mail” plugin and after configure the SMTP all start working normally. They have a security limitation on the server that do not allow PHP emails out to different domains. Only accept same domain as the site.

    Thanks and Regards
    Joao

    in reply to: Forms Not working Properly #1291609

    Nikko,

    I have another Website, https://cspspsje.pt, that is housed in a diferent server (diferent server provider), and the forms work fine including the Auto-Response.

    So, the problem at https://brancadeneve.org could be a server limitation? Can I ask them to resolve it? What do I ask them to do?

    Regards
    Joao

    in reply to: Forms Not working Properly #1291608

    Hi Nikko,

    Thank you for your patience.
    But I receive the email sent by WP with the Form Content submitted by the user.
    What is not working is only the Auto-response.
    I suppose that the Auto-Response use the first email inserted in the form by users, as the TO: email for the Auto-Response, it’s correct?
    I go to insert the SMTP data in the WP-Mail and see what happens.

    Regards
    Joao

    in reply to: Forms Not working Properly #1291275

    Hi Nikko,

    Sorry but I just checked and I have all the “Autorespond Texts” there and was always there:

    http://brancadeneve.org/onlinefiles/Autoresponder_11.jpg

    What other texts are you talking about? Can you please check again?

    Regards
    Joao

    • This reply was modified 3 years, 5 months ago by bigamist.
    in reply to: Forms Not working Properly #1290944

    Hi Vitoria,

    I receive the emails from the Form. The problem is that the Auto-answer do not arrive to client email.

    Thanks & Regards
    Joao

    in reply to: Customizing Main Menu #1290866

    Hi Nikko,

    Thanks a lot. Works perfectly, just as I wanted.

    Best Regards
    Joao

    in reply to: Forms Not working Properly #1290864

    Hi Nikko,

    Thanks. You have the access link in the private section.

    Regards
    João

    in reply to: Customizing Main Menu #1290340

    Olá Nikko,

    Thanks for your reply.

    My website is : https://brancadeneve.org/inicio
    Look this image to see what I need to do, I do not want to edit all, just one of the sub-buttons.
    https://brancadeneve.org/onlinefiles/Enfold_1.jpg

    Can you please explain to me how the CSS and HTML works on the Menu Button?
    https://brancadeneve.org/onlinefiles/Enfold_2.jpg

    Thanks and Rgds
    Joao

    • This reply was modified 3 years, 5 months ago by bigamist.
    in reply to: Mobile Menu Off – How to? #1277933

    Hi Rikard,

    This last one works fine. No more burger in mobile.
    Thanks a lot
    Best Regards

    João

    in reply to: Mobile Menu Off – How to? #1277646

    Hi Rikard,

    I inserted the code at General Styling/ Quick CSS, but is not working, the burger is still there on mobile.
    On PC only do not show is configured as “Display as Text”, if I configure as “Display as Icon” the burger will show also in PC.
    Look here: https://floralverca.pt/QuickCss.jpg

    Thanks & Regards
    Joao

    in reply to: Avia Builder not working after updating to 4.7.4 #1201216

    Hi Rikard,

    Thanks a lot. Problem solved after inserting the new CSS file.

    Best Regards
    Joao

Viewing 30 posts - 1 through 30 (of 41 total)