• Resolved jhcrowe

    (@jhcrowe)


    When I am in edit mode the page formatting looks great. The bullet points/list shows up great. When I view it on the web page the spacing it terrible and the bullets are double arrows.

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support saadali2905

    (@saadali2905)

    Hi Jhcrowe,

    Thanks for writing to us.

    We have seen the structure of your page and it seems that some extra <br> tags are appearing that are not from our plugin.

    Kindly try switching the theme.

    Feel free to contact us for any further assistance.

    Regards

    Thread Starter jhcrowe

    (@jhcrowe)

    The theme that I am using is a barebones theme called “Hello Elementor” If I change the theme I am concerned it will introduce additional issues. Could this be related to creating a Elementor theme for simple job board? I ask since it seems there is a theme for simple job board but I am unable to edit it.

    Plugin Support saadali2905

    (@saadali2905)

    Hi Jhcrowe,

    Kindly try the following code to remove the <br/> tags. Place the code in the ‘functions.php’ file of your theme.

    Code:

    function remove_br_tags( $content ) {
    $content = str_replace( ‘
    ‘, ”, $content );
    $content = str_replace( ‘
    ‘, ”, $content );
    $content = str_replace( ‘
    ‘, ”, $content );
    return $content;
    }
    add_filter( ‘the_content’, ‘remove_br_tags’ );

    Test the code and functionality of your site in order to prevent any consequences.

    Regards

    Thread Starter jhcrowe

    (@jhcrowe)

    Thanks for the quick response. I made the recommended update but the visual output remains the same.

    Plugin Support saadali2905

    (@saadali2905)

    Hi Jhcrowe,

    Try switching the layout to “SJB Layout” if it is on “Theme Layout” or vice versa from “Job Board” > “Settings” > “Appearance”.

    Feel free to contact us for any further assistance.

    Regards

    Thread Starter jhcrowe

    (@jhcrowe)

    Once I updated the theme layout, the view changed. When I moved the theme layout back the view did not change. The current look is a touch better but not great.

    Plugin Support saadali2905

    (@saadali2905)

    Hi Jhcrowe,

    The additional br tags are not from our plugin “Simple Job Board”. It may be occurring by theme. Kindly contact a theme developer.

    Feel free to contact us for any further assistance.

    Regards

    Thread Starter jhcrowe

    (@jhcrowe)

    Unfortunately I can’t make the change via elementor either. When I add the SJB Details Widget it does not allow me to edit the file.

    Plugin Support saadali2905

    (@saadali2905)

    Hi Jhcrowe,

    Kindly contact us on our support at [email protected].

    feel free to contact us for any further assistance.

    Regards

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Edit View vs Web View’ is closed to new replies.