• Resolved ginarenate

    (@ginarenate)


    Hello,

    Thank you for your useful plugin.

    I have 3 problems:
    1) When I want to use shortcode with excerpt=”no” it’s not working. I inserted the shortcode in a page.

    2) Ok, I understand that no.1 will be fixed in the future updates, and I hidden the excerpt from CSS. When I am on another page than Jobs, the CSS works. But when I am on Jobs page, I have an inline CSS with display:block; What can I do in this case?

    3) My theme is Avada, and the sidebar for single job post is not showing, even if I set the global option sidebar. Can I insert the sidebar in template somehow?

    Thank you for your response.

    https://www.ads-software.com/plugins/simple-job-board/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author PressTigers

    (@presstigers)

    Hi ginarenate,

    Sorry for the inconvenience. We will definitely resolve excerpt problem in our next release.

    2) Ok, I understand that no.1 will be fixed in the future updates, and I hidden the excerpt from CSS. When I am on another page than Jobs, the CSS works. But when I am on Jobs page, I have an inline CSS with display:block; What can I do in this case?

    Please share your website URL so that we can suggest you a solution.

    3) My theme is Avada, and the sidebar for single job post is not showing, even if I set the global option sidebar. Can I insert the sidebar in template somehow?

    We are using our own template for displaying job details that is without sidebar. For adding sidebar, please use the Simple Job Board templating method and customize the single job post page.

    Thank you for writing to us.

    Regards,
    PressTigers

    Thread Starter ginarenate

    (@ginarenate)

    Thank you for your quick response. Sorry for my delayed response ??

    2. My test url is: Jobs. The sidebar is in the left and jobs as widget text with shortcode.

    3. For everyone who use Avada, I post my solution for the left sidebar. For the right sidebar, delete style float right and left from div’s.

    a.Create simple_job_board folder in your child theme and add 2 pages from the plugin template: wrapper-start.php and wrapper-end.php.
    b.In wrapper-start.php add the code:

    case 'Avada' :
       echo '<div style="float: right;" id="content">';
       break;

    c.In wrapper-end.php add the code:

    case 'Avada' :
        		echo '</div><div id="sidebar" class="sidebar fusion-widget-area fusion-content-widget-area" style="float: left;">';
         		generated_dynamic_sidebar();
        		echo '</div>';
        		break;

    Have a nice day

    Plugin Author PressTigers

    (@presstigers)

    ginarenate,

    Inline CSS “display:block;” is showing due to JavaScript hide and show function. It’s not disturbing your site design, so leave it as it. You can’t remove it.

    Thanks,
    -PressTigers

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't hide the excerpt’ is closed to new replies.