-
AuthorPosts
-
November 22, 2016 at 2:18 am #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?
– ShortcodeGrateful for any advice you may have.
Jangdom
November 22, 2016 at 7:51 am #715144Hey Tarakbc,
Please try the following in Quick CSS under Enfold->General Styling:
.single-calendar .title_container { display:none !important; }
Best regards,
RikardNovember 22, 2016 at 1:30 pm #715297That 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,
JangdomNovember 22, 2016 at 1:42 pm #715301Hi 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,
YigitNovember 22, 2016 at 1:49 pm #715302I 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.
JangdomNovember 22, 2016 at 2:26 pm #715315Hi,
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,
YigitNovember 22, 2016 at 2:55 pm #715330Hi 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,
JangdomNovember 24, 2016 at 7:26 am #716288Hi,
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,
IsmaelNovember 25, 2016 at 12:26 am #716628Hi!
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
November 28, 2016 at 4:16 pm #717846Hi,
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,
AndyNovember 28, 2016 at 4:34 pm #717867Hi 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,
JangdomNovember 28, 2016 at 4:40 pm #717872Hi Andy,
I have started a new thread here:
Cheers,
JangdomNovember 30, 2016 at 3:38 pm #718825 -
AuthorPosts
- The topic ‘Problem with title of calendar blog post’ is closed to new replies.