Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #715069

    Hi!

    I have an issue with the following page:

    I want to remove where it says “Blog – Latest News” at the top, but when I click on “edit calendar”, there doesn’t appear to be any options to amend this. I have checked all the boxes in “screen options” and the options I see on the right hand side are:
    – Publish
    – Categories
    – Looking for more?
    – Shortcode

    Grateful for any advice you may have.

    Jangdom

    #715144

    Hey Tarakbc,

    Please try the following in Quick CSS under Enfold->General Styling:

    .single-calendar .title_container {
      display:none !important;
    }

    Best regards,
    Rikard

    #715297

    That helped removed the title ‘blog – latest news’. Thanks!

    However, if possible I want the titles on all our pages / posts to look the same.

    If you compare this calendar page with this page for example:

    you will see that they are different. Is it possible to adjust the calendar page so that the title shows up in the same way as the page I mention above, i.e. so that ‘calendar’ is on a white strip going right across the page, and the grey area starts beneath the title?

    Many thanks,
    Jangdom

    #715301

    Hi Jangdom,

    Please edit your event and choose to display title bar under Layout section. If you would like us to look into it, please create a temporary admin login and post it here privately.

    Best regards,
    Yigit

    #715302

    I cannot see anything called ‘layout section’ on this calendar.

    Grateful if you could have a look.

    Please find the login in the private field.

    Thanks for your help.
    Jangdom

    #715315

    Hi,

    Please refer to this post – http://kriesi.at/documentation/enfold/use-the-layout-builder-with-any-post-type/
    Editor is missing under Appearance tab, therefore i could not apply it.

    Best regards,
    Yigit

    #715330

    Hi Yigit,

    Thanks for your reply. I had a look at the post you mentioned and changed

    $meta[‘page’][] = ‘post’;
    to
    $meta[‘page’][] = ‘calendar’;

    Then I added this whole section of code to the Quick CSS. Unfortunately this did not work.

    Could you please explain a bit more what I need to do to insert the layout builder in this post (and all posts if possible).

    Thanks,
    Jangdom

    #716288

    Hi,

    You need to add the code in the functions.php file, not the Quick CSS field. Please post the login details here if you need more help.

    Best regards,
    Ismael

    #716628

    Hi!

    In the code suggested by Yigit, I changed ‘post’ to ‘calendar’ added it to functions.php and saved.

    However this did not solve the problem. When I did this I got the following error message in black at the top of the screen on my website:

    add_filter(‘avf_builder_boxes’, ‘add_builder_to_posttype’); function add_builder_to_posttype($metabox) { foreach($metabox as &$meta) { if($meta[‘id’] == ‘avia_builder’ || $meta[‘id’] == ‘layout’) { $meta[‘page’][] = ‘Calendar’; /*instead add the name of the custom post type here*/ } } return $metabox; } Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /customers/1/0/b/mediteraistockholm.se/httpd.www/wp-content/themes/enfold/functions.php:20) in /customers/1/0/b/mediteraistockholm.se/httpd.www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    I would like this change that I am trying to accomplish (a standard look for all the posts / pages) to be carried through even when I update the version of wordpress I am using in the future.

    Grateful for any further help.

    Jangdom

    #717846

    Hi,

    this thread is quite confusing to me, as there are many different links you’ve provided. Maybe it would be best to start a new ticket.
    Anyway, I tried to open link in private, but it does not work. Can you check please? and provide us a precise link where we can see the actual issue?

    Best regards,
    Andy

    #717867

    Hi Andy,

    Thanks for your reply. I realize now that some of the links I provided are now out of date. I am frequently updating our website at the moment and this ticket has been going on for a number of days now.

    I will start a new post about this topic as you suggest.

    Grateful for some further help in the new ticket!

    Cheers,
    Jangdom

    #717872

    Hi Andy,

    I have started a new thread here:

    Cheers,
    Jangdom

    #718825

    Hi,

    I am closing this thread and will continue on your new one. Let us stick to that one :)

    Best regards,
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Problem with title of calendar blog post’ is closed to new replies.