Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • #1010962

    I’d like to use these as h2 section heads, but they are h3 and h4.

    I see that some elements (like special heading) give the option to change the head tag, but these 2 do not, unless I am missing something.

    How would I change those without crashing my site should there not be a place to change it in the interface?

    Thanks
    Jon

    #1010974

    Hey gatehealing,

    Please refer to the following:

    https://kriesi.at/support/topic/iconbox-change-h3-to-h2/#

    Best regards,
    Jordan Shannon

    #1011001

    or : https://webers-testseite.de/edited-enfold-alb-elements/
    read carefully – scroll down to https://webers-testseite.de/edited-enfold-alb-elements/#icons

    If you got allready a lot of icon-boxes and icon-lists it maybe neccessary to edit them again just by opening and save them.

    you will have then your input fields:

    ________
    Dear Mods – please ask Günter if this could be integrated into Enfold.
    It is indeed a missing feature. You are also welcome to adopt my code. And you can delete my comments in the code.

    #1011012

    I cannot read the pop up that appears when I click https://webers-testseite.de/edited-enfold-alb-elements/
    It is not in English, and there seems to be no link to a translation

    +++++EDIT: Nevermind . . . Used Google Translate+++++++

    Thanks . . . now I’m waiting to get some help on how to create a child theme (a different thread: https://kriesi.at/support/topic/create-child-theme/ )

    • This reply was modified 6 years, 2 months ago by gatehealing.
    #1011025

    Hey gatehealing,

    Did you need further help on this topic?

    Best regards,
    Jordan Shannon

    #1011034

    Hi Jordan

    I’m trying to figure out how to create a child theme now . . . something about enqueuing parent theme stylesheet etc. is absolutely baffling to me. I might get this accomplished in the next year or so. There must be an easier way . . .

    #1011036

    Found a plugin that will do it . . . I can delete the plugin when done. Child Theme Configurator

    Going to give that a go. Might be nice if y’all could add a child theme that is pre-existing for folks. I think I saw a theme that had this before.

    #1011039

    using the Analyze feature of child theme plugin, it shows “The theme “Enfold” generated unexpected PHP debug output.”:
    “”Notice: Undefined index: pagename in /home/dh_wg4xxu/relaxasmr.com/wp-content/plugins/accelerated-mobile-pages/templates/features.php on line 6074

    Notice: Undefined index: pagename in /home/dh_wg4xxu/relaxasmr.com/wp-content/plugins/accelerated-mobile-pages/templates/features.php on line 6074

    The analyzer reveals errors that may otherwise go undetected. Unless this is a fatal error, WordPress may appear to work correctly; however, PHP will continue to log the error until it is resolved. Please contact the author of any theme or plugin mentioned above and cut/paste the error from the text area.””

    I am uncertain what needs to be done with this. Ideas?

    #1011047

    No Plugin for creating a child theme please !!!

    First: Enfold got a wonderful Documentation: https://kriesi.at/documentation/enfold/

    Second : View here : https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/ – there is a predefined Child-Theme !

    Here are some infos on why a child-theme is a nice thing: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#why-child-theme

    #1011054

    Hi Guenni007

    Thanks for all of your help. I have gotten rid of the plugin and the child theme it created and replaced with the one you linked to. I got it installed and the parent theme options imported just fine.

    Thanks!
    Jon

    • This reply was modified 6 years, 2 months ago by gatehealing.
    #1011102

    Hi Jon,

    Great, glad you got everything working and thanks to @guenni007 for helping out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1011118

    leave it a bit open, maybe he still needs help with the edited ALB elements

    #1011180

    Hi,

    Ok, I’ll leave it open @guenni007 :-)

    Best regards,
    Rikard

    #1011588

    Thanks for leaving it open. I think I’m ok for now since my site is pretty basic, but I’ll certainly come back with other questions.

    Jon

    #1011616

    Hi Jon,

    Thanks for the feedback. We’ll leave the thread open in case you should need any further help on the topic.

    Best regards,
    Rikard

    #1012106

    ok, here’s a question re: ALB

    There are ALB elements, like Icon List that only show what the element is, but does not show any of the content unless you actually open it up. One of the features that I liked about WPbakery/Visual Composer was that I could see what I wrote without having to change back and forth between default view and the builder view.

    Is there a setting that I missed that would allow me to actually see the contents of the element without opening it so I can see the totality of the page flow without going back and forth between default view and builder view?

    Thanks!
    Jon

    #1012448

    Guenni007

    I have gone live with my site by migrating from my staging site to my actual website (gatehealing.com). Unfortunately, while the code for iconbox is still in the child theme shortcode folder in the iconbox.php, i no longer see the head tag change dropdown?

    #1012483

    you need to put that on your live page, of course too. Upload there to shortcodes folder etc. pp.
    if you are migrating with duplicator or updraft that will be done by default.

    #1012498

    Yeah, it’s all there in the child theme. I went ahead and re-saved the iconbox.php file from the page you referenced. . But where does this go? (this is code at top of the page you linked to):
    add_filter(‘avia_load_shortcodes’, ‘avia_include_shortcode_template’, 15, 1);
    function avia_include_shortcode_template($paths){
    $template_url = get_stylesheet_directory();
    array_unshift($paths, $template_url.’/shortcodes/’);
    return $paths;
    }

    It’s currently in my child-theme’s functions.php . . . that’s where it was on staging site, I think…

    • This reply was modified 6 years, 2 months ago by gatehealing.
    #1012560

    This is odd. . . it works fine for IconList

    #1012561

    Guenni007
    Is there any chance that the document that is uploaded at https://pastebin.com/dl/BRQizfDT (for iconbox.php) may have been changed? When I read thru it, the comments at top reference creating a white space, and the word “head” is only present once in the entire document.

    EDIT–Ok, I’m 99% sure that I was only using IconList on staging site, but am changing to IconBox now. I am 99% sure that the wrong code is attached to the iconbox.php button on the webers-testseite.de/edited-enfold-alb-elements/ page. The iconlist one actually references Icon List in the comments, but the icon box code only references a white horizontal space, but no mention of icon box anywhere.

    Let me know when the correct code is up and I’ll go grab it.

    Thanks!
    Jon

    • This reply was modified 6 years, 2 months ago by gatehealing.
    #1013812

    Guenni007 and Rikard

    Is this thread still open? I am hoping to get my header tags in good shape before google decides that I’m not very trustworthy because it doesn’t understand my hierarchy. If there’s actually not header tag code for iconbox, that’s ok, just let me know so I can alter accordingly.

    Thanks y’all. . . I ask if it’s still open because I got an email that it had been marked as “read” by somebody and I don’t know if that means it’s basically closed. I’ll start a new thread later if I don’t hear back.

    Thanks again for all the help and the new code. The iconlist code works great for those head tags!

    Jon

    #1013842

    Hi Jon,

    Do you have any more questions or we can we close this one?

    Best regards,
    Victoria

    #1013849

    Victoria
    Yes, I’ve been posting follow up questions for a few days now about the IconBox.php code provided by Guenni007 . . . the custom code on the webiste he referenced contains code for Horizontal white space, not head tags (the IconList code is perfect and works as it should. . .I think the wrong code got put in the file the IconBox.php button links to).

    https://webers-testseite.de/edited-enfold-alb-elements/ then scroll down to Iconbox and Icon-List with h-tag choice and click the IconBox button (link is: https://pastebin.com/dl/BRQizfDT ) . . . you’ll see that the code is for a different element.

    I’m just hoping to get the correct code since the other code provided for the iconList element is great.

    Thanks!
    Jon

    #1013850

    Oh, and can you confirm that you are seeing my replies? I’m not sure what the impact of this thread having been marked as “Read” has, but it may be that y’all are not seeing my replies.

    J

    #1013851

    I’m going to go ahead and start a new thread on this just in case my replies are not being seen. Please feel free to delete it should responses to my question about the customization code be placed here.

    #1013880

    Hi,

    I’m not seeing the follow up replies you spoke on. We will close this thread and refer to the other one.

    Best regards,
    Jordan Shannon

Viewing 27 posts - 1 through 27 (of 27 total)
  • The topic ‘how to change header tag for Icon List and Icon Box’ is closed to new replies.