Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter premmels

    (@premmels)

    @corrinarusso Alright, I’ll try ?? Thanks again for all the help.

    Thread Starter premmels

    (@premmels)

    @corrinarusso Thank you very much for the detailed explanations ??

    The way I understand it is:

    1. Create the elements/sections that will be used in multiple places with BB

    2. Create a new template per product which consists of the layout of the landing page (that’s what templates are for I guess) plus the above saved global elements/sections with the BB shortcode

    3. Fill the rest of the landing page for each of the 20 variants per product separately

    I’m not sure if step 2 is necessary (my theme already has some preloaded landing page templates) if all products have the same layout. I do understand that it will save some time as I don’t have to add the global elements/sections.

    In any case, thank you very much for your help ??

    Thread Starter premmels

    (@premmels)

    @corrinarusso Thank you for your reply. I don’t completely follow and/or don’t understand how a page template would help.

    To further explain my need (I tried to break it down to a short, understandable portion in my first post):

    Let’s say I have 60 different landing pages, 20 pages for 3 different products each.

    There will be some elements that all 60 pages have in common (e.g. a text about a money back guarantee).

    Then there will be product specific elements that only the 20 pages of each product have in common (e.g. a product box for this specific product).

    But there might also be special elements that only 5 of these pages might have (e.g. a special offering).

    In any of these cases I need some elements that I only have to change in ONE area (instead of on each of the 5, 20 or 60 pages). All changes should automatically be applied to all pages where the element has been places (that’s why I compared it to a variable or to short code).

    And of course about 80-90% of each page will differ and might just be text and pictures.

    If you still think that creating a new page template is the solution and I just didn’t understand your solution, would you be so kind and refer me to some link about it?

    Thanks

    Thread Starter premmels

    (@premmels)

    Yes, I’m not a big fan of elementor either and have run into a few different problems with it already.

    Thank you for your reply. Beaver Builder seems to have this option exactly ?? Which they call “global”. That should do the trick.

    Does anyone know of any other page builders with this function so that I might have additional options? Maybe there is one that is more streamlined to landing pages specifically instead of “all pages”?

    • This reply was modified 3 years, 2 months ago by premmels.
    Thread Starter premmels

    (@premmels)

    I was unable to locate an error in the source code (public/partials/wp-svg-icons-shortcodes.php) as the following part looks good to my (very limited) experience
    return '<a href="' . esc_url( $link ) . '" target="_blank"><' . esc_attr( $wrap ) . $classes . $styles . '></' . esc_attr( $wrap ) . '></a>';

    As a dirty, quick fix I inserted a space here
    $styles = '!INSERTED_SPACE_HERE!style="' . esc_attr( implode( '' , $styles_array ) ) . '"';

    That works for now but I would still be happy I you were able to fix is properly.

    • This reply was modified 7 years, 6 months ago by premmels.
    • This reply was modified 7 years, 6 months ago by premmels.
    Thread Starter premmels

    (@premmels)

    Hi bcworkz,
    thank you very much for your reply. I’m still fairly new to php but I will see whether I can make it work out.
    I must say I am a bit nervous changing the code of a plugin though ??

    Cheers,
    Patrick

    Thread Starter premmels

    (@premmels)

    You saved my day ??
    Thank you Steve

Viewing 7 replies - 1 through 7 (of 7 total)