Forum Replies Created

Viewing 30 posts - 1 through 30 (of 60 total)
  • Author
    Posts
  • in reply to: Applying sidebar on bbpress #710857

    It’s incredible ! I have tested this many times and never see that result ! Yigit your fingers must have special power ..;)

    And how do you set private content ?

    in reply to: Applying sidebar on bbpress #710396

    Hi Yigit, informations sent hidden.

    By the way, how do you set bbpress to be able to send private content ?

    in reply to: How to insert HTML code – Layout Builder #706650

    I finally find an acceptable solution with Code Snippet CPT plugin.
    That one is not famous, a bit buggy, but it is the only one working with Enfold advanced editor.
    The main difference is that it creates its own posts to store your different codes so the displayed code is not included in the post when editing a post, that’s the reason why Enfold editor cannot damage it.
    I really suggest it to people who need to display a lot of code, it handle all current languages.

    1. – So first install that plugin, I personnaly installed version 2.0.8, only 200 installed but it makes the job.
    2. – then add CSS code to improve display :
      
      pre.prettyprint {
        line-height: 15px;
        font-size: 14px;
        font-family: Consolas;
      }
      pre.prettyprint.linenums {
          padding-left: 1.5em !important;
      }
      pre.ol {
        list-style: none;
      }
      .snippet-buttons {
        display: none;
      }
      li.L1, li.L3, li.L5, li.L7, li.L9 {
          background: unset !important;
      } </li>
      
    3. – there is a boring height calculation bug when creating a new code directly from the editor, so you have to create the code directly from the plugin menu. I will correct it maybe a day when I’ll have time ..:(
    4. An example of the result here -> http://cyjs.fr/multilingual

    • This reply was modified 8 years ago by luke7263.
    in reply to: How to insert HTML code – Layout Builder #706086

    Well, I spent my whole Sunday to test all existing code highlight plugins on WordPress, and I’m sorry to say that NO ONE is working with Enfold.
    And I’m 100% sure the problem comes from Enfold,

    And when I mean working, I mean working a professionnal way.

    Many plugins work only at the first item edition. Example : in a text block with Syntxhighlighter plugin, I put some HTML code to display, I save immedialty, it works, then I come back to update the HTML example code and the Enfold editor has destroy everything by adding some & and so on … And the problem come also with Prism WP, Enlighter, Crayon Syntax Highlighter, Code Snippets CPT … All these work fine with a standard WP theme.

    So I’m not happy to conclude by saying that Enfold is NOT COMPATIBLE with code display since its integrated editor damage everything. Everything that is said in the different posts is not working properly. I have a lot of code to display, the only solution for now is to use another theme.

    As I have suggested, a possible way would be to provide a widget that would as least garantee a non-rendering, for example a shortcode as [mycode]anything here with html code or tabs or any blabla[/mycode] that would display EXACTLY what is written WITHOUT any interpretation. Or at least could you give me some quick informations for me to be quickly able to change the behavior of an existing widgets ?

    Thanks to all team for help.

    • This reply was modified 8 years ago by luke7263.
    in reply to: How to insert HTML code – Layout Builder #705901

    hum, what is ALB ?

    in reply to: How to insert HTML code – Layout Builder #705850

    Finally it’s working, but not perfect …:(
    That plugin does not work well on existing text objects, it is necessary to empty, save, then create the text again. Then after it is possible to create a [code] behavior.is ok.
    But you loose a lot of time even, because that plugin inserts white lines at each edition, and when you use a self tag like <mytag> it replaces < and > by their corresponding html encoding ..:( ..
    And finally when you swtich from visual to text then back to visual, all < and > are changed …

    So thanks for the idea, that plugin is better than nothing, but when you have a lot a code to show it’s not pro at all, sorry.

    Any other idea ?

    in reply to: How to insert HTML code – Layout Builder #705703

    I’m sorry, it’s not working : I wrote this in a post in a text block :

    Exemple :
    [ code language=”html”]
    <div class=”cell”></div>
    [/code]

    The <div> is not displayed…

    in reply to: How to insert HTML code – Layout Builder #705553

    Thanks, but that’s really not good for me. Imagine you are Dennis Ritchie and you want to explain how to program in C language and give that job to an assistant, you need to show lot of codes examples but that assistant is just aboe to write some posts…
    I need something easy to use for an end user. Some other powerful themes can do this, but I don’t have time to know another one…
    The idea I suggest is the only one possible, except if you plan to create a new widget that would work like the block text widget but without any enfold rendering.
    We are a lot of users with that boring problem…

    in reply to: How to insert HTML code – Layout Builder #705496

    Hi,

    I really need to display pure HTML code on many posts, using all what you said is not a professionnal way to work, if by bad chance you switch back to Visual then back to Text in a Text Block, everything is bad .. I’ve read all posts talking about that, none of your solutions is acceptable.

    We are finishing our first version of CYJS open source Javascript framework – cyjs.fr – and I want to display tuto examples of how to use the framework, and I need to display sometimes HTML code, sometimes JS or PHP code. Currently I’m obliged to create PNG pictures done with screen captures of my code editor, that’s really not pro ! Ane a lot of time just to display 5 lines of text code …:(

    You know time is money, please could you just tell me which would be the best way to be able to insert HTML code in a post using enfold theme ? Modifying enfold PHP or JS files is not a problem, especially if I can put them in enfold-child.

    For example changing the Code Block element to be able to use it, that would mean I would ‘sacrify’ it’s primary goal to finally just display its content without any rendering. In such an example, which enfold files would be concerned ? Please just give me some advices and I will do. Sure if you make me save a lot of time by doing so, I will send you the modified files so you will give them to your other customers.

    Thanks, URGENT NOW ! ;)

    in reply to: Shortcodes #698895

    Yes, always. I can understand about JS code and security reasons, but why is it impossible to input a simple <br> in text mode ?

    in reply to: Shortcodes #698839

    Yes Yigit, it should, but loosing all advantages of advanced editor ..;)

    in reply to: Shortcodes #698561

    What I need is total custom when editing a row. I don’t care about widget, I don’t use sidebar.

    At least I need to use all shortcodes available in advanced editor..

    in reply to: Shortcodes #698471

    That debug mode can be useful, thanks, but it’s not exactly what I need : I’d like the Magic Wand contains ALL shortcodes event in advanced editor, so I could easily insert shortcode in text block objects (and then copy/paste/edit using text mode).

    And you did not answer to my other question : when I insert JS in a text block, it works but when I edit back the page that JS code has disappear, exactly the same problem when I manually insert <br> (that’s a really boring pb with Enfold advanced editor, I cannot decide to set HTML manually.. I know what I’m doing…;) . So is it possible to override these boring controls and force editor to NOT change nothing ?

    Merci !

    in reply to: How to set a specific burger menu ? #698179

    Thanks all team, it’w working good.

    in reply to: How to set a specific burger menu ? #696613

    Yes Yigit, this is what I want to do.
    So I set transparent header, but now at first launch the fullwidth menu is not displayed, and appears when I scroll.
    I tried the other transparent mode with header superposition but it’s not working wetter.
    I create you an access, check private content

    in reply to: How to set a specific burger menu ? #696571

    I already sent you a link, check that msg in private content.

    There you’ll site the burger menu displayed top left, very good, then a fullwidth menu inside the home page, but that one is under the burger row

    in reply to: Enfold 3.8 – burger menu #696569

    But this is the post I sent my message from !
    I’m sorry Yigit, spending more than 2/3 hours to configure a simple menu is not acceptable to me, time is money, clients want their web site.
    If a single menu, burger or not, cannot be set with 2 or 3 entries in less than 10 minutes, that’s not acceptable, whatever the software, WordPress, Joomla, Visual Studio ….
    I like Enfold a lot, working at 95% with it for 2 years, but now I must find a solution quickly. If you have more infos, please go on on thread 696561, you already answred there to me, thanks a lot.

    in reply to: How to set a specific burger menu ? #696561

    Yes, this is what I did, but that fullwidth menu is displayed under the burger menu bar, not clean ..:(

    in reply to: Enfold 3.8 – burger menu #696556

    Well, I’m sure there is a bug now. Two fresh installs, I have the burger on the second, not the first, and the second was a copy of the first … I quit now, enough lost time. Subway has a sidemenu for many years, well obliged to watch out there since my new client WANTS a permanent burger menu on all terminals…:(

    in reply to: How to set a specific burger menu ? #696546

    That was my last message : finally it works on another test ! Your CSS works ok, the burger is correctly on left side with 300px.

    But I still want the usual menu on right, then displaying in burger menu different pages than in usual menu. Possible ?

    in reply to: How to set a specific burger menu ? #696436

    Finally it works on another test ! Your CSS works ok.
    But I still want the usual menu on right, and the burger on left, then displaying in burger menu different pages than in usual menu. Possible ?

    in reply to: How to set a specific burger menu ? #696428

    Yes Vinay, this is what I want ! I just made a new fresh install, loaded the Creative demo that uses burger menu to see how to tune it, but on mine fresh demo that burger menu is not displayed !
    Check on private link

    in reply to: How to set a specific burger menu ? #696384

    But I have nothing to show you ! ;) I am just testing because I have to make a new web site and the client wants a burger menu always available appearing from left to right and containing a specifi menu, not the usual main menu.

    As far as now, I’m using the default burger menu, so when clicking the burger, the menu is displayed on the whole page with a white background. I’d just like its width to be 300px or so, and not filling the whole screen, that’s all.
    Then to make it appear from left to right rather than right to left which is the default.

    I know Subway theme can do the job but I’d like to use Enfold, as often ..;)

    • This reply was modified 8 years, 1 month ago by luke7263.
    in reply to: How to set a specific burger menu ? #696226

    Without #av-burger-menu-ul it works, good enough for me, thanks !

    And more difficult : I’d like the burger menu to start from left and to not exceed 300px (full height is ok), insert specif as social icons, and maybe customizing the appearance effect, easy for you I’m sure… ;)

    in reply to: Google Maps #661471

    I totally agree with you sammysouthall, it’s incredible how Enfold developers team is so slow to set a fix for that. At least a new option in Enfold settings to enter the key…:(…
    Sure I could do it myself but I want to stay ‘clean’ with future updates.
    But in general I can see Enfold team is not so reactive for many months, look like they stop that theme, that could explain why they don’t increase too much # licences compared to Avada which # has increased a lot, nothing to compare with Enfold.. So maybe time now to change my prefered theme, almost all my web sites are made with Enfold, I bought many licenses one for each site. Divi seems great too..
    Enfold team, if I’m wrong I’m sorry.

    in reply to: Google Maps #656580

    @mensmaximus Thank you, all the answers are in that Google topic.

    in reply to: Google Maps #656570

    Ok, working for me.
    But nobody can explain me why it’s still working on my dev site without any modification …:(
    Unless Google has changed its rules on June 23/24 ..

    in reply to: Google Maps #656444

    thanks geekeey, I did not know about Avada, looks a great theme. Well, I should follow your choice.

    in reply to: Google Maps #656333

    Vinay, I have a new site I cannot deliver to final customer and will loose thousand of euros because of that problem, I cannot accept you are so bad to solve that problem.
    You said we should use own Goofgle kay ? ok ok, but there is no Enfold setting to enter anything about that. And by the way, if Google has changed, why all my others Enfold web sites are still working ? They all use Google maps (contact module in Enfold).
    So please at least you could tell us where the key should be inserted ! It’s out of question to wait, customers don’t wait ! And keep in mind we are your customers, I buy a new Enfold license for each new web site, if you cannot handle such bugs please tell us quickly, I have 2 new web sites to finish until end of August and will buy another theme if you cannot solve that one soon.

    Sorry to be maybe so agressive, it’s really not my style, but you are really really bad to solve that bug, you can say what you want, it is a bug, and a bug should be the first priority for each professionnal programmer. I’m editor of CloudOffice.fr CRM, 100 hundred time bigger project that Enfold, and be sure a bug is never opened for more than 3-4 days, really the maximum.

    I hope you’ll understand that question is now essential. Thanks.

    in reply to: Google Maps #654347

    @geekeey In that case, I should have the problem on both sites …:(

    • This reply was modified 8 years, 4 months ago by luke7263.
Viewing 30 posts - 1 through 30 (of 60 total)